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

123456

/freebsd-11-stable/usr.sbin/iostat/
H A Diostat.c230 errx(1, "number of devices %d is < 0",
298 /* find out how many devices we have */
300 err(1, "can't get number of devices");
303 * Figure out how many devices we should display.
332 * Grab all the devices. We don't look to see if the list has
343 * If the user specified any devices on the command line, see if
344 * they are in the list of devices we have now.
380 cur.dinfo->devices, num_devices, matches,
537 cur.dinfo->devices,
564 * We only want to re-select devices i
[all...]
/freebsd-11-stable/sys/dev/drm2/radeon/
H A Dradeon_atombios.c865 uint16_t devices)
874 (devices & ATOM_DEVICE_DFP2_SUPPORT)) {
908 uint16_t devices; member in struct:bios_connector
1036 bios_connectors[i].devices = (1 << i);
1061 if (bios_connectors[i].devices & (ATOM_DEVICE_LCD_SUPPORT)) {
1066 if (bios_connectors[j].devices & (ATOM_DEVICE_LCD_SUPPORT)) {
1072 if (((bios_connectors[i].devices & (ATOM_DEVICE_DFP_SUPPORT)) &&
1073 (bios_connectors[j].devices & (ATOM_DEVICE_CRT_SUPPORT))) ||
1074 ((bios_connectors[j].devices & (ATOM_DEVICE_DFP_SUPPORT)) &&
1075 (bios_connectors[i].devices
863 atombios_get_connector_object_id(struct drm_device *dev, int connector_type, uint16_t devices) argument
[all...]
H A Dradeon_combios.c2385 uint32_t conn_info, entry, devices; local
2432 devices = ATOM_DEVICE_DFP2_SUPPORT;
2434 devices = ATOM_DEVICE_DFP1_SUPPORT;
2437 (dev, devices, 0),
2438 devices);
2439 radeon_add_legacy_connector(dev, i, devices,
2448 devices = ATOM_DEVICE_CRT2_SUPPORT;
2456 devices = ATOM_DEVICE_CRT1_SUPPORT;
2466 devices,
2474 devices
[all...]
H A Dradeon_display.c597 uint32_t devices; local
637 devices = radeon_encoder->devices & radeon_connector->devices;
638 if (devices) {
639 if (devices & ATOM_DEVICE_CRT1_SUPPORT)
641 if (devices & ATOM_DEVICE_CRT2_SUPPORT)
643 if (devices & ATOM_DEVICE_LCD1_SUPPORT)
645 if (devices & ATOM_DEVICE_DFP1_SUPPORT)
647 if (devices
[all...]
/freebsd-11-stable/lib/libdevstat/
H A Ddevstat.c178 * Find out how many devices we have in the system.
184 "%s: error getting number of devices\n"
324 * Get the current list of devices and statistics, and the current
359 * Get the number of devices. If it's negative, it's an
368 * generation number, as well as all the devices.
385 * Request all of the devices. We only really allow for one
389 * If devices are being added to the system that quickly, maybe
390 * the user can just wait until all devices are added.
402 * more devices now, so we need to allocate more
458 * devices i
550 devstat_selectdevs(struct device_selection **dev_select, int *num_selected, int *num_selections, long *select_generation, long current_generation, struct devstat *devices, int numdevs, struct devstat_match *matches, int num_matches, char **dev_selections, int num_dev_selections, devstat_select_mode select_mode, int maxshowdevs, int perf_select) argument
[all...]
/freebsd-11-stable/contrib/groff/src/utils/xtotroff/
H A DMakefile.in27 driverdir=$(top_srcdir)/src/devices/xditview
/freebsd-11-stable/usr.sbin/bsdinstall/scripts/
H A Dnetconfig50 INTERFACES="$INTERFACES $(sysctl -in net.wlan.devices)"
52 for IF in $(sysctl -in net.wlan.devices); do
/freebsd-11-stable/sys/dev/usb/controller/
H A Dsaf1761_otg_boot.c86 sc->sc_bus.devices = sc->sc_devices;
H A Dusb_controller.c209 /* Let the USB explore process detach all devices. */
370 udev = bus->devices[USB_ROOT_HUB_ADDR];
433 udev = bus->devices[USB_ROOT_HUB_ADDR];
470 udev = bus->devices[USB_ROOT_HUB_ADDR];
481 * shutdown and all connected USB devices will be disconnected
482 * subsequently. At resume all USB devices will be
527 udev = bus->devices[USB_ROOT_HUB_ADDR];
610 udev = bus->devices[USB_ROOT_HUB_ADDR];
645 * This function is used to cleanup leftover USB character devices.
772 if ((bus->devices[USB_ROOT_HUB_ADD
[all...]
H A Duss820dci_atmelarm.c108 sc->sc_bus.devices = sc->sc_devices;
/freebsd-11-stable/contrib/groff/
H A DMakefile.in87 # `XPROGDIRS' is either `src/devices/xditview src/utils/xtotroff' or empty.
514 src/devices/grops \
515 src/devices/grotty \
516 src/devices/grodvi \
517 src/devices/grolj4 \
518 src/devices/grohtml \
519 src/devices/grolbp \
/freebsd-11-stable/sys/cam/
H A Dcam_queue.h80 struct cam_devq *cam_devq_alloc(int devices, int openings);
82 int cam_devq_init(struct cam_devq *devq, int devices,
94 u_int32_t cam_ccbq_resize(struct cam_ccbq *ccbq, int devices);
/freebsd-11-stable/libexec/rpc.rstatd/
H A Drstat_proc.c307 syslog(LOG_ERR, "rstatd: can't get number of devices: %s",
326 if (((stats.dinfo->devices[i].device_type
328 && ((stats.dinfo->devices[i].device_type
351 syslog(LOG_ERR, "rstatd: can't get number of devices: %s",
371 if (((stats.dinfo->devices[i].device_type
373 && ((stats.dinfo->devices[i].device_type
378 stats.dinfo->devices[i].operations[k];
/freebsd-11-stable/contrib/groff/contrib/pdfmark/
H A DMakefile.sub44 $(top_builddir)/src/devices/grops
/freebsd-11-stable/contrib/dtc/Documentation/
H A Ddtc-paper.tex68 describes all of the system's hardware devices and how they're
74 The device tree consists of nodes representing devices or
97 only have virtual IO devices, which makes it quite simple to work
256 generally need not include devices that the kernel can probe itself.
260 described to find the subsidiary devices. The device tree can include
261 nodes for devices where the kernel needs extra information, though:
262 for example, for ISA devices on a subsidiary PCI/ISA bridge, or for
263 devices with unusual interrupt routing.
267 \cite{IEEE1275-pci} describe how to represent PCI devices). The
269 bindings for many modern buses and devices
[all...]
/freebsd-11-stable/share/examples/drivers/
H A Dmake_device_driver.sh300 * the parent bus so that it looks as if the devices were detected by
303 * For NON-PNP "dumb" devices:
304 * Add entries into the bus's list of likely devices, so that
311 * For NON-PNP "Smart" devices:
316 * For PNP devices:
322 * function can be removed. All devices mentioned in the hints
407 * If we had a list of devices that we could handle really well,
592 * See if this card is specifically mentioned in our list of known devices.
593 * Theoretically we might also put in a weak bid for some devices that
714 * devices
[all...]
/freebsd-11-stable/contrib/groff/doc/
H A DMakefile.sub39 $(top_builddir)/src/devices/grops \
40 $(top_builddir)/src/devices/grohtml
/freebsd-11-stable/sys/powerpc/ps3/
H A Dehci_ps3.c101 sc->sc_bus.devices = sc->sc_devices;
H A Dohci_ps3.c86 sc->sc_bus.devices = sc->sc_devices;
/freebsd-11-stable/contrib/ofed/libcxgb4/
H A Ddev.c79 static TAILQ_HEAD(,c4iw_dev) devices = TAILQ_HEAD_INITIALIZER(devices);
380 TAILQ_FOREACH(dev, &devices, list) {
530 TAILQ_INSERT_TAIL(&devices, dev, list);
/freebsd-11-stable/sys/dev/cx/
H A Dif_cx.c425 device_t *devices; local
433 devclass_get_devices (my_devclass, &devices, &devcount);
436 /* We should find all devices by our self. We could alter other
437 * devices, but we don't have a choise
470 if (bus_get_resource (devices[k], SYS_RES_IOPORT, 0,
477 if (!cx_is_free_res (devices[k], 0, SYS_RES_IOPORT,
483 device_set_desc_copy (devices[k], "Cronyx Sigma");
489 device_get_parent (devices[k]),
490 devices [k]); local
491 devices[
520 devices [k]); local
[all...]
/freebsd-11-stable/sys/dev/ctau/
H A Dif_ct.c337 device_t *devices; local
345 devclass_get_devices (my_devclass, &devices, &devcount);
348 /* We should find all devices by our self. We could alter other
349 * devices, but we don't have a choise
381 if (bus_get_resource (devices[k], SYS_RES_IOPORT, 0,
389 if (!ct_is_free_res (devices[k], 0, SYS_RES_IOPORT,
396 device_set_desc_copy (devices[k], "Cronyx Tau-ISA");
401 device_get_parent (devices[k]),
402 devices [k]); local
403 devices[
431 devices [k]); local
[all...]
/freebsd-11-stable/contrib/groff/contrib/mom/
H A DMakefile.sub27 $(top_builddir)/src/devices/grops
/freebsd-11-stable/sys/dev/ata/
H A Data-sata.c360 ch->devices |= (ATA_ATA_MASTER << port);
363 ch->devices |= (ATA_ATAPI_MASTER << port);
/freebsd-11-stable/usr.sbin/ppp/
H A Dphysical.c124 } devices[] = { variable in typeref:struct:__anon14108
137 /* Ditto for ATM devices */
145 #define NDEVICES (sizeof devices / sizeof devices[0])
639 p->handler = (*devices[h].iov2device)(type, p, iov, niov, maxiov,
666 if (devices[n].DeviceSize) {
667 sz = (*devices[n].DeviceSize)();
1018 p->handler = (*devices[h].create)(p);
1043 if ((p->handler = (*devices[h].create)(p)) == NULL && wasfd != p->fd)

Completed in 443 milliseconds

123456