HomeSort by: relevance | last modified time | path
    Searched defs:devices (Results 1 - 22 of 22) sorted by relevancy

  /src/sys/arch/mips/alchemy/include/
auvar.h 85 struct au_dev *devices; member in struct:au_chipdep
  /src/usr.sbin/envstat/
config_yacc.y 68 main : devices
72 devices : device label
73 | devices device
envstat.c 56 #define ENVSYS_DFLAG 0x00000001 /* list registered devices */
146 case 'D': /* list registered devices */
551 /* print sensors for all devices registered */
1370 mj_t devices; local in function:print_sensors_json
1383 memset(&devices, 0x0, sizeof(devices));
1384 mj_create(&devices, "object");
1407 mj_append_field(&devices, tmpstr, "array", &sensors_per_dev);
1714 mj_append_field(&devices, tmpstr, "array", &sensors_per_dev);
1717 mj_append_field(&envstatj, "devices", "object", &devices)
    [all...]
  /src/sys/arch/mvme68k/dev/
mainbus.c 141 struct mainbus_devices *devices; local in function:mainbus_attach
152 devices = mainbusdevs_147;
162 devices = mainbusdevs_1x7;
171 for (i = 0; devices[i].md_name != NULL; ++i) {
180 if (devices[i].md_offset == MAINBUS_VMETWO_OFFSET
191 ma.ma_name = devices[i].md_name;
194 ma.ma_offset = devices[i].md_offset + intiobase_phys;
  /src/share/examples/refuse/dmesgfs/
dmesgfs.c 61 static devices_t devices; variable in typeref:typename:devices_t
203 for (i = 0 ; i < devices.c ; i++) {
204 if (strncmp(devices.v[i].dev, s, len) == 0 &&
205 devices.v[i].devlen == len) {
207 devices.v[i].dir = 1;
222 ALLOC(devicenode_t, devices.v, devices.size, devices.c, 10, 10, "add_dev", exit(EXIT_FAILURE));
223 devices.v[devices.c].dev = strnsave(dev, len)
    [all...]
  /src/sys/external/bsd/gnu-efi/dist/apps/
route80h.c 102 } devices[] = { local in function:efi_main
110 for (i = 0; devices[i].vendor != 0; i++) {
111 rc = find_pci_device(devices[i].vendor, devices[i].device, &pciio);
  /src/sys/external/isc/libsodium/dist/src/libsodium/randombytes/sysrandom/
randombytes_sysrandom.c 164 static const char *devices[] = { local in function:randombytes_sysrandom_random_dev_open
170 const char **device = devices;
  /src/sys/dev/podulebus/
esp_podule.c 101 } devices[] = { variable in typeref:struct:__anon32a2576c0108[]
112 for (i = 0; i < __arraycount(devices); i++)
113 if (pa->pa_manufacturer == devices[i].manufacturer &&
114 pa->pa_product == devices[i].product)
128 for (i = 0; i < __arraycount(devices); i++)
129 if (pa->pa_manufacturer == devices[i].manufacturer &&
130 pa->pa_product == devices[i].product)
132 if (i == __arraycount(devices)) {
140 esc->sc_esp_glue.gl_read_reg = devices[i].read_reg;
141 esc->sc_esp_glue.gl_write_reg = devices[i].write_reg
    [all...]
  /src/sys/external/isc/libsodium/dist/src/libsodium/randombytes/salsa20/
randombytes_salsa20_random.c 213 static const char *devices[] = { local in function:randombytes_salsa20_random_random_dev_open
219 const char **device = devices;
  /src/sys/dev/ic/
aha.c 854 struct aha_devices devices; local in function:aha_init
899 /* Inquire Installed Devices (to force synchronous negotiation). */
900 devices.cmd.opcode = AHA_INQUIRE_DEVICES;
902 sizeof(devices.cmd), (u_char *)&devices.cmd,
903 sizeof(devices.reply), (u_char *)&devices.reply);
909 if (((devices.reply.lun_map[i] >> j) & 1) == 1)
bha.c 1051 * Disable the ISA-compatibility ioports on PCI bha devices,
1080 struct bha_devices devices; local in function:bha_info
1294 devices.cmd.opcode = BHA_INQUIRE_DEVICES;
1296 sizeof(devices.cmd), (u_char *)&devices.cmd,
1297 sizeof(devices.reply), (u_char *)&devices.reply);
1303 if (((devices.reply.lun_map[i] >> j) & 1) == 1)
1312 devices.cmd.opcode = BHA_INQUIRE_DEVICES_2;
1314 sizeof(devices.cmd), (u_char *)&devices.cmd
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
amdgpu_display.c 4 * Copyright 2007-8 Advanced Micro Devices, Inc.
379 uint32_t devices; local in function:amdgpu_display_print_display_setup
420 devices = amdgpu_encoder->devices & amdgpu_connector->devices;
421 if (devices) {
422 if (devices & ATOM_DEVICE_CRT1_SUPPORT)
424 if (devices & ATOM_DEVICE_CRT2_SUPPORT)
426 if (devices & ATOM_DEVICE_LCD1_SUPPORT)
428 if (devices & ATOM_DEVICE_DFP1_SUPPORT
    [all...]
amdgpu_mode.h 456 uint32_t devices; member in struct:amdgpu_encoder
537 uint32_t devices; member in struct:amdgpu_connector
  /src/sys/arch/arc/dti/
btl.c 338 * Attach all the sub-devices we can find
1067 struct bt_devices devices; local in function:bt_init
1083 /* Inquire Installed Devices (to force synchronous negotiation). */
1084 devices.cmd.opcode = BT_INQUIRE_DEVICES;
1085 bt_cmd(iobase, sc, sizeof(devices.cmd), (u_char *)&devices.cmd,
1086 sizeof(devices.reply), (u_char *)&devices.reply);
  /src/sys/external/bsd/drm2/dist/drm/radeon/
radeon_display.c 4 * Copyright 2007-8 Advanced Micro Devices, Inc.
772 uint32_t devices; local in function:radeon_print_display_setup
812 devices = radeon_encoder->devices & radeon_connector->devices;
813 if (devices) {
814 if (devices & ATOM_DEVICE_CRT1_SUPPORT)
816 if (devices & ATOM_DEVICE_CRT2_SUPPORT)
818 if (devices & ATOM_DEVICE_LCD1_SUPPORT)
820 if (devices & ATOM_DEVICE_DFP1_SUPPORT
    [all...]
radeon_combios.c 5 * Copyright 2007-8 Advanced Micro Devices, Inc.
2315 uint32_t conn_info, entry, devices; local in function:radeon_get_legacy_connector_info_from_bios
2362 devices = ATOM_DEVICE_DFP2_SUPPORT;
2364 devices = ATOM_DEVICE_DFP1_SUPPORT;
2367 (dev, devices, 0),
2368 devices);
2369 radeon_add_legacy_connector(dev, i, devices,
2378 devices = ATOM_DEVICE_CRT2_SUPPORT;
2386 devices = ATOM_DEVICE_CRT1_SUPPORT;
2396 devices,
    [all...]
radeon_atombios.c 4 * Copyright 2007-8 Advanced Micro Devices, Inc.
847 uint16_t devices)
856 (devices & ATOM_DEVICE_DFP2_SUPPORT)) {
890 uint16_t devices; member in struct:bios_connector
1018 bios_connectors[i].devices = (1 << i);
1043 if (bios_connectors[i].devices & (ATOM_DEVICE_LCD_SUPPORT)) {
1048 if (bios_connectors[j].devices & (ATOM_DEVICE_LCD_SUPPORT)) {
1054 if (((bios_connectors[i].devices & (ATOM_DEVICE_DFP_SUPPORT)) &&
1055 (bios_connectors[j].devices & (ATOM_DEVICE_CRT_SUPPORT))) ||
1056 ((bios_connectors[j].devices & (ATOM_DEVICE_DFP_SUPPORT)) &
    [all...]
radeon_mode.h 467 uint32_t devices; member in struct:radeon_encoder
548 uint32_t devices; member in struct:radeon_connector
  /src/sys/arch/shark/shark/
scr.c 507 /* number of devices */ variable in typeref:typename:int
508 static int devices = 0;
702 if (device_is_a(parent, "ofisascr") && devices == 0)
704 /* set "devices" to ensure that we respond only once */
705 devices++;
  /src/sys/external/bsd/drm2/dist/drm/i915/display/
intel_vbt_defs.h 458 * If TV is present, it'll be at devices[0].
459 * LVDS will be next, either devices[0] or [1], if present.
467 u8 devices[0]; member in struct:bdb_general_definitions
  /src/sys/external/bsd/drm2/dist/drm/i915/gvt/
cmd_parser.c 427 /* devices that support this cmd: SNB/IVB/HSW/... */
428 u16 devices; member in struct:cmd_info
3061 if (!(cmd_info[i].devices & gen_type))
3084 e->info->devices, e->info->rings);
  /src/sys/dev/wscons/
wsconsio.h 586 struct wsmux_device devices[WSMUX_MAXDEV]; member in struct:wsmux_device_list

Completed in 57 milliseconds