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

  /src/usr.bin/aiomixer/
main.c 405 char device_path[16]; local in function:process_device_select
414 (void)snprintf(device_path, sizeof(device_path),
416 open_device(aio, device_path);
  /src/sys/arch/i386/stand/lib/
biosdisk_ll.h 102 } device_path; member in struct:biosdisk_extinfo
  /src/sys/arch/x86/include/
bootinfo.h 168 uint64_t device_path; member in struct:bi_biosgeom_entry
  /src/sys/arch/hppa/include/
pdc.h 321 struct device_path { struct
500 struct device_path bootpath; /* 0x24: boot path */
561 struct device_path dp; /* module path */
666 struct device_path ss_pri_boot; /* (see above) */
673 struct device_path ss_console;
674 struct device_path ss_alt_boot;
675 struct device_path ss_keyboard;
702 struct device_path pz_dp;
806 struct device_path *, int);
808 int pdcproc_system_map_trans_path(struct pdc_memmap *, struct device_path *);
    [all...]

Completed in 13 milliseconds