/illumos-gate/usr/src/cmd/svc/startd/ |
H A D | contract.c | 110 if ((csfd = contract_open(ctid, "process", "status", O_RDONLY)) < 0) { in contract_init() 158 if ((ccfd = contract_open(ctids[n], "process", "ctl", in contract_init() 166 if ((csfd = contract_open(ctids[n], "process", "status", in contract_init() 219 fd = contract_open(ctid, "process", "status", O_RDONLY); in contract_is_empty()
|
H A D | fork.c | 552 sfd = contract_open(ctid, "process", "status", O_RDONLY); in fork_configd_thread() 599 efd = contract_open(ctid, "process", "ctl", O_WRONLY); in fork_configd_thread()
|
H A D | restarter.c | 262 fd = contract_open(*ctidp, NULL, "status", O_RDONLY); in check_contract() 2318 if ((sfd = contract_open(ctid, "process", "status", O_RDONLY)) in restarter_contracts_event_thread() 2402 efd = contract_open(ct_event_get_ctid(ev), "process", "ctl", in restarter_contracts_event_thread()
|
H A D | method.c | 765 if ((ctfd = contract_open(inst->ri_i.i_primary_ctid, "process", in method_run()
|
/illumos-gate/usr/src/lib/libcontract/common/ |
H A D | libcontract_priv.c | 82 contract_open(ctid_t ctid, const char *type, const char *file, int oflag) in contract_open() function 115 fd = contract_open(ctid, "all", "ctl", O_WRONLY); in contract_abandon_id()
|
H A D | libcontract_priv.h | 38 extern int contract_open(ctid_t, const char *, const char *, int);
|
H A D | device_dump.c | 58 statfd = contract_open(ctid, "device", "status", O_RDONLY); in event_device()
|
H A D | mapfile-vers | 132 contract_open;
|
/illumos-gate/usr/src/cmd/ctrun/ |
H A D | ctrun.c | 281 efd = contract_open(ct_event_get_ctid(ev), "process", "ctl", in get_event() 555 if ((ctfd = contract_open(opt_adopt, "process", "ctl", in main() 564 if (((stfd = contract_open(opt_adopt, "process", "status", in main() 639 if ((ctfd = contract_open(ctid, "process", "ctl", in main()
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/inetd/ |
H A D | contracts.c | 171 return (contract_open(cid, "process", "ctl", O_WRONLY)); in open_contract_ctl_file()
|
/illumos-gate/usr/src/cmd/ctwatch/ |
H A D | ctwatch.c | 196 if ((fd = contract_open(id, NULL, "status", O_RDONLY)) == -1) in contract_type()
|
/illumos-gate/usr/src/cmd/ctstat/ |
H A D | ctstat.c | 533 if ((fd = contract_open(id, dir, "status", O_RDONLY)) == -1) { in print_contract()
|
/illumos-gate/usr/src/cmd/ptools/ptree/ |
H A D | ptree.c | 397 if ((fd = contract_open(ctid, "process", "status", O_RDONLY)) == -1) in ct_status_open()
|
/illumos-gate/usr/src/cmd/svc/svcadm/ |
H A D | svcadm.c | 493 fd = contract_open(ct, "process", "status", O_RDONLY); in my_ct_name()
|
/illumos-gate/usr/src/cmd/zonestat/zonestatd/ |
H A D | zonestatd.c | 696 contract_open(ctid_t ctid, const char *type, const char *file, int oflag) in contract_open() function 727 fd = contract_open(ctid, "all", "ctl", O_WRONLY); in contract_abandon_id()
|
/illumos-gate/usr/src/cmd/init/ |
H A D | init.c | 4181 fd = contract_open(id, "process", name, oflag); in contract_getfile()
|
/illumos-gate/usr/src/cmd/svc/svcs/ |
H A D | svcs.c | 598 fd = contract_open(c, NULL, "status", O_RDONLY); in ctid_to_pids()
|