Home
last modified time | relevance | path

Searched refs:nolabel (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/ctfdiff/
H A Dctfdiff.c224 uint32_t nilabel, nolabel, i, j; in ctfdiff_labels() local
228 nilabel = nolabel = 0; in ctfdiff_labels()
232 ret = ctf_label_iter(ofp, ctfdiff_labels_count, &nolabel); in ctfdiff_labels()
236 if (nilabel != nolabel) { in ctfdiff_labels()
248 olptr = malloc(sizeof (char *) * nolabel); in ctfdiff_labels()
265 for (j = 0; j < nolabel; j++) { in ctfdiff_labels()
270 if (j == nolabel) { in ctfdiff_labels()
/illumos-gate/usr/src/cmd/fs.d/ufs/volcopy/
H A Dvolcopy.c110 static char *nolabel = ""; /* used when there is no room for label */ variable
1683 return (nolabel); in getfslabel()
1705 if (p == nolabel || p == NULL) in getvolabel()
1706 return (nolabel); in getvolabel()
/illumos-gate/usr/src/uts/common/io/
H A Dfd.c890 goto nolabel; /* no errors, but no label */ in fdgetlabel()
900 goto nolabel; /* no errors, but no label */ in fdgetlabel()
937 nolabel: in fdgetlabel()
/illumos-gate/usr/src/uts/sun/io/
H A Dfd.c5373 goto nolabel; in fdgetlabel()
5394 goto nolabel; in fdgetlabel()
5405 nolabel: in fdgetlabel()