Symbol: entry_type
usr/src/cmd/etdump/cd9660_eltorito.h
136
char entry_type;
usr/src/cmd/mdb/common/modules/zfs/zfs.c
204
char entry_type;
usr/src/cmd/mdb/common/modules/zfs/zfs.c
208
entry_type = (SM_TYPE_DECODE(word) == SM_ALLOC) ?
usr/src/cmd/mdb/common/modules/zfs/zfs.c
233
entry_type = (SM2_TYPE_DECODE(word) == SM_ALLOC) ?
usr/src/cmd/mdb/common/modules/zfs/zfs.c
242
entry_type, (u_longlong_t)raw_offset,
usr/src/cmd/mdb/common/modules/zfs/zfs.c
3961
int entry_type;
usr/src/cmd/mdb/common/modules/zfs/zfs.c
3977
entry_type = acep->a_flags & ACE_TYPE_FLAGS;
usr/src/cmd/mdb/common/modules/zfs/zfs.c
3981
entry_type = zace.z_hdr.z_flags & ACE_TYPE_FLAGS;
usr/src/cmd/mdb/common/modules/zfs/zfs.c
3989
switch (entry_type) {
usr/src/cmd/zdb/zdb.c
838
char entry_type;
usr/src/cmd/zdb/zdb.c
842
entry_type = (SM_TYPE_DECODE(word) == SM_ALLOC) ?
usr/src/cmd/zdb/zdb.c
862
entry_type = (SM2_TYPE_DECODE(extra_word) == SM_ALLOC) ?
usr/src/cmd/zdb/zdb.c
872
entry_type, (u_longlong_t)entry_off,
usr/src/cmd/zdb/zdb.c
877
if (entry_type == 'A')
usr/src/lib/lib9p/common/genacl.c
574
acl_entry_type_t entry_type; /* e.g., allow/deny */
usr/src/lib/lib9p/common/genacl.c
585
error = acl_get_entry_type_np(sysace, &entry_type);
usr/src/lib/lib9p/common/genacl.c
623
switch (entry_type) {
usr/src/lib/libscf/common/lowlevel.c
3820
cur->entry_type = REP_PROTOCOL_TYPE_INVALID;
usr/src/lib/libscf/common/lowlevel.c
3943
entry->entry_type = type;
usr/src/lib/libscf/common/lowlevel.c
4053
out->rptc_type = cur->entry_type;
usr/src/lib/libscf/common/lowlevel.c
4072
cur->entry_type);
usr/src/lib/libscf/common/lowlevel.c
4076
len = commit_value(NULL, child, cur->entry_type);
usr/src/lib/libscf/common/lowlevel.c
4359
if (!scf_is_compatible_protocol_type(entry->entry_type,
usr/src/lib/libscf/common/lowlevel_impl.h
178
rep_protocol_value_type_t entry_type;
usr/src/lib/libsec/common/acl.y
154
ace: entry_type idname ace_perms access_type
usr/src/lib/libsec/common/acl.y
177
| entry_type idname ace_perms access_type COLON id
usr/src/lib/libsec/common/acl.y
203
| entry_type idname ace_perms iflags access_type
usr/src/lib/libsec/common/acl.y
225
| entry_type idname ace_perms iflags access_type COLON id
usr/src/lib/libsec/common/acl.y
254
| entry_type ace_perms access_type
usr/src/lib/libsec/common/acl.y
267
| entry_type ace_perms access_type COLON id
usr/src/lib/libsec/common/acl.y
279
| entry_type ace_perms iflags access_type
usr/src/lib/libsec/common/acl.y
294
| entry_type ace_perms iflags access_type COLON id
usr/src/lib/libsec/common/acl.y
306
aclent: entry_type idname aclent_perm /* user or group */
usr/src/lib/libsec/common/acl.y
336
| entry_type COLON aclent_perm /* owner group other */
usr/src/lib/libsec/common/acl.y
358
| entry_type COLON aclent_perm COLON id
usr/src/lib/libsec/common/acl.y
368
| entry_type idname aclent_perm COLON id /* user or group */
usr/src/lib/libsec/common/acl.y
402
| entry_type aclent_perm /* mask entry */
usr/src/lib/libsec/common/acl.y
425
| entry_type aclent_perm COLON id
usr/src/lib/libsec/common/acl.y
563
entry_type: ENTRY_TYPE {$$ = $1;}
usr/src/lib/libsec/common/acl.y
59
%type <val> iflags verbose_iflag compact_iflag access_type entry_type
usr/src/lib/libsec/common/aclsort.c
101
if (tp->a_type == map_to_sort[k].entry_type) {
usr/src/lib/libsec/common/aclsort.c
115
tp->a_type = map_to_sort[k].entry_type;
usr/src/lib/libsec/common/aclsort.c
55
int entry_type;
usr/src/lib/libsec/common/aclutils.h
123
extern int get_id(int entry_type, char *name, uid_t *id);
usr/src/lib/libsec/common/aclutils.h
124
extern int get_id_nofail(int entry_type, char *name);
usr/src/lib/libsec/common/aclutils.h
125
extern int ace_entry_type(int entry_type);
usr/src/uts/common/fs/zfs/zfs_acl.c
1365
int entry_type;
usr/src/uts/common/fs/zfs/zfs_acl.c
1406
entry_type = (iflags & ACE_TYPE_FLAGS);
usr/src/uts/common/fs/zfs/zfs_acl.c
1413
if (split && (entry_type == ACE_OWNER ||
usr/src/uts/common/fs/zfs/zfs_acl.c
1414
entry_type == OWNING_GROUP ||
usr/src/uts/common/fs/zfs/zfs_acl.c
1415
entry_type == ACE_EVERYONE)) {
usr/src/uts/common/fs/zfs/zfs_acl.c
2163
uint16_t entry_type;
usr/src/uts/common/fs/zfs/zfs_acl.c
219
uint16_t entry_type;
usr/src/uts/common/fs/zfs/zfs_acl.c
2210
entry_type = (iflags & ACE_TYPE_FLAGS);
usr/src/uts/common/fs/zfs/zfs_acl.c
2214
switch (entry_type) {
usr/src/uts/common/fs/zfs/zfs_acl.c
222
entry_type = acep->z_hdr.z_flags & ACE_TYPE_FLAGS;
usr/src/uts/common/fs/zfs/zfs_acl.c
224
if (entry_type == ACE_OWNER || entry_type == OWNING_GROUP ||
usr/src/uts/common/fs/zfs/zfs_acl.c
225
entry_type == ACE_EVERYONE)
usr/src/uts/common/fs/zfs/zfs_acl.c
253
uint16_t entry_type = acep->z_hdr.z_flags & ACE_TYPE_FLAGS;
usr/src/uts/common/fs/zfs/zfs_acl.c
255
if (entry_type == ACE_OWNER || entry_type == OWNING_GROUP ||
usr/src/uts/common/fs/zfs/zfs_acl.c
256
entry_type == ACE_EVERYONE)
usr/src/uts/common/fs/zfs/zfs_acl.c
265
uint16_t entry_type;
usr/src/uts/common/fs/zfs/zfs_acl.c
275
entry_type =
usr/src/uts/common/fs/zfs/zfs_acl.c
277
if (entry_type == ACE_OWNER ||
usr/src/uts/common/fs/zfs/zfs_acl.c
278
entry_type == OWNING_GROUP ||
usr/src/uts/common/fs/zfs/zfs_acl.c
279
entry_type == ACE_EVERYONE)
usr/src/uts/common/fs/zfs/zfs_acl.c
524
uint16_t entry_type;
usr/src/uts/common/fs/zfs/zfs_acl.c
531
entry_type = flags & ACE_TYPE_FLAGS;
usr/src/uts/common/fs/zfs/zfs_acl.c
532
return (entry_type == ACE_OWNER ||
usr/src/uts/common/fs/zfs/zfs_acl.c
533
entry_type == OWNING_GROUP ||
usr/src/uts/common/fs/zfs/zfs_acl.c
534
entry_type == ACE_EVERYONE || entry_type == 0 ||
usr/src/uts/common/fs/zfs/zfs_acl.c
535
entry_type == ACE_IDENTIFIER_GROUP);
usr/src/uts/common/fs/zfs/zfs_acl.c
673
uint16_t entry_type;
usr/src/uts/common/fs/zfs/zfs_acl.c
683
entry_type = aceptr->z_hdr.z_flags & ACE_TYPE_FLAGS;
usr/src/uts/common/fs/zfs/zfs_acl.c
684
if (entry_type != ACE_OWNER && entry_type != OWNING_GROUP &&
usr/src/uts/common/fs/zfs/zfs_acl.c
685
entry_type != ACE_EVERYONE) {
usr/src/uts/common/fs/zfs/zfs_acl.c
687
cr, (entry_type == 0) ?
usr/src/uts/common/fs/zfs/zfs_acl.c
741
uint16_t entry_type;
usr/src/uts/common/fs/zfs/zfs_acl.c
771
entry_type = (iflags & ACE_TYPE_FLAGS);
usr/src/uts/common/fs/zfs/zfs_acl.c
772
if ((entry_type != ACE_OWNER &&
usr/src/uts/common/fs/zfs/zfs_acl.c
773
entry_type != OWNING_GROUP &&
usr/src/uts/common/fs/zfs/zfs_acl.c
774
entry_type != ACE_EVERYONE)) {
usr/src/uts/common/fs/zfs/zfs_acl.c
776
cr, (entry_type & ACE_IDENTIFIER_GROUP) ?
usr/src/uts/common/fs/zfs/zfs_acl.c
889
uint16_t access_type, uint64_t fuid, uint16_t entry_type)
usr/src/uts/common/fs/zfs/zfs_acl.c
891
uint16_t type = entry_type & ACE_TYPE_FLAGS;
usr/src/uts/common/fs/zfs/zfs_acl.c
895
aclp->z_ops.ace_flags_set(acep, entry_type);
usr/src/uts/common/fs/zfs/zfs_acl.c
908
int entry_type;
usr/src/uts/common/fs/zfs/zfs_acl.c
927
entry_type = (iflags & ACE_TYPE_FLAGS);
usr/src/uts/common/fs/zfs/zfs_acl.c
935
if (entry_type == ACE_OWNER || (entry_type == 0 &&
usr/src/uts/common/fs/zfs/zfs_acl.c
958
} else if (entry_type == OWNING_GROUP ||
usr/src/uts/common/fs/zfs/zfs_acl.c
959
(entry_type == ACE_IDENTIFIER_GROUP && who == fgid)) {
usr/src/uts/common/fs/zfs/zfs_acl.c
981
} else if (entry_type == ACE_EVERYONE) {
usr/src/uts/common/fs/zfs/zfs_byteswap.c
56
uint16_t entry_type;
usr/src/uts/common/fs/zfs/zfs_byteswap.c
85
entry_type = zacep->z_hdr.z_flags & ACE_TYPE_FLAGS;
usr/src/uts/common/fs/zfs/zfs_byteswap.c
96
entry_type = acep->a_flags & ACE_TYPE_FLAGS;
usr/src/uts/common/fs/zfs/zfs_byteswap.c
98
switch (entry_type) {
usr/src/uts/common/io/comstar/stmf/lun_map.c
1396
stmf_id_type_t entry_type, uint32_t *err_detail)
usr/src/uts/common/io/comstar/stmf/lun_map.c
1409
if (entry_type == STMF_ID_TYPE_HOST) {
usr/src/uts/common/io/comstar/stmf/lun_map.c
1421
*err_detail = (entry_type == STMF_ID_TYPE_HOST)?
usr/src/uts/common/io/comstar/stmf/lun_map.c
1429
*err_detail = (entry_type == STMF_ID_TYPE_HOST)?
usr/src/uts/common/io/comstar/stmf/lun_map.c
1439
if (entry_type == STMF_ID_TYPE_TARGET) {
usr/src/uts/common/io/comstar/stmf/lun_map.c
1447
id_member = stmf_alloc_id(entry_size, entry_type,
usr/src/uts/common/io/comstar/stmf/lun_map.c
1451
if (entry_type == STMF_ID_TYPE_TARGET) {
usr/src/uts/common/io/comstar/stmf/lun_map.c
1496
stmf_id_type_t entry_type, uint32_t *err_detail)
usr/src/uts/common/io/comstar/stmf/lun_map.c
1508
if (entry_type == STMF_ID_TYPE_HOST) {
usr/src/uts/common/io/comstar/stmf/lun_map.c
1516
*err_detail = (entry_type == STMF_ID_TYPE_HOST)?
usr/src/uts/common/io/comstar/stmf/lun_map.c
1523
*err_detail = (entry_type == STMF_ID_TYPE_HOST)?
usr/src/uts/common/io/comstar/stmf/lun_map.c
1528
if (entry_type == STMF_ID_TYPE_TARGET) {
usr/src/uts/common/io/comstar/stmf/lun_map.c
1539
if (entry_type == STMF_ID_TYPE_TARGET) {
usr/src/uts/common/io/comstar/stmf/lun_map.h
143
stmf_id_type_t entry_type, uint32_t *err_detail);
usr/src/uts/common/io/comstar/stmf/lun_map.h
146
stmf_id_type_t entry_type, uint32_t *err_detail);
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_api.c
18449
ddi_put8(els_desc->els_handle, &els_entry->entry_type,
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_api.c
4090
&pio->entry_type,
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_init.c
2846
pkt->mvfy.entry_type = VERIFY_MENLO_TYPE;
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_init.c
4370
pkt->vpc.entry_type = VP_CONTROL_TYPE;
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_init.c
4431
pkt->vpm.entry_type = VP_MODIFY_TYPE;
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_iocb.c
1002
pkt->entry_type = MARKER_TYPE;
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_iocb.c
1094
pkt->entry_type = MS_TYPE;
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_iocb.c
1177
pkt->entry_type = CT_PASSTHRU_TYPE;
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_iocb.c
1286
pkt64->entry_type = IP_A64_TYPE;
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_iocb.c
1301
pkt->entry_type = IP_TYPE;
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_iocb.c
1349
pkt->entry_type = IP_CMD_TYPE;
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_iocb.c
1582
pkt->entry_type = IP_BUF_POOL_TYPE;
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_iocb.c
504
pkt->entry_type = IOCB_CMD_TYPE_2;
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_iocb.c
536
pkt3->entry_type = IOCB_CMD_TYPE_3;
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_iocb.c
552
pkt->entry_type = IOCB_CMD_TYPE_2;
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_iocb.c
637
pkt1->entry_type = CONTINUATION_TYPE_1;
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_iocb.c
652
pkt->entry_type = CONTINUATION_TYPE_0;
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_iocb.c
708
pkt->entry_type = IOCB_CMD_TYPE_7;
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_iocb.c
845
pkt->entry_type = IOCB_CMD_TYPE_6;
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_isr.c
1674
pkt->entry_type != STATUS_CONT_TYPE) {
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_isr.c
1684
pkt->entry_type == ABORTED_ENTRY_TYPE) {
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_isr.c
1689
switch (pkt->entry_type) {
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_isr.c
1748
pkt->entry_type);
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_isr.c
1799
if (pkt->entry_type == ABORTED_ENTRY_TYPE) {
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_mbx.c
1356
pkt->mgmt.entry_type = TASK_MGMT_TYPE;
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_mbx.c
1753
pkt->log.entry_type = LOG_TYPE;
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_mbx.c
2817
pkt->abo.entry_type = ABORT_CMD_TYPE;
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_nx.c
2422
if (template_hdr->entry_type == TLHDR) {
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_nx.c
2465
switch (entry->h.entry_type) {
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_nx.c
2546
"status\n", e_cnt, entry->h.entry_type);
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_nx.c
2554
entry->h.entry_type);
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_nx.c
3025
"capture size = %d entry_count = %d\n", entry->h.entry_type,
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_xioctl.c
10333
pkt->els.entry_type = ELS_PASSTHRU_TYPE;
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_xioctl.c
10398
pkt->ms.entry_type = MS_TYPE;
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_xioctl.c
1661
pkt->ms24.entry_type = CT_PASSTHRU_TYPE;
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_xioctl.c
1725
pkt->ms.entry_type = MS_TYPE;
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_xioctl.c
2313
pkt->cmd24.entry_type = IOCB_CMD_TYPE_7;
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_xioctl.c
2382
pkt->cmd3.entry_type = IOCB_CMD_TYPE_3;
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_xioctl.c
2407
pkt->cmd.entry_type = IOCB_CMD_TYPE_2;
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_xioctl.c
4168
pkt->cmd24.entry_type = IOCB_CMD_TYPE_7;
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_xioctl.c
4220
pkt->cmd3.entry_type = IOCB_CMD_TYPE_3;
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_xioctl.c
4249
pkt->cmd.entry_type = IOCB_CMD_TYPE_2;
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_xioctl.c
4503
pkt->cmd24.entry_type = IOCB_CMD_TYPE_7;
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_xioctl.c
4567
pkt->cmd3.entry_type = IOCB_CMD_TYPE_3;
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_xioctl.c
4591
pkt->cmd.entry_type = IOCB_CMD_TYPE_2;
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_xioctl.c
8566
pkt->mvfy.entry_type = VERIFY_MENLO_TYPE;
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_xioctl.c
8713
pkt->mvfy.entry_type = VERIFY_MENLO_TYPE;
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_xioctl.c
8820
pkt->mdata.entry_type = MENLO_DATA_TYPE;
usr/src/uts/common/io/i40e/core/i40e_hmc.c
110
hmc_info->sd_table.sd_entry[sd_index].entry_type = type;
usr/src/uts/common/io/i40e/core/i40e_hmc.c
116
if (I40E_SD_TYPE_DIRECT == sd_entry->entry_type)
usr/src/uts/common/io/i40e/core/i40e_hmc.c
166
hmc_info->sd_table.sd_entry[sd_idx].entry_type)
usr/src/uts/common/io/i40e/core/i40e_hmc.c
189
pd_entry->bp.entry_type = I40E_SD_TYPE_PAGED;
usr/src/uts/common/io/i40e/core/i40e_hmc.c
244
if (I40E_SD_TYPE_PAGED != sd_entry->entry_type) {
usr/src/uts/common/io/i40e/core/i40e_hmc.h
64
enum i40e_sd_entry_type entry_type;
usr/src/uts/common/io/i40e/core/i40e_hmc.h
87
enum i40e_sd_entry_type entry_type;
usr/src/uts/common/io/i40e/core/i40e_lan_hmc.c
1277
if (I40E_SD_TYPE_PAGED == sd_entry->entry_type) {
usr/src/uts/common/io/i40e/core/i40e_lan_hmc.c
385
info->entry_type,
usr/src/uts/common/io/i40e/core/i40e_lan_hmc.c
390
if (I40E_SD_TYPE_PAGED == sd_entry->entry_type) {
usr/src/uts/common/io/i40e/core/i40e_lan_hmc.c
420
switch (sd_entry->entry_type) {
usr/src/uts/common/io/i40e/core/i40e_lan_hmc.c
424
j, sd_entry->entry_type);
usr/src/uts/common/io/i40e/core/i40e_lan_hmc.c
428
j, sd_entry->entry_type);
usr/src/uts/common/io/i40e/core/i40e_lan_hmc.c
442
switch (sd_entry->entry_type) {
usr/src/uts/common/io/i40e/core/i40e_lan_hmc.c
491
info.entry_type = I40E_SD_TYPE_DIRECT;
usr/src/uts/common/io/i40e/core/i40e_lan_hmc.c
503
info.entry_type = I40E_SD_TYPE_PAGED;
usr/src/uts/common/io/i40e/core/i40e_lan_hmc.c
617
info->hmc_info->sd_table.sd_entry[sd_idx].entry_type)
usr/src/uts/common/io/i40e/core/i40e_lan_hmc.c
644
switch (info->hmc_info->sd_table.sd_entry[i].entry_type) {
usr/src/uts/common/io/i40e/core/i40e_lan_hmc.h
160
enum i40e_sd_entry_type entry_type;
usr/src/uts/common/sys/fibre-channel/fca/oce/oce_buf.h
118
enum entry_type type;
usr/src/uts/common/sys/fibre-channel/fca/qlc/ql_iocb.h
102
uint8_t entry_type; /* Entry type. */
usr/src/uts/common/sys/fibre-channel/fca/qlc/ql_iocb.h
1024
uint8_t entry_type; /* Entry type. */
usr/src/uts/common/sys/fibre-channel/fca/qlc/ql_iocb.h
1084
uint8_t entry_type; /* Entry type. */
usr/src/uts/common/sys/fibre-channel/fca/qlc/ql_iocb.h
1108
uint8_t entry_type; /* Entry type. */
usr/src/uts/common/sys/fibre-channel/fca/qlc/ql_iocb.h
1132
uint8_t entry_type; /* Entry type. */
usr/src/uts/common/sys/fibre-channel/fca/qlc/ql_iocb.h
1167
uint8_t entry_type; /* Entry type. */
usr/src/uts/common/sys/fibre-channel/fca/qlc/ql_iocb.h
1187
uint8_t entry_type; /* Entry type. */
usr/src/uts/common/sys/fibre-channel/fca/qlc/ql_iocb.h
1200
uint8_t entry_type; /* Entry type. */
usr/src/uts/common/sys/fibre-channel/fca/qlc/ql_iocb.h
1229
uint8_t entry_type; /* Entry type. */
usr/src/uts/common/sys/fibre-channel/fca/qlc/ql_iocb.h
1246
uint8_t entry_type; /* Entry type. */
usr/src/uts/common/sys/fibre-channel/fca/qlc/ql_iocb.h
1282
uint8_t entry_type; /* Entry type. */
usr/src/uts/common/sys/fibre-channel/fca/qlc/ql_iocb.h
129
uint8_t entry_type; /* Entry type. */
usr/src/uts/common/sys/fibre-channel/fca/qlc/ql_iocb.h
1312
uint8_t entry_type; /* Entry type. */
usr/src/uts/common/sys/fibre-channel/fca/qlc/ql_iocb.h
1327
uint8_t entry_type; /* Entry type. */
usr/src/uts/common/sys/fibre-channel/fca/qlc/ql_iocb.h
1341
uint8_t entry_type; /* Entry type. */
usr/src/uts/common/sys/fibre-channel/fca/qlc/ql_iocb.h
1369
uint8_t entry_type; /* Entry type. */
usr/src/uts/common/sys/fibre-channel/fca/qlc/ql_iocb.h
1402
uint8_t entry_type; /* Entry type. */
usr/src/uts/common/sys/fibre-channel/fca/qlc/ql_iocb.h
195
uint8_t entry_type; /* Entry type. */
usr/src/uts/common/sys/fibre-channel/fca/qlc/ql_iocb.h
219
uint8_t entry_type; /* Entry type. */
usr/src/uts/common/sys/fibre-channel/fca/qlc/ql_iocb.h
250
uint8_t entry_type; /* Entry type. */
usr/src/uts/common/sys/fibre-channel/fca/qlc/ql_iocb.h
264
uint8_t entry_type; /* Entry type. */
usr/src/uts/common/sys/fibre-channel/fca/qlc/ql_iocb.h
276
uint8_t entry_type; /* Entry type. */
usr/src/uts/common/sys/fibre-channel/fca/qlc/ql_iocb.h
381
uint8_t entry_type; /* Entry type. */
usr/src/uts/common/sys/fibre-channel/fca/qlc/ql_iocb.h
406
uint8_t entry_type; /* Entry type. */
usr/src/uts/common/sys/fibre-channel/fca/qlc/ql_iocb.h
419
uint8_t entry_type; /* Entry type. */
usr/src/uts/common/sys/fibre-channel/fca/qlc/ql_iocb.h
447
uint8_t entry_type; /* Entry type. */
usr/src/uts/common/sys/fibre-channel/fca/qlc/ql_iocb.h
467
uint8_t entry_type; /* Entry type. */
usr/src/uts/common/sys/fibre-channel/fca/qlc/ql_iocb.h
496
uint8_t entry_type; /* Entry type. */
usr/src/uts/common/sys/fibre-channel/fca/qlc/ql_iocb.h
520
uint8_t entry_type; /* Entry type. */
usr/src/uts/common/sys/fibre-channel/fca/qlc/ql_iocb.h
550
uint8_t entry_type; /* Entry type. */
usr/src/uts/common/sys/fibre-channel/fca/qlc/ql_iocb.h
582
uint8_t entry_type; /* Entry type. */
usr/src/uts/common/sys/fibre-channel/fca/qlc/ql_iocb.h
614
uint8_t entry_type; /* Entry type. */
usr/src/uts/common/sys/fibre-channel/fca/qlc/ql_iocb.h
639
uint8_t entry_type; /* Entry type. */
usr/src/uts/common/sys/fibre-channel/fca/qlc/ql_iocb.h
68
uint8_t entry_type; /* Entry type. */
usr/src/uts/common/sys/fibre-channel/fca/qlc/ql_iocb.h
714
uint8_t entry_type; /* Entry type. */
usr/src/uts/common/sys/fibre-channel/fca/qlc/ql_iocb.h
736
uint8_t entry_type; /* Entry type. */
usr/src/uts/common/sys/fibre-channel/fca/qlc/ql_iocb.h
760
uint8_t entry_type; /* Entry type. */
usr/src/uts/common/sys/fibre-channel/fca/qlc/ql_iocb.h
782
uint8_t entry_type; /* Entry type. */
usr/src/uts/common/sys/fibre-channel/fca/qlc/ql_iocb.h
810
uint8_t entry_type; /* Entry type. */
usr/src/uts/common/sys/fibre-channel/fca/qlc/ql_iocb.h
832
uint8_t entry_type; /* Entry type. */
usr/src/uts/common/sys/fibre-channel/fca/qlc/ql_iocb.h
863
uint8_t entry_type; /* Entry type. */
usr/src/uts/common/sys/fibre-channel/fca/qlc/ql_iocb.h
892
uint8_t entry_type; /* Entry type. */
usr/src/uts/common/sys/fibre-channel/fca/qlc/ql_iocb.h
907
uint8_t entry_type; /* Entry type. */
usr/src/uts/common/sys/fibre-channel/fca/qlc/ql_iocb.h
967
uint8_t entry_type; /* Entry type. */
usr/src/uts/common/sys/fibre-channel/fca/qlc/ql_nx.h
1247
uint32_t entry_type;
usr/src/uts/common/sys/fibre-channel/fca/qlc/ql_nx.h
1280
uint32_t entry_type;
usr/src/uts/i86pc/io/amd_iommu/amd_iommu_acpi.c
121
if (entry_type == 4)
usr/src/uts/i86pc/io/amd_iommu/amd_iommu_acpi.c
152
int entry_type = (uint8_t)*cp;
usr/src/uts/i86pc/io/amd_iommu/amd_iommu_acpi.c
172
switch (entry_type) {
usr/src/uts/i86pc/io/amd_iommu/amd_iommu_acpi.c
243
if (entry_type != 70 && entry_type != 71) {
usr/src/uts/i86pc/io/amd_iommu/amd_iommu_acpi.c
70
int entry_type = *((uint8_t *)cp);
usr/src/uts/i86pc/io/amd_iommu/amd_iommu_acpi.c
86
switch (entry_type) {