Searched defs:prop_found (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/nwamcfg/
H A Dnwamcfg.c2298 boolean_t prop_found = B_FALSE, show_prop = B_FALSE; local
2315 prop_found = B_TRUE;
2410 * If we are here and prop_found is set, it means that no rules were
2411 * satisfied by prop; return B_FALSE. If prop_found is not set, then
2415 if (prop_found)

Completed in 52 milliseconds