Searched refs:sw (Results 101 - 120 of 120) sorted by relevance

12345

/freebsd-11-stable/contrib/ofed/opensm/opensm/
H A Dosm_ucast_ftree.c2078 /* Find the less loaded remote sw and choose this one */
3100 if (!p_port || !p_port->p_node->sw)
3156 fabric_add_sw(p_ftree, p_osm_node->sw);
3468 (void *)p_remote_sw, /* remote ftree_hca/sw object */
3584 p_remote_hca_or_sw, /* remote ftree_hca/sw object */
3607 ftree_sw_t *sw; local
3609 sw = fabric_get_sw_by_guid(c->fabric, cl_hton64(guid));
3610 if (!sw) {
3619 sw->rank = 0;
3620 cl_list_insert_tail(c->list, sw);
[all...]
H A Dosm_perfmgr.c563 mon_node->esp0 = (node->sw &&
564 ib_switch_info_is_enhanced_port0(&node->sw->
950 if (p_port->p_node->sw &&
951 !ib_switch_info_is_enhanced_port0(&p_port->p_node->sw->switch_info))
H A Dosm_node_info_rcv.c237 } else if (p_node->sw)
H A Dosm_console.c648 if (p_port->p_node->sw)
/freebsd-11-stable/sys/dev/fb/
H A Dmachfb.c1157 video_switch_t *sw; local
1254 if ((sw = vid_get_switch(MACHFB_DRIVER_NAME)) == NULL) {
1271 if ((error = sw->init(i, adp, 0)) != 0) {
/freebsd-11-stable/sys/vm/
H A Dswap_pager.c2164 * sw->sw_nblks is in page-sized chunks now too.
2641 swapgeom_close(struct thread *td, struct swdevt *sw) argument
2646 cp = sw->sw_id;
2647 sw->sw_id = NULL;
/freebsd-11-stable/contrib/nvi/vi/
H A Dv_txt.c1872 * :se sw=4 ai list
1894 u_long sw, ts; local
1899 sw = O_VAL(sp, O_SHIFTWIDTH);
1923 target += COL_OFF(target, sw);
1926 target -= target % sw;
1957 * :set ai sw=4<cr>i<space>a<esc>i^T^D
/freebsd-11-stable/sys/contrib/edk2/Include/Uefi/
H A DUefiPxe.h833 PXE_SW_UNDI sw; member in union:u_pxe_undi
/freebsd-11-stable/sys/amd64/linux32/
H A Dlinux.h416 u_int32_t sw; member in struct:l_fpstate
/freebsd-11-stable/sys/dev/usb/input/
H A Dukbd.c949 keyboard_switch_t *sw = kbd_get_switch(UKBD_DRIVER_NAME); local
958 if (sw == NULL) {
/freebsd-11-stable/contrib/llvm-project/openmp/runtime/src/
H A Dkmp.h1195 unsigned sw; member in struct:x87_fpu_state
1206 : "+m"(fpu_state), "+m"(fpu_state.sw));
/freebsd-11-stable/sys/contrib/octeon-sdk/
H A Dcvmx-endor-defs.h3711 uint32_t sw : 1; /**< SW Group Interrupt */ member in struct:cvmx_endor_intc_stat_hix::cvmx_endor_intc_stat_hix_s
3721 uint32_t sw : 1;
3742 uint32_t sw : 1; /**< SW Group Interrupt */ member in struct:cvmx_endor_intc_stat_lox::cvmx_endor_intc_stat_lox_s
3752 uint32_t sw : 1;
/freebsd-11-stable/contrib/gcc/
H A Dgcc.c257 const char *const sw; member in struct:modify_target
3977 if (! strcmp (argv[i], modify_target[j].sw))
4145 if (! strcmp (argv[i], modify_target[j].sw))
4612 struct switchstr *sw;
4618 sw = &switches[i + first];
4619 sw->part1 = &argbuf[i][1];
4620 sw->args = 0;
4621 sw->live_cond = SWITCH_OK;
4622 sw->validated = 0;
4623 sw
4590 struct switchstr *sw; local
[all...]
/freebsd-11-stable/sys/kern/
H A Dkern_umtx.c85 #define UPROF_PERC_BIGGER(w, f, sw, sf) \
86 (((w) > (sw)) || ((w) == (sw) && (f) > (sf)))
/freebsd-11-stable/sys/dev/iwm/
H A Dif_iwm.c2260 const uint16_t *hw, *sw, *calib, *regulatory, *mac_override, *phy_sku; local
2297 sw = (const uint16_t *)sections[IWM_NVM_SECTION_TYPE_SW].data;
2306 return iwm_parse_nvm_data(sc, hw, sw, calib, mac_override,
/freebsd-11-stable/contrib/groff/src/roff/troff/
H A Dnode.cpp4367 int word_space_node::merge_space(hunits h, hunits sw, hunits ssw) argument
4374 w->next = new width_list(sw, ssw);
/freebsd-11-stable/sys/mips/mips/
H A Dfp.S101 sw ra, CALLFRAME_RA(sp)
/freebsd-11-stable/contrib/gcc/doc/include/
H A Dtexinfo.tex7231 @c vim:sw=2:
/freebsd-11-stable/contrib/groff/doc/
H A Dtexinfo.tex7082 @c vim:sw=2:
/freebsd-11-stable/contrib/amd/doc/
H A Dtexinfo.tex10076 @c vim:sw=2:

Completed in 323 milliseconds

12345