Searched refs:dev_list (Results 1 – 5 of 5) sorted by relevance
| /openbsd-src/usr.bin/sndiod/ |
| H A D | sndiod.c | 293 for (d = dev_list; d != NULL; d = d->next) { in reopen_devs() 410 for (d = dev_list; d != NULL; d = d->next) { in mkdev() 512 for (d = dev_list; d != NULL; d = d->next) { in start_helper() 644 d = dev_list; in main() 711 if (dev_list == NULL) { in main() 723 o = mkopt("default", dev_list, pmin, pmax, rmin, rmax, in main() 733 for (d = dev_list; d != NULL; d = d->next) { in main() 768 for (d = dev_list; d != NULL; d = d->next) { in main() 818 for (d = dev_list; d != NULL; d = d->next) in main() 828 while (dev_list) in main() [all...] |
| H A D | opt.c | 314 for (d = dev_list; d != NULL; d = d->next) in opt_byname() 448 for (d = dev_list; d != NULL; d = d->next) { in opt_setdev() 475 for (d = dev_list; d != NULL; d = d->next) { in opt_ref()
|
| H A D | dev.h | 284 extern struct dev *dev_list;
|
| H A D | dev.c | 77 struct dev *dev_list = NULL; 863 for (pd = &dev_list; *pd != NULL; pd = &(*pd)->next) in dev_onmove() 1115 for (d = dev_list; d != NULL; d = d->next) { in dev_abort() 1135 for (p = &dev_list; *p != d; p = &(*p)->next) { in dev_freebufs() 81 struct dev *dev_list = NULL; global() variable
|
| /openbsd-src/sbin/bioctl/ |
| H A D | bioctl.c | 106 char *bl_arg = NULL, *dev_list = NULL; in main() local 171 dev_list = optarg; in main() 273 bio_createraid(cr_level, dev_list, key_disk); in main() 829 bio_createraid(u_int16_t level, char *dev_list, char *key_disk) in bio_createraid() argument 839 if (!dev_list) in bio_createraid() 846 no_dev = bio_parse_devlist(dev_list, dt); in bio_createraid()
|