Searched refs:dev (Results 26 - 50 of 6038) sorted by relevance

1234567891011>>

/netbsd-6-1-5-RELEASE/sys/arch/sparc/include/
H A Dvuid_event.h3 #include <dev/sun/vuid_event.h>
H A Dapmvar.h33 #include <dev/apm/apmbios.h>
34 #include <dev/apm/apmio.h>
/netbsd-6-1-5-RELEASE/sys/arch/amiga/dev/
H A Dvuid_event.h3 #include <dev/sun/vuid_event.h>
/netbsd-6-1-5-RELEASE/sys/arch/acorn32/podulebus/
H A Dpodulebus.h3 #include <dev/podulebus/podulebus.h>
/netbsd-6-1-5-RELEASE/external/gpl2/lvm2/dist/include/
H A Dkdev_t.h20 #define MAJOR(dev) ((dev & 0xfff00) >> 8)
21 #define MINOR(dev) ((dev & 0xff) | ((dev >> 12) & 0xfff00))
/netbsd-6-1-5-RELEASE/external/gpl2/lvm2/dist/libdm/misc/
H A Dkdev_t.h20 #define MAJOR(dev) ((dev & 0xfff00) >> 8)
21 #define MINOR(dev) ((dev & 0xff) | ((dev >> 12) & 0xfff00))
/netbsd-6-1-5-RELEASE/sys/external/bsd/drm/dist/shared-core/
H A Dnv04_fb.c7 nv04_fb_init(struct drm_device *dev) argument
9 struct drm_nouveau_private *dev_priv = dev->dev_private;
21 nv04_fb_takedown(struct drm_device *dev) argument
H A Dnv04_mc.c7 nv04_mc_init(struct drm_device *dev) argument
9 struct drm_nouveau_private *dev_priv = dev->dev_private;
20 nv04_mc_takedown(struct drm_device *dev) argument
H A Dnv50_mc.c32 nv50_mc_init(struct drm_device *dev) argument
34 struct drm_nouveau_private *dev_priv = dev->dev_private;
41 void nv50_mc_takedown(struct drm_device *dev) argument
H A Dvia_map.c32 static int via_do_init_map(struct drm_device * dev, drm_via_init_t * init) argument
34 drm_via_private_t *dev_priv = dev->dev_private;
38 dev_priv->sarea = drm_getsarea(dev);
41 dev->dev_private = (void *)dev_priv;
42 via_do_cleanup_map(dev);
46 dev_priv->fb = drm_core_findmap(dev, init->fb_offset);
49 dev->dev_private = (void *)dev_priv;
50 via_do_cleanup_map(dev);
53 dev_priv->mmio = drm_core_findmap(dev, init->mmio_offset);
56 dev
75 via_do_cleanup_map(struct drm_device * dev) argument
82 via_map_init(struct drm_device *dev, void *data, struct drm_file *file_priv) argument
98 via_driver_load(struct drm_device *dev, unsigned long chipset) argument
127 via_driver_unload(struct drm_device *dev) argument
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/libpcap/dist/
H A Dchmod_bpf18 chgrp admin /dev/bpf*
19 chmod g+rw /dev/bpf*
/netbsd-6-1-5-RELEASE/external/mit/xorg/share/nls/iscii-dev/
H A DMakefile3 NLS_SUBDIR= iscii-dev
/netbsd-6-1-5-RELEASE/sys/arch/sparc/stand/common/
H A Disfloppy.c5 bootdev_isfloppy(const char *dev) argument
7 return strncmp(dev, "fd", 2) == 0 ||
8 strstr(dev, "SUNW,fdtwo") != NULL ||
9 strstr(dev, "fdthree") != NULL;
/netbsd-6-1-5-RELEASE/sys/arch/zaurus/include/
H A Dapmvar.h31 #include <dev/apm/apmbios.h>
32 #include <dev/apm/apmio.h>
/netbsd-6-1-5-RELEASE/sys/arch/hpcarm/include/
H A Dapmvar.h35 #include <dev/apm/apmbios.h>
36 #include <dev/apm/apmio.h>
/netbsd-6-1-5-RELEASE/sys/arch/hpcmips/include/
H A Dapmvar.h30 #include <dev/apm/apmbios.h>
31 #include <dev/apm/apmio.h>
/netbsd-6-1-5-RELEASE/sys/arch/hpcsh/include/
H A Dapmvar.h31 #include <dev/apm/apmbios.h>
32 #include <dev/apm/apmio.h>
/netbsd-6-1-5-RELEASE/sys/kern/
H A Dsubr_device.c40 device_class(device_t dev) argument
43 return dev->dv_class;
47 device_cfdata(device_t dev) argument
50 return dev->dv_cfdata;
54 device_cfdriver(device_t dev) argument
57 return dev->dv_cfdriver;
61 device_cfattach(device_t dev) argument
64 return dev->dv_cfattach;
68 device_unit(device_t dev) argument
71 return dev
75 device_xname(device_t dev) argument
82 device_parent(device_t dev) argument
89 device_activation(device_t dev, devact_level_t level) argument
110 device_is_active(device_t dev) argument
123 device_is_enabled(device_t dev) argument
129 device_has_power(device_t dev) argument
139 device_locator(device_t dev, u_int locnum) argument
147 device_private(device_t dev) argument
161 device_properties(device_t dev) argument
174 device_is_a(device_t dev, const char *dname) argument
[all...]
/netbsd-6-1-5-RELEASE/sys/dev/ppbus/
H A Dppbus_io.h28 * FreeBSD: src/sys/dev/ppbus/ppbio.h,v 1.1 2000/01/14 00:17:57 nsouch Exp
62 #define ppbus_outsb_epp(dev,buf,cnt) \
63 ppbus_io((dev), PPBUS_OUTSB_EPP, (buf), (cnt), 0)
65 #define ppbus_outsw_epp(dev,buf,cnt) \
66 ppbus_io((dev), PPBUS_OUTSW_EPP, (buf), (cnt), 0)
68 #define ppbus_outsl_epp(dev,buf,cnt) \
69 ppbus_io((dev), PPBUS_OUTSL_EPP, (buf), (cnt), 0)
71 #define ppbus_insb_epp(dev,buf,cnt) \
72 ppbus_io((dev), PPBUS_INSB_EPP, (buf), (cnt), 0)
74 #define ppbus_insw_epp(dev,bu
[all...]
/netbsd-6-1-5-RELEASE/sys/arch/cobalt/stand/boot/
H A Dzs.c35 #include <dev/ic/z8530reg.h>
52 zs_read(void *dev, uint8_t reg) argument
54 volatile uint8_t *zs = dev;
64 zs_write(void *dev, uint8_t reg, uint8_t val) argument
66 volatile uint8_t *zs = dev;
73 zs_write_reg(void *dev, uint8_t reg, uint8_t val) argument
76 zs_write(dev, ZS_CSR, reg);
77 zs_write(dev, ZS_CSR, val);
81 zs_reset(void *dev) argument
85 zs_write_reg(dev,
138 zs_putc(void *dev, int c) argument
150 zs_getc(void *dev) argument
163 zs_scan(void *dev) argument
[all...]
/netbsd-6-1-5-RELEASE/games/trek/
H A Dcheck_out.c58 int dev; local
60 dev = device;
63 if (!damaged(dev))
67 out(dev);
72 printf(" Using starbase %s\n", Device[dev].name);
/netbsd-6-1-5-RELEASE/sys/external/bsd/drm/dist/bsd-core/
H A Ddrm_drv.c52 static int drm_load(struct drm_device *dev);
53 static void drm_unload(struct drm_device *dev);
205 struct drm_device *dev; local
210 dev = device_get_softc(kdev);
214 dev->device = device_get_parent(kdev);
216 dev->device = kdev;
218 dev->device = kdev;
220 dev->devnode = make_dev(&drm_cdevsw,
228 dev->pci_domain = pci_get_domain(dev
275 struct drm_device *dev; local
340 struct drm_device *dev; local
424 struct drm_device *dev = device_private(self); local
456 drm_firstopen(struct drm_device *dev) argument
502 drm_lastclose(struct drm_device *dev) argument
581 drm_load(struct drm_device *dev) argument
684 drm_unload(struct drm_device *dev) argument
757 drm_version(struct drm_device *dev, void *data, struct drm_file *file_priv) argument
784 struct drm_device *dev = NULL; local
822 struct drm_device *dev; local
961 struct drm_device *dev = drm_get_device_from_kdev(kdev); local
1069 drm_getsarea(struct drm_device *dev) argument
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.c-torture/compile/
H A D980511-1.c6 static inline kdev_t to_kdev_t(int dev) argument
9 major = (dev >> 8);
10 minor = (dev & 0xff);
15 struct super_block * get_super (kdev_t dev);
16 int sys_ustat(dev_t dev, struct ustat * ubuf) argument
19 s = get_super(to_kdev_t(dev));
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.c-torture/compile/
H A D980511-1.c6 static inline kdev_t to_kdev_t(int dev) argument
9 major = (dev >> 8);
10 minor = (dev & 0xff);
15 struct super_block * get_super (kdev_t dev);
16 int sys_ustat(dev_t dev, struct ustat * ubuf) argument
19 s = get_super(to_kdev_t(dev));
/netbsd-6-1-5-RELEASE/sys/dev/filemon/
H A Dmknod-sh12 dev=/dev/filemon
14 if [ -c $dev ]; then
15 x=`'ls' -l $dev`
19 rm -f $dev
21 mknod -m 666 $dev c $major 0

Completed in 292 milliseconds

1234567891011>>