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

/freebsd-10.1-release/contrib/ofed/management/infiniband-diags/scripts/
H A Dibidsverify.pl64 my ($nodetype) = shift(@_);
67 print "LID 0 found for $nodetype NodeGUID $nodeguid\n";
77 my ($nodetype) = shift(@_);
80 print "$nodetype GUID 0x0 found with LID $lid\n";
94 my ($nodetype) = shift(@_);
98 $status = validate_non_zero_lid($lid, $nodeguid, $nodetype);
114 my ($nodetype) = shift(@_);
118 $status = validate_non_zero_guid($lid, $nodeguid, $nodetype);
146 my ($nodetype) = shift(@_);
151 $status = validate_non_zero_guid($lid, $portguid, $nodetype);
[all...]
/freebsd-10.1-release/contrib/mtree/
H A Dextern.h71 const char *nodetype(u_int);
H A Dspec.c341 appendfield(pathlast, "type=%s", nodetype(cur->type));
499 cur->name, nodetype(cur->type),
500 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-10.1-release/usr.sbin/ppp/
H A Dnetgraph.c468 char nodetype[NG_TYPESIZ + NG_NODESIZ]; local
504 " [nodetype:nodename]\n", p->link.name);
519 log_Printf(LogWARN, "%s: Expected a [nodetype:nodename] at device"
530 if (!GETSEGMENT(nodetype, devp, "]", &endp))
532 log_Printf(LogDEBUG, "%s: Got node \"%s\"\n", p->link.name, nodetype);
534 if ((nodename = strchr(nodetype, ':')) != NULL) {
536 if (*nodename == '\0' && *nodetype == '\0') {
537 log_Printf(LogWARN, "%s: Empty [nodetype:nodename] at device"
556 if (*nodetype != '\0') {
558 snprintf(modname, sizeof modname, "ng_%s", nodetype);
[all...]
/freebsd-10.1-release/contrib/ofed/management/libibmad/src/
H A Ddump.c572 int nodetype = *(int*)val; local
574 switch (nodetype) {
585 snprintf(buf, bufsz, "?(%d)?", nodetype);
/freebsd-10.1-release/contrib/sendmail/src/
H A Dparseaddr.c1522 int nodetype = rvp[0][0] & 0377; local
1524 if (nodetype != CANONHOST &&
1525 nodetype != CANONUSER)
1544 switch (nodetype)
/freebsd-10.1-release/sys/kern/
H A Duipc_mqueue.c432 int nodetype)
438 node->mn_type = nodetype;
431 mqfs_create_node(const char *name, int namelen, struct ucred *cred, int mode, int nodetype) argument

Completed in 118 milliseconds