Searched refs:hw (Results 251 - 257 of 257) sorted by relevance

<<11

/freebsd-11-stable/sys/dev/sound/pcm/
H A Ddsp.c389 int hw; member in struct:__anon125
2369 devhw = dsp_cdevs[i].hw;
/freebsd-11-stable/sys/dev/ocs_fc/
H A Docs_fabric.c1178 /* issue hw node free; don't care if succeeds right away
1182 rc = ocs_hw_node_detach(&ocs->hw, &node->rnode);
H A Docs_device.c183 /* issue hw node free; don't care if succeeds right away
187 rc = ocs_hw_node_detach(&ocs->hw, &node->rnode);
/freebsd-11-stable/lib/libpmc/
H A Dlibpmc.c682 EV_ALIAS("interrupts", "iap-core-hw-int-rx"),
702 EV_ALIAS("interrupts", "iap-hw-int-rcv"),
713 EV_ALIAS("interrupts", "iap-hw-int-rcv"),
2882 EV_ALIAS("interrupts", "p6-hw-int-rx"),
2908 PMCMASK(hw, 0x10),
2915 PMCMASK(hw, 0x10),
3063 P6MASKSET(hw);
/freebsd-11-stable/sys/dev/iwn/
H A Dif_iwn.c3803 uint16_t hw; local
3809 hw = le16toh(sc->rxq.stat->closed_count) & 0xfff;
3810 while (sc->rxq.cur != hw) {
3985 hw = (hw == 0) ? IWN_RX_RING_COUNT - 1 : hw - 1;
3986 IWN_WRITE(sc, IWN_FH_RX_WPTR, hw & ~7);
/freebsd-11-stable/sys/dev/vt/hw/vga/
H A Dvt_vga.c36 __FBSDID("$FreeBSD: stable/11/sys/dev/vt/hw/vga/vt_vga.c 336858 2018-07-29 05:14:26Z eadler $");
46 #include <dev/vt/hw/vga/vt_vga_reg.h>
1217 TUNABLE_INT_FETCH("hw.vga.acpi_ignore_no_vga", &ignore);
1273 * If "hw.vga.textmode" is not set and we're running on hypervisor,
1279 TUNABLE_INT_FETCH("hw.vga.textmode", &textmode);
/freebsd-11-stable/contrib/netbsd-tests/usr.bin/netpgpverify/
H A Dt_netpgpverify.sh6519 nj4UO+hw/sCo970H3Vkc5mr/1QqhD0lpUZCD7QNdMBWRX/Gq3d+P0NurgaVcbGX7

Completed in 134 milliseconds

<<11