Home
last modified time | relevance | path

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

/illumos-gate/usr/src/common/ctf/
H A Dctf_labels.c30 extract_label_info(ctf_file_t *fp, const ctf_lblent_t **ctl, uint_t *num_labels) in extract_label_info() argument
44 *num_labels = (h->cth_objtoff - h->cth_lbloff) / sizeof (ctf_lblent_t); in extract_label_info()
57 uint_t num_labels; in ctf_label_topmost() local
59 if (extract_label_info(fp, &ctlp, &num_labels) == CTF_ERR) in ctf_label_topmost()
62 if (num_labels == 0) { in ctf_label_topmost()
67 if ((s = ctf_strraw(fp, (ctlp + num_labels - 1)->ctl_label)) == NULL) in ctf_label_topmost()
81 uint_t i, num_labels; in ctf_label_iter() local
86 if (extract_label_info(fp, &ctlp, &num_labels) == CTF_ERR) in ctf_label_iter()
89 if (num_labels == 0) in ctf_label_iter()
92 for (i = 0; i < num_labels; i++, ctlp++) { in ctf_label_iter()
/illumos-gate/usr/src/cmd/fs.d/zfs/fstyp/
H A Dfstyp.c93 int num_labels = 0; in fstyp_mod_ident() local
95 if (zpool_read_label(h->fd, &h->config, &num_labels) != 0) { in fstyp_mod_ident()
101 if (num_labels == 0) in fstyp_mod_ident()
/illumos-gate/usr/src/lib/libzutil/common/
H A Dzutil_import.c294 int order, int num_labels, nvlist_t *config) in add_config() argument
908 zpool_read_label(int fd, nvlist_t **config, int *num_labels) in zpool_read_label() argument
918 if (num_labels != NULL) in zpool_read_label()
919 *num_labels = 0; in zpool_read_label()
970 if (num_labels != NULL) in zpool_read_label()
971 *num_labels = count; in zpool_read_label()
1098 int num_labels = 0; in zpool_open_func() local
1133 error = zpool_read_label(fd, &config, &num_labels); in zpool_open_func()
1139 if (num_labels == 0) { in zpool_open_func()
1148 rn->rn_num_labels = num_labels; in zpool_open_func()
/illumos-gate/usr/src/lib/libcurses/screen/
H A Dslk_start.c150 (num_labels >= num)) { in _init_slk_func()
H A Dcaps93 num_labels, "nlab" "Nl" # of labels on screen (start at 1)
/illumos-gate/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dcaps114 num_labels nlab Nl number # of labels on screen (start at 1)
/illumos-gate/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dcaps112 num_labels nlab Nl number # of labels on screen (start at 1)