/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/qlc/ |
H A D | ql_iocb.h | 68 uint8_t entry_type; /* Entry type. */ member 102 uint8_t entry_type; /* Entry type. */ member 129 uint8_t entry_type; /* Entry type. */ member 195 uint8_t entry_type; /* Entry type. */ member 219 uint8_t entry_type; /* Entry type. */ member 250 uint8_t entry_type; /* Entry type. */ member 264 uint8_t entry_type; /* Entry type. */ member 276 uint8_t entry_type; /* Entry type. */ member 381 uint8_t entry_type; /* Entry type. */ member 406 uint8_t entry_type; /* Entry type. */ member [all …]
|
H A D | ql_nx.h | 1247 uint32_t entry_type; member 1280 uint32_t entry_type; member
|
/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 306 aclent: entry_type idname aclent_perm /* user or group */ [all …]
|
H A D | aclutils.h | 123 extern int get_id(int entry_type, char *name, uid_t *id); 124 extern int get_id_nofail(int entry_type, char *name); 125 extern int ace_entry_type(int entry_type);
|
H A D | aclsort.c | 55 int entry_type; member 101 if (tp->a_type == map_to_sort[k].entry_type) { in aclsort() 115 tp->a_type = map_to_sort[k].entry_type; in aclsort()
|
H A D | acl_lex.l | 940 get_id(int entry_type, char *name, uid_t *id) in get_id() argument 946 switch (entry_type) { in get_id() 988 get_id_nofail(int entry_type, char *name) in get_id_nofail() argument 992 if (get_id(entry_type, name, &id)) in get_id_nofail()
|
/illumos-gate/usr/src/uts/common/fs/zfs/ |
H A D | zfs_acl.c | 219 uint16_t entry_type; in zfs_ace_fuid_get_who() local 222 entry_type = acep->z_hdr.z_flags & ACE_TYPE_FLAGS; in zfs_ace_fuid_get_who() 224 if (entry_type == ACE_OWNER || entry_type == OWNING_GROUP || in zfs_ace_fuid_get_who() 225 entry_type == ACE_EVERYONE) in zfs_ace_fuid_get_who() 253 uint16_t entry_type = acep->z_hdr.z_flags & ACE_TYPE_FLAGS; in zfs_ace_fuid_set_who() local 255 if (entry_type == ACE_OWNER || entry_type == OWNING_GROUP || in zfs_ace_fuid_set_who() 256 entry_type == ACE_EVERYONE) in zfs_ace_fuid_set_who() 265 uint16_t entry_type; in zfs_ace_fuid_size() local 275 entry_type = in zfs_ace_fuid_size() 277 if (entry_type == ACE_OWNER || in zfs_ace_fuid_size() [all …]
|
H A D | zfs_byteswap.c | 56 uint16_t entry_type; in zfs_ace_byteswap() local 85 entry_type = zacep->z_hdr.z_flags & ACE_TYPE_FLAGS; in zfs_ace_byteswap() 96 entry_type = acep->a_flags & ACE_TYPE_FLAGS; in zfs_ace_byteswap() 98 switch (entry_type) { in zfs_ace_byteswap()
|
/illumos-gate/usr/src/uts/common/io/i40e/core/ |
H A D | i40e_hmc.c | 110 hmc_info->sd_table.sd_entry[sd_index].entry_type = type; in i40e_add_sd_table_entry() 116 if (I40E_SD_TYPE_DIRECT == sd_entry->entry_type) in i40e_add_sd_table_entry() 166 hmc_info->sd_table.sd_entry[sd_idx].entry_type) in i40e_add_pd_table_entry() 189 pd_entry->bp.entry_type = I40E_SD_TYPE_PAGED; in i40e_add_pd_table_entry() 244 if (I40E_SD_TYPE_PAGED != sd_entry->entry_type) { in i40e_remove_pd_bp()
|
H A D | i40e_lan_hmc.c | 385 info->entry_type, in i40e_create_lan_hmc_object() 390 if (I40E_SD_TYPE_PAGED == sd_entry->entry_type) { in i40e_create_lan_hmc_object() 420 switch (sd_entry->entry_type) { in i40e_create_lan_hmc_object() 424 j, sd_entry->entry_type); in i40e_create_lan_hmc_object() 428 j, sd_entry->entry_type); in i40e_create_lan_hmc_object() 442 switch (sd_entry->entry_type) { in i40e_create_lan_hmc_object() 491 info.entry_type = I40E_SD_TYPE_DIRECT; in i40e_configure_lan_hmc() 503 info.entry_type = I40E_SD_TYPE_PAGED; in i40e_configure_lan_hmc() 617 info->hmc_info->sd_table.sd_entry[sd_idx].entry_type) in i40e_delete_lan_hmc_object() 644 switch (info->hmc_info->sd_table.sd_entry[i].entry_type) { in i40e_delete_lan_hmc_object() [all …]
|
H A D | i40e_hmc.h | 64 enum i40e_sd_entry_type entry_type; member 87 enum i40e_sd_entry_type entry_type; member
|
H A D | i40e_lan_hmc.h | 160 enum i40e_sd_entry_type entry_type; member
|
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/ |
H A D | ql_iocb.c | 504 pkt->entry_type = IOCB_CMD_TYPE_2; in ql_command_iocb() 536 pkt3->entry_type = IOCB_CMD_TYPE_3; in ql_command_iocb() 552 pkt->entry_type = IOCB_CMD_TYPE_2; in ql_command_iocb() 637 pkt1->entry_type = CONTINUATION_TYPE_1; in ql_continuation_iocb() 652 pkt->entry_type = CONTINUATION_TYPE_0; in ql_continuation_iocb() 708 pkt->entry_type = IOCB_CMD_TYPE_7; in ql_command_24xx_iocb() 845 pkt->entry_type = IOCB_CMD_TYPE_6; in ql_cmd_24xx_type_6_iocb() 1002 pkt->entry_type = MARKER_TYPE; in ql_marker() 1094 pkt->entry_type = MS_TYPE; in ql_ms_iocb() 1177 pkt->entry_type = CT_PASSTHRU_TYPE; in ql_ms_24xx_iocb() [all …]
|
H A D | ql_nx.c | 2422 if (template_hdr->entry_type == TLHDR) { in ql_8021_md_parse_template() 2465 switch (entry->h.entry_type) { in ql_8021_md_parse_template() 2546 "status\n", e_cnt, entry->h.entry_type); in ql_8021_md_parse_template() 2554 entry->h.entry_type); in ql_8021_md_parse_template() 3025 "capture size = %d entry_count = %d\n", entry->h.entry_type, in ql_8021_md_entry_err_chk()
|
H A D | ql_xioctl.c | 1661 pkt->ms24.entry_type = CT_PASSTHRU_TYPE; in ql_fcct() 1725 pkt->ms.entry_type = MS_TYPE; in ql_fcct() 2313 pkt->cmd24.entry_type = IOCB_CMD_TYPE_7; in ql_scsi_passthru() 2382 pkt->cmd3.entry_type = IOCB_CMD_TYPE_3; in ql_scsi_passthru() 2407 pkt->cmd.entry_type = IOCB_CMD_TYPE_2; in ql_scsi_passthru() 4168 pkt->cmd24.entry_type = IOCB_CMD_TYPE_7; in ql_report_lun() 4220 pkt->cmd3.entry_type = IOCB_CMD_TYPE_3; in ql_report_lun() 4249 pkt->cmd.entry_type = IOCB_CMD_TYPE_2; in ql_report_lun() 4503 pkt->cmd24.entry_type = IOCB_CMD_TYPE_7; in ql_inq() 4567 pkt->cmd3.entry_type = IOCB_CMD_TYPE_3; in ql_inq() [all …]
|
H A D | ql_isr.c | 1674 pkt->entry_type != STATUS_CONT_TYPE) { in ql_response_pkt() 1684 pkt->entry_type == ABORTED_ENTRY_TYPE) { in ql_response_pkt() 1689 switch (pkt->entry_type) { in ql_response_pkt() 1748 pkt->entry_type); in ql_response_pkt() 1799 if (pkt->entry_type == ABORTED_ENTRY_TYPE) { in ql_error_entry()
|
/illumos-gate/usr/src/uts/common/io/comstar/stmf/ |
H A D | lun_map.h | 143 stmf_id_type_t entry_type, uint32_t *err_detail); 146 stmf_id_type_t entry_type, uint32_t *err_detail);
|
H A D | lun_map.c | 1396 stmf_id_type_t entry_type, uint32_t *err_detail) in stmf_add_group_member() argument 1409 if (entry_type == STMF_ID_TYPE_HOST) { in stmf_add_group_member() 1421 *err_detail = (entry_type == STMF_ID_TYPE_HOST)? in stmf_add_group_member() 1429 *err_detail = (entry_type == STMF_ID_TYPE_HOST)? in stmf_add_group_member() 1439 if (entry_type == STMF_ID_TYPE_TARGET) { in stmf_add_group_member() 1447 id_member = stmf_alloc_id(entry_size, entry_type, in stmf_add_group_member() 1451 if (entry_type == STMF_ID_TYPE_TARGET) { in stmf_add_group_member() 1496 stmf_id_type_t entry_type, uint32_t *err_detail) in stmf_remove_group_member() argument 1508 if (entry_type == STMF_ID_TYPE_HOST) { in stmf_remove_group_member() 1516 *err_detail = (entry_type == STMF_ID_TYPE_HOST)? in stmf_remove_group_member() [all …]
|
/illumos-gate/usr/src/uts/i86pc/io/amd_iommu/ |
H A D | amd_iommu_acpi.c | 70 int entry_type = *((uint8_t *)cp); in process_4byte_deventry() local 86 switch (entry_type) { in process_4byte_deventry() 121 if (entry_type == 4) in process_4byte_deventry() 152 int entry_type = (uint8_t)*cp; in process_8byte_deventry() local 172 switch (entry_type) { in process_8byte_deventry() 243 if (entry_type != 70 && entry_type != 71) { in process_8byte_deventry()
|
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/oce/ |
H A D | oce_buf.h | 110 enum entry_type { enum 118 enum entry_type type;
|
/illumos-gate/usr/src/lib/lib9p/common/ |
H A D | genacl.c | 574 acl_entry_type_t entry_type; /* e.g., allow/deny */ in l9p_frombsdnfs4() local 585 error = acl_get_entry_type_np(sysace, &entry_type); in l9p_frombsdnfs4() 623 switch (entry_type) { in l9p_frombsdnfs4()
|
/illumos-gate/usr/src/lib/libscf/common/ |
H A D | lowlevel_impl.h | 178 rep_protocol_value_type_t entry_type; member
|
H A D | lowlevel.c | 3820 cur->entry_type = REP_PROTOCOL_TYPE_INVALID; in entry_invalidate() 3943 entry->entry_type = type; in transaction_add() 4053 out->rptc_type = cur->entry_type; in commit_process() 4072 cur->entry_type); in commit_process() 4076 len = commit_value(NULL, child, cur->entry_type); in commit_process() 4359 if (!scf_is_compatible_protocol_type(entry->entry_type, in scf_entry_add_value()
|
/illumos-gate/usr/src/cmd/etdump/ |
H A D | cd9660_eltorito.h | 136 char entry_type; member
|
/illumos-gate/usr/src/cmd/mdb/common/modules/zfs/ |
H A D | zfs.c | 204 char entry_type; in sm_entries() local 208 entry_type = (SM_TYPE_DECODE(word) == SM_ALLOC) ? in sm_entries() 233 entry_type = (SM2_TYPE_DECODE(word) == SM_ALLOC) ? in sm_entries() 242 entry_type, (u_longlong_t)raw_offset, in sm_entries() 3966 int entry_type; in zfs_aces_walk_step() local 3982 entry_type = acep->a_flags & ACE_TYPE_FLAGS; in zfs_aces_walk_step() 3986 entry_type = zace.z_hdr.z_flags & ACE_TYPE_FLAGS; in zfs_aces_walk_step() 3994 switch (entry_type) { in zfs_aces_walk_step()
|