Lines Matching refs:nlistp
291 mdnamelist_t *nlistp = NULL;
476 if (print_name(&sp, cname, &nlistp, NULL, stdout,
528 /* nlistp structure for use */
530 &nlistp, ep) != 0)
547 /* nlistp structure for use */
548 if (meta_getdevs(sp, namep, &nlistp, ep)
556 if (print_devid(sp, nlistp, stdout, ep) != 0)
637 mdnamelist_t *nlistp = NULL;
640 if (meta_print_all(sp, NULL, &nlistp, stdout, options,
654 * data in nlistp is still valid.
657 (void) meta_getalldevs(sp, &nlistp, 0, ep);
659 if (nlistp != NULL) {
660 if (print_devid(sp, nlistp, stdout, ep) != 0) {