Searched refs:dev (Results 201 - 225 of 6728) sorted by relevance

1234567891011>>

/freebsd-12-stable/lib/msun/tests/
H A Dlround_test.t8 make $executable 2>&1 > /dev/null
/freebsd-12-stable/release/picobsd/floppy.tree/etc/ppp/
H A Dppp.conf5 set device /dev/cuau1
/freebsd-12-stable/gnu/usr.bin/grep/tests/
H A Dbackref.sh11 echo "radar" | ${GREP} -e '\(.\)\(.\).\2\1' > /dev/null 2>&1
18 echo "civic" | ${GREP} -E -e '^(.?)(.?)(.?)(.?)(.?)(.?)(.?)(.?)(.?).?\9\8\7\6\5\4\3\2\1$' > /dev/null 2>&1
25 echo "123" | ${GREP} -e 'a\(.\)' -e 'b\1' > /dev/null 2>&1
32 echo "123" | ${GREP} -e '[' -e ']' > /dev/null 2>&1
/freebsd-12-stable/usr.sbin/pc-sysinstall/backend-query/
H A Dxkeyboard-layouts.sh44 echo $line | grep '! ' >/dev/null 2>/dev/null
55 echo $line | grep '! layout' >/dev/null 2>/dev/null
H A Dxkeyboard-models.sh38 echo $line | grep '! ' >/dev/null 2>/dev/null
51 echo $line | grep '! model' >/dev/null 2>/dev/null
/freebsd-12-stable/sys/arm/ti/am335x/
H A Dam335x_pmic.c47 #include <dev/iicbus/iicbus.h>
48 #include <dev/iicbus/iiconf.h>
50 #include <dev/ofw/openfirm.h>
51 #include <dev/ofw/ofw_bus.h>
52 #include <dev/ofw/ofw_bus_subr.h>
76 am335x_pmic_read(device_t dev, uint8_t addr, uint8_t *data, uint8_t size) argument
78 return (iicdev_readfrom(dev, addr, data, size, IIC_INTRWAIT));
82 am335x_pmic_write(device_t dev, uint8_t address, uint8_t *data, uint8_t size) argument
84 return (iicdev_writeto(dev, address, data, size, IIC_INTRWAIT));
121 am335x_pmic_probe(device_t dev) argument
139 am335x_pmic_dump_chgconfig(device_t dev) argument
192 am335x_pmic_setvo(device_t dev, uint8_t vo) argument
204 device_t dev; local
282 am335x_pmic_attach(device_t dev) argument
[all...]
/freebsd-12-stable/sys/dev/bhnd/cores/pcie2/
H A Dbhnd_pcie2_hostb.c68 #include <dev/bhnd/bhnd.h>
70 #include <dev/pci/pcireg.h>
71 #include <dev/pci/pcivar.h>
107 bhnd_pcie2_hostb_attach(device_t dev) argument
112 sc = device_get_softc(dev);
113 sc->dev = dev;
114 sc->quirks = bhnd_device_quirks(dev, bhnd_pcie2_devs,
118 sc->pci_dev = bhnd_find_bridge_root(dev, devclass_find("pci"));
120 device_printf(dev, "paren
147 bhnd_pcie2_hostb_detach(device_t dev) argument
162 bhnd_pcie2_hostb_suspend(device_t dev) argument
177 bhnd_pcie2_hostb_resume(device_t dev) argument
[all...]
/freebsd-12-stable/sys/dev/iicbus/twsi/
H A Da10_twsi.c44 #include <dev/iicbus/iiconf.h>
45 #include <dev/iicbus/iicbus.h>
46 #include <dev/iicbus/twsi/twsi.h>
47 #include <dev/ofw/ofw_bus.h>
48 #include <dev/ofw/ofw_bus_subr.h>
50 #include <dev/extres/clk/clk.h>
51 #include <dev/extres/hwreset/hwreset.h>
73 a10_twsi_probe(device_t dev) argument
76 if (!ofw_bus_status_okay(dev))
79 if (ofw_bus_search_compatible(dev, compat_dat
87 a10_twsi_attach(device_t dev) argument
133 a10_twsi_get_node(device_t bus, device_t dev) argument
[all...]
/freebsd-12-stable/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
721 struct mthca_dev *dev = to_mdev(ibfmr->device); local
762 struct mthca_dev *dev = to_mdev(ibfmr->device); local
807 mthca_tavor_fmr_unmap(struct mthca_dev *dev, struct mthca_fmr *fmr) argument
817 mthca_arbel_fmr_unmap(struct mthca_dev *dev, struct mthca_fmr *fmr) argument
827 mthca_init_mr_table(struct mthca_dev *dev) argument
951 mthca_cleanup_mr_table(struct mthca_dev *dev) argument
[all...]
/freebsd-12-stable/sys/sparc64/pci/
H A Dofw_pcib.c34 * from: FreeBSD: src/sys/dev/pci/pci_pci.c,v 1.3 2000/12/13
49 #include <dev/ofw/ofw_bus.h>
50 #include <dev/ofw/openfirm.h>
52 #include <dev/pci/pcireg.h>
53 #include <dev/pci/pcivar.h>
54 #include <dev/pci/pcib_private.h>
95 ofw_pcib_probe(device_t dev) argument
103 if ((pci_get_class(dev) == PCIC_BRIDGE) &&
104 (pci_get_subclass(dev) == PCIS_BRIDGE_PCI) &&
105 ofw_bus_get_node(dev) !
122 ofw_pcib_attach(device_t dev) argument
[all...]
/freebsd-12-stable/tests/sys/geom/class/mirror/
H A D8_test.sh14 dd if=/dev/zero of=$m1 bs=$ddbs count=1024 >/dev/null 2>&1
15 dd if=/dev/zero of=$m2 bs=$ddbs count=1024 >/dev/null 2>&1
20 gmirror label $name /dev/$us0 /dev/$us1 || exit 1
26 exec 9>/dev/mirror/$name
27 dd if=/dev/zero bs=$ddbs count=1 >&9 2>/dev/null
32 dd if=/dev/rando
[all...]
/freebsd-12-stable/sys/arm/ti/
H A Dti_sysc.c45 #include <dev/fdt/simplebus.h>
47 #include <dev/ofw/ofw_bus.h>
48 #include <dev/ofw/ofw_bus_subr.h>
57 device_t dev; member in struct:ti_sysc_softc
60 static int ti_sysc_probe(device_t dev);
61 static int ti_sysc_attach(device_t dev);
62 static int ti_sysc_detach(device_t dev);
65 ti_sysc_probe(device_t dev) argument
67 if (!ofw_bus_status_okay(dev))
70 if (ofw_bus_search_compatible(dev, compat_dat
81 ti_sysc_attach(device_t dev) argument
107 ti_sysc_detach(device_t dev) argument
[all...]
/freebsd-12-stable/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-12-stable/contrib/dma/
H A Dget-version.sh5 gitver=$(git describe 2>/dev/null | tr - .)
6 filever=$(cat ${file} 2>/dev/null)
/freebsd-12-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/profile-n/
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
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
/freebsd-12-stable/sys/dev/acpica/
H A Dacpi_isab.c41 #include <contrib/dev/acpica/include/acpi.h>
42 #include <contrib/dev/acpica/include/accommon.h>
44 #include <dev/acpica/acpivar.h>
58 static int acpi_isab_read_ivar(device_t dev, device_t child, int which,
91 acpi_isab_probe(device_t dev) argument
96 ACPI_ID_PROBE(device_get_parent(dev), dev, isa_ids) == NULL ||
97 devclass_get_device(isab_devclass, 0) != dev)
100 device_set_desc(dev, "ACPI Generic ISA bridge");
105 acpi_isab_attach(device_t dev) argument
119 acpi_isab_read_ivar(device_t dev, device_t child, int which, uintptr_t *result) argument
[all...]
/freebsd-12-stable/lib/libc/gen/
H A Ddevname-compat11.c36 freebsd11_devname(uint32_t dev, mode_t type) argument
39 return (devname(dev, type));
43 freebsd11_devname_r(uint32_t dev, mode_t type, char *buf, int len) argument
46 return (devname_r(dev, type, buf, len));
/freebsd-12-stable/sys/dev/etherswitch/
H A Dmiiproxy.h37 device_t mii_attach_proxy(device_t dev);
/freebsd-12-stable/sys/dev/iicbus/mux/
H A Diicmux.h52 device_t dev; /* Ourself. */ member in struct:iicmux_softc
74 int iicmux_add_child(device_t dev, device_t child, int busidx);
75 int iicmux_attach(device_t dev, device_t busdev, int numbuses);
76 int iicmux_detach(device_t dev);
/freebsd-12-stable/sys/dev/pci/
H A Dpci_private.h53 void pci_add_children(device_t dev, int domain, int busno);
57 void pci_add_resources(device_t bus, device_t dev, int force,
59 void pci_add_resources_ea(device_t bus, device_t dev, int alloc_iov);
60 struct pci_devinfo *pci_alloc_devinfo_method(device_t dev);
61 int pci_attach(device_t dev);
62 int pci_attach_common(device_t dev);
63 int pci_detach(device_t dev);
64 int pci_rescan_method(device_t dev);
65 void pci_driver_added(device_t dev, driver_t *driver);
66 int pci_ea_is_enabled(device_t dev, in
[all...]
/freebsd-12-stable/sys/dev/mc146818/
H A Dmc146818.c45 #include <dev/mc146818/mc146818reg.h>
46 #include <dev/mc146818/mc146818var.h>
54 mc146818_attach(device_t dev) argument
58 sc = device_get_softc(dev);
61 device_printf(dev, "%s: mutex not initialized\n", __func__);
82 if (((*sc->sc_mcread)(dev, MC_REGD) & MC_REGD_VRT) == 0) {
84 device_printf(dev, "%s: battery low\n", __func__);
89 (*sc->sc_mcwrite)(dev, MC_REGA, sc->sc_rega);
94 (*sc->sc_mcwrite)(dev, MC_REGB, sc->sc_regb);
97 clock_register(dev, 100000
107 mc146818_gettime(device_t dev, struct timespec *ts) argument
158 mc146818_getsecs(device_t dev, int *secp) argument
193 mc146818_settime(device_t dev, struct timespec *ts) argument
244 mc146818_def_read(device_t dev, u_int reg) argument
254 mc146818_def_write(device_t dev, u_int reg, u_int val) argument
273 mc146818_def_getcent(device_t dev) argument
282 mc146818_def_setcent(device_t dev, u_int cent) argument
[all...]
/freebsd-12-stable/sys/dev/mlx5/mlx5_fpga/
H A Dxfer.h38 #include <dev/mlx5/mlx5_fpga/trans.h>
/freebsd-12-stable/sys/dev/stg/
H A Dtmc18c30_isa.c60 #include <dev/stg/tmc18c30reg.h>
61 #include <dev/stg/tmc18c30var.h>
62 #include <dev/stg/tmc18c30.h>
65 stg_isa_probe(device_t dev) argument
67 struct stg_softc *sc = device_get_softc(dev);
72 error = stg_alloc_resource(dev);
77 if (stg_probe(dev) == 0) {
78 stg_release_resource(dev);
82 stg_release_resource(dev);
88 stg_isa_attach(device_t dev) argument
[all...]

Completed in 287 milliseconds

1234567891011>>