Searched refs:devices (Results 26 - 36 of 36) sorted by relevance

12

/macosx-10.10.1/cups-408/cups/cups/
H A Ddest.c92 cups_array_t *devices; /* Devices found so far */ member in struct:_cups_dnssd_data_s
921 data.devices = cupsArrayNew3((cups_array_func_t)cups_dnssd_compare_devices, NULL, NULL, 0, NULL, (cups_afree_func_t)cups_dnssd_free_device);
1032 for (device = (_cups_dnssd_device_t *)cupsArrayFirst(data.devices),
1035 device = (_cups_dnssd_device_t *)cupsArrayNext(data.devices))
1103 cupsArrayDelete(data.devices);
2803 * 'cups_dnssd_compare_device()' - Compare two devices.
2873 if ((device = cupsArrayFind(data->devices, &key)) != NULL)
2936 cupsArrayAdd(data->devices, device);
3016 * Hide locally-registered devices...
3157 * Lookup the service in the devices arra
[all...]
/macosx-10.10.1/IOFWDVComponents-207.4.1/
H A DIsochComponentsRef263 The IDHGetDeviceList function returns an atom list of the devices that are currently active.
270 deviceList - An atom container that describes each of the devices that support this isoch component.
504 deviceID - the value of a devices kIDHDeviceIDType atom or kIDHDeviceIDEveryDevice.
/macosx-10.10.1/SmartcardCCID-55008/libusb/libusb/libusb/
H A Dlibusbi.h449 /* we traverse usbfs without knowing how many devices we are going to find.
457 struct libusb_device *devices[0]; member in struct:discovered_devs
489 /* Enumerate all the USB devices on the system, returning them in a list
490 * of discovered devices.
492 * Your implementation should enumerate all devices on the system,
523 * populated). This can now be added to the discovered devices list
534 * of USB devices connected to the system.
590 * it to the list of discovered devices, and also when the user requests
/macosx-10.10.1/vim-55/runtime/syntax/
H A Ddcl.vim70 " Filenames (devices, paths)
/macosx-10.10.1/lsof-53/lsof/
H A DCustomize383 when it can't access nodes in /dev (or /devices), subject to the
387 /dev (or /devices) that it can't access.
463 contains information about the nodes in /dev (or /devices). The
/macosx-10.10.1/tcl-105/tcl_ext/snack/snack/demos/python/
H A DtkSnack.py323 audio devices.
354 """Returns a list of available audio input devices"""
383 """Returns a list of available audio output devices."""
442 def devices(self): member in class:MixerControllerSingleton
443 """Returns a list of the available mixer devices."""
444 result = self.tk.call('snack::mixer', 'devices')
/macosx-10.10.1/tcl-105/tcl_ext/snack/snack/python/
H A DtkSnack.py323 audio devices.
354 """Returns a list of available audio input devices"""
383 """Returns a list of available audio output devices."""
442 def devices(self): member in class:MixerControllerSingleton
443 """Returns a list of the available mixer devices."""
444 result = self.tk.call('snack::mixer', 'devices')
/macosx-10.10.1/vim-55/src/
H A Dos_amiga.c1005 #include <devices/conunit.h>
/macosx-10.10.1/OpenSSL098-52/src/util/
H A Dpod2man.pl74 functions, 4 for devices, 5 for file formats, 6 for games, 7 for
624 . \" for low resolution devices (crt and lpr)
/macosx-10.10.1/vim-55/runtime/
H A Doptwin.vim1250 call append("$", "opendevice\tallow reading/writing devices")
/macosx-10.10.1/files-662.1.1/private/etc/
H A Dservices8846 slim-devices 3483/udp # Slim Devices Protocol
8847 slim-devices 3483/tcp # Slim Devices Protocol

Completed in 353 milliseconds

12