/illumos-gate/usr/src/cmd/th_tools/ |
H A D | th_define.c | 285 else if (e1->access_type < e2->access_type) in hdl_cmp() 287 else if (e1->access_type > e2->access_type) in hdl_cmp() 318 if (e1->access_type < e2->access_type) in elem_cmp() 320 else if (e1->access_type > e2->access_type) in elem_cmp() 365 if (e1->access_type < e2->access_type) in log_cmp2() 367 else if (e1->access_type > e2->access_type) in log_cmp2() 396 (items->access_type & BOFI_DMA_RW) ? in dump_log() 406 items->access_type, offset, items->size, in dump_log() 419 items->access_type, offset, items->size, in dump_log() 521 if (item->access_type & BOFI_INTR) in define_op_err() [all …]
|
/illumos-gate/usr/src/lib/libsec/common/ |
H A D | acl.y | 59 %type <val> iflags verbose_iflag compact_iflag access_type entry_type 154 ace: entry_type idname ace_perms access_type 177 | entry_type idname ace_perms access_type COLON id 203 | entry_type idname ace_perms iflags access_type 225 | entry_type idname ace_perms iflags access_type COLON id 254 | entry_type ace_perms access_type 267 | entry_type ace_perms access_type COLON id 279 | entry_type ace_perms iflags access_type 294 | entry_type ace_perms iflags access_type COLON id 500 access_type: ACCESS_TYPE {$$ = $1;}
|
/illumos-gate/usr/src/uts/sun4u/io/ |
H A D | pmugpio.c | 83 pmugpio_access_type_t access_type; member 278 switch (pmugpio_ptr->access_type) { in pmugpio_watchdog_pat() 335 switch (pmugpio_ptr->access_type) { in pmugpio_reset() 395 pmugpio_ptr->access_type = PMUGPIO_MBC; in pmugpio_map_regs() 397 pmugpio_ptr->access_type = PMUGPIO_CPLD; in pmugpio_map_regs() 407 pmugpio_ptr->access_type = PMUGPIO_OTHER; in pmugpio_map_regs() 409 switch (pmugpio_ptr->access_type) { in pmugpio_map_regs()
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | bofi.h | 61 uint_t access_type; /* the type of access */ member 114 uint_t access_type; member 137 uint_t access_type; member 178 uint_t access_type; member
|
/illumos-gate/usr/src/uts/common/io/ib/mgt/ibmf/ |
H A D | ibmf_saa.c | 656 tnf_opaque, access_type, access_args->sq_access_type, in ibmf_sa_access() 725 tnf_opaque, access_type, in ibmf_sa_access() 744 tnf_opaque, access_type, in ibmf_sa_access() 775 tnf_opaque, access_type, in ibmf_sa_access() 1345 sa_service_record_t *service_record, ibmf_saa_access_type_t access_type, in ibmf_saa_update_service_record() argument 1361 if ((access_type != IBMF_SAA_UPDATE) && in ibmf_saa_update_service_record() 1362 (access_type != IBMF_SAA_DELETE)) { in ibmf_saa_update_service_record() 1368 tnf_opaque, access_type, access_type); in ibmf_saa_update_service_record() 1387 access_args.sq_access_type = access_type; in ibmf_saa_update_service_record()
|
/illumos-gate/usr/src/uts/common/io/ |
H A D | bofi.c | 963 errdef.access_type = errdef_32.access_type; in bofi_ioctl() 997 if (errdef.access_type & BOFI_INTR && in bofi_ioctl() 1002 if ((errdef.access_type & (BOFI_DMA_RW|BOFI_PIO_R)) && in bofi_ioctl() 1005 if ((errdef.access_type & (BOFI_PIO_RW)) && in bofi_ioctl() 1053 errdef_32.access_type = errdef.access_type; in bofi_ioctl() 1636 hdlip->access_type = BOFI_PIO_RW; in bofi_ioctl() 1641 hdlip->access_type = 0; in bofi_ioctl() 1643 hdlip->access_type |= in bofi_ioctl() 1646 hdlip->access_type |= in bofi_ioctl() 1653 hdlip->access_type = BOFI_INTR; in bofi_ioctl() [all …]
|
/illumos-gate/usr/src/uts/common/sys/ib/mgt/ibmf/ |
H A D | ibmf_saa.h | 559 ibmf_saa_access_type_t access_type,
|
/illumos-gate/usr/src/uts/intel/io/vmm/intel/ |
H A D | vmx.c | 2050 int access_type, offset, allowed; in vmx_handle_apic_access() local 2057 access_type = APIC_ACCESS_TYPE(qual); in vmx_handle_apic_access() 2061 if (access_type == 0) { in vmx_handle_apic_access() 2076 } else if (access_type == 1) { in vmx_handle_apic_access()
|
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/ |
H A D | lm_devinfo.c | 955 blk_info->access_type = INTR_BLK_ACCESS_GRC; in lm_get_intr_blk_info() 998 blk_info->access_type = INTR_BLK_ACCESS_GRC; in lm_get_intr_blk_info() 1027 blk_info->access_type = INTR_BLK_ACCESS_IGUMEM; in lm_get_intr_blk_info() 3667 pdev->hw_info.intr_blk_info.access_type = INTR_BLK_ACCESS_IGUMEM; in lm_get_dev_info()
|
/illumos-gate/usr/src/uts/common/fs/zfs/ |
H A D | zfs_acl.c | 889 uint16_t access_type, uint64_t fuid, uint16_t entry_type) in zfs_set_ace() argument 894 aclp->z_ops.ace_type_set(acep, access_type); in zfs_set_ace()
|
/illumos-gate/usr/src/uts/common/io/i40e/core/ |
H A D | i40e_adminq_cmd.h | 407 __le16 access_type; member
|
H A D | i40e_common.c | 3502 cmd_resp->access_type = CPU_TO_LE16(access); in i40e_aq_request_resource()
|
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/include/ |
H A D | lm5710.h | 1544 u8_t access_type; member 1547 #define INTR_BLK_ACCESS(_pdev) ((_pdev)->hw_info.intr_blk_info.access_type)
|
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/vf/channel_vf/ |
H A D | lm_vf.c | 1637 pdev->hw_info.intr_blk_info.access_type = INTR_BLK_ACCESS_IGUMEM; in lm_vf_pf_acquire_msg() 1743 pdev->hw_info.intr_blk_info.access_type = INTR_BLK_ACCESS_IGUMEM; in lm_vf_pf_acquire_msg()
|