| /onnv/onnv-gate/usr/src/uts/common/syscall/ |
| ioctl.c | 61 ioctl(int fdes, int cmd, intptr_t arg) function 87 * other cases for this ioctl. 126 * ioctl() now passes in the model information in some high bits. 161 return (ioctl(fdes, TIOCSETP, arg)); 167 return (ioctl(fdes, TIOCGETP, arg));
|
| /onnv/onnv-gate/usr/src/lib/libcrypt/common/ |
| 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);
|
| /onnv/onnv-gate/usr/src/lib/libast/common/features/ |
| fcntl.c | 36 #define ioctl ______ioctl macro 58 #undef ioctl macro
|
| /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/IO/lib/IO/ |
| Handle.pm | 588 sub ioctl { subroutine 589 @_ == 3 || croak 'usage: $io->ioctl( OP, VALUE );'; 591 return ioctl($io, $op, $_[2]);
|
| /onnv/onnv-gate/usr/src/lib/libntfs/common/include/ntfs/ |
| device.h | 99 int (*ioctl)(struct ntfs_device *dev, int request, void *argp); member in struct:ntfs_device_operations
|
| /onnv/onnv-gate/usr/src/common/openssl/apps/ |
| s_time.c | 139 #undef ioctl macro 140 #define ioctl ioctlsocket macro
|
| /onnv/onnv-gate/usr/src/lib/libbc/libc/sys/common/ |
| ioctl.c | 69 * Ioctl control packet 99 ioctl(int des, int request, int arg) function 134 perror("ioctl/I_PUSH"); 159 * and reissuing the ioctl().
|
| /onnv/onnv-gate/usr/src/lib/libldap5/include/ldap/ |
| 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
|
| /onnv/onnv-gate/usr/src/uts/common/io/lvm/notify/ |
| md_notify.c | 305 md_event_ioctl_t *ioctl = (md_event_ioctl_t *)data; local 308 ioctl->mdn_event = EQ_EMPTY; 309 ioctl->mdn_tag = TAG_EMPTY; 310 ioctl->mdn_set = MD_ALLSETS; 311 ioctl->mdn_dev = MD_ALLDEVS; 312 uniqtime32(&ioctl->mdn_time); 313 ioctl->mdn_user = (u_longlong_t)0; 326 * catastrophic since it breaks down ioctl single threading. 330 * Always returns with IOCTL lock held 335 md_event_ioctl_t *ioctl, size_t sz 384 md_event_ioctl_t *ioctl; local [all...] |
| /onnv/onnv-gate/usr/src/uts/common/des/ |
| des_crypt.c | 60 #include <sys/ioctl.h> 65 #define ioctl(a, b, c) (cdevsw[11].d_ioctl(0, b, c, 0) ? -1 : 0) macro 387 res = ioctl(g_desfd, DESIOCQUICK, (char *)desp); 391 res = ioctl(g_desfd, DESIOCBLOCK, (char *)desp);
|
| /onnv/onnv-gate/usr/src/uts/common/avs/ns/solaris/ |
| nsc_raw.c | 62 int (*ioctl)(dev_t, int, intptr_t, int, cred_t *, int *); member in struct:raw_maj 205 maj->ioctl = ops->devo_cb_ops->cb_ioctl; 613 rc = (*cdi->major->ioctl)(dev, DKIOCINFO, 626 rc = (*cdi->major->ioctl)(dev, DKIOCGVTOC, 639 rc = (*cdi->major->ioctl)(dev, DKIOCPARTITION, 787 errno = (*cdi->major->ioctl)(bsize->raw_fd, 795 errno = (*cdi->major->ioctl)(bsize->raw_fd, 804 errno = (*cdi->major->ioctl)(bsize->raw_fd,
|
| /onnv/onnv-gate/usr/src/uts/common/io/drm/ |
| drm_sunmod.c | 326 * ioctl, and release it via DRM_IOCTL_UNLOCK after finishing 429 drm_ioctl_desc_t *ioctl; local 469 ioctl = &drm_ioctls[nr]; 472 /* It's not a core DRM ioctl, try driver-specific. */ 473 if (ioctl->func == NULL && nr >= DRM_COMMAND_BASE) { 474 /* The array entries begin at DRM_COMMAND_BASE ioctl nr */ 477 DRM_ERROR("Bad driver ioctl number, 0x%x (of 0x%x)", 481 ioctl = &dp->driver->driver_ioctls[nr]; 484 func = ioctl->func; 497 if (((ioctl->flags & DRM_ROOT_ONLY) && !DRM_SUSER(credp)) | [all...] |
| drm.h | 82 #include <asm/ioctl.h> /* For _IO* macros */ 92 #undef ioctl macro 94 #define ioctl(a,b,c) xf86ioctl(a,b,c) macro 283 * DRM_IOCTL_VERSION ioctl argument type. 300 * DRM_IOCTL_GET_UNIQUE ioctl argument type. 321 * DRM_IOCTL_CONTROL ioctl argument type. 386 * DRM_IOCTL_GET_CLIENT ioctl argument type. 394 unsigned long iocs; /**< Ioctl count */ 418 * DRM_IOCTL_GET_STATS ioctl argument type. 444 * DRM_IOCTL_LOCK, DRM_IOCTL_UNLOCK and DRM_IOCTL_FINISH ioctl argument type [all...] |
| /onnv/onnv-gate/usr/src/uts/common/smbsrv/ |
| smb_kproto.h | 101 SMB_COM_DECL(ioctl); variable
|
| /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/ |
| XSUB.h | 348 # undef ioctl macro 435 # define ioctl PerlLIO_ioctl macro
|
| /onnv/onnv-gate/usr/src/lib/cfgadm_plugins/sysctrl/common/ |
| 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(fd, SYSC_CFGA_CMD_CONNECT, sc) == -1 [all...] |
| /onnv/onnv-gate/usr/src/uts/common/io/mega_sas/ |
| megaraid_sas.c | 114 megasas_ioctl, /* ioctl */ 648 * for issuing ioctl to the driver. 654 "megaraid: failed to create ioctl node.")); 926 "megaraid: Non-root ioctl access tried!")); 933 "megaraid: ioctl node must be a char node\n")); 976 * ioctl - performs a range of I/O commands for character drivers 984 * ioctl() routine must make sure that user data is copied into or out of the 987 * This is a wrapper routine to serialize access to the actual ioctl routine. 988 * ioctl() should return 0 on success, or the appropriate error number. The 998 struct megasas_ioctl ioctl; local [all...] |
| /onnv/onnv-gate/usr/src/uts/common/io/mr_sas/ |
| mr_sas.c | 121 mrsas_ioctl, /* ioctl */ 635 * for issuing ioctl to the driver. 641 "mr_sas: failed to create ioctl node.")); 900 "mr_sas: Non-root ioctl access denied!")); 907 "mr_sas: ioctl node must be a char node")); 946 struct mrsas_ioctl *ioctl; local 958 ioctl = (struct mrsas_ioctl *)kmem_zalloc(sizeof (struct mrsas_ioctl), 960 ASSERT(ioctl); 964 if (ddi_copyin((void *)arg, ioctl, 967 "ERROR IOCTL copyin")) [all...] |
| /onnv/onnv-gate/usr/src/uts/sun4v/io/ |
| vds.c | 122 #define VD_EFI_DEV_SET(dev, vdsk, ioctl) \ 123 VDSK_EFI_DEV_SET(dev, vdsk, ioctl, \ 541 int cmd; /* corresponding ioctl cmd */ 542 const char *cmd_name; /* ioctl cmd name */ 543 void *arg; /* ioctl cmd argument */ 3614 vd_ioctl_t ioctl[] = { local [all...] |