Searched refs:MULTI_OK (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/smbsrv/libmlsvc/common/
H A Dsvcctl_scm.c55 #define MULTI_OK 0x02 macro
95 * MULTI_OK and the property has multiple values, succeed with E2BIG.
105 assert((flags & ~(EMPTY_OK | MULTI_OK)) == 0);
120 if (flags & MULTI_OK) {
/illumos-gate/usr/src/cmd/svc/svcs/
H A Dsvcs.c92 #define MULTI_OK 0x02 macro
357 * MULTI_OK and the property has multiple values, succeed with E2BIG.
368 assert((flags & ~(EMPTY_OK | MULTI_OK)) == 0);
391 if (flags & MULTI_OK) {
775 * E2BIG if print flag is not set, MULTI_OK bit in flag is set and multiple
836 if (flags & MULTI_OK)
1023 SCF_TYPE_COUNT, &c, 0, EMPTY_OK | MULTI_OK);
1025 r = ctids_by_restarter(wip, &c, 0, MULTI_OK, &restarter_spec,
1030 scf_property_contract, &c, EMPTY_OK | MULTI_OK);
1065 r = ctids_by_restarter(wip, &c, 0, MULTI_OK,
[all...]

Completed in 50 milliseconds