Lines Matching defs:num_labels
312 int order, int num_labels, nvlist_t *config)
338 ne->ne_num_labels = num_labels;
436 ne->ne_num_labels = num_labels;
930 zpool_read_label_slow(int fd, nvlist_t **config, int *num_labels)
992 if (num_labels != NULL)
993 *num_labels = count;
1004 * labels found will be returned in num_labels when non-NULL.
1007 zpool_read_label(int fd, nvlist_t **config, int *num_labels)
1010 return (zpool_read_label_slow(fd, config, num_labels));
1090 error = zpool_read_label_slow(fd, config, num_labels);
1139 if (num_labels != NULL)
1140 *num_labels = count;