Home
last modified time | relevance | path

Searched refs:nodetype (Results 1 – 9 of 9) sorted by relevance

/freebsd-11-stable/usr.sbin/ppp/
HDnetgraph.c470 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/
HDextern.h71 const char *nodetype(u_int);
HDspec.c342 nodetype(cur->type)); in dump_nodes()
505 cur->name, nodetype(cur->type), in replacenode()
506 nodetype(new->type)); in replacenode()
HDmisc.c276 nodetype(u_int type) in nodetype() function
HDverify.c263 nodetype(p->type)); in miss()
HDcompare.c181 nodetype(s->type), inotype(p->fts_statp->st_mode)); in compare()
/freebsd-11-stable/contrib/ofed/libibmad/
HDdump.c667 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/
HDparseaddr.c1531 int nodetype = rvp[0][0] & 0377; local
1533 if (nodetype != CANONHOST &&
1534 nodetype != CANONUSER)
1553 switch (nodetype)
/freebsd-11-stable/sys/kern/
HDuipc_mqueue.c437 int nodetype) in mqfs_create_node() argument
444 node->mn_type = nodetype; in mqfs_create_node()