Searched refs:myfd (Results 1 – 3 of 3) sorted by relevance
/illumos-gate/usr/src/lib/libc/port/stdio/ |
H A D | popen.c | 92 int myfd, fd; in popen() local 125 myfd = open("/dev/null", O_RDWR); in popen() 126 if (myfd == -1) { in popen() 134 iop = fdopen(myfd, mode); in popen() 140 (void) close(myfd); in popen() 190 _insert_nolock(pid, myfd, node); in popen() 198 (void) dup2(fd, myfd); in popen()
|
/illumos-gate/usr/src/lib/libnsl/rpc/ |
H A D | svc_run.c | 394 int myfd, mypollfd; in _svc_run_mt() local 434 myfd = -1; in _svc_run_mt() 441 myfd = svc_pending_fds[svc_next_pending++]; in _svc_run_mt() 451 if (myfd == -1 && svc_pollfds == 0) { in _svc_run_mt() 600 if (myfd == -1) { in _svc_run_mt() 601 if (select_next_pollfd(&myfd, &mypollfd) == -1) in _svc_run_mt() 635 parent_xprt = svc_xports[myfd]; in _svc_run_mt() 638 if (__is_a_userfd(myfd) == TRUE) in _svc_run_mt()
|
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/ |
H A D | vfs.c | 929 int myfd = cb->fd; in pfile_callback() local 974 mdb_printf("%4d %4s %?0p ", myfd, type, top_vnodep); in pfile_callback() 1117 int myfd = cb->fd; in file_t_callback() local 1131 addr, myfd, f->f_flag, f->f_vnode, f->f_offset, f->f_cred, in file_t_callback()
|