Home
last modified time | relevance | path

Searched refs:ioctl_arg (Results 1 – 15 of 15) sorted by relevance

/dports/devel/gnulib/gnulib-20140202-stable/lib/
H A Dptsname_r.c96 struct strioctl ioctl_arg; in __ptsname_r() local
97 ioctl_arg.ic_cmd = ISPTM; in __ptsname_r()
98 ioctl_arg.ic_timout = 0; in __ptsname_r()
99 ioctl_arg.ic_len = 0; in __ptsname_r()
100 ioctl_arg.ic_dp = NULL; in __ptsname_r()
102 if (ioctl (fd, I_STR, &ioctl_arg) < 0) in __ptsname_r()
/dports/security/pkcs11-tools/pkcs11-tools-2.5.0/.gnulib/lib/
H A Dptsname_r.c131 struct strioctl ioctl_arg; in ptsname_r()
132 ioctl_arg.ic_cmd = ISPTM; in ptsname_r()
133 ioctl_arg.ic_timout = 0; in ptsname_r()
134 ioctl_arg.ic_len = 0; in ptsname_r()
135 ioctl_arg.ic_dp = NULL; in ptsname_r()
137 if (ioctl (fd, I_STR, &ioctl_arg) < 0) in ptsname_r()
/dports/net/samba412/samba-4.12.15/source3/modules/
H A Dvfs_btrfs.c645 struct btrfs_ioctl_vol_args_v2 ioctl_arg; in btrfs_snap_create() local
728 ioctl_arg.fd = src_fd; in btrfs_snap_create()
729 ioctl_arg.transid = 0; in btrfs_snap_create()
731 memset(ioctl_arg.unused, 0, sizeof(ioctl_arg.unused)); in btrfs_snap_create()
732 len = strlcpy(ioctl_arg.name, dest_subvolume, in btrfs_snap_create()
733 ARRAY_SIZE(ioctl_arg.name)); in btrfs_snap_create()
734 if (len >= ARRAY_SIZE(ioctl_arg.name)) { in btrfs_snap_create()
777 struct btrfs_ioctl_vol_args ioctl_arg; in btrfs_snap_delete() local
836 ioctl_arg.fd = -1; /* not needed */ in btrfs_snap_delete()
837 len = strlcpy(ioctl_arg.name, subvolume, ARRAY_SIZE(ioctl_arg.name)); in btrfs_snap_delete()
[all …]
/dports/net/p5-Net-Interface/Net-Interface-1.016/
H A Dni_fallbackhwaddr.c50 struct fis * ioctl_arg; local
116 bzero(&ioctl_arg,sizeof(struct fis));
117 ioctl_arg.reqtype = LOCAL_ADDRESS;
118 if (ioctl(fd,NETSTAT,&ioctl_arg) >= 0) {
120 if (ioctl_arg.vtype == 6) {
121 memcpy(&ifr->ni_char,&ioctl_arg.value.s[0],6);
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/firewire/
H A Dcore-cdev.c408 union ioctl_arg { union
431 static int ioctl_get_info(struct client *client, union ioctl_arg *arg) in ioctl_get_info()
761 static int ioctl_allocate(struct client *client, union ioctl_arg *arg) in ioctl_allocate()
1169 static int ioctl_stop_iso(struct client *client, union ioctl_arg *arg) in ioctl_stop_iso()
1224 ioctl_get_cycle_timer2(client, (union ioctl_arg *)&ct2); in ioctl_get_cycle_timer()
1398 union ioctl_arg *arg) in ioctl_allocate_iso_resource()
1405 union ioctl_arg *arg) in ioctl_deallocate_iso_resource()
1412 union ioctl_arg *arg) in ioctl_allocate_iso_resource_once()
1419 union ioctl_arg *arg) in ioctl_deallocate_iso_resource_once()
1436 union ioctl_arg *arg) in ioctl_send_broadcast_request()
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/firewire/
H A Dcore-cdev.c408 union ioctl_arg { union
431 static int ioctl_get_info(struct client *client, union ioctl_arg *arg) in ioctl_get_info()
761 static int ioctl_allocate(struct client *client, union ioctl_arg *arg) in ioctl_allocate()
1169 static int ioctl_stop_iso(struct client *client, union ioctl_arg *arg) in ioctl_stop_iso()
1224 ioctl_get_cycle_timer2(client, (union ioctl_arg *)&ct2); in ioctl_get_cycle_timer()
1398 union ioctl_arg *arg) in ioctl_allocate_iso_resource()
1405 union ioctl_arg *arg) in ioctl_deallocate_iso_resource()
1412 union ioctl_arg *arg) in ioctl_allocate_iso_resource_once()
1419 union ioctl_arg *arg) in ioctl_deallocate_iso_resource_once()
1436 union ioctl_arg *arg) in ioctl_send_broadcast_request()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/firewire/
H A Dcore-cdev.c408 union ioctl_arg { union
431 static int ioctl_get_info(struct client *client, union ioctl_arg *arg) in ioctl_get_info()
761 static int ioctl_allocate(struct client *client, union ioctl_arg *arg) in ioctl_allocate()
1169 static int ioctl_stop_iso(struct client *client, union ioctl_arg *arg) in ioctl_stop_iso()
1224 ioctl_get_cycle_timer2(client, (union ioctl_arg *)&ct2); in ioctl_get_cycle_timer()
1398 union ioctl_arg *arg) in ioctl_allocate_iso_resource()
1405 union ioctl_arg *arg) in ioctl_deallocate_iso_resource()
1412 union ioctl_arg *arg) in ioctl_allocate_iso_resource_once()
1419 union ioctl_arg *arg) in ioctl_deallocate_iso_resource_once()
1436 union ioctl_arg *arg) in ioctl_send_broadcast_request()
[all …]
/dports/lang/ruby26/ruby-2.6.9/ext/io/wait/
H A Dwait.c29 #define ioctl_arg u_long macro
32 #define ioctl_arg int macro
84 ioctl_arg n; in io_nread()
/dports/audio/aqualung/aqualung-1.0/src/
H A Dcore.c1321 int ioctl_arg; local
1345 ioctl_arg = 16; /* bitdepth */
1346 ioctl_status = ioctl(info->fd_oss, SOUND_PCM_WRITE_BITS, &ioctl_arg);
1353 if (ioctl_arg != 16) {
1360 ioctl_arg = 2; /* stereo */
1361 ioctl_status = ioctl(info->fd_oss, SOUND_PCM_WRITE_CHANNELS, &ioctl_arg);
1368 if (ioctl_arg != 2) {
1375 ioctl_arg = info->out_SR;
1376 ioctl_status = ioctl(info->fd_oss, SOUND_PCM_WRITE_RATE, &ioctl_arg);
1383 if (ioctl_arg != info->out_SR) {
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/media/pci/bt8xx/
H A Ddst_ca.c525 static long dst_ca_ioctl(struct file *file, unsigned int cmd, unsigned long ioctl_arg) in dst_ca_ioctl() argument
532 void __user *arg = (void __user *)ioctl_arg; in dst_ca_ioctl()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/media/pci/bt8xx/
H A Ddst_ca.c525 static long dst_ca_ioctl(struct file *file, unsigned int cmd, unsigned long ioctl_arg) in dst_ca_ioctl() argument
532 void __user *arg = (void __user *)ioctl_arg; in dst_ca_ioctl()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/media/pci/bt8xx/
H A Ddst_ca.c525 static long dst_ca_ioctl(struct file *file, unsigned int cmd, unsigned long ioctl_arg) in dst_ca_ioctl() argument
532 void __user *arg = (void __user *)ioctl_arg; in dst_ca_ioctl()
/dports/www/mod_fastcgi/mod_fastcgi-2.4.7.1/
H A Dmod_fastcgi.c520 unsigned long ioctl_arg = (nonblocking) ? 1 : 0; in set_nonblocking() local
521 if (ioctlsocket(fr->fd, FIONBIO, &ioctl_arg) != 0) in set_nonblocking()
/dports/lang/ruby26/ruby-2.6.9/
H A Dio.c9524 struct ioctl_arg { struct
9533 struct ioctl_arg *arg = ptr; in nogvl_ioctl() argument
9542 struct ioctl_arg arg; in do_ioctl()
/dports/lang/ruby26/ruby-2.6.9/doc/
H A DChangeLog-2.0.020044 * io.c (struct ioctl_arg): ditto.