Home
last modified time | relevance | path

Searched refs:SEL_ALL (Results 1 – 3 of 3) sorted by relevance

/NextBSD/lib/libosxsupport/
HDfile_module.c807 if (which == SEL_ALL) match = 1; in _fsi_parse_user()
888 if (which == SEL_ALL) in _fsi_get_user()
926 if (which == SEL_ALL) match = 1; in _fsi_parse_group()
984 if (which == SEL_ALL) in _fsi_get_group()
1120 if (which == SEL_ALL) match = 1; in _fsi_parse_alias()
1177 if (which == SEL_ALL) in _fsi_get_alias()
1220 if (which == SEL_ALL) match = 1; in _fsi_parse_ether()
1248 if ((which != SEL_ALL) && (name == NULL)) return NULL; in _fsi_get_ether()
1286 if (which == SEL_ALL) in _fsi_get_ether()
1355 if (which == SEL_ALL) match = 1; in _fsi_parse_host()
[all …]
HDsi_module.c359 if (which == SEL_ALL) return 1; in si_item_match()
/NextBSD/include/
HDsi_module.h115 #define SEL_ALL 0 macro