Searched refs:nodetype (Results 1 – 9 of 9) sorted by relevance
/freebsd/usr.sbin/ppp/ |
H A D | netgraph.c | 468 char nodetype[NG_TYPESIZ + NG_NODESIZ]; in ng_Create() local 530 if (!GETSEGMENT(nodetype, devp, "]", &endp)) in ng_Create() 532 log_Printf(LogDEBUG, "%s: Got node \"%s\"\n", p->link.name, nodetype); in ng_Create() 534 if ((nodename = strchr(nodetype, ':')) != NULL) { in ng_Create() 536 if (*nodename == '\0' && *nodetype == '\0') { in ng_Create() 556 if (*nodetype != '\0') { in ng_Create() 558 snprintf(modname, sizeof modname, "ng_%s", nodetype); in ng_Create() 574 if (*nodetype == '\0') { in ng_Create() 612 strcmp(nlink->nodeinfo.type, nodetype)) { in ng_Create() 624 snprintf(modname, sizeof modname, "ng_%s", nodetype); in ng_Create() [all …]
|
/freebsd/contrib/mtree/ |
H A D | extern.h | 71 const char *nodetype(u_int);
|
H A D | spec.c | 342 nodetype(cur->type)); in dump_nodes() 505 cur->name, nodetype(cur->type), in replacenode() 506 nodetype(new->type)); in replacenode()
|
H A D | misc.c | 276 nodetype(u_int type) in nodetype() function
|
H A D | verify.c | 265 nodetype(p->type)); in miss()
|
H A D | compare.c | 181 nodetype(s->type), inotype(p->fts_statp->st_mode)); in compare()
|
/freebsd/contrib/ofed/libibmad/ |
H A D | 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/contrib/sendmail/src/ |
H A D | parseaddr.c | 1564 int nodetype = rvp[0][0] & 0377; local 1566 if (nodetype != CANONHOST && 1567 nodetype != CANONUSER) 1586 switch (nodetype)
|
/freebsd/sys/kern/ |
H A D | uipc_mqueue.c | 447 int nodetype) in mqfs_create_node() argument 454 node->mn_type = nodetype; in mqfs_create_node()
|