Searched refs:ioctl (Results 401 - 425 of 729) sorted by relevance

<<11121314151617181920>>

/macosx-10.10/bootp-298/IPConfiguration.bproj/
H A Dmanual_v6.c37 #include <sys/ioctl.h>
H A Drtutil.c52 #include <sys/ioctl.h>
/macosx-10.10/configd-699.1.5/SystemConfiguration.fproj/
H A DBridgeConfiguration.c45 #include <sys/ioctl.h>
100 if (ioctl(s, SIOCGDRVSPEC, (caddr_t)&ifd) == -1) {
956 if (ioctl(s, SIOCSDRVSPEC, (caddr_t)&ifd) == -1) {
994 if (ioctl(s, SIOCSDRVSPEC, (caddr_t)&ifd) == -1) {
H A DSCDPlugin.c38 #include <sys/ioctl.h>
H A DVLANConfiguration.c48 #include <sys/ioctl.h>
389 if (ioctl(s, SIOCGIFVLAN, (caddr_t)&ifr) == -1) {
390 SCLog(TRUE, LOG_ERR, CFSTR("ioctl(SIOCGIFVLAN) failed: %s"), strerror(errno));
884 if (ioctl(s, SIOCSIFVLAN, (caddr_t)&ifr) == -1) {
885 SCLog(TRUE, LOG_ERR, CFSTR("ioctl(SIOCSIFVLAN) failed: %s"), strerror(errno));
917 if (ioctl(s, SIOCSIFVLAN, (caddr_t)&ifr) == -1) {
918 SCLog(TRUE, LOG_ERR, CFSTR("ioctl(SIOCSIFVLAN) failed: %s"), strerror(errno));
/macosx-10.10/cups-408/cups/backend/
H A Dbackend-private.h33 # include <sys/ioctl.h>
/macosx-10.10/cups-408/cups/cups/
H A Dhttp-private.h132 # include <sys/ioctl.h>
/macosx-10.10/gnutar-453/gnutar/src/
H A Ddelete.c21 #include <system-ioctl.h>
/macosx-10.10/gpt-12/
H A Dgpt.c624 if (ioctl(fd, DKIOCGETBLOCKSIZE, &secsz) == -1 ||
625 ioctl(fd, DKIOCGETBLOCKCOUNT, &mediasz) == -1)
629 if (ioctl(fd, DIOCGSECTORSIZE, &secsz) == -1 ||
630 ioctl(fd, DIOCGMEDIASIZE, &mediasz) == -1)
/macosx-10.10/network_cmds-457/arp.tproj/
H A Darp.c79 #include <sys/ioctl.h>
899 if (ioctl(sock, SIOCGIFCONF, &ifc) < 0) {
900 warnx("ioctl(SIOCGIFCONF)");
923 if (ioctl(sock, SIOCGIFFLAGS, &ifreq) < 0)
934 if (ioctl(sock, SIOCGIFNETMASK, &ifreq) < 0)
/macosx-10.10/ntp-92/include/
H A Dntp_machine.h54 the stream in an I_STR ioctl. This ususally also implies
60 When requesting the IP interface configuration with an ioctl(2) calll,
69 Some UNIX V.4 machines do not appear to support ioctl() requests for the
298 #define fcntl ioctl
H A Dtimepps-SCO.h425 if (ioctl(instance->filedes, TIOCDCDTIMESTAMP, &tv) < 0) {
/macosx-10.10/ntp-92/lib/isc/unix/
H A Dinterfaceiter.c25 #include <sys/ioctl.h>
98 * when getting access to them by sysctl or ioctl.
247 * The remaining code is common to the sysctl and ioctl case.
/macosx-10.10/ntp-92/ntpd/
H A Dntp_monitor.c17 # include <sys/ioctl.h>
H A Drefclock_hopfser.c46 # include <sys/ioctl.h>
H A Drefclock_trak.c318 if(ioctl(fdpps,request,(caddr_t) &ppsev) >=0) {
/macosx-10.10/ppp-786.1.1/Drivers/PPPoE/PPPoE-extension/
H A Dpppoe_dlil.c150 reg.ioctl = pppoe_dlil_ioctl;
266 pppoe specific ioctl, nothing defined
/macosx-10.10/ppp-786.1.1/Drivers/PPTP/PPTP-vpn/
H A Dmain.c59 #include <sys/ioctl.h>
/macosx-10.10/ppp-786.1.1/Family/
H A Dppp_ip.c120 reg.ioctl = ppp_ip_ioctl;
156 called from dlil when an ioctl is sent to the interface
/macosx-10.10/ppp-786.1.1/Helpers/vpnd/
H A Dsys_MacOSX.c34 #include <sys/ioctl.h>
141 // using get option or ioctl
/macosx-10.10/remote_cmds-47/telnet.tproj/
H A Dring.c63 #include <sys/ioctl.h>
/macosx-10.10/ruby-106/ruby/ext/socket/
H A Dsocket.c1593 ret = ioctl(fd, SIOCGLIFNUM, &ln);
1605 ret = ioctl(fd, SIOCGLIFCONF, &lc);
1620 ret = ioctl(fd, SIOCGLIFINDEX, &req2);
1669 ret = ioctl(fd, SIOCGIFCONF, &conf);
/macosx-10.10/sudo-73/src/
H A Dexec_pty.c32 #include <sys/ioctl.h>
844 if (ioctl(io_fds[SFD_SLAVE], TIOCSCTTY, NULL) != 0)
1143 if (ioctl(src, TIOCGWINSZ, &wsize) == 0) {
1144 ioctl(dst, TIOCSWINSZ, &wsize);
/macosx-10.10/tcl-105/tcl_ext/snack/snack/generic/
H A DjkAudIO.h40 # include <sys/ioctl.h>
/macosx-10.10/text_cmds-88/ed/
H A Dmain.c55 #include <sys/ioctl.h>
1438 if (ioctl(0, TIOCGWINSZ, (char *) &ws) >= 0) {

Completed in 389 milliseconds

<<11121314151617181920>>