Searched refs:listtype (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.0-release/release/doc/share/misc/
H A Dman2hwnotes.pl156 $mdocvars{listtype} = "";
244 if ($mdocvars{listtype} eq "column") {
266 $mdocvars{listtype} = "tag";
269 $mdocvars{listtype} = "tagHACK";
272 $mdocvars{listtype} = "bullet";
274 $mdocvars{listtype} = "column";
276 $mdocvars{listtype} = "unknown";
278 dlog(2, "Listtype set to $mdocvars{listtype}");
459 ${$mdocvars}{listtype} eq "tag") {
462 "\${\$mdocvars}{listtype} e
[all...]
/freebsd-10.0-release/contrib/ofed/management/infiniband-diags/src/
H A Dibnetdiscover.c686 dump_topology(int listtype, int group) argument
695 if (!listtype) {
702 if (group && !listtype) {
800 if (!listtype)
803 if (listtype & LIST_SWITCH_NODE)
818 if (group && !listtype) {
846 if (!listtype) {
853 if (((listtype & LIST_CA_NODE) && (node->type == CA_NODE)) ||
854 ((listtype & LIST_ROUTER_NODE) && (node->type == ROUTER_NODE)))
/freebsd-10.0-release/bin/pkill/
H A Dpkill.c75 enum listtype { enum
126 static void makelist(struct listhead *, enum listtype, char *);
663 makelist(struct listhead *head, enum listtype type, char *src)

Completed in 176 milliseconds