Home
last modified time | relevance | path

Searched refs:mdiox (Results 1 – 1 of 1) sorted by relevance

/freebsd/sbin/mdconfig/
H A Dmdconfig.c413 struct md_ioctl mdiox; in print_options() local
420 memset(&mdiox, 0, sizeof(mdiox)); in print_options()
421 mdiox.md_version = MDIOVERSION; in print_options()
422 mdiox.md_unit = unit; in print_options()
423 mdiox.md_file = file[0] == '-' ? NULL : strdup(file); in print_options()
425 if (ioctl(md_fd, MDIOCQUERY, &mdiox) < 0) in print_options()
428 if (mdiox.md_file != NULL) in print_options()
429 free(mdiox.md_file); in print_options()
432 if (mdiox.md_options & MD_ASYNC) { in print_options()
436 if (mdiox.md_options & MD_CACHE) { in print_options()
[all …]