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

1 2

  /src/sys/arch/mips/alchemy/include/
auvar.h 85 struct au_dev *devices; member in struct:au_chipdep
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
config_yacc.y 68 main : devices
72 devices : device label
73 | devices device
  /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;
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...]
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);
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;
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...]
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;
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)
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...]
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_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...]
  /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);
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...]

Completed in 253 milliseconds

1 2