Searched refs:dev (Results 126 - 150 of 6728) sorted by relevance

1234567891011>>

/freebsd-12-stable/libexec/rc/rc.d/
H A Ddumpon29 ln -fs "${1}" /dev/dumpdev
45 dev=$(/bin/kenv -q dumpdev)
46 if [ -n "${dev}" ] ; then
47 dumpon_try "${dev}"
50 while read dev mp type more ; do
52 [ -c "${dev}" ] || continue
53 dumpon_try "${dev}" 2>/dev/null && return 0
70 rm -f /dev/dumpdev
H A Dserial53 comcontrol /dev/tty${dc}${i} dtrwait 300 drainwait $drainwait
54 stty < /dev/tty${dc}${i}.init -clocal crtscts hupcl 9600 reprint ^R
55 stty < /dev/tty${dc}${i}.lock -clocal -crtscts -hupcl 0
56 stty < /dev/cua${dc}${i}.init -clocal crtscts hupcl 9600 reprint ^R
57 stty < /dev/cua${dc}${i}.lock -clocal -crtscts -hupcl 0
69 stty < /dev/tty${dc}${i}.init reprint undef
70 stty < /dev/cua${dc}${i}.init reprint undef
72 stty < /dev/tty${dc}${i}.lock clocal
75 stty < /dev/tty${dc}${i}.lock 300
76 stty < /dev/cu
[all...]
/freebsd-12-stable/usr.bin/less/
H A Dlesspipe.sh8 exec unzip -c "$1" 2>/dev/null
11 exec uncompress -c "$1" 2>/dev/null
14 exec gzip -d -c "$1" 2>/dev/null
17 exec bzip2 -d -c "$1" 2>/dev/null
20 exec xz -d -c "$1" 2>/dev/null
23 exec lzma -d -c "$1" 2>/dev/null
26 exec zstd -d -q -c "$1" 2>/dev/null
/freebsd-12-stable/tools/tools/nanobsd/Files/root/
H A Dupdatep239 if mount | grep ${NANO_DRIVE}s2 > /dev/null ; then
46 dd if=/dev/zero of=/dev/${NANO_DRIVE}s2 bs=1m count=1 > /dev/null 2>&1
49 dd of=/dev/${NANO_DRIVE}s2 obs=64k
52 fsck_ffs -n /dev/${NANO_DRIVE}s2a
56 mount /dev/${NANO_DRIVE}s2a /mnt
/freebsd-12-stable/tools/tools/nanobsd/pcengines/Files/root/
H A Dupdatep239 if mount | grep ${NANO_DRIVE}s2 > /dev/null ; then
46 dd if=/dev/zero of=/dev/${NANO_DRIVE}s2 bs=1m count=1 > /dev/null 2>&1
49 dd of=/dev/${NANO_DRIVE}s2 obs=64k
52 fsck_ffs -n /dev/${NANO_DRIVE}s2a
56 mount /dev/${NANO_DRIVE}s2a /mnt
/freebsd-12-stable/sys/compat/linuxkpi/common/include/linux/
H A Ddevice.h59 void (*dev_release)(struct device *dev);
60 char * (*devnode)(struct device *dev, umode_t *mode);
65 int (*prepare)(struct device *dev);
67 int (*suspend)(struct device *dev);
68 int (*suspend_late)(struct device *dev);
69 int (*resume)(struct device *dev);
70 int (*resume_early)(struct device *dev);
71 int (*freeze)(struct device *dev);
72 int (*freeze_late)(struct device *dev);
73 int (*thaw)(struct device *dev);
213 dev_get_drvdata(const struct device *dev) argument
220 dev_set_drvdata(struct device *dev, void *data) argument
227 get_device(struct device *dev) argument
237 dev_name(const struct device *dev) argument
247 put_device(struct device *dev) argument
284 device_initialize(struct device *dev) argument
317 device_add(struct device *dev) argument
332 device_create_release(struct device *dev) argument
342 struct device *dev = NULL; local
384 struct device *dev; local
394 device_is_registered(struct device *dev) argument
401 device_register(struct device *dev) argument
439 device_unregister(struct device *dev) argument
457 device_del(struct device *dev) argument
525 device_create_file(struct device *dev, const struct device_attribute *attr) argument
534 device_remove_file(struct device *dev, const struct device_attribute *attr) argument
[all...]
/freebsd-12-stable/crypto/heimdal/lib/hx509/
H A Dtest_query.in48 PKCS12:$srcdir/data/test.p12 >/dev/null 2>/dev/null || exit 1
54 FILE:$srcdir/data/kdc.crt >/dev/null 2>/dev/null || exit 1
59 PKCS12:$srcdir/data/test.p12 >/dev/null 2>/dev/null || exit 1
65 PKCS12:$srcdir/data/test.p12 >/dev/null 2>/dev/null || exit 1
71 PKCS12:$srcdir/data/test.p12 >/dev/null 2>/dev/nul
[all...]
/freebsd-12-stable/sys/dev/drm/
H A Ddrm_agpsupport.c39 #include "dev/drm/drmP.h"
41 #include <dev/agp/agpreg.h>
42 #include <dev/pci/pcireg.h>
46 drm_device_find_capability(struct drm_device *dev, int cap) argument
49 return (pci_find_cap(dev->device, cap, NULL) == 0);
52 int drm_device_is_agp(struct drm_device *dev) argument
54 if (dev->driver->device_is_agp != NULL) {
60 ret = (*dev->driver->device_is_agp)(dev);
65 return (drm_device_find_capability(dev, PCIY_AG
68 drm_device_is_pcie(struct drm_device *dev) argument
73 drm_agp_info(struct drm_device * dev, struct drm_agp_info *info) argument
95 drm_agp_info_ioctl(struct drm_device *dev, void *data, struct drm_file *file_priv) argument
109 drm_agp_acquire_ioctl(struct drm_device *dev, void *data, struct drm_file *file_priv) argument
116 drm_agp_acquire(struct drm_device *dev) argument
131 drm_agp_release_ioctl(struct drm_device *dev, void *data, struct drm_file *file_priv) argument
138 drm_agp_release(struct drm_device * dev) argument
147 drm_agp_enable(struct drm_device *dev, struct drm_agp_mode mode) argument
159 drm_agp_enable_ioctl(struct drm_device *dev, void *data, struct drm_file *file_priv) argument
169 drm_agp_alloc(struct drm_device *dev, struct drm_agp_buffer *request) argument
212 drm_agp_alloc_ioctl(struct drm_device *dev, void *data, struct drm_file *file_priv) argument
229 drm_agp_lookup_entry(struct drm_device *dev, void *handle) argument
240 drm_agp_unbind(struct drm_device *dev, struct drm_agp_binding *request) argument
262 drm_agp_unbind_ioctl(struct drm_device *dev, void *data, struct drm_file *file_priv) argument
277 drm_agp_bind(struct drm_device *dev, struct drm_agp_binding *request) argument
303 drm_agp_bind_ioctl(struct drm_device *dev, void *data, struct drm_file *file_priv) argument
318 drm_agp_free(struct drm_device *dev, struct drm_agp_buffer *request) argument
348 drm_agp_free_ioctl(struct drm_device *dev, void *data, struct drm_file *file_priv) argument
[all...]
/freebsd-12-stable/sys/dev/pms/RefTisa/sallsdk/spc/
H A Dsaglobal.h34 #include <dev/pms/freebsd/driver/common/osenv.h>
35 #include <dev/pms/freebsd/driver/common/ostypes.h>
36 #include <dev/pms/freebsd/driver/common/osdebug.h>
38 #include <dev/pms/RefTisa/tisa/sassata/common/ossa.h>
40 #include <dev/pms/RefTisa/sallsdk/api/sa.h>
41 #include <dev/pms/RefTisa/sallsdk/api/saosapi.h>
43 #include <dev/pms/RefTisa/sallsdk/spc/sallist.h>
44 #include <dev/pms/RefTisa/sallsdk/spc/sadefs.h>
45 #include <dev/pms/RefTisa/sallsdk/spc/sampidefs.h>
46 #include <dev/pm
[all...]
/freebsd-12-stable/sys/dev/terasic/de4led/
H A Dterasic_de4led_fdt.c52 #include <dev/fdt/fdt_common.h>
53 #include <dev/ofw/openfirm.h>
54 #include <dev/ofw/ofw_bus.h>
55 #include <dev/ofw/ofw_bus_subr.h>
57 #include <dev/terasic/de4led/terasic_de4led.h>
64 terasic_de4led_fdt_probe(device_t dev) argument
67 if (!ofw_bus_status_okay(dev))
70 if (ofw_bus_is_compatible(dev, "sri-cambridge,de4led")) {
71 device_set_desc(dev, "Terasic DE4 8-element LED");
78 terasic_de4led_fdt_attach(device_t dev) argument
97 terasic_de4led_fdt_detach(device_t dev) argument
[all...]
/freebsd-12-stable/sys/dev/altera/sdcard/
H A Daltera_sdcard_fdt.c55 #include <dev/altera/sdcard/altera_sdcard.h>
57 #include <dev/fdt/fdt_common.h>
58 #include <dev/ofw/openfirm.h>
59 #include <dev/ofw/ofw_bus.h>
60 #include <dev/ofw/ofw_bus_subr.h>
66 altera_sdcard_fdt_probe(device_t dev) argument
69 if (!ofw_bus_status_okay(dev))
72 if (ofw_bus_is_compatible(dev, "altera,sdcard_11_2011")) {
73 device_set_desc(dev, "Altera Secure Data Card IP Core");
80 altera_sdcard_fdt_attach(device_t dev) argument
99 altera_sdcard_fdt_detach(device_t dev) argument
[all...]
/freebsd-12-stable/sys/dev/ata/chipsets/
H A Data-cypress.c49 #include <dev/pci/pcivar.h>
50 #include <dev/pci/pcireg.h>
51 #include <dev/ata/ata-all.h>
52 #include <dev/ata/ata-pci.h>
56 static int ata_cypress_chipinit(device_t dev);
57 static int ata_cypress_setmode(device_t dev, int target, int mode);
64 ata_cypress_probe(device_t dev) argument
66 struct ata_pci_controller *ctlr = device_get_softc(dev);
75 if (pci_get_devid(dev) == ATA_CYPRESS_82C693 &&
76 pci_get_function(dev)
86 ata_cypress_chipinit(device_t dev) argument
98 ata_cypress_setmode(device_t dev, int target, int mode) argument
[all...]
H A Data-netcell.c49 #include <dev/pci/pcivar.h>
50 #include <dev/pci/pcireg.h>
51 #include <dev/ata/ata-all.h>
52 #include <dev/ata/ata-pci.h>
56 static int ata_netcell_chipinit(device_t dev);
57 static int ata_netcell_ch_attach(device_t dev);
58 static int ata_netcell_setmode(device_t dev, int target, int mode);
64 ata_netcell_probe(device_t dev) argument
66 struct ata_pci_controller *ctlr = device_get_softc(dev);
68 if (pci_get_devid(dev)
77 ata_netcell_chipinit(device_t dev) argument
90 ata_netcell_ch_attach(device_t dev) argument
106 ata_netcell_setmode(device_t dev, int target, int mode) argument
[all...]
/freebsd-12-stable/sys/dev/pcf/
H A Dpcf_ebus.c77 #include <dev/ofw/ofw_bus.h>
78 #include <dev/ofw/openfirm.h>
85 #include <dev/iicbus/iiconf.h>
86 #include <dev/pcf/pcfvar.h>
121 pcf_ebus_probe(device_t dev) argument
130 if (strcmp("i2c", ofw_bus_get_name(dev)) == 0) {
131 compat = ofw_bus_get_compat(dev);
133 device_set_desc(dev, "PCF8584 I2C bus controller");
141 pcf_ebus_attach(device_t dev) argument
148 sc = DEVTOSOFTC(dev);
229 pcf_ebus_detach(device_t dev) argument
[all...]
/freebsd-12-stable/sys/dev/pci/
H A Dvga_pci.c52 #include <dev/pci/pcireg.h>
53 #include <dev/pci/pcivar.h>
71 static struct resource *vga_pci_alloc_resource(device_t dev, device_t child,
74 static int vga_pci_release_resource(device_t dev, device_t child, int type,
82 vga_pci_is_boot_display(device_t dev) argument
89 if ((pci_get_class(dev) != PCIC_DISPLAY &&
90 (pci_get_class(dev) != PCIC_OLD ||
91 pci_get_subclass(dev) != PCIS_OLD_VGA)))
94 unit = device_get_unit(dev);
115 pcib = device_get_parent(device_get_parent(dev));
146 vga_pci_reset(device_t dev) argument
165 vga_pci_map_bios(device_t dev, size_t *size) argument
277 vga_pci_unmap_bios(device_t dev, void *bios) argument
320 vga_pci_repost(device_t dev) argument
350 vga_pci_probe(device_t dev) argument
372 vga_pci_attach(device_t dev) argument
389 vga_pci_suspend(device_t dev) argument
396 vga_pci_detach(device_t dev) argument
407 vga_pci_resume(device_t dev) argument
416 vga_pci_read_ivar(device_t dev, device_t child, int which, uintptr_t *result) argument
423 vga_pci_write_ivar(device_t dev, device_t child, int which, uintptr_t value) argument
430 vga_pci_setup_intr(device_t dev, device_t child, struct resource *irq, int flags, driver_filter_t *filter, driver_intr_t *intr, void *arg, void **cookiep) argument
439 vga_pci_teardown_intr(device_t dev, device_t child, struct resource *irq, void *cookie) argument
459 vga_pci_alloc_resource(device_t dev, device_t child, int type, int *rid, rman_res_t start, rman_res_t end, rman_res_t count, u_int flags) argument
485 vga_pci_release_resource(device_t dev, device_t child, int type, int rid, struct resource *r) argument
524 vga_pci_read_config(device_t dev, device_t child, int reg, int width) argument
531 vga_pci_write_config(device_t dev, device_t child, int reg, uint32_t val, int width) argument
539 vga_pci_enable_busmaster(device_t dev, device_t child) argument
546 vga_pci_disable_busmaster(device_t dev, device_t child) argument
553 vga_pci_enable_io(device_t dev, device_t child, int space) argument
562 vga_pci_disable_io(device_t dev, device_t child, int space) argument
571 vga_pci_get_vpd_ident(device_t dev, device_t child, const char **identptr) argument
578 vga_pci_get_vpd_readonly(device_t dev, device_t child, const char *kw, const char **vptr) argument
586 vga_pci_set_powerstate(device_t dev, device_t child, int state) argument
595 vga_pci_get_powerstate(device_t dev, device_t child) argument
604 vga_pci_assign_interrupt(device_t dev, device_t child) argument
613 vga_pci_find_cap(device_t dev, device_t child, int capability, int *capreg) argument
621 vga_pci_find_next_cap(device_t dev, device_t child, int capability, int start, int *capreg) argument
629 vga_pci_find_extcap(device_t dev, device_t child, int capability, int *capreg) argument
637 vga_pci_find_next_extcap(device_t dev, device_t child, int capability, int start, int *capreg) argument
645 vga_pci_find_htcap(device_t dev, device_t child, int capability, int *capreg) argument
653 vga_pci_find_next_htcap(device_t dev, device_t child, int capability, int start, int *capreg) argument
661 vga_pci_alloc_msi(device_t dev, device_t child, int *count) argument
676 vga_pci_alloc_msix(device_t dev, device_t child, int *count) argument
691 vga_pci_remap_msix(device_t dev, device_t child, int count, const u_int *vectors) argument
703 vga_pci_release_msi(device_t dev, device_t child) argument
718 vga_pci_msi_count(device_t dev, device_t child) argument
725 vga_pci_msix_count(device_t dev, device_t child) argument
[all...]
H A Dignore_pci.c43 #include <dev/pci/pcivar.h>
45 static int ignore_pci_probe(device_t dev);
65 ignore_pci_probe(device_t dev) argument
67 switch (pci_get_devid(dev)) {
69 device_set_desc(dev, "ignored");
70 device_quiet(dev);
/freebsd-12-stable/sys/sparc64/sparc64/
H A Drtc.c51 #include <dev/ofw/ofw_bus.h>
60 #include <dev/mc146818/mc146818reg.h>
61 #include <dev/mc146818/mc146818var.h>
134 static u_int pc87317_getcent(device_t dev);
135 static void pc87317_setcent(device_t dev, u_int cent);
138 rtc_ebus_probe(device_t dev) argument
141 if (strcmp(ofw_bus_get_name(dev), "rtc") == 0) {
143 if (ofw_bus_get_compat(dev) != NULL &&
144 strcmp(ofw_bus_get_compat(dev), "bq4802") == 0)
146 device_set_desc(dev, RTC_DES
155 rtc_isa_probe(device_t dev) argument
166 rtc_attach(device_t dev) argument
238 pc87317_getcent(device_t dev) argument
249 pc87317_setcent(device_t dev, u_int cent) argument
[all...]
/freebsd-12-stable/sys/dev/iicbus/
H A Diicbb.c59 #include <dev/ofw/ofw_bus.h>
60 #include <dev/ofw/ofw_bus_subr.h>
61 #include <dev/fdt/fdt_common.h>
64 #include <dev/iicbus/iiconf.h>
65 #include <dev/iicbus/iicbus.h>
67 #include <dev/smbus/smbconf.h>
95 static int iicbb_transfer(device_t dev, struct iic_msg *msgs, uint32_t nmsgs);
138 iicbb_probe(device_t dev) argument
140 device_set_desc(dev, "I2C bit-banging driver");
146 iicbb_attach(device_t dev) argument
175 iicbb_detach(device_t dev) argument
186 iicbb_get_node(device_t bus, device_t dev) argument
195 iicbb_child_detached( device_t dev, device_t child ) argument
204 iicbb_print_child(device_t bus, device_t dev) argument
248 iicbb_waitforscl(device_t dev) argument
277 iicbb_clockin(device_t dev, int sda) argument
301 iicbb_clockout(device_t dev) argument
315 iicbb_sendbit(device_t dev, int bit) argument
343 iicbb_getack(device_t dev) argument
372 iicbb_sendbyte(device_t dev, uint8_t data) argument
388 iicbb_readbyte(device_t dev, bool last, uint8_t *data) argument
424 iicbb_callback(device_t dev, int index, caddr_t data) argument
430 iicbb_reset(device_t dev, u_char speed, u_char addr, u_char *oldaddr) argument
437 iicbb_start_impl(device_t dev, u_char slave, bool repstart) argument
491 iicbb_start(device_t dev, u_char slave, int timeout) argument
498 iicbb_repstart(device_t dev, u_char slave, int timeout) argument
504 iicbb_stop(device_t dev) argument
526 iicbb_write(device_t dev, const char *buf, int len, int *sent, int timeout) argument
549 iicbb_read(device_t dev, char *buf, int len, int *read, int last, int delay) argument
569 iicbb_transfer(device_t dev, struct iic_msg *msgs, uint32_t nmsgs) argument
[all...]
/freebsd-12-stable/contrib/ntp/scripts/build/
H A DcheckChangeLog9 dev) ;;
17 dev---)
21 dev*)
/freebsd-12-stable/gnu/usr.bin/grep/tests/
H A Doptions.sh16 echo "abababccccccd" | ${GREP} -E -e 'c{3}' > /dev/null 2>&1
23 echo "abababccccccd" | ${GREP} -G -e 'c\{3\}' > /dev/null 2>&1
30 echo "abababccccccd" | ${GREP} -F -e 'c\{3\}' > /dev/null 2>&1
/freebsd-12-stable/usr.sbin/bsdinstall/scripts/
H A Dumount41 umount $BSDINSTALL_CHROOT/dev 2>/dev/null
42 umount -F $TMP_FSTAB -a 2>/dev/null
/freebsd-12-stable/sys/dev/drm2/
H A Ddrm_fops.c40 #include <dev/drm2/drmP.h>
43 DRM_STRUCTPROC *p, struct drm_device *dev);
45 static int drm_setup(struct drm_device * dev) argument
50 if (dev->driver->firstopen) {
51 ret = dev->driver->firstopen(dev);
56 atomic_set(&dev->ioctl_count, 0);
57 atomic_set(&dev->vma_count, 0);
59 if (drm_core_check_feature(dev, DRIVER_HAVE_DMA) &&
60 !drm_core_check_feature(dev, DRIVER_MODESE
124 struct drm_device *dev = NULL; local
180 drm_open_helper(struct cdev *kdev, int flags, int fmt, DRM_STRUCTPROC *p, struct drm_device *dev) argument
290 drm_master_release(struct drm_device *dev, struct drm_file *file_priv) argument
303 struct drm_device *dev = file_priv->minor->dev; local
340 struct drm_device *dev = file_priv->minor->dev; local
502 struct drm_device *dev; local
547 struct drm_device *dev; local
561 struct drm_device *dev; local
592 struct drm_device *dev; local
[all...]
/freebsd-12-stable/sys/dev/ed/
H A Dif_ed_isa.c53 #include <dev/ed/if_edvar.h>
54 #include <dev/ed/if_edreg.h>
75 ed_isa_probe_Novell(device_t dev) argument
77 struct ed_softc *sc = device_get_softc(dev);
78 int flags = device_get_flags(dev);
81 err = ed_probe_Novell(dev, 0, flags);
99 ed_isa_probe(device_t dev) argument
101 struct ed_softc *sc = device_get_softc(dev);
102 int flags = device_get_flags(dev);
106 error = ISA_PNP_PROBE(device_get_parent(dev), de
163 ed_isa_attach(device_t dev) argument
[all...]
/freebsd-12-stable/sys/dev/sdhci/
H A Dsdhci_fdt_gpio.c41 #include <dev/gpio/gpiobusvar.h>
42 #include <dev/mmc/bridge.h>
43 #include <dev/ofw/ofw_bus.h>
44 #include <dev/ofw/ofw_bus_subr.h>
45 #include <dev/sdhci/sdhci.h>
46 #include <dev/sdhci/sdhci_fdt_gpio.h>
49 device_t dev; member in struct:sdhci_fdt_gpio
80 device_t dev; local
83 dev = gpio->dev;
176 device_t dev; local
199 sdhci_fdt_gpio_setup(device_t dev, struct sdhci_slot *slot) argument
[all...]
/freebsd-12-stable/sys/dev/ata/
H A Data-isa.c47 #include <dev/ata/ata-all.h>
62 ata_isa_probe(device_t dev) argument
69 if (ISA_PNP_PROBE(device_get_parent(dev), dev, ata_ids) == ENXIO)
74 if (!(io = bus_alloc_resource_anywhere(dev, SYS_RES_IOPORT, &rid,
79 if (bus_get_resource(dev, SYS_RES_IOPORT, ATA_CTLADDR_RID, &tmp, &tmp)) {
80 bus_set_resource(dev, SYS_RES_IOPORT, ATA_CTLADDR_RID,
86 if (!(ctlio = bus_alloc_resource_anywhere(dev, SYS_RES_IOPORT, &rid,
88 bus_release_resource(dev, SYS_RES_IOPORT, ATA_IOADDR_RID, io);
93 bus_release_resource(dev, SYS_RES_IOPOR
101 ata_isa_attach(device_t dev) argument
150 ata_isa_detach(device_t dev) argument
169 ata_isa_suspend(device_t dev) argument
180 ata_isa_resume(device_t dev) argument
[all...]

Completed in 307 milliseconds

1234567891011>>