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

1234567891011>>

/macosx-10.10/groff-38/groff/src/include/
H A Ddevice.h21 extern const char *device;
/macosx-10.10/IOKitUser-1050.1.21/
H A Diokitmig.defs24 #include <device/device.defs>
/macosx-10.10/IOSCSIParallelFamily-300.0.2/TestTools/SCSITargetProber/Cocoa/
H A DFakeSCSIInitiator.m70 SCSIDevice * device = [ [ SCSIDevice alloc ] init ];
75 [ device setPhysicalInterconnect: @"SCSI Parallel Interface" ];
79 [ device setManufacturer: @"LSILogic" ];
80 [ device setModel: @"LSI,1030" ];
84 [ device setManufacturer: @"ATTO" ];
85 [ device setModel: @"ATTO,UL4D" ];
88 [ device setImage: [ NSImage imageNamed: @"pcicard" ] ];
89 [ device setRevision: @"1.52b4" ];
90 [ device setDomainIdentifier: [ NSNumber numberWithInt: domainID ] ];
91 [ device setDeviceIdentifie
[all...]
/macosx-10.10/groff-38/groff/src/libs/libgroff/
H A Ddevice.cpp22 #include "device.h"
25 const char *device = DEVICE; variable
35 device = tem;
/macosx-10.10/xnu-2782.1.97/osfmk/i386/
H A Dio_port.h76 device_t device,
79 device_t device);
/macosx-10.10/network_cmds-457/traceroute.tproj/
H A Difaddrlist.h54 char *device; member in struct:ifaddrlist
/macosx-10.10/IOKitUser-1050.1.21/hid.subproj/
H A DIOHIDUserDevice.c49 static Boolean __IOHIDUserDeviceSetupAsyncSupport(IOHIDUserDeviceRef device);
50 static IOReturn __IOHIDUserDeviceStartDevice(IOHIDUserDeviceRef device, IOOptionBits options);
134 IOHIDUserDeviceRef device = NULL; local
140 device = (IOHIDUserDeviceRef)_CFRuntimeCreateInstance(allocator, IOHIDUserDeviceGetTypeID(), size, NULL);
142 if (!device)
145 offset = device;
148 device->options = options;
150 return device;
158 IOHIDUserDeviceRef device = (IOHIDUserDeviceRef)object; local
160 if ( device
234 __IOHIDUserDeviceStartDevice(IOHIDUserDeviceRef device, IOOptionBits options) argument
269 IOHIDUserDeviceRef device = NULL; local
306 __IOHIDUserDeviceSetupAsyncSupport(IOHIDUserDeviceRef device) argument
353 IOHIDUserDeviceScheduleWithRunLoop(IOHIDUserDeviceRef device, CFRunLoopRef runLoop, CFStringRef runLoopMode) argument
383 IOHIDUserDeviceUnscheduleFromRunLoop(IOHIDUserDeviceRef device, CFRunLoopRef runLoop, CFStringRef runLoopMode) argument
396 IOHIDUserDeviceScheduleWithDispatchQueue(IOHIDUserDeviceRef device, dispatch_queue_t queue) argument
449 IOHIDUserDeviceUnscheduleFromDispatchQueue(IOHIDUserDeviceRef device, dispatch_queue_t queue) argument
470 IOHIDUserDeviceRegisterGetReportCallback(IOHIDUserDeviceRef device, IOHIDUserDeviceReportCallback callback, void * refcon) argument
479 IOHIDUserDeviceRegisterGetReportWithReturnLengthCallback(IOHIDUserDeviceRef device, IOHIDUserDeviceReportWithReturnLengthCallback callback, void * refcon) argument
489 IOHIDUserDeviceRegisterSetReportCallback(IOHIDUserDeviceRef device, IOHIDUserDeviceReportCallback callback, void * refcon) argument
504 IOHIDUserDeviceRef device = (IOHIDUserDeviceRef)info; local
573 IOHIDUserDeviceHandleReportAsyncWithTimeStamp(IOHIDUserDeviceRef device, uint64_t timestamp, uint8_t *report, CFIndex reportLength, IOHIDUserDeviceHandleReportAsyncCallback callback, void * refcon) argument
597 IOHIDUserDeviceHandleReportWithTimeStamp(IOHIDUserDeviceRef device, uint64_t timestamp, uint8_t * report, CFIndex reportLength) argument
605 IOHIDUserDeviceHandleReport(IOHIDUserDeviceRef device, uint8_t * report, CFIndex reportLength) argument
613 IOHIDUserDeviceHandleReportAsync(IOHIDUserDeviceRef device, uint8_t * report, CFIndex reportLength, IOHIDUserDeviceHandleReportAsyncCallback callback, void * refcon) argument
[all...]
H A DIOHIDDevice.c55 IOHIDDeviceRef device,
58 IOHIDDeviceRef device,
104 IOHIDDeviceRef device,
141 IOHIDDeviceRef device; member in struct:__anon2244
147 IOHIDDeviceRef device; member in struct:__anon2245
165 IOHIDDeviceRef device; member in struct:__anon2248
216 IOHIDDeviceRef device = ( IOHIDDeviceRef ) cf; local
222 regEntry = device->service;
227 description = CFStringCreateMutable(CFGetAllocator(device), 0);
237 subDescription = CFStringCreateWithFormat(CFGetAllocator(device), NUL
300 IOHIDDeviceRef device = NULL; local
322 IOHIDDeviceRef device = (IOHIDDeviceRef)object; local
376 __IOHIDDeviceNotification( IOHIDDeviceRef device, io_service_t ioservice __unused, natural_t messageType, void * messageArgument __unused) argument
418 _IOHIDDeviceGetIOCFPlugInInterface( IOHIDDeviceRef device) argument
445 IOHIDDeviceRef device = NULL; local
479 IOHIDDeviceGetService( IOHIDDeviceRef device) argument
489 IOHIDDeviceOpen( IOHIDDeviceRef device, IOOptionBits options) argument
499 IOHIDDeviceClose( IOHIDDeviceRef device, IOOptionBits options) argument
516 IOHIDDeviceConformsTo( IOHIDDeviceRef device, uint32_t usagePage, uint32_t usage) argument
573 IOHIDDeviceGetProperty( IOHIDDeviceRef device, CFStringRef key) argument
600 IOHIDDeviceSetProperty( IOHIDDeviceRef device, CFStringRef key, CFTypeRef property) argument
627 IOHIDDeviceCopyMatchingElements( IOHIDDeviceRef device, CFDictionaryRef matching, IOOptionBits options) argument
675 IOHIDDeviceScheduleWithRunLoop( IOHIDDeviceRef device, CFRunLoopRef runLoop, CFStringRef runLoopMode) argument
724 IOHIDDeviceUnscheduleFromRunLoop( IOHIDDeviceRef device, CFRunLoopRef runLoop, CFStringRef runLoopMode) argument
756 IOHIDDeviceRegisterRemovalCallback( IOHIDDeviceRef device, IOHIDCallback callback, void * context) argument
820 __IOHIDDeviceCopyMatchingInputElements(IOHIDDeviceRef device, CFArrayRef multiple) argument
889 __IOHIDDeviceRegisterMatchingInputElements( IOHIDDeviceRef device, IOHIDQueueRef queue, CFArrayRef mutlipleMatch) argument
920 IOHIDDeviceRegisterInputValueCallback( IOHIDDeviceRef device, IOHIDValueCallback callback, void * context) argument
978 IOHIDDeviceSetInputValueMatching( IOHIDDeviceRef device, CFDictionaryRef matching) argument
996 IOHIDDeviceSetInputValueMatchingMultiple( IOHIDDeviceRef device, CFArrayRef multiple) argument
1040 IOHIDDeviceSetValue( IOHIDDeviceRef device, IOHIDElementRef element, IOHIDValueRef value) argument
1058 IOHIDDeviceSetValueMultiple( IOHIDDeviceRef device, CFDictionaryRef multiple) argument
1068 IOHIDDeviceSetValueWithCallback( IOHIDDeviceRef device, IOHIDElementRef element, IOHIDValueRef value, CFTimeInterval timeout, IOHIDValueCallback callback, void * context) argument
1106 IOHIDDeviceSetValueMultipleWithCallback( IOHIDDeviceRef device, CFDictionaryRef multiple, CFTimeInterval timeout, IOHIDValueMultipleCallback callback, void * context) argument
1192 IOHIDDeviceGetValue( IOHIDDeviceRef device, IOHIDElementRef element, IOHIDValueRef * pValue) argument
1210 IOHIDDeviceCopyValueMultiple( IOHIDDeviceRef device, CFArrayRef elements, CFDictionaryRef * pMultiple) argument
1226 IOHIDDeviceGetValueWithCallback( IOHIDDeviceRef device, IOHIDElementRef element, IOHIDValueRef * pValue, CFTimeInterval timeout, IOHIDValueCallback callback, void * context) argument
1264 IOHIDDeviceCopyValueMultipleWithCallback( IOHIDDeviceRef device, CFArrayRef elements, CFDictionaryRef * pMultiple, CFTimeInterval timeout, IOHIDValueMultipleCallback callback, void * context) argument
1367 IOHIDDeviceRef device = elementInfo->device; local
1389 IOHIDDeviceRef device = (IOHIDDeviceRef)context; local
1437 IOHIDDeviceRef device = elementInfo->device; local
1515 IOHIDDeviceRef device = info->device; local
1585 IOHIDDeviceRef device = (IOHIDDeviceRef)context; local
1615 IOHIDDeviceRef device = (IOHIDDeviceRef)context; local
1659 __IOHIDDeviceRegisterInputReportCallback(IOHIDDeviceRef device, uint8_t * report, CFIndex reportLength, IOHIDReportCallback callback, IOHIDReportWithTimeStampCallback callbackWithTimeStamp, void * context) argument
1716 IOHIDDeviceRegisterInputReportCallback(IOHIDDeviceRef device, uint8_t * report, CFIndex reportLength, IOHIDReportCallback callback, void * context) argument
1728 IOHIDDeviceRegisterInputReportWithTimeStampCallback(IOHIDDeviceRef device, uint8_t * report, CFIndex reportLength, IOHIDReportWithTimeStampCallback callback, void * context) argument
1740 IOHIDDeviceSetReport( IOHIDDeviceRef device, IOHIDReportType reportType, CFIndex reportID, const uint8_t * report, CFIndex reportLength) argument
1762 IOHIDDeviceSetReportWithCallback( IOHIDDeviceRef device, IOHIDReportType reportType, CFIndex reportID, const uint8_t * report, CFIndex reportLength, CFTimeInterval timeout, IOHIDReportCallback callback, void * context) argument
1800 IOHIDDeviceGetReport( IOHIDDeviceRef device, IOHIDReportType reportType, CFIndex reportID, uint8_t * report, CFIndex * pReportLength) argument
1822 IOHIDDeviceGetReportWithCallback( IOHIDDeviceRef device, IOHIDReportType reportType, CFIndex reportID, uint8_t * report, CFIndex * pReportLength, CFTimeInterval timeout, IOHIDReportCallback callback, void * context) argument
1864 __IOHIDDeviceGetRootKey(IOHIDDeviceRef device) argument
1902 __IOHIDDeviceGetUUIDString(IOHIDDeviceRef device) argument
1918 __IOHIDDeviceGetUUIDKey(IOHIDDeviceRef device) argument
1936 __IOHIDDeviceSaveProperties(IOHIDDeviceRef device, __IOHIDPropertyContext *context) argument
1973 __IOHIDDeviceLoadProperties(IOHIDDeviceRef device) argument
2017 IOHIDDeviceRef device = (IOHIDDeviceRef)value; local
2028 IOHIDDeviceRef device = (IOHIDDeviceRef)context; local
2038 IOHIDDeviceRef device = (IOHIDDeviceRef)value; local
[all...]
H A DIOHIDDevice.h34 kernel. IOHIDDevice is used to communicate with a single HID device in
35 order to obtain or set device properties, element values, and reports.
84 @param device Reference to an IOHIDDevice.
90 IOHIDDeviceRef device)
95 @abstract Opens a HID device for communication.
97 the device, it must have succeeded in opening the device. This
99 device. To establish an exclusive link use the
101 @param device Reference to an IOHIDDevice.
102 @param options Option bits to be sent down to the device
[all...]
H A DIOHIDUserDevice.h58 @param properties CFDictionaryRef containing device properties index by keys defined in IOHIDKeys.h.
69 if you would like to ensure that callbacks are in place and scheduled prior to starting the device. This will
72 @param properties CFDictionaryRef containing device properties index by keys defined in IOHIDKeys.h.
73 @param options options to be used when allocating the device
84 @param device Reference to IOHIDUserDevice
89 void IOHIDUserDeviceScheduleWithRunLoop(IOHIDUserDeviceRef device, CFRunLoopRef runLoop, CFStringRef runLoopMode);
94 @param device Reference to IOHIDUserDevice
99 void IOHIDUserDeviceUnscheduleFromRunLoop(IOHIDUserDeviceRef device, CFRunLoopRef runLoop, CFStringRef runLoopMode);
105 @param device Reference to IOHIDUserDevice
109 void IOHIDUserDeviceScheduleWithDispatchQueue(IOHIDUserDeviceRef device, dispatch_queue_
[all...]
/macosx-10.10/libpcap-48/libpcap/
H A Dpcap-bt-linux.h40 pcap_t *bt_create(const char *device, char *ebuf, int *is_ours);
H A Dpcap-can-linux.h35 pcap_t* can_create(const char *device, char *ebuf, int *is_ours);
H A Dpcap-canusb-linux.h35 pcap_t* canusb_create(const char *device, char *ebuf, int *is_ours);
H A Dpcap-netfilter-linux.h35 pcap_t *netfilter_create(const char *device, char *ebuf, int *is_ours);
H A Dpcap-septel.h6 * card code at the same time as another type of device.
14 pcap_t *septel_create(const char *device, char *ebuf, int *is_ours);
H A Dpcap-usb-linux.h40 pcap_t *usb_create(const char *device, char *ebuf, int *is_ours);
H A Dpcap-dos.h109 extern struct device el2_dev LOCKED_VAR; /* 3Com EtherLink II */
110 extern struct device el3_dev LOCKED_VAR; /* EtherLink III */
111 extern struct device tc59_dev LOCKED_VAR; /* 3Com Vortex Card (?) */
112 extern struct device tc515_dev LOCKED_VAR;
113 extern struct device tc90x_dev LOCKED_VAR;
114 extern struct device tc90bcx_dev LOCKED_VAR;
115 extern struct device wd_dev LOCKED_VAR;
116 extern struct device ne_dev LOCKED_VAR;
117 extern struct device acct_dev LOCKED_VAR;
118 extern struct device cs89_de
142 struct device { struct
[all...]
/macosx-10.10/gnuserv-7/gnuserv/
H A Ddevices.el1 ;;; devices.el -- XEmacs device API emulation
30 ;; This is a complete implementation of all the device-* functions found in
31 ;; XEmacs 19.14. A 'device' for Emacs 19 is just a frame, from which we can
42 (defalias 'selected-device 'ignore)
43 (defalias 'device-or-frame-p 'framep)
44 (defalias 'device-console 'ignore)
45 (defalias 'device-sound-enabled-p 'ignore)
46 (defalias 'device-live-p 'frame-live-p)
48 (defalias 'frame-device 'identity)
49 (defalias 'redisplay-device 'redra
[all...]
/macosx-10.10/IOPCIFamily-239.1.2/
H A DIOPCIMessagedInterruptController.cpp108 IOPCIDevice * device = OSDynamicCast(IOPCIDevice, nub); local
109 enableDeviceMSI(device);
147 IOPCIDevice * device = OSDynamicCast(IOPCIDevice, nub); local
148 disableDeviceMSI(device);
266 IORegistryEntry * device,
279 if (!device) return false;
282 device->getProperty(gIOInterruptControllersKey));
285 device->getProperty(gIOInterruptSpecifiersKey));
324 device->setProperty(gIOInterruptControllersKey, controllers);
325 device
265 addDeviceInterruptProperties( IORegistryEntry * device, UInt32 controllerIndex, UInt32 interruptFlags, SInt32 * deviceIndex) argument
341 IOPCIDevice * device; local
509 initDevice(IOPCIDevice * device, IOPCIConfigShadow * shadow) argument
557 enableDeviceMSI(IOPCIDevice *device) argument
587 disableDeviceMSI(IOPCIDevice *device) argument
610 saveDeviceState(IOPCIDevice * device, IOPCIConfigShadow * shadow) argument
615 restoreDeviceState(IOPCIDevice * device, IOPCIConfigShadow * shadow) argument
631 allocateInterruptVectors( IOService *device, uint32_t numVectors, IORangeScalar *rangeStartOut) argument
643 deallocateDeviceInterrupts(IOService * device) argument
702 IOPCIDevice * device; local
774 IOPCIDevice * device; local
787 IOPCIDevice * device; local
[all...]
/macosx-10.10/cups-408/cups/test/
H A Dippdiscover.c184 for (device = (cups_device_t *)cupsArrayFirst(devices);
185 device;
186 device = (cups_device_t *)cupsArrayNext(devices))
187 if (!device->got_resolve)
189 if (!device->ref)
192 if ((curtime - device->resolve_time) > 10)
194 device->got_resolve = -1;
196 device->name);
203 if (!device)
226 for (device
567 *device; /* Device */ local
672 cups_device_t *device = (cups_device_t *)context; local
[all...]
/macosx-10.10/OpenSSH-189/openssh/
H A Dauth-chall.c42 static KbdintDevice *device; variable
57 device = devices[0]; /* we always use the 1st device for protocol 1 */
58 if (device == NULL)
60 if ((authctxt->kbdintctxt = device->init_ctx(authctxt)) == NULL)
62 if (device->query(authctxt->kbdintctxt, &name, &info,
64 device->free_ctx(authctxt->kbdintctxt);
87 if (device == NULL)
92 switch (device->respond(authctxt->kbdintctxt, 1, resp)) {
97 if ((device
[all...]
/macosx-10.10/pdisk-9/
H A DATA_media.h58 MEDIA open_ata_as_media(long bus, long device);
59 MEDIA open_atapi_as_media(long bus, long device);
H A DSCSI_media.h58 MEDIA open_old_scsi_as_media(long device);
59 MEDIA open_scsi_as_media(long bus, long device);
/macosx-10.10/dtrace-147/DTTk/Bin/
H A Diopattern13 # USAGE: iopattern [-v] [-d device] [-f filename] [-m mount_point]
17 # -d device # instance name to snoop (eg, dad0)
35 # DEVICE device name
78 filter=0; device=.; filename=.; mount=.; interval=1; count=-1
84 d) opt_device=1; device=$OPTARG ;;
89 USAGE: iopattern [-v] [-d device] [-f filename] [-m mount_point]
93 -d device # instance name to snoop
134 inline string DEVICE = "'$device'";
/macosx-10.10/dtrace-147/DTTk/Disk/
H A Diopattern13 # USAGE: iopattern [-v] [-d device] [-f filename] [-m mount_point]
17 # -d device # instance name to snoop (eg, dad0)
35 # DEVICE device name
78 filter=0; device=.; filename=.; mount=.; interval=1; count=-1
84 d) opt_device=1; device=$OPTARG ;;
89 USAGE: iopattern [-v] [-d device] [-f filename] [-m mount_point]
93 -d device # instance name to snoop
134 inline string DEVICE = "'$device'";

Completed in 311 milliseconds

1234567891011>>