Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/nvmeadm/
H A Dnvmeadm.c2681 const char *pl_input; member
2701 pl->pl_input = optarg; in optparse_print_logpage()
2723 if (pl->pl_input == NULL) { in optparse_print_logpage()
2782 if ((fd = open(pl->pl_input, O_RDONLY)) < 0) { in do_print_logpage()
2783 err(-1, "failed to open input file %s", pl->pl_input); in do_print_logpage()
2787 err(-1, "failed to stat %s", pl->pl_input); in do_print_logpage()
2792 "of 0x%llx", pl->pl_input, st.st_size, NVMEADM_MAX_MMAP); in do_print_logpage()
2797 errx(-1, "failed to mmap %s", pl->pl_input); in do_print_logpage()