Searched refs:devices (Results 1 - 25 of 45) sorted by relevance

12

/macosx-10.9.5/groff-38/groff/
H A Dtest-groff.in18 $builddir/devices/grops$SEP\
19 $builddir/devices/grodvi$SEP\
20 $builddir/devices/grotty$SEP\
21 $builddir/devices/grolj4$SEP\
22 $builddir/devices/grolbp$SEP\
23 $builddir/devices/grohtml$SEP\
24 $builddir/devices/xditview
26 XENVIRONMENT=$srcdir/src/devices/xditview/GXditview.ad
/macosx-10.9.5/OpenSSH-186/openssh/
H A Dauth2-chall.c64 KbdintDevice *devices[] = { variable
81 char *devices; member in struct:KbdintAuthctxt
93 for (i = 0; devices[i] != NULL; i++)
94 if (strcmp(devices[i]->name, devname) == 0) {
95 for (j = i; devices[j] != NULL; j++)
96 devices[j] = devices[j+1];
117 for (i = 0; devices[i]; i++) {
120 buffer_append(&b, devices[i]->name,
121 strlen(devices[
[all...]
H A Dauth-chall.c41 extern KbdintDevice *devices[];
57 device = devices[0]; /* we always use the 1st device for protocol 1 */
/macosx-10.9.5/IOFWDVComponents-207.4.1/
H A DDVFamily.c72 static device_info devices[kDVMaxDevicesActive]; variable
94 device_info *dev = &devices[refNum];
128 devices[index].fDevice = device;
132 // (UInt32)(GUID>>32), (UInt32)(GUID & 0xffffffff), devices[device].fName);
224 device_info *dev = &devices[refNum];
251 // Return total number of devices, not just the number currently connected.
270 strcpy(str, devices[deviceID].fDevice->fName);
296 device_info *dev = &devices[deviceID];
328 device_info *dev = &devices[refNum];
329 //syslog(LOG_INFO, "DVCloseDriver(0x%x), opens = %d\n", refNum, devices[refNu
[all...]
/macosx-10.9.5/IOSCSIParallelFamily-300.0.2/TestTools/SCSITargetProber/Cocoa/
H A DSCSIInitiator.h51 NSMutableArray * devices; variable
66 - ( NSArray * ) devices;
H A DSCSIInitiator.m75 - ( NSArray * ) devices { return devices; }
101 [ devices release ];
102 devices = d;
196 // Called to add a target device to the devices array.
205 count = [ devices count ];
207 // Broadcast to any listeners that we are updating the devices array.
213 device = [ devices objectAtIndex: index ];
220 [ devices replaceObjectAtIndex: index withObject: newDevice ];
227 // Broadcast to any listeners that we finished updating the devices arra
[all...]
H A DFakeSCSIInitiator.m96 [ devices addObject: device ];
110 [ devices addObject: device ];
145 [ devices addObject: device ];
/macosx-10.9.5/SmartcardCCID-55005/libusb/libusb/
H A Dusb.c95 struct usb_device *devices, *dev; local
97 /* Find all of the devices and put them into a temporary list */
98 ret = usb_os_find_devices(bus, &devices);
103 * Now walk through all of the devices we know about and compare
106 * Any devices still in the new list, are new to us.
108 dev = bus->devices;
113 ndev = devices;
118 /* Remove it from the new devices list */
119 LIST_DEL(devices, ndev);
131 LIST_DEL(bus->devices, de
[all...]
H A Dlinux.c133 * to get better performance for USB 2.0 devices.
366 int usb_os_find_devices(struct usb_bus *bus, struct usb_device **devices) argument
523 *devices = fdev;
530 struct usb_device *dev, *devices[256]; local
534 /* Create a list of devices first */
535 memset(devices, 0, sizeof(devices));
536 for (dev = bus->devices; dev; dev = dev->next)
538 devices[dev->devnum] = dev;
541 for (dev = bus->devices; de
[all...]
H A Dusbi.h64 int usb_os_find_devices(struct usb_bus *bus, struct usb_device **devices);
/macosx-10.9.5/IOKitUser-907.100.13/hid.subproj/
H A DIOHIDManager.c76 CFMutableSetRef devices; member in struct:__IOHIDManager
195 if ( manager->devices ) {
196 CFRelease(manager->devices);
197 manager->devices = NULL;
255 // matched by I/O Kit. Note that this will not catch any devices that were
309 if ( !manager->devices ) {
310 manager->devices = CFSetCreateMutable(
324 if ( manager->devices ) {
325 CFSetAddValue(manager->devices, device);
420 if (CFSetContainsValue(manager->devices, sende
[all...]
/macosx-10.9.5/cups-372.4/cups/backend/
H A Ddnssd.c19 * browse_callback() - Browse devices.
20 * browse_local_callback() - Browse local devices.
22 * compare_devices() - Compare two devices.
142 static cups_device_t *get_device(cups_array_t *devices,
185 cups_array_t *devices; /* Device array */ local
260 * Create an array to track devices...
263 devices = cupsArrayNew((cups_array_func_t)compare_devices, NULL);
280 "_fax-ipp._tcp", NULL, browse_callback, devices);
284 "_ipp._tcp", NULL, browse_callback, devices);
288 "_ipp-tls._tcp", NULL, browse_callback, devices);
872 get_device(cups_array_t *devices, const char *serviceName, const char *regtype, const char *replyDomain) argument
[all...]
/macosx-10.9.5/gnuserv-7/gnuserv/
H A Ddevices.el0 ;;; devices.el -- XEmacs device API emulation
58 CONNECTION is generally a string. (Specifically, for X devices,
60 for TTY devices, CONNECTION should be the filename of a TTY device
155 If TYPE is specified, only return devices of that type; otherwise,
156 return devices of any type. (It is possible, although unlikely,
157 that two devices of different types could have the same connection
159 (let ((devices (device-list))
161 (while (and devices (not nil))
162 (if (equal connection (device-connection (car devices)))
163 (setq retval (car devices)))
[all...]
H A Dgnuserv-compat.el39 ;; * A poor emulation of XEmacs' device handling, mapping devices to
42 ;; comes with. Other stuff that uses XEmacs devices might behave
131 ;; argument. Here we don't follow the mapping of devices to frames.
142 ;; Emulate XEmacs devices. A device is just a frame. For the most
143 ;; part we use devices.el from the Emacs-W3 distribution. In some
149 (require 'devices)
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/gpu/opencl/
H A DFilterContextOpenCL.cpp50 cl_device_id* devices; local
70 devices = reinterpret_cast<cl_device_id*>(fastMalloc(deviceBufferSize));
71 errorNumber = clGetContextInfo(localContext->m_deviceContext, CL_CONTEXT_DEVICES, deviceBufferSize, devices, 0);
75 localContext->m_commandQueue = clCreateCommandQueue(localContext->m_deviceContext, devices[0], 0, 0);
79 localContext->m_deviceId = devices[0];
80 fastFree(devices);
/macosx-10.9.5/cups-372.4/cups/test/
H A Dippdiscover.c145 * Create an array to track devices...
148 devices = cupsArrayNew((cups_array_func_t)compare_devices, NULL);
164 "_ipp._tcp", NULL, browse_callback, devices);
184 for (device = (cups_device_t *)cupsArrayFirst(devices);
186 device = (cups_device_t *)cupsArrayNext(devices))
219 * Query any devices we've found...
226 for (device = (cups_device_t *)cupsArrayFirst(devices), count = 0;
228 device = (cups_device_t *)cupsArrayNext(devices))
272 cupsArrayCount(devices));
282 for (device = (cups_device_t *)cupsArrayFirst(devices);
561 get_device(cups_array_t *devices, const char *serviceName, const char *regtype, const char *replyDomain) argument
[all...]
/macosx-10.9.5/groff-38/groff/arch/djgpp/
H A Dt-groff.bat20 set PATH=roff\troff;preproc\pic;preproc\eqn;preproc\tbl;preproc\grn;preproc\refer;preproc\soelim;devices\grotty;%PATH1%
28 set PATH=roff\troff;preproc\pic;preproc\eqn;preproc\tbl;preproc\grn;preproc\refer;preproc\soelim;devices\grops;%PATH1%
35 set PATH=roff\troff;preproc\pic;preproc\eqn;preproc\tbl;preproc\grn;preproc\refer;preproc\soelim;devices\grolj4;%PATH1%
42 set PATH=roff\troff;preproc\pic;preproc\eqn;preproc\tbl;preproc\grn;preproc\refer;preproc\soelim;devices\grodvi;%PATH1%
47 set PATH=roff\troff;preproc\pic;preproc\eqn;preproc\tbl;preproc\grn;preproc\refer;preproc\soelim;devices\grohtml;%PATH1%
52 set PATH=roff\troff;preproc\pic;preproc\eqn;preproc\tbl;preproc\grn;preproc\refer;preproc\soelim;devices\grolbp;%PATH1%
/macosx-10.9.5/xnu-2422.115.4/bsd/sys/
H A Dfsevents.h129 dev_t *devices; member in struct:fsevent_dev_filter_args
135 dev_t *devices; member in struct:fsevent_dev_filter_args
/macosx-10.9.5/tcl-102/tcl/tcl/unix/
H A Dtcl.spec19 applications, protocols, devices, and frameworks. When paired with
/macosx-10.9.5/tcl-102/tcl84/tcl/unix/
H A Dtcl.spec21 applications, protocols, devices, and frameworks. When paired with
/macosx-10.9.5/tcl-102/tk84/tk/unix/
H A Dtk.spec22 applications, protocols, devices, and frameworks. When paired with
/macosx-10.9.5/cups-372.4/cups/scheduler/
H A Dcups-deviced.c17 * main() - Scan for devices and return an IPP response.
24 * start_backend() - Run a backend to gather the available devices.
56 int count; /* Number of devices found */
84 static cups_array_t *devices; /* Array of devices */ variable
86 static int device_limit; /* Maximum number of devices */
118 * 'main()' - Scan for devices and return an IPP response.
251 * Setup the devices array...
254 devices = cupsArrayNew((cups_array_func_t)compare_devices, NULL);
291 * Collect devices
[all...]
/macosx-10.9.5/SmartCardServices-55111/src/PCSC/
H A Dhotplug_macosx.c28 devices.
98 * Pointer to a list of (currently) known hotplug reader devices (and their
109 * A callback to handle the asynchronous appearance of new devices that are
126 * A callback to handle the asynchronous disappearance of devices that are
456 * Finds USB devices currently registered in the system that match any of
605 * Finds PC Card devices currently registered in the system that match any of
785 * Scans the hotplug driver directory and looks in the system for matching devices.
794 HPDeviceList devices = NULL;
796 istat = HPDriversMatchUSBDevices(drivers, &devices);
801 istat = HPDriversMatchPCCardDevices(drivers, &devices);
[all...]
/macosx-10.9.5/WebKit2-7537.78.2/Shared/linux/SandboxProcess/
H A DSandboxEnvironmentLinux.cpp349 const char* devices[2] = { "/dev/random", "/dev/urandom" }; local
350 for (int i = 0; i < sizeof(devices) / sizeof(devices[0]); ++i) {
352 if (lstat(devices[i], &status)) {
353 fprintf(stderr, "Failed to stat device file (%s): %s\n", devices[i], strerror(errno));
360 appendDirectoryComponent(device, sandboxDirectory, devices[i]);
/macosx-10.9.5/SmartcardCCID-55005/ccid/ccid/contrib/Kobil_mIDentity_switch/
H A DKobil_mIDentity_switch.c151 for (dev = bus->devices; dev; dev = dev->next)

Completed in 192 milliseconds

12