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

<<11121314151617181920>>

/netbsd-current/sys/external/bsd/drm2/dist/drm/
H A Ddrm_file.c135 struct drm_device *dev = minor->dev; local
172 if (drm_core_check_feature(dev, DRIVER_GEM))
173 drm_gem_open(dev, file);
175 if (drm_core_check_feature(dev, DRIVER_SYNCOBJ))
180 if (dev->driver->open) {
181 ret = dev->driver->open(dev, file);
190 if (drm_core_check_feature(dev, DRIVER_SYNCOBJ))
192 if (drm_core_check_feature(dev, DRIVER_GE
214 struct drm_device *dev = file_priv->minor->dev; local
251 struct drm_device *dev; local
318 struct drm_device *dev = file_priv->minor->dev; local
355 struct drm_device *dev = minor->dev; local
428 struct drm_device *dev; local
464 drm_lastclose(struct drm_device * dev) argument
497 struct drm_device *dev = minor->dev; local
548 struct drm_device *dev = file_priv->minor->dev; local
672 drm_event_reserve_init_locked(struct drm_device *dev, struct drm_file *file_priv, struct drm_pending_event *p, struct drm_event *e) argument
714 drm_event_reserve_init(struct drm_device *dev, struct drm_file *file_priv, struct drm_pending_event *p, struct drm_event *e) argument
739 drm_event_cancel_free(struct drm_device *dev, struct drm_pending_event *p) argument
771 drm_send_event_locked(struct drm_device *dev, struct drm_pending_event *e) argument
818 drm_send_event(struct drm_device *dev, struct drm_pending_event *e) argument
845 struct drm_device *dev = minor->dev; local
[all...]
H A Ddrm_encoder.c74 int drm_encoder_register_all(struct drm_device *dev) argument
79 drm_for_each_encoder(encoder, dev) {
89 void drm_encoder_unregister_all(struct drm_device *dev) argument
93 drm_for_each_encoder(encoder, dev) {
101 * @dev: drm device
114 int drm_encoder_init(struct drm_device *dev, argument
122 if (WARN_ON(dev->mode_config.num_encoder >= 32))
125 ret = drm_mode_object_add(dev, &encoder->base, DRM_MODE_OBJECT_ENCODER);
129 encoder->dev = dev;
168 struct drm_device *dev = encoder->dev; local
192 struct drm_device *dev = encoder->dev; local
220 drm_mode_getencoder(struct drm_device *dev, void *data, struct drm_file *file_priv) argument
[all...]
/netbsd-current/crypto/external/bsd/heimdal/dist/tests/db/
H A Dadd-modify-delete.in69 ${kadmin} list '*' > /dev/null || exit 1
70 ${kadmin} list '*' | ${EGREP} '^foo$' > /dev/null || exit 1
73 ${kadmin} add -r --use-defaults foo 2>/dev/null && exit 1
77 ${kadmin} list '*' | ${EGREP} '^foo$' > /dev/null && exit 1
78 ${kadmin} list '*' | ${EGREP} '^bar$' > /dev/null || exit 1
82 ${kadmin} list '*' | ${EGREP} '^bar$' > /dev/null && exit 1
85 ${kadmin} delete bar 2> /dev/null && exit 1
91 ${EGREP} " *Principal: foo@EXAMPLE.ORG$" tempfile > /dev/null || exit 1
93 ${EGREP} " *Kvno: 1$" tempfile > /dev/null || exit 1
95 ${EGREP} " *Failed login count: 0$" tempfile > /dev/nul
[all...]
/netbsd-current/external/bsd/unbound/dist/contrib/
H A Dunbound.init52 if ! egrep -q '^/[^[:space:]]+[[:space:]]+'${rootdir}'/dev/log' /proc/mounts; then
53 [ -d ${rootdir}/dev ] || mkdir -p ${rootdir}/dev ;
54 [ -e ${rootdir}/dev/log ] || touch ${rootdir}/dev/log
55 mount --bind -n /dev/log ${rootdir}/dev/log >/dev/null 2>&1;
57 if ! egrep -q '^/[^[:space:]]+[[:space:]]+'${rootdir}'/dev/urandom' /proc/mounts; then
58 [ -d ${rootdir}/dev ] || mkdi
[all...]
H A Dunbound.init_yocto52 if ! egrep -q '^/[^[:space:]]+[[:space:]]+'${rootdir}'/dev/log' /proc/mounts; then
53 [ -d ${rootdir}/dev ] || mkdir -p ${rootdir}/dev ;
54 [ -e ${rootdir}/dev/log ] || touch ${rootdir}/dev/log
55 mount --bind -n /dev/log ${rootdir}/dev/log >/dev/null 2>&1;
57 if ! egrep -q '^/[^[:space:]]+[[:space:]]+'${rootdir}'/dev/random' /proc/mounts; then
58 [ -d ${rootdir}/dev ] || mkdi
[all...]
/netbsd-current/external/gpl2/lvm2/dist/lib/device/
H A Ddev-swap.c1 /* $NetBSD: dev-swap.c,v 1.1.1.1 2009/12/02 00:26:34 haad Exp $ */
43 int dev_is_swap(struct device *dev, uint64_t *signature) argument
49 if (!dev_get_size(dev, &size)) {
54 if (!dev_open(dev)) {
69 if (!dev_read(dev, page - SIGNATURE_SIZE,
80 if (!dev_close(dev))
92 int dev_is_swap(struct device *dev, uint64_t *signature) argument
/netbsd-current/sys/arch/cobalt/pci/
H A Dpciide_machdep.c36 #include <dev/pci/pcireg.h>
37 #include <dev/pci/pcivar.h>
38 #include <dev/pci/pciidereg.h>
39 #include <dev/pci/pciidevar.h>
42 pciide_machdep_compat_intr_establish(device_t dev, argument
52 printf("%s: %s channel interrupting at irq %d\n", device_xname(dev),
/netbsd-current/sys/arch/epoc32/epoc32/
H A Dautoconf.c62 device_register(device_t dev, void *aux) argument
65 if (device_is_a(dev, "clpslcd") ||
66 device_is_a(dev, "wmlcd")) {
68 prop_dictionary_t dict = device_properties(dev);
76 if (device_is_a(dev, "wd"))
77 booted_device = dev;
/netbsd-current/sys/arch/sgimips/sgimips/
H A Dautoconf.c52 #include <dev/pci/pcivar.h>
54 #include <dev/scsipi/scsi_all.h>
55 #include <dev/scsipi/scsipi_all.h>
56 #include <dev/scsipi/scsiconf.h>
178 device_register(device_t dev, void *aux) argument
181 device_t parent = device_parent(dev);
188 if (prop_dictionary_set_bool(device_properties(dev),
192 "for %s\n", device_xname(dev));
195 if (prop_dictionary_set_bool(device_properties(dev),
199 device_xname(dev));
[all...]
/netbsd-current/sys/arch/ibmnws/ibmnws/
H A Dconsinit.c40 #include <dev/cons.h>
44 #include <dev/isa/isareg.h>
45 #include <dev/ic/i8042reg.h>
46 #include <dev/ic/pckbcvar.h>
52 #include <dev/ic/comreg.h>
53 #include <dev/ic/comvar.h>
/netbsd-current/sys/dev/wscons/
H A Dwsdisplay_vcons_util.c40 #include <dev/cons.h>
42 #include <dev/wscons/wsdisplayvar.h>
43 #include <dev/wscons/wsconsio.h>
44 #include <dev/wsfont/wsfont.h>
45 #include <dev/rasops/rasops.h>
47 #include <dev/wscons/wsdisplay_vconsvar.h>
/netbsd-current/tests/dev/fss/
H A Dt_fss.sh32 vnd=/dev/${vnddev}
47 fssconfig -l /dev/fss0 > /dev/null || atf_skip "FSS not available"
57 dd if=/dev/zero of=./image bs=32k count=64
67 mount -o rdonly /dev/fss0 ./m2
81 umount /dev/fss0 || true
/netbsd-current/external/bsd/libfido2/dist/examples/
H A Dsetpin.c21 fido_dev_t *dev; local
26 if ((dev = fido_dev_new()) == NULL)
29 if ((r = fido_dev_open(dev, path)) != FIDO_OK)
32 if ((r = fido_dev_set_pin(dev, pin, oldpin)) != FIDO_OK)
35 if ((r = fido_dev_close(dev)) != FIDO_OK)
38 fido_dev_free(&dev);
/netbsd-current/sys/arch/alpha/alpha/
H A Ddec_3000_500.c42 #include <dev/cons.h>
48 #include <dev/tc/tcvar.h>
49 #include <dev/tc/tcdsvar.h>
53 #include <dev/tc/zs_ioasicvar.h>
55 #include <dev/scsipi/scsi_all.h>
56 #include <dev/scsipi/scsipi_all.h>
57 #include <dev/scsipi/scsiconf.h>
166 dec_3000_500_device_register(device_t dev, void *aux) argument
172 device_t parent = device_parent(dev);
193 if (scsiboot && device_is_a(dev, "tcd
[all...]
/netbsd-current/external/mpl/bind/dist/bin/tests/system/statistics/
H A Dtests.sh32 $RNDCCMD -s $_ip stats >/dev/null 2>&1 || return 1
55 grep "ADB stats" $last_stats >/dev/null || ret=1
61 grep "1 Addresses in hash table" $last_stats >/dev/null || ret=1
68 grep "Cache Statistics" $last_stats >/dev/null || ret=1
75 $DIGCMD a.example.info. @10.53.0.2 any >/dev/null 2>&1
77 grep "2 Addresses in hash table" $last_stats >/dev/null || ret=1
92 $DIGCMD +tries=2 +time=1 +recurse @10.53.0.3 foo.info. any >/dev/null 2>&1 || true
98 grep "2 recursing clients" $last_stats >/dev/null || return 1
107 grep "2 recursing clients" $last_stats >/dev/null || ret=1
114 grep "1 active fetches" $last_stats >/dev/nul
[all...]
/netbsd-current/sys/arch/luna68k/luna68k/
H A Dautoconf.c48 #include <dev/scsipi/scsi_all.h>
49 #include <dev/scsipi/scsipi_all.h>
50 #include <dev/scsipi/scsiconf.h>
79 device_register(device_t dev, void *aux) argument
91 device_is_a(dev, "le")) {
96 booted_device = dev;
103 device_is_a(dev, "spc")) {
110 booted_controller = dev;
116 (device_is_a(dev, "sd") || device_is_a(dev, "c
[all...]
/netbsd-current/sys/arch/luna68k/stand/boot/
H A Dromcons.c76 #include <dev/cons.h>
94 romcngetc(dev_t dev) argument
106 romcnputc(dev_t dev, int c) argument
/netbsd-current/sys/dev/fdt/
H A Dfdt_rtc.c37 #include <dev/fdt/fdtvar.h>
40 fdtbus_todr_attach(device_t dev, int phandle, todr_chip_handle_t tch) argument
51 device_printf(dev, "disabled\n");
/netbsd-current/sys/modules/spkr/
H A DMakefile5 .PATH: ${S}/dev/isa
11 .PATH: ${S}/dev
14 .PATH: ${S}/dev/audio
/netbsd-current/sys/rump/dev/lib/libaudio/
H A DMakefile4 .PATH: ${.CURDIR}/../../../../dev/audio
7 COMMENT=Audio support (incl. /dev/audio and /dev/mixer)
/netbsd-current/sys/arch/mac68k/dev/
H A Dmaccons.c50 #include <dev/cons.h>
51 #include <dev/wscons/wsdisplayvar.h>
52 #include <dev/wscons/wskbdvar.h>
54 #include <dev/wsfb/genfbvar.h>
57 #include <mac68k/dev/akbdvar.h>
59 #include <mac68k/dev/macfbvar.h>
109 maccngetc (dev_t dev) argument
113 return wskbd_cngetc(dev);
119 maccnputc(dev_t dev, int c) argument
128 wsdisplay_cnputc(dev,
137 maccnpollc(dev_t dev, int on) argument
[all...]
/netbsd-current/sys/dev/acpi/acpica/
H A DOsdEnvironment.c49 #include <dev/acpi/acpica.h>
50 #include <dev/acpi/acpivar.h>
51 #include <dev/acpi/acpi_osd.h>
/netbsd-current/external/bsd/libfido2/dist/src/
H A Dauthkey.c26 fido_dev_authkey_tx(fido_dev_t *dev, int *ms) argument
32 fido_log_debug("%s: dev=%p", __func__, (void *)dev);
38 if ((argv[0] = cbor_encode_pin_opt(dev)) == NULL ||
47 &f) < 0 || fido_tx(dev, CTAP_CMD_CBOR, f.ptr, f.len, ms) < 0) {
62 fido_dev_authkey_rx(fido_dev_t *dev, es256_pk_t *authkey, int *ms) argument
68 fido_log_debug("%s: dev=%p, authkey=%p, ms=%d", __func__, (void *)dev,
78 if ((msglen = fido_rx(dev, CTAP_CMD_CBOR, msg, FIDO_MAXMSG, ms)) < 0) {
92 fido_dev_authkey_wait(fido_dev_t *dev, es256_pk_ argument
104 fido_dev_authkey(fido_dev_t *dev, es256_pk_t *authkey, int *ms) argument
[all...]
/netbsd-current/external/mpl/bind/dist/bin/tests/system/smartsign/
H A Dtests.sh44 czsk6=$($KEYGEN -q -S $czsk5 -i 6h 2>/dev/null)
70 $SETTIME -A now+30s $cksk2 >/dev/null
94 echo "$pzoneout" | grep 'KSKs: 1 active, 0 stand-by, 0 revoked' >/dev/null || ret=1
95 echo "$pzoneout" | grep 'ZSKs: 1 active, 0 stand-by, 0 revoked' >/dev/null || ret=1
96 echo "$czoneout" | grep 'KSKs: 1 active, 1 stand-by, 1 revoked' >/dev/null || ret=1
97 echo "$czoneout" | grep 'ZSKs: 1 active, 2 stand-by, 0 revoked' >/dev/null || ret=1
110 echo "$pzoneout" | grep 'KSKs: 1 active, 0 stand-by, 0 revoked' >/dev/null || ret=1
111 echo "$pzoneout" | grep 'ZSKs: 1 active, 0 present, 0 revoked' >/dev/null || ret=1
112 echo "$czoneout" | grep 'KSKs: 1 active, 1 stand-by, 1 revoked' >/dev/null || ret=1
113 echo "$czoneout" | grep 'ZSKs: 1 active, 2 present, 0 revoked' >/dev/nul
[all...]
/netbsd-current/common/lib/libc/arch/arm/
H A Dfeatures.mk5 FEAT_EABI!=if ${COMPILE.c} ${COPTS} -fsyntax-only -DEABI_TEST ${TESTFILE} >/dev/null 2>/dev/null; then echo yes; else echo no; fi
6 FEAT_LDREX!=if ${COMPILE.c} ${COPTS} -fsyntax-only -DLDREX_TEST ${TESTFILE} >/dev/null 2>/dev/null; then echo yes; else echo no; fi
7 FEAT_LDRD!=if ${COMPILE.c} ${COPTS} -fsyntax-only -DLDRD_TEST ${TESTFILE} >/dev/null 2>/dev/null; then echo yes; else echo no; fi
8 FEAT_THUMB2!=if ${COMPILE.c} ${COPTS} -fsyntax-only -DTHUMB2_TEST ${TESTFILE} >/dev/null 2>/dev/null; then echo yes; else echo no; fi

Completed in 189 milliseconds

<<11121314151617181920>>