Searched refs:EMPTY_OK (Results 1 - 2 of 2) sorted by relevance
/illumos-gate/usr/src/cmd/svc/svcs/ |
H A D | svcs.c | 91 #define EMPTY_OK 0x01 macro 355 * wrong type, or doesn't have a single value. If flags has EMPTY_OK, don't 368 assert((flags & ~(EMPTY_OK | MULTI_OK)) == 0); 386 if (flags & EMPTY_OK) 557 tvp, NULL, ok_if_empty ? EMPTY_OK : 0, 0, 1); 1023 SCF_TYPE_COUNT, &c, 0, EMPTY_OK | MULTI_OK); 1030 scf_property_contract, &c, EMPTY_OK | MULTI_OK); 1063 SCF_TYPE_COUNT, &c, 0, EMPTY_OK); 1070 scf_property_contract, &c, EMPTY_OK); 1559 svc_buf, max_scf_name_length + 1, EMPTY_OK) ! [all...] |
/illumos-gate/usr/src/lib/smbsrv/libmlsvc/common/ |
H A D | svcctl_scm.c | 54 #define EMPTY_OK 0x01 macro 93 * wrong type, or doesn't have a single value. If flags has EMPTY_OK, don't 105 assert((flags & ~(EMPTY_OK | MULTI_OK)) == 0);
|
Completed in 64 milliseconds