Searched refs:ioctl (Results 176 - 200 of 729) sorted by relevance

1234567891011>>

/macosx-10.10/libpcap-48/libpcap/
H A Dpcap-darwin.c38 #include <sys/ioctl.h>
87 if (ioctl(fd, BIOCGIFATTACHCOUNT, &ifr) == -1)
88 fprintf(stderr, "ioctl BIOCGIFATTACHCOUNT");
118 if (ioctl(s, SIOCGIFDESC, &if_descreq) < 0) {
140 if (ioctl(s, SIOCIFDESTROY, &ifr) < 0)
141 fprintf(stderr, "%s: ioctl(SIOCIFDESTROY) fail - %s\n",
251 if (ioctl(s, SIOCGIFDESC, &if_descreq) < 0) {
252 snprintf(ebuf, PCAP_ERRBUF_SIZE, "ioctl(SIOCGIFDESC): %s",
288 if (ioctl(s, SIOCIFCREATE, &ifr) < 0) {
289 snprintf(ebuf, PCAP_ERRBUF_SIZE, "ioctl(SIOCIFCREAT
[all...]
/macosx-10.10/mail_cmds-30/mail/
H A Dmain.c50 #include <sys/ioctl.h>
377 if (ioctl(1, TIOCGWINSZ, (char *)&ws) < 0)
/macosx-10.10/network_cmds-457/kdumpd.tproj/
H A Dkdumpsubs.c47 #include <sys/ioctl.h>
263 (void) ioctl(f, FIONREAD, &i);
/macosx-10.10/network_cmds-457/rtsol.tproj/
H A Dprobe.c64 #include <sys/ioctl.h>
147 if (ioctl(s, SIOCGDRLST_IN6, (caddr_t)&dr) < 0) {
148 warnmsg(LOG_ERR, __FUNCTION__, "ioctl(SIOCGDRLST_IN6): %s",
/macosx-10.10/ntp-92/ntpd/
H A Drefclock_hopfpci.c51 # include <sys/ioctl.h>
208 ioctl(fd,HOPF_CLOCK_GET_UTC,&m_time);
H A Drefclock_palisade.h81 #include <sys/ioctl.h>
/macosx-10.10/postfix-255/postfix/src/util/
H A Dsys_compat.c195 #include <sys/ioctl.h>
218 if (ioctl(fd, TIOCNOTTY, 0)) {
219 msg_warn("ioctl TIOCNOTTY: %m");
/macosx-10.10/remote_cmds-47/tftp.tproj/
H A Dtftpsubs.c56 #include <sys/ioctl.h>
277 (void) ioctl(f, FIONREAD, &i);
/macosx-10.10/remote_cmds-47/tftpd.tproj/
H A Dtftpsubs.c54 #include <sys/ioctl.h>
275 (void) ioctl(f, FIONREAD, &i);
/macosx-10.10/tcsh-65/tcsh/
H A Dsh.print.c246 if (didfds == 0 && ioctl(unit, TIOCLGET, (ioctl_t) & lmode) == 0 &&
249 (void) ioctl(unit, TIOCLBIC, (ioclt_t) & lmode);
H A Dtc.os.h64 # include <sys/ioctl.h>
189 * ioctl() form, only if we don't have the fcntl() one.
201 # define close_on_exec(fd, v) ioctl((fd), ((v) ? FIOCLEX : FIONCLEX), NULL)
545 extern int ioctl (int, int, ...);
591 extern int ioctl (int, unsigned long, char *);
/macosx-10.10/dyld-353.2.1/src/
H A DdyldSyscallInterface.h51 int (*ioctl)(int fildes, unsigned long request, void* result); member in struct:dyld::SyscallHelpers
/macosx-10.10/Heimdal-398.1.2/appl/ftp/ftpd/
H A Dftpd_locl.h59 #include <sys/ioctl.h>
/macosx-10.10/Heimdal-398.1.2/appl/telnet/telnet/
H A Dtelnet_locl.h111 #include <sys/ioctl.h>
/macosx-10.10/Heimdal-398.1.2/lib/kafs/
H A Dkafs_locl.h57 #include <sys/ioctl.h>
/macosx-10.10/IOStorageFamily-182.1.1/
H A DIOMediaBSDClient.h123 * Process a foreign ioctl.
126 virtual int ioctl(dev_t dev, u_long cmd, caddr_t data, int flags, proc_t proc);
/macosx-10.10/apr-32/apr/apr/include/arch/unix/
H A Dapr_arch_networkio.h83 #include <sys/ioctl.h>
/macosx-10.10/curl-83.1.2/curl/CMake/
H A DCurlTests.c601 # include <sys/ioctl.h>
612 if(0 != ioctl(0, FIONBIO, &flags))
632 # include <sys/ioctl.h>
643 if(0 != ioctl(0, SIOCGIFADDR, &ifr))
/macosx-10.10/curl-83.1.2/curl/lib/
H A Ddict.c40 #include <sys/ioctl.h>
/macosx-10.10/dtrace-147/test/cmd/badioctl/
H A Dbadioctl.c110 ioctl(fd, DTRACEIOC | ioc, addr);
/macosx-10.10/file_cmds-242/dd/
H A Dposition.c50 #include <sys/ioctl.h>
/macosx-10.10/lukemftp-14/tnftp/libedit/readline/
H A Dreadline.h75 #include <sys/ioctl.h>
/macosx-10.10/pdisk-9/
H A Dfile_media.c42 #include <sys/ioctl.h>
48 #include <sys/ioctl.h>
375 if ((i = ioctl(a->fd, BLKRRPART)) != 0) {
383 if ((i = ioctl(a->fd, BLKRRPART)) != 0) {
/macosx-10.10/smb-759.0/lib/smb/
H A Dprint.c38 #include <sys/ioctl.h>
/macosx-10.10/vim-55/src/
H A Dos_riscos.h11 #include <sys/ioctl.h>

Completed in 251 milliseconds

1234567891011>>