Searched refs:ioctl (Results 501 - 525 of 729) sorted by relevance

<<21222324252627282930

/macosx-10.10/system_cmds-643.1.1/getty.tproj/
H A Dsubr.c52 #include <sys/ioctl.h>
/macosx-10.10/tcl-105/tcl_ext/expect/expect/
H A Dexp_chan.c174 if (ioctl(fd, (int) FIONBIO, &curStatus) < 0) {
/macosx-10.10/xnu-2782.1.97/bsd/dev/dtrace/
H A Dprofile_prvd.c43 #include <sys/ioctl.h>
605 eno_ioctl, /* ioctl */
/macosx-10.10/xnu-2782.1.97/bsd/kern/
H A Dkern_shutdown.c49 #include <sys/ioctl.h>
H A Dprocess_policy.c42 #include <sys/ioctl.h>
H A Dtty_compat.c65 * Compatibility routines for BSD 4.3 tty ioctl() commands
78 #include <sys/ioctl.h>
490 * This ioctl is not handled at this layer.
H A Dtty_ptmx.c71 #include <sys/ioctl.h>
278 * 0 Just want ioctl struct
H A Dtty_subr.c64 #include <sys/ioctl.h>
/macosx-10.10/xnu-2782.1.97/bsd/miscfs/fifofs/
H A Dfifo_vnops.c73 #include <sys/ioctl.h>
95 { &vnop_ioctl_desc, (VOPFUNC)fifo_ioctl }, /* ioctl */
366 * Device ioctl operation.
/macosx-10.10/xnu-2782.1.97/bsd/net/
H A Dether_inet_pr_module.c562 proto.ioctl = ether_inet_prmod_ioctl;
/macosx-10.10/xnu-2782.1.97/bsd/nfs/
H A Dkrpc_subr.c70 #include <sys/ioctl.h>
/macosx-10.10/zsh-61/zsh/Src/
H A Dzsh_system.h421 # include <sys/ioctl.h>
/macosx-10.10/OpenLDAP-499.27/OpenLDAP/libraries/liblber/
H A Dsockbuf.c40 #include <sys/ioctl.h>
353 return ioctl( sd, FIONBIO, &status );
/macosx-10.10/OpenSSH-189/openssh/
H A Dssh.c50 #include <sys/ioctl.h>
1211 if (ioctl(fileno(stdin), TIOCGWINSZ, &ws) < 0)
/macosx-10.10/SmartCardServices-55111/src/PCSC/
H A Dwinscard_msg.cpp57 #include <sys/ioctl.h>
201 if (ioctl(*pdwClientID, FIONBIO, &one) < 0)
/macosx-10.10/curl-83.1.2/curl/tests/server/
H A Dtftpd.c53 #include <sys/ioctl.h>
637 (void) ioctl(f, FIONREAD, &i);
/macosx-10.10/hfs-285/fsck_hfs/dfalib/
H A DVolumeBitmapCheck.c1103 err = ioctl(fsreadfd, DKIOCUNMAP, &gTrimData);
1256 err = ioctl(fsreadfd, DKIOCGETFEATURES, &features);
/macosx-10.10/libarchive-30/libarchive/tar/
H A Dwrite.c33 #include <sys/ioctl.h>
853 /* Linux uses ioctl to read flags. */
858 int r = ioctl(fd, EXT2_IOC_GETFLAGS, &fflags);
/macosx-10.10/lukemftp-14/tnftp/src/
H A Dutil.c87 #include <sys/ioctl.h>
944 if (ioctl(fileno(ttyout), TIOCGWINSZ, &winsize) != -1 &&
/macosx-10.10/netcat-22/
H A Dnetcat.c39 #include <sys/ioctl.h>
1417 err = ioctl(s, SIOCGCONNORDER, &scor);
/macosx-10.10/network_cmds-457/cfilutil/
H A Dcfilutil.c34 #include <sys/ioctl.h>
452 if (ioctl(sf, CTLIOCGINFO, &ctl_info) == -1)
453 err(1, "ioctl(CTLIOCGINFO)");
/macosx-10.10/network_cmds-457/ifconfig.tproj/
H A Difbridge.c65 #include <sys/ioctl.h>
147 return (ioctl(sock, set ? SIOCSDRVSPEC : SIOCGDRVSPEC, &ifd));
/macosx-10.10/ntfs-84/util/
H A Dntfs.util.c27 #include <sys/ioctl.h>
754 if (ioctl(f, DKIOCGETBLOCKSIZE, &dev_block_size) < 0) {
/macosx-10.10/ppp-786.1.1/Controller/
H A Dne_sm_bridge.c6 #include <sys/ioctl.h>
337 ioctl_result = ioctl(ifr_socket, SIOCGIFADDR, &ifr);
341 ne_sm_bridge_log(LOG_ERR, CFSTR("ioctl(SIOCGIFADDR) failed: %s"), strerror(errno));
H A Dnetwork_detection.c11 #include <sys/ioctl.h>
93 ioctl(fd[WRITE], FIONBIO, &on);

Completed in 369 milliseconds

<<21222324252627282930