Home
last modified time | relevance | path

Searched refs:label (Results 101 – 125 of 623) sorted by relevance

12345678910>>...25

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/rdist/
H A Dgram.y26 static void append(char *label, struct namelist *files, char *stamp,
356 insert(label, files, hosts, subcmds) in insert() argument
357 char *label; in insert()
398 nc->c_label = label;
417 append(label, files, stamp, subcmds) in append() argument
418 char *label; in append()
430 c->c_label = label;
/illumos-gate/usr/src/cmd/lp/cmd/lpadmin/
H A Ddo_pwheel.c48 *label;
73 if (label) in do_pwheel()
74 (void) printf(gettext("Print wheel %s: "), label); in do_pwheel()
/illumos-gate/usr/src/common/atomic/sparcv9/
H A Datomic.S78 label##0: ; \
79 brz,pn tmp1, label##1 ; \
84 label##1:
97 brnz,pt ncpu, label##0 ; \
101 label##0: ; \
103 blu,pt %xcc, label##1 ; \
107 label##1:
117 #define DELAY_SPIN(label, tmp1, tmp2) \ argument
118 label##0:
147 blu,a,pt %xcc, label##_1 ; \
[all …]
/illumos-gate/usr/src/uts/common/io/
H A Dfd.c771 struct dk_label *label; in fdgetlabel() local
821 (caddr_t)label, in fdgetlabel()
826 (caddr_t)label, in fdgetlabel()
830 FDREAD, 0, 0, 1, (caddr_t)label, in fdgetlabel()
887 if (label->dkl_magic != DKL_MAGIC || in fdgetlabel()
888 label->dkl_vtoc.v_sanity != VTOC_SANE) { in fdgetlabel()
894 sp = (short *)label; in fdgetlabel()
906 fjp->fj_chars->fdc_ncyl = label->dkl_pcyl; in fdgetlabel()
920 bcopy(label->dkl_vtoc.v_asciilabel, in fdgetlabel()
952 kmem_free(label, sizeof (struct dk_label)); in fdgetlabel()
[all …]
/illumos-gate/usr/src/cmd/tsol/tnctl/
H A Dtnzonecfg30 # It is used to label the zone when zone is booted.
31 # The label can be either hex label or symbolic ones defined by
45 # entry must have a label and match flag, neither is configurable by the user.
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/bltins/
H A Dulimit.c79 int label, unit, nosupport; in b_ulimit() local
122 label = (hit&(hit-1)); in b_ulimit()
123 if(error_info.errors || (limit && label) || argc>opt_info.index+1) in b_ulimit()
191 if(label) in b_ulimit()
/illumos-gate/usr/src/lib/libtsol/common/
H A Dhextob.c56 htobsl(const char *s, m_label_t *label) in htobsl() argument
64 *label = *l; in htobsl()
/illumos-gate/usr/src/tools/ndrgen/
H A Dndr_lex.c419 p->s_node.label = IDENTIFIER; in sym_enter()
441 p->s_node.label = INTEGER; in int_enter()
501 n_cons(int label, ...) in n_cons() argument
508 va_start(ap, label); in n_cons()
509 np->label = label; in n_cons()
H A Dndr_anal.c63 static ndr_node_t *find_advice(ndr_node_t *advice_list, int label);
551 if (np->label == IDENTIFIER) { in analyze_member()
555 if (np->label == LP) in analyze_member()
586 proto_ti.type_op = np->label; in analyze_member()
589 switch (np->label) { in analyze_member()
803 ti->type_op = construct->label; in seed_construct_types()
1012 find_advice(ndr_node_t *advice_list, int label) in find_advice() argument
1017 if (np->label == label) in find_advice()
1029 if (np->label == IDENTIFIER) in member_fixup()
/illumos-gate/usr/src/lib/libc/port/locale/
H A Dstrftime.c104 label: in _fmt()
159 goto label; in _fmt()
173 goto label; in _fmt()
460 goto label; in _fmt()
465 goto label; in _fmt()
470 goto label; in _fmt()
/illumos-gate/usr/src/cmd/ctfmerge/
H A Dctfmerge.c318 char *tmpfile = NULL, *label = NULL; in main() local
354 label = optarg; in main()
357 label = getenv(optarg); in main()
433 if (label != NULL) { in main()
434 if ((err = ctf_merge_label(cmh, label)) != 0) in main()
435 ctfmerge_fatal("failed to add label %s: %s\n", label, in main()
/illumos-gate/usr/src/tools/smatch/src/
H A Dparse.dtd5 …e|pointer|function|array|struct|union|enum|typedef|typeof|member|bitfield|label|restrict|fouled|ke…
16 …|string|float|double|long double|incomplete type|abstract int|abstract fp|label type|bad type) #IM…
44 label (0|1) #IMPLIED attribute
/illumos-gate/usr/src/uts/common/io/sfxge/common/
H A Def10_rx.c43 __in uint32_t label, in efx_mcdi_init_rxq() argument
71 MCDI_IN_SET_DWORD(req, INIT_RXQ_IN_LABEL, label); in efx_mcdi_init_rxq()
737 __in unsigned int label, in ef10_rx_qcreate() argument
752 EFSYS_ASSERT3U(label, <, EFX_EV_RX_NLABELS); in ef10_rx_qcreate()
775 if ((rc = efx_mcdi_init_rxq(enp, n, eep->ee_index, label, index, in ef10_rx_qcreate()
780 erp->er_label = label; in ef10_rx_qcreate()
782 ef10_ev_rxlabel_init(eep, erp, label); in ef10_rx_qcreate()
802 unsigned int label = erp->er_label; in ef10_rx_qdestroy() local
804 ef10_ev_rxlabel_fini(eep, label); in ef10_rx_qdestroy()
/illumos-gate/usr/src/lib/libm/common/C/
H A Dlibm.h169 #define PIC_SETUP(label) \ argument
171 call .##label; \
172 .##label: popl %ebx; \
173 addl $_GLOBAL_OFFSET_TABLE_ + [. - .##label], %ebx
/illumos-gate/usr/src/cmd/zonestat/zonestat/
H A Dzonestat.c879 char *label; in zonestat_print_summary_header() local
986 char *label; in zonestat_print_summary_zone() local
1037 char *label; in zonestat_print_resource_() local
1069 char *label; in zonestat_print_resource_zone() local
1580 char *label; in zonestat_print_cpu_res() local
1628 char *label; in zonestat_print_cpu_zone() local
1893 char *label; in zonestat_print_footer() local
1912 char *label; in zonestat_print_header() local
1934 label = "Report: Total Usage"; in zonestat_print_header()
1940 label = "Report: High Usage"; in zonestat_print_header()
[all …]
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_smb.c1961 char *label; in interpret_default() local
2018 label = format+1; in interpret_default()
2033 " %s=0x%x", label, wval); in interpret_default()
2047 "%s = %d", label, wval); in interpret_default()
2050 " %s=%d", label, wval); in interpret_default()
2067 " %s=0x%x", label, lval); in interpret_default()
2084 " %s=0x%x", label, bval); in interpret_default()
2106 "%s = %s", label, tempstr); in interpret_default()
2109 " %s=%s", label, tempstr); in interpret_default()
2124 "%s = %s", label, tempstr); in interpret_default()
[all …]
H A Dsnoop_bparam.c197 show_address(label) in show_address() argument
198 char *label; in show_address()
213 label,
/illumos-gate/usr/src/uts/common/sys/scsi/impl/
H A Dservices.h67 void scsi_generic_errmsg(struct scsi_device *devp, char *label,
80 char *label, int severity, daddr_t blkno, daddr_t err_blkno,
88 void scsi_log(dev_info_t *dev, char *label,
/illumos-gate/usr/src/uts/common/fs/zfs/lua/
H A Dlparser.c344 lua_assert(luaS_eqstr(gt->name, label->name)); in closegoto()
345 if (gt->nactvar < label->nactvar) { in closegoto()
352 luaK_patchlist(fs, gt->pc, label->pc); in closegoto()
370 Labeldesc *lb = &dyd->label.arr[i]; in findlabel()
440 bl->firstlabel = fs->ls->dyd->label.n; in enterblock()
455 findgotos(ls, &ls->dyd->label.arr[l]); in breaklabel()
1180 TString *label; in gotostat() local
1183 label = str_checkname(ls); in gotostat()
1186 label = luaS_new(ls->L, "break"); in gotostat()
1197 if (luaS_eqstr(label, ll->arr[i].name)) { in checkrepeated()
[all …]
/illumos-gate/usr/src/uts/sun4u/lw8/sys/
H A Dsgfrutree.h59 char label[MAX_NODE_NAME]; /* label property, place name */ member
65 #define location_label cinfo.linfo.label
/illumos-gate/usr/src/cmd/cmd-crypto/pktool/
H A Dgenkeypair.c330 char *label = NULL; in pk_genkeypair() local
358 if (label) in pk_genkeypair()
360 label = optarg_av; in pk_genkeypair()
479 if (label == NULL) { in pk_genkeypair()
501 tokenname, label, dir, prefix, keyAlg, keylen, in pk_genkeypair()
506 tokenname, label, keyAlg, keylen, in pk_genkeypair()
/illumos-gate/usr/src/uts/common/os/
H A Dpriv_defs112 Allows a process to set the sensitivity label of a file or
114 existing sensitivity label.
158 Allows a process to set the sensitivity label of a file or
160 sensitivity label.
232 unlabeled peer if the local process' label dominates the
233 peer's default label, or if the local process runs in the
565 sensitivity label.
578 label is not equal to the process sensitivity label.
585 label is not equal to the process sensitivity label.
587 sensitivity label.
[all …]
/illumos-gate/usr/src/uts/common/sys/1394/
H A Dixl1394.h318 ixl1394_command_t *label; member
322 ixl1394_jump::label))
352 ixl1394_command_t *label; member
358 ixl1394_set_skipmode::label \
/illumos-gate/usr/src/cmd/format/
H A Dstartup.h102 int dtype_match(struct dk_label *label, struct disk_type *dtype);
103 int parts_match(struct dk_label *label, struct partition_info *pinfo);
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/os/
H A Ddnsglue.h145 #define SAFE_GETUINT16(base, max, ptr, incr, s, label) \ argument
147 if (!INCR_OK(base, max, ptr, incr)) goto label; \

12345678910>>...25