Home
last modified time | relevance | path

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

/freebsd/usr.sbin/ppp/
H A Dnetgraph.c468 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 Dextern.h71 const char *nodetype(u_int);
H A Dspec.c342 nodetype(cur->type)); in dump_nodes()
505 cur->name, nodetype(cur->type), in replacenode()
506 nodetype(new->type)); in replacenode()
H A Dmisc.c276 nodetype(u_int type) in nodetype() function
H A Dverify.c265 nodetype(p->type)); in miss()
H A Dcompare.c181 nodetype(s->type), inotype(p->fts_statp->st_mode)); in compare()
/freebsd/contrib/ofed/libibmad/
H A Ddump.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/contrib/sendmail/src/
H A Dparseaddr.c1564 int nodetype = rvp[0][0] & 0377; local
1566 if (nodetype != CANONHOST &&
1567 nodetype != CANONUSER)
1586 switch (nodetype)
/freebsd/sys/kern/
H A Duipc_mqueue.c447 int nodetype) in mqfs_create_node() argument
454 node->mn_type = nodetype; in mqfs_create_node()