/titanic_50/usr/src/cmd/ipf/lib/common/ |
H A D | ipft_ef.c | 44 static int efd = -1; variable 50 if (efd != -1) 51 return efd; 54 efd = 0; 57 efd = open(fname, O_RDONLY); 58 efp = fdopen(efd, "r"); 60 return efd; 66 return close(efd); in etherf_close()
|
/titanic_50/usr/src/cmd/ctrun/ |
H A D | ctrun.c | 247 int efd; in get_event() local 283 efd = contract_open(ct_event_get_ctid(ev), "process", "ctl", in get_event() 285 if (efd != -1) { in get_event() 286 (void) ct_ctl_ack(efd, evid); in get_event() 287 (void) close(efd); in get_event() 377 int fd, efd; in main() local 512 efd = open64(CTFS_ROOT "/process/pbundle", O_RDONLY); in main() 513 if (efd == -1) in main() 516 if (close_on_exec(fd) || close_on_exec(efd)) in main() 666 event = get_event(efd, ctfd, ctid); in main()
|
/titanic_50/usr/src/cmd/ssh/libssh/common/ |
H A D | channels.c | 166 channel_register_fds(Channel *c, int rfd, int wfd, int efd, in channel_register_fds() argument 172 channel_max_fd = MAX(channel_max_fd, efd); in channel_register_fds() 179 c->efd = efd; in channel_register_fds() 201 if (efd != -1) in channel_register_fds() 202 set_nonblock(efd); in channel_register_fds() 212 channel_new(char *ctype, int type, int rfd, int wfd, int efd, in channel_new() argument 255 channel_register_fds(c, rfd, wfd, efd, extusage, nonblock); in channel_new() 288 max = MAX(max, c->efd); in channel_find_maxfd() 314 c->self, c->rfd, c->wfd, c->efd); in channel_close_fds() 319 channel_close_fd(&c->efd); in channel_close_fds() [all …]
|
H A D | nchan.c | 441 c->efd != -1 && in chan_is_dead() 444 c->self, c->efd, buffer_len(&c->extended)); in chan_is_dead()
|
/titanic_50/usr/src/cmd/ssh/include/ |
H A D | channels.h | 85 int efd; /* extended fd */ member 163 (c->efd != -1 || \ 167 ((c->efd != -1 && !(c->flags & (CHAN_EOF_RCVD|CHAN_CLOSE_RCVD))) || \
|
/titanic_50/usr/src/cmd/svc/startd/ |
H A D | fork.c | 530 int efd, sfd; in fork_configd_thread() local 599 efd = contract_open(ctid, "process", "ctl", O_WRONLY); in fork_configd_thread() 600 if (efd != -1) { in fork_configd_thread() 601 (void) ct_ctl_ack(efd, evid); in fork_configd_thread() 602 startd_close(efd); in fork_configd_thread()
|
H A D | restarter.c | 2228 int efd, sfd; in restarter_contracts_event_thread() local 2333 efd = contract_open(ct_event_get_ctid(ev), "process", "ctl", in restarter_contracts_event_thread() 2335 if (efd != -1) { in restarter_contracts_event_thread() 2336 (void) ct_ctl_ack(efd, evid); in restarter_contracts_event_thread() 2337 startd_close(efd); in restarter_contracts_event_thread()
|
/titanic_50/usr/src/lib/fm/topo/modules/common/ses/ |
H A D | ses.c | 463 int efd, ctlfd, statfd; in ses_contract_thread() local 477 efd = open64(CTFS_ROOT "/device/pbundle", O_RDONLY); in ses_contract_thread() 478 fds.fd = efd; in ses_contract_thread() 502 if (ct_event_read(efd, &ev) != 0) { in ses_contract_thread() 582 (void) close(efd); in ses_contract_thread()
|
/titanic_50/usr/src/cmd/ssh/doc/ |
H A D | ChangeLog | 1434 close efd on eof
|
/titanic_50/usr/src/data/hwdata/ |
H A D | usb.ids | 14354 0efd Oasis Semiconductor
|
H A D | pci.ids | 24240 0efd Xeon E7 v2/Xeon E5 v2/Core i7 DDRIO
|