Home
last modified time | relevance | path

Searched refs:fe_type (Results 1 – 9 of 9) sorted by relevance

/illumos-gate/usr/src/cmd/fs.d/udfs/fsck/
H A Dpass1.c120 fip->fe_type = fp->fe_icb_tag.itag_ftype; in pass1()
125 fip->fe_type != FTYPE_DIRECTORY) in pass1()
133 fip->fe_type, fip->fe_lcount, in pass1()
136 switch (fip->fe_type) { in pass1()
540 fip->fe_type == FTYPE_DIRECTORY ? "DIR" : in adjust()
541 fip->fe_type == FTYPE_SYMLINK ? "SYM" : in adjust()
542 fip->fe_type == FTYPE_FILE ? "FILE" : "???", fip->fe_block); in adjust()
H A Dfsck.h140 uint8_t fe_type; /* type of file entry */ member
/illumos-gate/usr/src/uts/common/io/mac/
H A Dmac_stat.c1044 if ((flent->fe_type & FLOW_USER) != 0) in mac_srs_stat_create()
1085 if (((flent->fe_type & FLOW_USER) != 0) || in mac_misc_stat_create()
1086 ((flent->fe_type & FLOW_MCAST) != 0)) in mac_misc_stat_create()
1103 if ((flent->fe_type & FLOW_USER) != 0) in mac_soft_ring_stat_create()
H A Dmac_client.c512 ((mcip->mci_flent->fe_type & FLOW_PRIMARY_MAC) != 0)); in mac_client_is_vlan_vnic()
880 if (!(flent->fe_type & FLOW_PRIMARY_MAC || in mac_unicast_update_client_flow()
881 flent->fe_type & FLOW_VNIC_MAC)) in mac_unicast_update_client_flow()
1671 ASSERT((flent->fe_type & FLOW_PRIMARY_MAC) == 0); in mac_secondary_dup()
1695 ASSERT((flent->fe_type & FLOW_PRIMARY_MAC) == 0); in mac_secondary_cleanup()
1791 if ((flent->fe_type & in mac_client_set_rings_prop()
1953 if ((flent->fe_type & in mac_client_set_rings_prop()
1986 (flent->fe_type & FLOW_PRIMARY_MAC) == 0) { in mac_client_set_rings_prop()
4703 if ((vmcip->mci_flent->fe_type & FLOW_PRIMARY_MAC) && in i_mac_set_resources()
H A Dmac_datapath_setup.c618 ASSERT(!(flent->fe_type & FLOW_USER)); in mac_compute_soft_ring_count()
2018 if (flent->fe_type & FLOW_USER) { in mac_fanout_setup()
2308 if (flent->fe_type & FLOW_PRIMARY_MAC) { in mac_find_fanout()
2312 } else if (flent->fe_type & FLOW_VNIC) { in mac_find_fanout()
2905 boolean_t isprimary = flent->fe_type & FLOW_PRIMARY_MAC; in mac_datapath_setup()
3390 if (!(flent->fe_type & FLOW_PRIMARY_MAC) && in mac_datapath_teardown()
H A Dmac_flow.c245 flent->fe_type = type; in mac_flow_create()
637 if ((flent->fe_type & FLOW_USER) != 0) { in mac_flow_destroy()
759 if (!(flent->fe_type & FLOW_USER) && in mac_flow_modify()
835 if ((flent->fe_type & FLOW_USER) == 0) { in mac_flow_cleanup()
H A Dmac.c6140 (flent->fe_type & FLOW_USER) != 0) { in mac_log_flowinfo()
6593 if (mcip->mci_flent->fe_type & FLOW_PRIMARY_MAC) in mac_get_grp_primary()
7018 isprimary = mcip->mci_flent->fe_type & FLOW_PRIMARY_MAC; in mac_reserve_rx_group()
7582 isprimary = mcip->mci_flent->fe_type & FLOW_PRIMARY_MAC; in mac_reserve_tx_group()
7595 if (gclient->mci_flent->fe_type & FLOW_PRIMARY_MAC && in mac_reserve_tx_group()
8133 if (!(vmcip->mci_flent->fe_type & FLOW_PRIMARY_MAC) || in mac_set_prim_vlan_rings()
/illumos-gate/usr/src/uts/common/sys/
H A Dmac_flow_impl.h302 uint_t fe_type; /* WO */ member
/illumos-gate/usr/src/cmd/mdb/common/modules/mac/
H A Dmac.c216 if (fe.fe_type & FLOW_MCAST) { in mac_flow_dcmd_output()
298 fe.fe_type, flow_type_bits); in mac_flow_dcmd_output()