Searched refs:device (Results 1 - 25 of 54) sorted by relevance

123

/darwin-on-arm/xnu/osfmk/i386/
H A Dio_port.h76 device_t device,
79 device_t device);
/darwin-on-arm/xnu/osfmk/device/
H A Ddevice_port.h66 #include <device/device_types.h>
H A DMakefile11 device.defs
23 INSTALL_MI_DIR = device
27 EXPORT_MI_DIR = device
45 ${DEVICE_FILES}: device.defs
H A Ddevice_init.c62 * Initialize device service as part of kernel task.
79 #include <device/device_types.h>
80 #include <device/device_port.h>
94 panic("can't allocate master device port");
100 /* allocate device lock group attribute and group */
102 dev_lck_grp = lck_grp_alloc_init("device", dev_lck_grp_attr);
104 /* Allocate device lock attribute */
H A Ddevice_types.defs62 * Common definitions for device interface types.
103 import <device/device_types.h>;
/darwin-on-arm/xnu/bsd/conf/
H A DMASTER.arm28 # vol = removable volume support device
30 # zs = Serial device
108 pseudo-device iplmeas # <iplmeas>
113 pseudo-device nfsmeas # <nfsmeas>
118 pseudo-device vol # <vol>
H A DMASTER.arm6428 # vol = removable volume support device
30 # zs = Serial device
108 pseudo-device iplmeas # <iplmeas>
113 pseudo-device nfsmeas # <nfsmeas>
118 pseudo-device vol # <vol>
H A DMASTER.i38628 # vol = removable volume support device
30 # zs = Serial device
110 pseudo-device iplmeas # <iplmeas>
115 pseudo-device nfsmeas # <nfsmeas>
120 pseudo-device vol # <vol>
H A DMASTER.x86_6428 # vol = removable volume support device
30 # zs = Serial device
113 pseudo-device iplmeas # <iplmeas>
118 pseudo-device nfsmeas # <nfsmeas>
123 pseudo-device vol # <vol>
H A DMASTER110 options NORMA_DEVICE # NORMA unified device names # <norma_device>
236 pseudo-device ppp 2 # <ppp>
248 pseudo-device gif 1 # <gif>
249 pseudo-device dummy 2 # <dummy>
250 pseudo-device stf 1 # <stf>
273 pseudo-device cpus 64 # <multi64>
274 pseudo-device cpus 32 # <multi32>
275 pseudo-device cpus 16 # <multi16>
276 pseudo-device cpus 2 # <multi2>
277 pseudo-device cpu
[all...]
/darwin-on-arm/xnu/SETUP/config/
H A Dexterns.c71 struct device *dtab;
H A Dconfig.h74 * root device, etc. for system specifications
113 * Maximum number of fields for variable device fields (SQT).
123 struct device { struct
125 struct device *d_conn; /* what it is connected to */
126 const char *d_name; /* name of device (e.g. rk11) */
136 int d_flags; /* nlags for device init */
137 struct device *d_next; /* Next one in list */
143 char *d_init; /* pseudo device init routine name */
145 #define TO_NEXUS (struct device *)-1
146 #define TO_SLOT (struct device *)
[all...]
H A Dmkglue.c78 register struct device *dp, *mp;
92 if (mp != 0 && mp != (struct device *)-1 &&
112 if (mp != 0 && mp != (struct device *)-1 &&
311 register struct device *dp, *mp;
315 if (mp != 0 && mp != (struct device *)-1 &&
H A Dparser.y122 struct device cur;
123 struct device *curp = 0;
136 struct device *huhcon(const char *dev);
137 void check_nexus(struct device *dev, int num);
138 void check_slot(struct device *dev, int num);
142 struct device *dconnect(const char *dev, int num);
352 yyerror("extraneous root device specification");
370 yyerror("extraneous dump device specification");
389 yyerror("extraneous arg device specification");
707 yyerror("device require
[all...]
/darwin-on-arm/xnu/osfmk/conf/
H A DMASTER.arm25 pseudo-device com 2
26 pseudo-device vc 1
H A DMASTER.arm6425 pseudo-device com 2
26 pseudo-device vc 1
H A DMASTER.i38625 pseudo-device com 2
26 pseudo-device vc 1
H A DMASTER.x86_6424 pseudo-device com 2
25 pseudo-device vc 1
/darwin-on-arm/xnu/osfmk/profiling/
H A Dprofile-mk.h38 #include <device/device_types.h>
H A Dprofile-mk.c44 #include <device/ds_routines.h>
45 #include <device/io_req.h>
46 #include <device/buf.h>
/darwin-on-arm/xnu/osfmk/
H A DMakefile11 device \
42 device \
/darwin-on-arm/xnu/pexpert/pexpert/
H A Dprotos.h75 #include <device/device_types.h>
/darwin-on-arm/xnu/bsd/kern/
H A Dkern_symfile.c79 dev_t device; member in struct:kern_direct_file_io_ref_t
88 dev_t device = *(dev_t*) p1; local
90 return ((*bdevsw[major(device)].d_ioctl)
91 (device, theIoctl, result, S_IFBLK, p2));
117 p1 = &ref->device;
201 dev_t device; local
254 device = va.va_fsid;
257 p1 = &device;
277 device = va.va_rdev;
289 ref->device
[all...]
/darwin-on-arm/xnu/iokit/IOKit/
H A DOSMessageNotification.h43 #include <device/device_types.h>
/darwin-on-arm/xnu/osfmk/console/
H A Dvideo_console.h38 #include <device/device_types.h>

Completed in 103 milliseconds

123