Home
last modified time | relevance | path

Searched refs:EMPTY_OK (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/svc/svcs/
H A Dsvcs.h56 #define EMPTY_OK 0x01 macro
H A Dsvcs.c372 assert((flags & ~(EMPTY_OK | MULTI_OK)) == 0); in pg_get_single_val()
390 if (flags & EMPTY_OK) in pg_get_single_val()
410 if (r == 0 && !(flags & EMPTY_OK)) { in pg_get_single_val()
567 tvp, 0, ok_if_empty ? EMPTY_OK : 0, 0, 1); in get_restarter_time_prop()
1011 SCF_TYPE_COUNT, &c, 0, EMPTY_OK | MULTI_OK); in sprint_ctid()
1018 scf_property_contract, &c, EMPTY_OK | MULTI_OK); in sprint_ctid()
1051 SCF_TYPE_COUNT, &c, 0, EMPTY_OK); in sortkey_ctid()
1058 scf_property_contract, &c, EMPTY_OK); in sortkey_ctid()
1547 svc_buf, max_scf_name_length + 1, EMPTY_OK) != 0) in sprint_service()
2036 EMPTY_OK) != 0) in detailed_list_processes()
[all …]
H A Dexplain.c487 sizeof (instp->comment), EMPTY_OK); in add_instance()
527 sizeof (instp->comment), EMPTY_OK); in add_instance()
/illumos-gate/usr/src/lib/smbsrv/libmlsvc/common/
H A Dsvcctl_scm.c54 #define EMPTY_OK 0x01 macro
105 assert((flags & ~(EMPTY_OK | MULTI_OK)) == 0); in svcctl_scm_pg_get_val()