Searched defs:ioctl (Results 1 - 9 of 9) sorted by relevance
/osnet-11/usr/src/lib/libast/common/features/ |
H A D | fcntl.c | 36 #define ioctl ______ioctl macro 58 #undef ioctl macro
|
/osnet-11/usr/src/lib/pyzfs/common/ |
H A D | userspace.py | 34 import zfs.ioctl namespace
|
H A D | dataset.py | 29 import zfs.ioctl namespace 48 from zfs.ioctl.get_proptable, which should match the 72 for name, t in zfs.ioctl.get_proptable().iteritems(): 91 zfs.ioctl which actually interface with the kernel to manipulate 107 props is the property settings dict from zfs.ioctl.next_dataset. 128 props = zfs.ioctl.dataset_props(name) 163 zfs.ioctl.next_dataset(self.name, False, cookie) 179 d = zfs.ioctl.userspace_many(self.name, prop) 186 return zfs.ioctl.userspace_upgrade(self.name) 197 return zfs.ioctl [all...] |
/osnet-11/usr/src/lib/libcrypt/common/ |
H A D | des.c | 48 #include <sys/ioctl.h> 53 #define ioctl(a, b, c) (cdevsw[11].d_ioctl(0, b, c, 0) ? -1 : 0) macro 167 res = ioctl(g_desfd, (int)DESIOCQUICK, (char *)desp); 171 res = ioctl(g_desfd, (int)DESIOCBLOCK, (char *)desp);
|
/osnet-11/usr/src/lib/libntfs/common/include/ntfs/ |
H A D | device.h | 99 int (*ioctl)(struct ntfs_device *dev, int request, void *argp); member in struct:ntfs_device_operations
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/IO/lib/IO/ |
H A D | Handle.pm | 588 sub ioctl { subroutine 589 @_ == 3 || croak 'usage: $io->ioctl( OP, VALUE );'; 591 return ioctl($io, $op, $_[2]);
|
/osnet-11/usr/src/lib/libldap5/include/ldap/ |
H A D | portable.h | 233 * put a cover on the tty-related ioctl calls we need to use 238 #define GETATTR( fd, tiop ) ioctl((fd), TIOCGETP, (caddr_t)(tiop)) 239 #define SETATTR( fd, tiop ) ioctl((fd), TIOCSETP, (caddr_t)(tiop)) 403 #define ioctl ioctlsocket macro
|
/osnet-11/usr/src/lib/cfgadm_plugins/sysctrl/common/ |
H A D | cfga.c | 43 #include <sys/ioctl.h> 544 else if (ioctl(fd, SYSC_CFGA_CMD_GETSTATUS, sc_list) == -1) { 557 * The GETSTAT ioctl is not simulated. In this way a snapshot of the system 594 else if (ioctl(fd, SYSC_CFGA_CMD_GETSTATUS, sim_sc_list) == -1) { 638 return (ioctl(fd, OPROMGETOPT, a)); 640 return (ioctl(fd, OPROMSETOPT, a)); 657 #define ioctl(a, b, c) sim_ioctl((int)(a), (int)(b), (void *)(c)) macro 683 if (ioctl(prom_fd, OPROMGETOPT, opp) < 0) 707 if (ioctl(prom_fd, OPROMSETOPT, opp) < 0) 949 } else if (ioctl(f [all...] |
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ |
H A D | XSUB.h | 348 # undef ioctl macro 435 # define ioctl PerlLIO_ioctl macro
|
Completed in 843 milliseconds