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.c1053 if ((flent->fe_type & FLOW_USER) != 0) in mac_srs_stat_create()
1094 if (((flent->fe_type & FLOW_USER) != 0) || in mac_misc_stat_create()
1095 ((flent->fe_type & FLOW_MCAST) != 0)) in mac_misc_stat_create()
1112 if ((flent->fe_type & FLOW_USER) != 0) in mac_soft_ring_stat_create()
H A Dmac_client.c513 ((mcip->mci_flent->fe_type & FLOW_PRIMARY_MAC) != 0)); in mac_client_is_vlan_vnic()
881 if (!(flent->fe_type & FLOW_PRIMARY_MAC || in mac_unicast_update_client_flow()
882 flent->fe_type & FLOW_VNIC_MAC)) in mac_unicast_update_client_flow()
1680 ASSERT((flent->fe_type & FLOW_PRIMARY_MAC) == 0); in mac_secondary_dup()
1704 ASSERT((flent->fe_type & FLOW_PRIMARY_MAC) == 0); in mac_secondary_cleanup()
1800 if ((flent->fe_type & in mac_client_set_rings_prop()
1962 if ((flent->fe_type & in mac_client_set_rings_prop()
1995 (flent->fe_type & FLOW_PRIMARY_MAC) == 0) { in mac_client_set_rings_prop()
4723 if ((vmcip->mci_flent->fe_type & FLOW_PRIMARY_MAC) && in i_mac_set_resources()
H A Dmac_flow.c246 flent->fe_type = type; in mac_flow_create()
638 if ((flent->fe_type & FLOW_USER) != 0) { in mac_flow_destroy()
760 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_datapath_setup.c652 ASSERT(!(flent->fe_type & FLOW_USER)); in mac_compute_soft_ring_count()
2140 if (flent->fe_type & FLOW_USER) { in mac_fanout_setup()
2411 if (flent->fe_type & FLOW_PRIMARY_MAC) { in mac_find_fanout()
2415 } else if (flent->fe_type & FLOW_VNIC) { in mac_find_fanout()
3008 boolean_t isprimary = flent->fe_type & FLOW_PRIMARY_MAC; in mac_datapath_setup()
3492 if (!(flent->fe_type & FLOW_PRIMARY_MAC) && in mac_datapath_teardown()
H A Dmac.c6153 (flent->fe_type & FLOW_USER) != 0) { in mac_log_flowinfo()
6606 if (mcip->mci_flent->fe_type & FLOW_PRIMARY_MAC) in mac_get_grp_primary()
7031 isprimary = mcip->mci_flent->fe_type & FLOW_PRIMARY_MAC; in mac_reserve_rx_group()
7594 isprimary = mcip->mci_flent->fe_type & FLOW_PRIMARY_MAC; in mac_reserve_tx_group()
7607 if (gclient->mci_flent->fe_type & FLOW_PRIMARY_MAC && in mac_reserve_tx_group()
8145 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.h348 flow_entry_type_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()