Searched refs:nll (Results 1 – 1 of 1) sorted by relevance
1595 nvmeadm_list_logs_t *nll; in optparse_list_logs() local1597 if ((nll = calloc(1, sizeof (nvmeadm_list_logs_t))) == NULL) { in optparse_list_logs()1601 npa->npa_cmd_arg = nll; in optparse_list_logs()1606 nll->nll_unimpl = B_TRUE; in optparse_list_logs()1638 if (nll->nll_unimpl) { in optparse_list_logs()1650 nll->nll_scope |= NVME_LOG_SCOPE_NVM; in optparse_list_logs()1653 nll->nll_scope |= NVME_LOG_SCOPE_NS; in optparse_list_logs()1656 nll->nll_scope |= NVME_LOG_SCOPE_CTRL; in optparse_list_logs()1670 nll->nll_nfilts = npa->npa_argc - optind - 1; in optparse_list_logs()1671 nll->nll_filts = npa->npa_argv + optind + 1; in optparse_list_logs()[all …]