Searched refs:nodetype (Results 1 – 9 of 9) sorted by relevance
| /freebsd-11-stable/usr.sbin/ppp/ |
| HD | netgraph.c | 470 char nodetype[NG_TYPESIZ + NG_NODESIZ]; in ng_Create() local 532 if (!GETSEGMENT(nodetype, devp, "]", &endp)) in ng_Create() 534 log_Printf(LogDEBUG, "%s: Got node \"%s\"\n", p->link.name, nodetype); in ng_Create() 536 if ((nodename = strchr(nodetype, ':')) != NULL) { in ng_Create() 538 if (*nodename == '\0' && *nodetype == '\0') { in ng_Create() 558 if (*nodetype != '\0') { in ng_Create() 560 snprintf(modname, sizeof modname, "ng_%s", nodetype); in ng_Create() 576 if (*nodetype == '\0') { in ng_Create() 614 strcmp(nlink->nodeinfo.type, nodetype)) { in ng_Create() 626 snprintf(modname, sizeof modname, "ng_%s", nodetype); in ng_Create() [all …]
|
| /freebsd-11-stable/contrib/mtree/ |
| HD | extern.h | 71 const char *nodetype(u_int);
|
| HD | spec.c | 342 nodetype(cur->type)); in dump_nodes() 505 cur->name, nodetype(cur->type), in replacenode() 506 nodetype(new->type)); in replacenode()
|
| HD | misc.c | 276 nodetype(u_int type) in nodetype() function
|
| HD | verify.c | 263 nodetype(p->type)); in miss()
|
| HD | compare.c | 181 nodetype(s->type), inotype(p->fts_statp->st_mode)); in compare()
|
| /freebsd-11-stable/contrib/ofed/libibmad/ |
| HD | dump.c | 667 int nodetype = *(int *)val; in mad_dump_node_type() local 669 switch (nodetype) { in mad_dump_node_type() 680 snprintf(buf, bufsz, "?(%d)?", nodetype); in mad_dump_node_type()
|
| /freebsd-11-stable/contrib/sendmail/src/ |
| HD | parseaddr.c | 1531 int nodetype = rvp[0][0] & 0377; local 1533 if (nodetype != CANONHOST && 1534 nodetype != CANONUSER) 1553 switch (nodetype)
|
| /freebsd-11-stable/sys/kern/ |
| HD | uipc_mqueue.c | 437 int nodetype) in mqfs_create_node() argument 444 node->mn_type = nodetype; in mqfs_create_node()
|