Home
last modified time | relevance | path

Searched refs:ct_status_read (Results 1 – 20 of 20) sorted by relevance

/titanic_41/usr/src/man/man3contract/
H A DMakefile28 ct_status_read.3contract \
156 ct_status_free.3contract := LINKSRC = ct_status_read.3contract
157 ct_status_get_cookie.3contract := LINKSRC = ct_status_read.3contract
158 ct_status_get_critical.3contract := LINKSRC = ct_status_read.3contract
159 ct_status_get_holder.3contract := LINKSRC = ct_status_read.3contract
160 ct_status_get_id.3contract := LINKSRC = ct_status_read.3contract
161 ct_status_get_informative.3contract := LINKSRC = ct_status_read.3contract
162 ct_status_get_nevents.3contract := LINKSRC = ct_status_read.3contract
163 ct_status_get_nevid.3contract := LINKSRC = ct_status_read.3contract
164 ct_status_get_ntime.3contract := LINKSRC = ct_status_read.3contract
[all …]
/titanic_41/usr/src/pkg/manifests/
H A Dsystem-library.man3contract.inc24 file path=usr/share/man/man3contract/ct_status_read.3contract
123 target=ct_status_read.3contract
125 target=ct_status_read.3contract
127 target=ct_status_read.3contract
129 target=ct_status_read.3contract
131 target=ct_status_read.3contract
133 target=ct_status_read.3contract
135 target=ct_status_read.3contract
137 target=ct_status_read.3contract
139 target=ct_status_read.3contract
[all …]
/titanic_41/usr/src/cmd/svc/startd/
H A Dcontract.c118 err = ct_status_read(csfd, CTD_ALL, &s); in contract_init()
186 if (err = ct_status_read(csfd, CTD_COMMON, &cs)) { in contract_init()
223 ret = ct_status_read(fd, CTD_ALL, &ctstat); in contract_is_empty()
H A Dfork.c558 if (err = ct_status_read(sfd, CTD_COMMON, &status)) { in fork_configd_thread()
H A Drestarter.c2255 if (err = ct_status_read(sfd, CTD_COMMON, &status)) { in restarter_contracts_event_thread()
/titanic_41/usr/src/lib/libcontract/common/
H A Ddevice_dump.c66 if (ct_status_read(statfd, CTD_ALL, &stathdl) != 0) { in event_device()
H A Dlibcontract.h61 extern int ct_status_read(int, int, ct_stathdl_t *);
H A Dlibcontract_priv.c70 if ((r = ct_status_read(cfd, CTD_COMMON, &st)) != 0) { in contract_latest()
H A Dmapfile-vers115 ct_status_read;
H A Dlibcontract.c236 ct_status_read(int fd, int detail, ct_stathdl_t *stathdl) in ct_status_read() function
/titanic_41/usr/src/cmd/ctwatch/
H A Dctwatch.c200 if (errno = ct_status_read(fd, CTD_COMMON, &hdl)) { in contract_type()
/titanic_41/usr/src/cmd/ctrun/
H A Dctrun.c568 (errno = ct_status_read(stfd, CTD_FIXED, &st)) || in main()
/titanic_41/usr/src/cmd/ptools/ptree/
H A Dptree.c417 if (fstat64(fd, &st) == -1 || ct_status_read(fd, CTD_COMMON, &hdl)) { in ctsort()
/titanic_41/usr/src/cmd/ctstat/
H A Dctstat.c539 if (errno = ct_status_read(fd, opt_verbose ? CTD_ALL : CTD_COMMON, in print_contract()
/titanic_41/usr/src/cmd/ssh/sshd/
H A Dsshd.c430 if ((errno = ct_status_read(cfd, CTD_COMMON, &st)) != 0) { in contracts_post_fork_parent()
/titanic_41/usr/src/cmd/svc/svcadm/
H A Dsvcadm.c478 if ((errno = ct_status_read(fd, CTD_ALL, &st)) != 0) in my_ct_name()
/titanic_41/usr/src/cmd/init/
H A Dinit.c4239 err = ct_status_read(fd, CTD_COMMON, &sh); in contract_cookie()
/titanic_41/usr/src/lib/fm/topo/modules/common/ses/
H A Dses.c509 (void) ct_status_read(statfd, CTD_COMMON, &stathdl); in ses_contract_thread()
/titanic_41/usr/src/cmd/svc/svcs/
H A Dsvcs.c591 err = ct_status_read(fd, CTD_ALL, &ctst); in ctid_to_pids()
/titanic_41/usr/src/cmd/zonestat/zonestatd/
H A Dzonestatd.c675 if ((r = ct_status_read(cfd, CTD_COMMON, &st)) != 0) { in contract_latest()