/freebsd/cddl/contrib/opensolaris/common/ctf/ |
H A D | ctf_labels.c | 32 extract_label_info(ctf_file_t *fp, const ctf_lblent_t **ctl, uint_t *num_labels) in extract_label_info() argument 46 *num_labels = (h->cth_objtoff - h->cth_lbloff) / sizeof (ctf_lblent_t); in extract_label_info() 59 uint_t num_labels; in ctf_label_topmost() local 61 if (extract_label_info(fp, &ctlp, &num_labels) == CTF_ERR) in ctf_label_topmost() 64 if (num_labels == 0) { in ctf_label_topmost() 69 if ((s = ctf_strraw(fp, (ctlp + num_labels - 1)->ctl_label)) == NULL) in ctf_label_topmost() 83 uint_t i, num_labels; in ctf_label_iter() local 88 if (extract_label_info(fp, &ctlp, &num_labels) == CTF_ERR) in ctf_label_iter() 91 if (num_labels == 0) in ctf_label_iter() 94 for (i = 0; i < num_labels; i++, ctlp++) { in ctf_label_iter()
|
/freebsd/tests/sys/cddl/zfs/tests/cli_root/zpool_import/ |
H A D | zpool_import_corrupt_001_pos.ksh | 118 typeset -i num_labels=$( $ZDB -l $DISK | $GREP pool_guid | wc -l ) 119 if [[ $num_labels -ne 1 ]]; then 121 log_fail "Expected 1 vdev label but found $num_labels"
|
/freebsd/sys/contrib/openzfs/lib/libzutil/os/freebsd/ |
H A D | zutil_import_os.c | 109 int num_labels; in zpool_open_func() local 156 if (zpool_read_label(fd, &config, &num_labels) != 0) in zpool_open_func() 158 if (num_labels == 0) { in zpool_open_func() 164 rn->rn_num_labels = num_labels; in zpool_open_func()
|
/freebsd/sys/dev/nvdimm/ |
H A D | nvdimm.c | 246 size_t index_size, num_labels; in read_labels() local 251 num_labels = 8 * (index_size - in read_labels() 253 if (index_size + num_labels * sizeof(struct nvdimm_label) >= in read_labels() 257 num_labels = (nv->label_area_size - index_size) / in read_labels() 266 index_0_valid = label_index_is_valid(indices, num_labels, index_size, in read_labels() 268 index_1_valid = label_index_is_valid(indices, num_labels, index_size, in read_labels()
|
/freebsd/contrib/ncurses/ncurses/base/ |
H A D | lib_slkrefr.c | 52 #define NumLabels num_labels 103 if (i < num_labels) { in slk_intern_refresh()
|
H A D | lib_slk.c | 59 #define NumLabels num_labels
|
H A D | lib_newterm.c | 57 #define NumLabels num_labels
|
H A D | lib_set_term.c | 67 #define NumLabels num_labels
|
/freebsd/sys/dev/qat/qat_api/common/crypto/sym/qat/ |
H A D | lac_sym_qat_key.c | 80 pKeyGenReqParams->u1.hkdf_label.num_labels = labelInfo; in LacSymQat_KeyTlsRequestPopulate() 86 pKeyGenReqParams->u1.hkdf_label.num_labels = labelInfo; in LacSymQat_KeyTlsRequestPopulate()
|
/freebsd/sys/contrib/openzfs/lib/libzutil/ |
H A D | zutil_import.c | 312 int order, int num_labels, nvlist_t *config) in add_config() argument 338 ne->ne_num_labels = num_labels; in add_config() 436 ne->ne_num_labels = num_labels; in add_config() 930 zpool_read_label_slow(int fd, nvlist_t **config, int *num_labels) in zpool_read_label_slow() argument 992 if (num_labels != NULL) in zpool_read_label_slow() 993 *num_labels = count; in zpool_read_label_slow() 1007 zpool_read_label(int fd, nvlist_t **config, int *num_labels) in zpool_read_label() argument 1010 return (zpool_read_label_slow(fd, config, num_labels)); in zpool_read_label() 1090 error = zpool_read_label_slow(fd, config, num_labels); in zpool_read_label() 1139 if (num_labels != NULL) in zpool_read_label() [all …]
|
/freebsd/sys/contrib/openzfs/lib/libzutil/os/linux/ |
H A D | zutil_import_os.c | 110 int num_labels = 0; in zpool_open_func() local 138 error = zpool_read_label(fd, &config, &num_labels); in zpool_open_func() 144 if (num_labels == 0) { in zpool_open_func() 165 rn->rn_num_labels = num_labels; in zpool_open_func()
|
/freebsd/contrib/ncurses/ncurses/tinfo/ |
H A D | tinfo_driver.c | 742 TCB->info.numlabels = VALID_NUMERIC(num_labels) ? num_labels : 0; in drv_init() 990 if (labnum > 0 && labnum <= num_labels) { in drv_hwlabel()
|
/freebsd/sys/dev/qat/qat_api/firmware/include/ |
H A D | icp_qat_fw_la.h | 1860 uint8_t num_labels; member
|
/freebsd/contrib/ncurses/ |
H A D | TO-DO | 111 for them (num_labels > 0, label_height, label_width, label_format, label_off,
|
/freebsd/contrib/ncurses/include/ |
H A D | Caps.uwin | 302 num_labels nlab num Nl - - ----- number of labels on screen
|
H A D | Caps.hpux11 | 311 num_labels nlab num Nl - - ----- number of labels on screen
|
H A D | Caps | 309 num_labels nlab num Nl - - ----- number of labels on screen
|
H A D | Caps.osf1r5 | 327 num_labels nlab num Nl - - ----- number of labels on screen
|
H A D | Caps.keys | 312 num_labels nlab num Nl - - ----- number of labels on screen
|
H A D | Caps.aix4 | 309 num_labels nlab num Nl - - ----- number of labels on screen
|