/illumos-gate/usr/src/uts/common/io/bnxe/ |
H A D | bnxe_illumos.c | 28 bnxe_get_phy_id(um_device_t *um) in bnxe_get_phy_id() argument 30 if (um->lm_dev.params.link.num_phys <= 1) in bnxe_get_phy_id() 33 if (um->lm_dev.vars.link.link_up) { in bnxe_get_phy_id() 34 if ((um->lm_dev.vars.link.link_status & in bnxe_get_phy_id() 36 (um->lm_dev.params.link.phy[ELINK_EXT_PHY2].supported & in bnxe_get_phy_id() 41 switch (elink_phy_selection(&um->lm_dev.params.link)) { in bnxe_get_phy_id() 89 bnxe_phy_to_media(um_device_t *um) in bnxe_phy_to_media() argument 96 BNXE_LOCK_ENTER_PHY(um); in bnxe_phy_to_media() 97 phyid = bnxe_get_phy_id(um); in bnxe_phy_to_media() 98 params = &um->lm_dev.params.link; in bnxe_phy_to_media() [all …]
|
/illumos-gate/usr/src/uts/common/io/bnx/ |
H A D | bnxdbg.c | 28 um_device_t *um = (um_device_t *)ctx; in debug_break() local 29 cmn_err(CE_PANIC, "-> %s panic <-", (um) ? um->dev_name : "(unknown)"); in debug_break() 37 um_device_t *um = (um_device_t *)ctx; in debug_msg() local 43 if (um != NULL) { in debug_msg() 44 (void) snprintf(buf, BNX_BUF_SIZE, "%s %s:%lu ", um->dev_name, in debug_msg() 61 um_device_t *um = (um_device_t *)ctx; in debug_msgx() local 67 if (um != NULL) { in debug_msgx() 68 (void) snprintf(buf, BNX_BUF_SIZE, "%s ", um->dev_name); in debug_msgx()
|
H A D | bnxgldv3.c | 399 bnx_um_to_media(um_device_t *um) in bnx_um_to_media() argument 401 if (um->nddcfg.link_speed == 0) { in bnx_um_to_media() 411 if (um->dev_var.isfiber) { in bnx_um_to_media() 412 switch (um->nddcfg.link_speed) { in bnx_um_to_media() 421 switch (um->nddcfg.link_speed) { in bnx_um_to_media()
|
/illumos-gate/usr/src/test/util-tests/tests/libsff/ |
H A D | libsff_lengths.out | 3 Length 50um OM2: 370 m 4 Length 62.5um OM1: 380 m 12 Length 50um OM2: 37 m 13 Length 62.5um OM1: 38 m
|
H A D | libsff_compliance.out | 55 1 Multimode, 50um (M5, M5E) 56 2 Multimode, 62.5um (M6) 110 1 Multimode, 50um (OM3) 112 3 Multimode, 62.5um (M6)
|
/illumos-gate/usr/src/lib/libprtdiag/common/ |
H A D | memory.c | 236 new->um = MC_UM(mc_decode); in add_bank_node() 295 base = bank->um & ~(bank->uk); in display_us3_banks() 436 base = bank->um & ~(bank->uk); in add_seg_node()
|
/illumos-gate/usr/src/cmd/eject/ |
H A D | Makefile | 33 LINTFLAGS += -um
|
/illumos-gate/usr/src/cmd/fdformat/ |
H A D | Makefile | 32 LINTFLAGS += -um
|
/illumos-gate/usr/src/uts/sun4u/io/ |
H A D | mc-us3.c | 1149 if ((!bank->valid) || ((~(~(upper_pa ^ bank->um) | in mc_get_mem_unum() 1262 if ((!bank->valid) || ((~(~(upper_pa ^ bank->um) | in mc_get_mem_offset() 1444 if ((!bankp->valid) || ((~(~(upper_pa ^ bankp->um) | in mc_get_mem_info() 1593 uint64_t um : 17; in mlayout_add() member 1639 base = mcreg._s.um & ~mcreg._s.uk; in mlayout_add() 1643 bank_curr->um = mcreg._s.um; in mlayout_add() 1668 idx, mcreg._s.lk, mcreg._s.uk, mcreg._s.um, ifactor, size, base)); in mlayout_add() 1672 idx, mcreg._s.lk, mcreg._s.uk, mcreg._s.um, ifactor, size, base)); in mlayout_add() 1842 base = bank_curr->um & ~bank_curr->uk; in mlayout_del()
|
/illumos-gate/usr/src/uts/common/io/nxge/ |
H A D | nxge_fflp.c | 910 #define fspec_mask (flow_spec->um.udpip4spec) in nxge_fill_tcam_entry_udp() 938 #define fspec_mask (flow_spec->um.udpip6spec) in nxge_fill_tcam_entry_udp_ipv6() 970 #define fspec_mask (flow_spec->um.tcpip4spec) in nxge_fill_tcam_entry_tcp() 996 #define fspec_mask (flow_spec->um.tcpip4spec) in nxge_fill_tcam_entry_sctp() 1022 #define fspec_mask (flow_spec->um.tcpip6spec) in nxge_fill_tcam_entry_tcp_ipv6() 1054 #define fspec_mask (flow_spec->um.tcpip6spec) in nxge_fill_tcam_entry_sctp_ipv6() 1087 #define fspec_mask (flow_spec->um.ahip4spec) in nxge_fill_tcam_entry_ah_esp() 1120 #define fspec_mask (flow_spec->um.ahip6spec) in nxge_fill_tcam_entry_ah_esp_ipv6() 1156 #define fspec_mask (flow_spec->um.ip_usr_spec) in nxge_fill_tcam_entry_ip_usr() 1301 #define umask (flow_spec->um.ip_usr_spec) in nxge_add_tcam_entry() [all …]
|
/illumos-gate/usr/src/uts/sun4u/sys/ |
H A D | mc-us3.h | 93 uint_t um; /* Upper Match field to match PA[42:26] */ member
|
/illumos-gate/usr/src/uts/common/io/hxge/ |
H A D | hxge_flow.h | 127 } uh, um; /* entry, mask */ member
|
/illumos-gate/usr/src/cmd/msgfmt/ |
H A D | Makefile | 56 LINTFLAGS += -um
|
/illumos-gate/usr/src/uts/sun4u/serengeti/io/ |
H A D | sbdp_mem.c | 1743 base = bankp->um & ~(bankp->uk); in sbdp_isinterleaved() 1824 new->um = MC_UM(mc_decode); in sbdp_fill_bank_info() 1912 "\tlm 0x%x\n", bp->valid, bp->uk, bp->um, in sbdp_print_bd_banks() 1937 "\tlm 0x%x\n", bp->valid, bp->uk, bp->um, in sbdp_print_seg() 1955 base = bank->um & ~(bank->uk); in sbdp_add_bank_to_seg() 2021 base = bank->um & ~(bank->uk); in sbdp_remove_bank_from_seg()
|
/illumos-gate/usr/src/lib/libprtdiag/inc/ |
H A D | libprtdiag.h | 167 uint_t um; member
|
/illumos-gate/usr/src/cmd/cron/ |
H A D | at.c | 577 mode_t um; in copy() local 671 um = umask(0); in copy() 701 printf("%o", um); in copy()
|
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/tests/ |
H A D | basic.sh | 63 um=$(umask -S) 68 umask "$um"
|
/illumos-gate/usr/src/uts/sun4u/serengeti/sys/ |
H A D | sbdp_priv.h | 135 uint_t um; member
|
/illumos-gate/usr/src/uts/common/sys/nxge/ |
H A D | nxge_flow.h | 147 } uh, um; /* entry, mask */ member
|
/illumos-gate/usr/src/data/locale/data/ |
H A D | de_AT.ISO8859-15.src | 1412 d_t_fmt "%e. %B %Y um %H:%M:%S %Z"
|
H A D | de_CH.ISO8859-1.src | 1409 d_t_fmt "%e. %B %Y um %H:%M:%S %Z"
|
H A D | de_DE.ISO8859-1.src | 1409 d_t_fmt "%e. %B %Y um %H:%M:%S %Z"
|
H A D | de_DE.ISO8859-15.src | 1412 d_t_fmt "%e. %B %Y um %H:%M:%S %Z"
|
/illumos-gate/usr/src/cmd/make/bin/ |
H A D | main.cc | 193 mode_t um; in main() local
|
/illumos-gate/usr/src/cmd/vi/port/ |
H A D | ex.news | 679 with two or more changes better with um. This option may go away
|