Lines Matching refs:feat

2092 	nvmeadm_features_t *feat;  in optparse_list_features()  local
2095 if ((feat = calloc(1, sizeof (nvmeadm_features_t))) == NULL) { in optparse_list_features()
2100 npa->npa_cmd_arg = feat; in optparse_list_features()
2105 feat->nf_unimpl = B_TRUE; in optparse_list_features()
2142 feat->nf_nfilts = (uint32_t)(npa->npa_argc - optind - 1); in optparse_list_features()
2143 feat->nf_filts = npa->npa_argv + optind + 1; in optparse_list_features()
2144 feat->nf_used = calloc(feat->nf_nfilts, sizeof (boolean_t)); in optparse_list_features()
2145 if (feat->nf_used == NULL) { in optparse_list_features()
2413 const nvme_feat_disc_t *disc, const nvmeadm_feature_t *feat, in do_get_feat_temp_thresh_one() argument
2433 feat->f_print(cdw0, (void *)label, 0, npa->npa_idctl, in do_get_feat_temp_thresh_one()
2448 const nvme_feat_disc_t *disc, const nvmeadm_feature_t *feat) in do_get_feat_temp_thresh() argument
2458 do_get_feat_temp_thresh_one(npa, disc, feat, in do_get_feat_temp_thresh()
2493 do_get_feat_temp_thresh_one(npa, disc, feat, in do_get_feat_temp_thresh()
2496 do_get_feat_temp_thresh_one(npa, disc, feat, in do_get_feat_temp_thresh()
2499 do_get_feat_temp_thresh_one(npa, disc, feat, in do_get_feat_temp_thresh()
2505 do_get_feat_temp_thresh_one(npa, disc, feat, in do_get_feat_temp_thresh()
2508 do_get_feat_temp_thresh_one(npa, disc, feat, in do_get_feat_temp_thresh()
2514 do_get_feat_temp_thresh_one(npa, disc, feat, in do_get_feat_temp_thresh()
2517 do_get_feat_temp_thresh_one(npa, disc, feat, in do_get_feat_temp_thresh()
2523 do_get_feat_temp_thresh_one(npa, disc, feat, in do_get_feat_temp_thresh()
2526 do_get_feat_temp_thresh_one(npa, disc, feat, in do_get_feat_temp_thresh()
2532 do_get_feat_temp_thresh_one(npa, disc, feat, in do_get_feat_temp_thresh()
2535 do_get_feat_temp_thresh_one(npa, disc, feat, in do_get_feat_temp_thresh()
2541 do_get_feat_temp_thresh_one(npa, disc, feat, in do_get_feat_temp_thresh()
2544 do_get_feat_temp_thresh_one(npa, disc, feat, in do_get_feat_temp_thresh()
2550 do_get_feat_temp_thresh_one(npa, disc, feat, in do_get_feat_temp_thresh()
2553 do_get_feat_temp_thresh_one(npa, disc, feat, in do_get_feat_temp_thresh()
2559 do_get_feat_temp_thresh_one(npa, disc, feat, in do_get_feat_temp_thresh()
2562 do_get_feat_temp_thresh_one(npa, disc, feat, in do_get_feat_temp_thresh()
2576 const nvme_feat_disc_t *disc, const nvmeadm_feature_t *feat) in do_get_feat_intr_vect() argument
2603 feat->f_print(cdw0, buf, buflen, npa->npa_idctl, in do_get_feat_intr_vect()
2619 const nvmeadm_feature_t *feat = NULL; in do_get_features_cb() local
2628 feat = &features[i]; in do_get_features_cb()
2642 if (feat != NULL && feat->f_get != NULL) { in do_get_features_cb()
2643 if (!feat->f_get(npa, disc, feat)) { in do_get_features_cb()
2666 if (feat != NULL && feat->f_print != NULL) { in do_get_features_cb()
2667 feat->f_print(cdw0, data, datalen, npa->npa_idctl, in do_get_features_cb()