| /f-stack/freebsd/crypto/ccp/ |
| H A D | ccp_hardware.h | 267 uint32_t ioc:1; /* Intr. on completion */ member 281 uint32_t ioc:1; /* Intr. on completion */ member 295 uint32_t ioc:1; /* Intr. on completion */ member 309 uint32_t ioc:1; /* Intr. on completion */ member 322 uint32_t ioc:1; /* Intr. on completion */ member 334 uint32_t ioc:1; /* Intr. on completion */ member 348 uint32_t ioc:1; /* Intr. on completion */ member 360 uint32_t ioc:1; /* Intr. on completion */ member 373 uint32_t ioc:1; /* Intr. on completion */ member
|
| H A D | ccp_hardware.c | 863 desc->pt.ioc = interrupt; in ccp_passthrough() 1428 desc->ioc = (desc->eom && cctx != NULL); in ccp_do_xts() 1431 (int)desc->ioc, (int)dir); in ccp_do_xts() 1433 if (desc->ioc) in ccp_do_xts() 1626 desc->ioc = (desc->eom && cctx != NULL); in ccp_do_blkcipher() 1629 (int)desc->ioc, (int)dir); in ccp_do_blkcipher() 1631 if (desc->ioc) in ccp_do_blkcipher()
|
| /f-stack/freebsd/sys/ |
| H A D | ioccom.h | 71 #define _IOC_NEWLEN(ioc, len) \ argument 72 (((~(IOCPARM_MASK << 16)) & (ioc)) | (((len) & IOCPARM_MASK) << 16)) 73 #define _IOC_NEWTYPE(ioc, type) _IOC_NEWLEN((ioc), sizeof(type)) argument
|
| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/cmd/libzfs_input_check/ |
| H A D | libzfs_input_check.c | 114 #define IOC_INPUT_TEST(ioc, name, req, opt, err) \ argument 115 IOC_INPUT_TEST_IMPL(ioc, name, req, opt, err, B_FALSE) 117 #define IOC_INPUT_TEST_WILD(ioc, name, req, opt, err) \ argument 118 IOC_INPUT_TEST_IMPL(ioc, name, req, opt, err, B_TRUE) 123 ioc_tested[ioc - ZFS_IOC_FIRST] = B_TRUE; \ 124 lzc_ioctl_test(ioc, name, req, opt, err, wild); \ 162 if (zfs_ioctl_fd(zfs_fd, ioc, &zc) != 0) in lzc_ioctl_run() 208 lzc_ioctl_run(ioc, name, input, expected_error); in lzc_ioctl_test() 897 for (unsigned ioc = ZFS_IOC_FIRST; ioc < ZFS_IOC_LAST; ioc++) { in zfs_ioc_input_tests() local 898 unsigned cmd = ioc - ZFS_IOC_FIRST; in zfs_ioc_input_tests() [all …]
|
| /f-stack/freebsd/contrib/device-tree/Bindings/pinctrl/ |
| H A D | pinctrl-atlas7.txt | 4 - compatible : "sirf,atlas7-ioc" 8 pinctrl: ioc@18880000 { 9 compatible = "sirf,atlas7-ioc";
|
| /f-stack/freebsd/contrib/device-tree/Bindings/phy/ |
| H A D | brcm,brcmstb-usb-phy.txt | 37 - brcm,ioc: Boolean, Invert Over Current detection. 56 brcm,ioc = <1>; 75 brcm,ioc = <0x0>;
|
| /f-stack/dpdk/drivers/crypto/ccp/ |
| H A D | ccp_dev.h | 90 #define CCP_CMD_IOC(p) (CCP_CMD_DW0(p).ioc) 380 uint32_t ioc:1; member
|
| /f-stack/freebsd/contrib/openzfs/lib/libzfs_core/ |
| H A D | libzfs_core.c | 172 lzc_ioctl(zfs_ioc_t ioc, const char *name, in lzc_ioctl() argument 184 if (ioc == fail_ioc_cmd) in lzc_ioctl() 199 if (ioc == ZFS_IOC_CHANNEL_PROGRAM) { in lzc_ioctl() 213 while (zfs_ioctl_fd(g_fd, ioc, &zc) != 0) { in lzc_ioctl() 222 ioc != ZFS_IOC_CHANNEL_PROGRAM) { in lzc_ioctl()
|
| /f-stack/freebsd/contrib/openzfs/module/zfs/ |
| H A D | zfs_ioctl.c | 6813 zfs_ioc_vec_t *vec = &zfs_ioc_vec[ioc - ZFS_IOC_FIRST]; in zfs_ioctl_register_legacy() 6815 ASSERT3U(ioc, >=, ZFS_IOC_FIRST); in zfs_ioctl_register_legacy() 6816 ASSERT3U(ioc, <, ZFS_IOC_LAST); in zfs_ioctl_register_legacy() 6839 ASSERT3U(ioc, >=, ZFS_IOC_FIRST); in zfs_ioctl_register() 6840 ASSERT3U(ioc, <, ZFS_IOC_LAST); in zfs_ioctl_register() 6863 zfs_ioctl_register_legacy(ioc, func, secpolicy, in zfs_ioctl_register_pool() 6871 zfs_ioctl_register_legacy(ioc, func, secpolicy, in zfs_ioctl_register_dataset_nolog() 6886 zfs_ioctl_register_legacy(ioc, func, secpolicy, in zfs_ioctl_register_pool_meta() 6894 zfs_ioctl_register_legacy(ioc, func, secpolicy, in zfs_ioctl_register_dataset_read_secpolicy() 6901 zfs_ioctl_register_dataset_read_secpolicy(ioc, func, in zfs_ioctl_register_dataset_read() [all …]
|
| /f-stack/freebsd/contrib/device-tree/src/arm/ |
| H A D | atlas7.dtsi | 141 pinctrl: ioc@18880000 { 142 compatible = "sirf,atlas7-ioc";
|