Searched defs:labels (Results 1 - 13 of 13) sorted by relevance

/illumos-gate/usr/src/cmd/refer/
H A Dmkey1.c23 int labels = 1; variable
87 case 's': /* suppress labels, search only */
88 labels = 0;
H A Drefer0.c25 int labels = 0; variable
/illumos-gate/usr/src/lib/libtsnet/common/
H A Dtsol_sgettpent.c101 m_label_t *labels, *slp; local
104 labels = (m_label_t *)labelset;
107 slp = &labels[sc];
226 /* CIPSO entries don't support default labels */
/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddt_as.c213 uint_t *labels = NULL; local
277 if ((labels = dt_alloc(dtp, sizeof (uint_t) * dlp->dl_label)) == NULL)
283 * While doing this, we also fill in our labels[] translation table
288 labels[dip->di_label] = i;
337 labels[DIF_INSTR_LABEL(instr)]);
341 dt_free(dtp, labels);
/illumos-gate/usr/src/cmd/fs.d/
H A Dfssnapsup.c72 /* labels are truncated to this many characters when displayed */
87 * The labels parameter is a boolean that determines whether labels
89 * 0, labels are not displayed, otherwise they are. The labels parameter
94 * value of labels. This could be used for listing all active snapshots.
99 * Note that when labels are not specified, the assumption is that the
104 fssnap_show_status(char *mountpoint, char *opts, int labels, int brief) argument
203 fssnap_display_info(i, order, labels);
208 fssnap_display_info(ulong_t snapnum, int *order, int labels) argument
[all...]
/illumos-gate/usr/src/lib/libresolv2/common/nameser/
H A Dns_print.c498 u_int type, algorithm, labels, footprint; local
509 labels = *rdata++;
512 p_type(type), algorithm, labels, t));
514 if (labels > (u_int)dn_count_labels(name))
/illumos-gate/usr/src/cmd/sed/
H A Dcompile.c61 } *labels[LHSZ]; variable in typeref:struct:labhash
835 * the given subset of the script. Free the memory used by labels in b
880 lhp = &labels[h & LHMASK];
906 for (lh = labels[h & LHMASK]; lh != NULL; lh = lh->lh_next) {
916 * Warn about any unused labels. As a side effect, release the label hash
926 for (lh = labels[i]; lh != NULL; lh = next) {
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/dns-sd/
H A Ddns-sd.c207 unsigned char labels; member in struct:__anon11
517 int labels = 0, depth = 0, i, initial = 0; local
540 // 2. Count the labels
541 while (replyDomain && *replyDomain && labels < MAX_LABELS)
543 label[labels++] = replyDomain;
547 // 3. Decide if we're going to clump the last two or three labels (e.g. "apple.com", or "nicta.com.au")
548 if (labels >= 3 && replyDomain - label[labels-1] <= 3 && label[labels-1] - label[labels
575 CopyLabels(char *dst, const char *lim, const char **srcp, int labels) argument
[all...]
/illumos-gate/usr/src/uts/common/io/
H A Dbscv.c4035 bscv_get_label(char labels[][MAX_LOM2_NAME_STR], int limit, int index) argument
4038 if (labels == NULL)
4044 return (labels[index]);
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzio.c932 zio_priority_t priority, enum zio_flag flags, boolean_t labels)
937 ASSERT(!labels || offset + size <= VDEV_LABEL_START_SIZE ||
953 zio_priority_t priority, enum zio_flag flags, boolean_t labels)
958 ASSERT(!labels || offset + size <= VDEV_LABEL_START_SIZE ||
930 zio_read_phys(zio_t *pio, vdev_t *vd, uint64_t offset, uint64_t size, void *data, int checksum, zio_done_func_t *done, void *private, zio_priority_t priority, enum zio_flag flags, boolean_t labels) argument
951 zio_write_phys(zio_t *pio, vdev_t *vd, uint64_t offset, uint64_t size, void *data, int checksum, zio_done_func_t *done, void *private, zio_priority_t priority, enum zio_flag flags, boolean_t labels) argument
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/mdnsd/
H A DuDNS.c1799 LogInfo("GetZoneData_QuestionCallback: not chopping labels for %##s", zd->CurrentSOA->c);
2170 // Skip the first two labels to get to the transport protocol
3891 // labels are not all decimal numbers in the range 0-255, they handle that by crashing.
5730 int labels = CountLabels(&p->domain); local
5731 if (labels > 0)
5733 const domainname *d = SkipLeadingLabels(&p->domain, labels - 1);
H A Duds_daemon.c40 // not fully qualified) with any number of labels e.g., moon, moon.cs, moon.cs.be, etc.
3145 int labels = CountLabels(&q->qname); local
3168 // For names of the form "<one-or-more-labels>.bar.local." we always do a second unicast query in parallel.
3179 if (labels == 2 && !SameDomainName(&q->qname, &ActiveDirectoryPrimaryDomain) && !DomainInSearchList(&q->qname, mDNSfalse))
H A DmDNSEmbeddedAPI.h406 // The longest legal domain name is 256 bytes, in the form of four labels as shown below:
409 // If every character has to be represented as a four-byte escape sequence, then this makes the maximum textual form four labels
826 mDNSu8 labels; variable
2824 // in domain name labels, including unlikely characters like ascii nulls and even dots) all the mDNS APIs
2856 // Append functions to append one or more labels to an existing native format domain name:
2858 // AppendDNSNameString adds zero or more labels from a C string using conventional DNS dots-and-escaping interpretation
2860 // AppendDomainName adds zero or more labels from a native format domainname
2869 // dots separate labels, and within each label, '\.' represents a literal dot, '\\' represents a literal

Completed in 1331 milliseconds