Searched refs:dev (Results 276 - 300 of 8117) sorted by relevance

<<11121314151617181920>>

/freebsd-current/tools/regression/usr.bin/cc/
H A Dfloat.t7 make $executable 2>&1 > /dev/null
/freebsd-current/sys/dev/virtio/
H A Dvirtio.h32 #include <dev/virtio/virtio_endian.h>
33 #include <dev/virtio/virtio_ids.h>
34 #include <dev/virtio/virtio_config.h>
86 #define VIRTIO_SIMPLE_PROBE(dev, driver) \
87 (virtio_simple_probe(dev, &driver ## _match))
90 void virtio_describe(device_t dev, const char *msg,
95 bool virtio_bus_is_modern(device_t dev);
96 void virtio_read_device_config_array(device_t dev, bus_size_t offset,
102 void virtio_read_ivar(device_t dev, int ivar, uintptr_t *val);
103 void virtio_write_ivar(device_t dev, in
180 virtio_simple_probe(device_t dev, const struct virtio_pnp_match *match) argument
[all...]
/freebsd-current/tests/sys/cddl/zfs/tests/cli_root/zpool_history/
H A Dcleanup.ksh29 $ZPOOL history > /dev/null
/freebsd-current/tests/sys/cddl/zfs/tests/history/
H A Dcleanup.ksh29 $ZPOOL history > /dev/null 2>&1
/freebsd-current/sys/dev/altera/pio/
H A Dpio.c45 #include <dev/fdt/fdt_common.h>
46 #include <dev/ofw/openfirm.h>
47 #include <dev/ofw/ofw_bus.h>
48 #include <dev/ofw/ofw_bus_subr.h>
54 #include <dev/altera/pio/pio.h>
68 device_t dev; member in struct:pio_softc
79 pio_setup_irq(device_t dev, void *intr_handler, void *ih_user) argument
83 sc = device_get_softc(dev);
86 if (bus_setup_intr(sc->dev, sc->res[1], INTR_TYPE_BIO | INTR_MPSAFE,
88 device_printf(sc->dev, "Unabl
96 pio_teardown_irq(device_t dev) argument
108 pio_read(device_t dev) argument
118 pio_set(device_t dev, int bit, int enable) argument
133 pio_configure(device_t dev, int dir, int mask) argument
146 pio_probe(device_t dev) argument
160 pio_attach(device_t dev) argument
[all...]
/freebsd-current/tests/sys/geom/class/mirror/
H A D1_test.sh11 gmirror label $name /dev/$us0 /dev/$us1 /dev/$us2 || exit 1
16 size=`diskinfo /dev/mirror/${name} | awk '{print $3}'`
/freebsd-current/tests/sys/geom/class/concat/
H A D1_test.sh11 gconcat create $name /dev/$us0 /dev/$us1 /dev/$us2 || exit 1
16 size=`diskinfo /dev/concat/${name} | awk '{print $3}'`
/freebsd-current/tests/sys/geom/class/stripe/
H A D1_test.sh11 gstripe create -s 16384 $name /dev/$us0 /dev/$us1 /dev/$us2 || exit 1
16 size=`diskinfo /dev/stripe/${name} | awk '{print $3}'`
/freebsd-current/sys/dev/syscon/
H A Dsyscon_generic.h30 #include <dev/fdt/simplebus.h>
34 device_t dev; member in struct:syscon_generic_softc
/freebsd-current/sys/arm/ti/am335x/
H A Dam335x_pmic.c46 #include <dev/iicbus/iicbus.h>
47 #include <dev/iicbus/iiconf.h>
49 #include <dev/ofw/openfirm.h>
50 #include <dev/ofw/ofw_bus.h>
51 #include <dev/ofw/ofw_bus_subr.h>
75 am335x_pmic_read(device_t dev, uint8_t addr, uint8_t *data, uint8_t size) argument
77 return (iicdev_readfrom(dev, addr, data, size, IIC_INTRWAIT));
81 am335x_pmic_write(device_t dev, uint8_t address, uint8_t *data, uint8_t size) argument
83 return (iicdev_writeto(dev, address, data, size, IIC_INTRWAIT));
120 am335x_pmic_probe(device_t dev) argument
138 am335x_pmic_dump_chgconfig(device_t dev) argument
191 am335x_pmic_setvo(device_t dev, uint8_t vo) argument
203 device_t dev; local
281 am335x_pmic_attach(device_t dev) argument
[all...]
/freebsd-current/sys/contrib/dev/mediatek/mt76/
H A Dmt76_connac.h175 static inline bool is_mt7922(struct mt76_dev *dev) argument
177 return mt76_chip(dev) == 0x7922;
180 static inline bool is_mt7921(struct mt76_dev *dev) argument
182 return mt76_chip(dev) == 0x7961 || is_mt7922(dev);
185 static inline bool is_mt7663(struct mt76_dev *dev) argument
187 return mt76_chip(dev) == 0x7663;
190 static inline bool is_mt7915(struct mt76_dev *dev) argument
192 return mt76_chip(dev) == 0x7915;
195 static inline bool is_mt7916(struct mt76_dev *dev) argument
200 is_mt7981(struct mt76_dev *dev) argument
205 is_mt7986(struct mt76_dev *dev) argument
210 is_mt798x(struct mt76_dev *dev) argument
215 is_mt7996(struct mt76_dev *dev) argument
220 is_mt7622(struct mt76_dev *dev) argument
228 is_mt7615(struct mt76_dev *dev) argument
233 is_mt7611(struct mt76_dev *dev) argument
238 is_connac_v1(struct mt76_dev *dev) argument
243 is_mt76_fw_txp(struct mt76_dev *dev) argument
283 mt76_connac_txwi_to_txp(struct mt76_dev *dev, struct mt76_txwi_cache *t) argument
306 mt76_connac_irq_enable(struct mt76_dev *dev, u32 mask) argument
318 mt76_connac_tx_cleanup(struct mt76_dev *dev) argument
357 struct mt76_dev *dev = phy->dev; local
[all...]
/freebsd-current/sys/dev/bhnd/cores/pcie2/
H A Dbhnd_pcie2_hostb.c66 #include <dev/bhnd/bhnd.h>
68 #include <dev/pci/pcireg.h>
69 #include <dev/pci/pcivar.h>
104 bhnd_pcie2_hostb_attach(device_t dev) argument
109 sc = device_get_softc(dev);
110 sc->dev = dev;
111 sc->quirks = bhnd_device_quirks(dev, bhnd_pcie2_devs,
115 sc->pci_dev = bhnd_find_bridge_root(dev, devclass_find("pci"));
117 device_printf(dev, "paren
141 bhnd_pcie2_hostb_detach(device_t dev) argument
156 bhnd_pcie2_hostb_suspend(device_t dev) argument
171 bhnd_pcie2_hostb_resume(device_t dev) argument
[all...]
/freebsd-current/sys/dev/ftwd/
H A Dftwd.c37 #include <dev/superio/superio.h>
49 device_t dev = priv; local
74 device_printf(dev, "disabling watchdog\n");
76 device_printf(dev,
80 superio_read(dev, 0xf6)
84 superio_write(dev, 0xf0, 0x00); // Disable WDTRST#
85 superio_write(dev, 0xf6, val); // Set Counter
88 superio_write(dev, 0xf5, 0x7d); // minutes, act high, 125ms
90 superio_write(dev, 0xf5, 0x75); // seconds, act high, 125ms
93 superio_write(dev,
101 ftwd_probe(device_t dev) argument
112 ftwd_attach(device_t dev) argument
126 ftwd_detach(device_t dev) argument
[all...]
/freebsd-current/sys/dev/iicbus/controller/twsi/
H A Da10_twsi.c41 #include <dev/iicbus/iiconf.h>
42 #include <dev/iicbus/iicbus.h>
43 #include <dev/iicbus/controller/twsi/twsi.h>
44 #include <dev/ofw/ofw_bus.h>
45 #include <dev/ofw/ofw_bus_subr.h>
47 #include <dev/clk/clk.h>
48 #include <dev/hwreset/hwreset.h>
70 a10_twsi_probe(device_t dev) argument
73 if (!ofw_bus_status_okay(dev))
76 if (ofw_bus_search_compatible(dev, compat_dat
84 a10_twsi_attach(device_t dev) argument
128 a10_twsi_get_node(device_t bus, device_t dev) argument
[all...]
/freebsd-current/sys/arm/mv/clk/
H A Da37x0_xtal.c36 #include <dev/fdt/simplebus.h>
38 #include <dev/clk/clk.h>
39 #include <dev/clk/clk_fixed.h>
40 #include <dev/syscon/syscon.h>
42 #include <dev/ofw/ofw_bus.h>
43 #include <dev/ofw/ofw_bus_subr.h>
53 device_t dev; member in struct:a37x0_xtal_softc
57 static int a37x0_xtal_attach(device_t dev);
58 static int a37x0_xtal_detach(device_t dev);
59 static int a37x0_xtal_probe(device_t dev);
78 a37x0_xtal_attach(device_t dev) argument
126 a37x0_xtal_probe(device_t dev) argument
140 a37x0_xtal_detach(device_t dev) argument
[all...]
/freebsd-current/sys/dev/nvmf/host/
H A Dnvmf_ctldev.c12 #include <dev/nvme/nvme.h>
13 #include <dev/nvmf/nvmf.h>
14 #include <dev/nvmf/nvmf_transport.h>
15 #include <dev/nvmf/host/nvmf_var.h>
23 device_t dev; local
31 dev = device_add_child(root_bus, "nvme", -1);
32 if (dev == NULL) {
38 device_set_ivars(dev, &ivars);
39 error = device_probe_and_attach(dev);
40 device_set_ivars(dev, NUL
51 nvmf_matches(device_t dev, char *name) argument
66 device_t dev; local
115 nvmf_ctl_ioctl(struct cdev *dev, u_long cmd, caddr_t arg, int flag, struct thread *td) argument
[all...]
/freebsd-current/sys/dev/mthca/
H A Dmthca_mr.c190 static u32 mthca_alloc_mtt_range(struct mthca_dev *dev, int order, argument
198 if (mthca_is_memfree(dev))
199 if (mthca_table_get_range(dev, dev->mr_table.mtt_table, seg,
208 static struct mthca_mtt *__mthca_alloc_mtt(struct mthca_dev *dev, int size, argument
223 for (i = dev->limits.mtt_seg_size / 8; i < size; i <<= 1)
226 mtt->first_seg = mthca_alloc_mtt_range(dev, mtt->order, buddy);
235 struct mthca_mtt *mthca_alloc_mtt(struct mthca_dev *dev, int size) argument
237 return __mthca_alloc_mtt(dev, size, &dev
240 mthca_free_mtt(struct mthca_dev *dev, struct mthca_mtt *mtt) argument
254 __mthca_write_mtt(struct mthca_dev *dev, struct mthca_mtt *mtt, int start_index, u64 *buffer_list, int list_len) argument
299 mthca_write_mtt_size(struct mthca_dev *dev) argument
315 mthca_tavor_write_mtt_seg(struct mthca_dev *dev, struct mthca_mtt *mtt, int start_index, u64 *buffer_list, int list_len) argument
329 mthca_arbel_write_mtt_seg(struct mthca_dev *dev, struct mthca_mtt *mtt, int start_index, u64 *buffer_list, int list_len) argument
358 mthca_write_mtt(struct mthca_dev *dev, struct mthca_mtt *mtt, int start_index, u64 *buffer_list, int list_len) argument
405 hw_index_to_key(struct mthca_dev *dev, u32 ind) argument
413 key_to_hw_index(struct mthca_dev *dev, u32 key) argument
421 adjust_key(struct mthca_dev *dev, u32 key) argument
429 mthca_mr_alloc(struct mthca_dev *dev, u32 pd, int buffer_size_shift, u64 iova, u64 total_size, u32 access, struct mthca_mr *mr) argument
512 mthca_mr_alloc_notrans(struct mthca_dev *dev, u32 pd, u32 access, struct mthca_mr *mr) argument
519 mthca_mr_alloc_phys(struct mthca_dev *dev, u32 pd, u64 *buffer_list, int buffer_size_shift, int list_len, u64 iova, u64 total_size, u32 access, struct mthca_mr *mr) argument
545 mthca_free_region(struct mthca_dev *dev, u32 lkey) argument
553 mthca_free_mr(struct mthca_dev *dev, struct mthca_mr *mr) argument
567 mthca_fmr_alloc(struct mthca_dev *dev, u32 pd, u32 access, struct mthca_fmr *mr) argument
678 mthca_free_fmr(struct mthca_dev *dev, struct mthca_fmr *fmr) argument
720 struct mthca_dev *dev = to_mdev(ibfmr->device); local
761 struct mthca_dev *dev = to_mdev(ibfmr->device); local
806 mthca_tavor_fmr_unmap(struct mthca_dev *dev, struct mthca_fmr *fmr) argument
816 mthca_arbel_fmr_unmap(struct mthca_dev *dev, struct mthca_fmr *fmr) argument
826 mthca_init_mr_table(struct mthca_dev *dev) argument
949 mthca_cleanup_mr_table(struct mthca_dev *dev) argument
[all...]
/freebsd-current/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/profile-n/
H A Dtst.sym.ksh30 $dtrace -qs /dev/stdin <<EOF
48 /bin/date > /dev/null
66 script | tee /dev/fd/2 | grep mtx_lock > /dev/null
H A Dtst.func.ksh30 $dtrace -qs /dev/stdin <<EOF
48 /bin/date > /dev/null
70 script | tee /dev/fd/2 | grep mtx_lock > /dev/null
H A Dtst.mod.ksh30 $dtrace -qs /dev/stdin <<EOF
48 /bin/date > /dev/null
66 script | tee /dev/fd/2 | grep kernel > /dev/null
/freebsd-current/contrib/dialog/samples/
H A Dsetup-edit5 input=`tempfile 2>/dev/null` || input=/tmp/input$$
6 output=`tempfile 2>/dev/null` || output=/tmp/test$$
/freebsd-current/tools/test/stress2/tools/
H A Dptsleak.sh33 n=`find /dev/pts -mtime +15m 2>/dev/null | wc -l`
H A Dptyleak.sh33 n=`find /dev -mtime +15m 2>/dev/null | \
34 egrep "/dev/pty[p-sP-S][0-9a-v]|/dev/tty[p-sP-S][0-9a-v]" | wc -l`
/freebsd-current/contrib/dma/
H A Dget-version.sh5 gitver=$(git describe 2>/dev/null | tr - .)
6 filever=$(cat ${file} 2>/dev/null)
/freebsd-current/tools/test/stress2/misc/
H A Dprocstat2.sh36 ../misc/marcus.sh > /dev/null 2>&1 &
39 procstat -kka > /dev/null 2>&1

Completed in 297 milliseconds

<<11121314151617181920>>