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

12345

/freebsd-11-stable/sys/i386/include/
H A Dcserial.h442 void *sw; /* protocol private data */ member in struct:_chan_t
/freebsd-11-stable/bin/ln/tests/
H A Dln_test.sh218 atf_set "descr" "Verify that '-sw' option produces a warning if the " \
225 ln -sw A B
/freebsd-11-stable/sys/dev/fb/
H A Dvga.c77 video_switch_t *sw; local
80 sw = vid_get_switch(VGA_DRIVER_NAME);
81 if (sw == NULL)
83 error = (*sw->probe)(unit, &adp, NULL, flags);
93 video_switch_t *sw; local
96 sw = vid_get_switch(VGA_DRIVER_NAME);
97 if (sw == NULL)
100 error = (*sw->probe)(unit, &sc->adp, NULL, flags);
103 return (*sw->init)(unit, sc->adp, flags);
H A Dfbreg.h276 #define VIDEO_DRIVER(name, sw, config) \
278 #name, &sw, config \
H A Dcreator.c907 video_switch_t *sw; local
969 if ((sw = vid_get_switch(CREATOR_DRIVER_NAME)) == NULL) {
988 if ((error = sw->init(i, adp, 0)) != 0) {
/freebsd-11-stable/contrib/ofed/opensm/opensm/
H A Dosm_sa_path_record.c223 if (p_node->sw) {
229 p_physp = osm_switch_get_route_by_lid(p_node->sw, dest_lid);
267 if (p_node->sw) {
272 osm_switch_get_route_by_lid(p_node->sw, dest_lid);
318 if (!p_node->sw) {
359 p_physp = osm_switch_get_route_by_lid(p_node->sw, dest_lid);
H A Dosm_port.c616 if (!p_physp->p_node->sw || p_physp->port_num == 0)
632 (cl_ntoh16(p_physp->p_node->sw->switch_info.enforce_cap) +
H A Dosm_sa_portinfo_record.c151 if (p_physp->p_node->sw) {
155 osm_switch_sp0_is_lmc_capable(p_physp->p_node->sw,
H A Dosm_link_mgr.c149 if (!p_node->sw) {
156 if (ib_switch_info_is_enhanced_port0(&p_node->sw->switch_info)
H A Dosm_congestion_control.c235 &p_physp->cc.sw.sw_cong_setting,
496 p_port->p_physp->cc.sw.sw_cong_setting = *p_sw_cong_setting;
/freebsd-11-stable/contrib/gcc/
H A Dgccbug.in331 >Class: <[ doc-bug | accepts-illegal | rejects-legal | wrong-code | ice-on-legal-code| ice-on-illegal-code | pessimizes-code | sw-bug | change-request | support ] (one line)>
340 SEND-PR: sw-bug Software bug of some other class than above
463 ""|doc-bug|accepts-illegal|rejects-legal|wrong-code|ice-on-legal-code|ice-on-illegal-code|pessimizes-code|sw-bug|change-request|support) CNT=`expr $CNT + 1` ;;
H A Dvar-tracking.c2882 micro_operation sw; local
2884 sw = VTI (bb)->mos[n1];
2886 VTI (bb)->mos[n2] = sw;
2915 micro_operation sw; local
2917 sw = VTI (bb)->mos[n1];
2919 VTI (bb)->mos[n2] = sw;
/freebsd-11-stable/sys/dev/sound/pci/
H A Denvy24.c1300 u_int32_t stat, sw; local
1306 sw = ENVY24_MT_PCTL_PSTART;
1308 sw = ENVY24_MT_PCTL_RSTART;
1311 envy24_wrmt(sc, ENVY24_MT_PCTL, stat | sw, 1);
1324 u_int32_t stat, sw; local
1330 sw = ~ENVY24_MT_PCTL_PSTART;
1332 sw = ~ENVY24_MT_PCTL_RSTART;
1335 envy24_wrmt(sc, ENVY24_MT_PCTL, stat & sw, 1);
H A Denvy24ht.c1260 u_int32_t stat, sw; local
1266 sw = ENVY24HT_MT_PCTL_PSTART;
1268 sw = ENVY24HT_MT_PCTL_RSTART;
1271 envy24ht_wrmt(sc, ENVY24HT_MT_PCTL, stat | sw, 1);
1284 u_int32_t stat, sw; local
1290 sw = ~ENVY24HT_MT_PCTL_PSTART;
1292 sw = ~ENVY24HT_MT_PCTL_RSTART;
1295 envy24ht_wrmt(sc, ENVY24HT_MT_PCTL, stat & sw, 1);
/freebsd-11-stable/sys/mips/mips/
H A Dswtch.S238 sw t2, TD_MDFLAGS(a3)
H A Dsupport.S353 sw a1, 0(a0) # store word
537 sw t1, -4(a0) # since we are limited by memory speed
573 sw zero, -4(a0) # since we are limited by memory speed
897 sw a1, (a0)
/freebsd-11-stable/contrib/ofed/opensm/include/opensm/
H A Dosm_port.h126 } sw; member in union:osm_physp::__anon3912
/freebsd-11-stable/usr.sbin/bsdinstall/scripts/
H A Dzfsboot1030 /dev/mirror/swap.eli none swap sw 0 0 \
1036 /dev/mirror/swap none swap sw 0 0 \
1042 /dev/$disk${swappart}.eli none swap sw 0 0 \
1047 /dev/$disk$swappart none swap sw 0 0 \
/freebsd-11-stable/contrib/ntp/ntpd/
H A Drefclock_wwv.c283 int sw; /* case switch number */ member in struct:progx
1759 int sw, arg, nsec; local
1780 sw = progx[nsec].sw;
1787 switch (sw) {
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/lua/
H A Dlgc.c1059 int sw; local
1064 sw = entersweep(L);
1065 return work + sw * GCSWEEPCOST;
/freebsd-11-stable/sys/geom/
H A Dgeom_subr.c876 int sr, sw, se; local
960 sw = cp->acw;
972 KASSERT(cp->acr == sr && cp->acw == sw && cp->ace == se,
/freebsd-11-stable/stand/efi/loader/
H A Dbootinfo.c70 const char *sw, *tmp; local
/freebsd-11-stable/sys/i386/linux/
H A Dlinux.h392 u_int32_t sw; member in struct:l_fpstate
/freebsd-11-stable/contrib/llvm-project/openmp/runtime/src/
H A Dz_Linux_asm.S1670 sw a1, __gtid(fp)
1671 sw a2, __tid(fp)
/freebsd-11-stable/contrib/groff/src/roff/troff/
H A Denv.cpp422 hunits sw = env_space_width(this); local
425 x = sw;
429 width_list *w = new width_list(sw, ssw);
431 w->next = new width_list(sw, ssw);
432 if (line != 0 && line->merge_space(x, sw, ssw)) {

Completed in 234 milliseconds

12345