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

/freebsd-11-stable/usr.sbin/ppp/
H A Dnetgraph.c470 char nodetype[NG_TYPESIZ + NG_NODESIZ]; local
506 " [nodetype:nodename]\n", p->link.name);
521 log_Printf(LogWARN, "%s: Expected a [nodetype:nodename] at device"
532 if (!GETSEGMENT(nodetype, devp, "]", &endp))
534 log_Printf(LogDEBUG, "%s: Got node \"%s\"\n", p->link.name, nodetype);
536 if ((nodename = strchr(nodetype, ':')) != NULL) {
538 if (*nodename == '\0' && *nodetype == '\0') {
539 log_Printf(LogWARN, "%s: Empty [nodetype:nodename] at device"
558 if (*nodetype != '\0') {
560 snprintf(modname, sizeof modname, "ng_%s", nodetype);
[all...]
/freebsd-11-stable/contrib/mtree/
H A Dextern.h71 const char *nodetype(u_int);
H A Dspec.c342 nodetype(cur->type));
505 cur->name, nodetype(cur->type),
506 nodetype(new->type));
H A Dmisc.c276 nodetype(u_int type) function
H A Dverify.c263 nodetype(p->type));
H A Dcompare.c181 nodetype(s->type), inotype(p->fts_statp->st_mode));
/freebsd-11-stable/contrib/ofed/libibmad/
H A Ddump.c667 int nodetype = *(int *)val; local
669 switch (nodetype) {
680 snprintf(buf, bufsz, "?(%d)?", nodetype);
/freebsd-11-stable/contrib/sendmail/src/
H A Dparseaddr.c1531 int nodetype = rvp[0][0] & 0377; local
1533 if (nodetype != CANONHOST &&
1534 nodetype != CANONUSER)
1553 switch (nodetype)
/freebsd-11-stable/sys/kern/
H A Duipc_mqueue.c437 int nodetype)
444 node->mn_type = nodetype;
436 mqfs_create_node(const char *name, int namelen, struct ucred *cred, int mode, int nodetype) argument

Completed in 204 milliseconds