Home
last modified time | relevance | path

Searched refs:label (Results 1 – 25 of 730) sorted by relevance

12345678910>>...30

/titanic_41/usr/src/cmd/format/
H A Dlabel.c63 static int vtoc_to_label(struct dk_label *label, struct extvtoc *vtoc,
83 static void dump_label(struct dk_label *label);
90 checklabel(label) in checklabel() argument
91 register struct dk_label *label; in checklabel()
97 if (label->dkl_magic != DKL_MAGIC)
102 if (checksum(label, CK_CHECKSUM) != 0)
112 checksum(label, mode) in checksum() argument
113 struct dk_label *label; in checksum()
125 sp = (short *)label;
142 label->dkl_cksum = sum;
[all …]
H A Dauto_sense.c182 struct dk_label *label,
189 struct dk_label *label,
193 int build_default_partition(struct dk_label *label,
197 struct dk_label *label);
206 struct dk_label *label);
211 struct dk_label *label);
215 static int auto_label_init(struct dk_label *label);
249 auto_efi_sense(int fd, struct efi_info *label) in auto_efi_sense() argument
281 if (get_disk_info(fd, label, disk_info) == -1) { in auto_efi_sense()
292 label->e_parts = vtoc; in auto_efi_sense()
[all …]
H A Dmenu_command.c364 struct dk_label label; in c_type() local
430 if ((tptr = auto_sense(cur_file, 1, &label)) == NULL) { in c_type()
1560 struct dk_label label; in c_label() local
1621 (void) memset((char *)&label, 0, sizeof (struct dk_label)); in c_label()
1625 dptr = auto_direct_get_geom_label(cur_file, &label); in c_label()
1627 dptr = auto_sense(cur_file, 1, &label); in c_label()
1633 pcyl = label.dkl_pcyl; in c_label()
1634 ncyl = label.dkl_ncyl; in c_label()
1635 acyl = label.dkl_acyl; in c_label()
1636 nhead = label.dkl_nhead; in c_label()
[all …]
/titanic_41/usr/src/uts/sun4u/vm/
H A Dmach_sfmmu.h87 #define SET_SECCTX(cnum, is_shctx, tmp1, tmp2, label) \ argument
89 brnz,pn is_shctx, label/**/1 ;\
96 brz,pt tmp1, label/**/3 ;\
98 ba,pt %xcc, label/**/2 ;\
99 label/**/1: ;\
107 label/**/2: ;\
111 label/**/3:
120 #define TSTAT_CHECK_TL1(label, scr1, scr2) \ argument
127 ba label; \
239 #define TTETOPFN(tte, vaddr, label, scr1, scr2, scr3) \ argument
[all …]
/titanic_41/usr/src/common/tsol/
H A Dblabel.c60 bltype(const void *label, uint8_t type) in bltype() argument
63 return (BLTYPE(label, type)); in bltype()
149 blinrange(const m_label_t *label, const m_range_t *range) in blinrange() argument
151 return (BLDOMINATES((label), ((range)->lower_bound)) && in blinrange()
152 BLDOMINATES(((range)->upper_bound), (label))); in blinrange()
160 _blinrange(const m_label_t *label, const brange_t *range) in _blinrange() argument
162 return (BLINRANGE(label, range)); in _blinrange()
180 blinlset(const m_label_t *label, const blset_t lset) in blinlset() argument
187 if (BLEQUAL(label, &lset[i])) in blinlset()
248 bsllow(bslabel_t *label) in bsllow() argument
[all …]
/titanic_41/usr/src/cmd/krb5/kadmin/gui/visualrt/sunsoft/jws/visual/rt/awt/
H A DMultiLineLabel.java73 protected String label; field in MultiLineLabel
89 protected void newLabel(String label) { in newLabel() argument
90 if (label == null) in newLabel()
91 label = /* NOI18N */""; in newLabel()
92 this.label = label; in newLabel()
95 int len = label.length(); in newLabel()
100 int index = label.indexOf(/* NOI18N */"\n", startFrom); in newLabel()
102 line = label.substring(startFrom); in newLabel()
105 line = label.substring(startFrom, index); in newLabel()
161 public MultiLineLabel(String label, int maxChars, in MultiLineLabel() argument
[all …]
H A DLabelBar.java97 private String label; field in LabelBar
100 this.label = null; in LabelBar()
103 public LabelBar(String label) { in LabelBar() argument
104 this.label = label; in LabelBar()
107 public void setLabel(String label) { in setLabel() argument
108 this.label = label; in setLabel()
113 return (label); in getLabel()
152 if (label != null && label.length() > 0 && font != null) { in minimumSize()
154 return (new Dimension(fm.stringWidth(label) + in minimumSize()
219 if (label != null && label.length() > 0) { in paint()
[all …]
/titanic_41/usr/src/cmd/vi/port/
H A Dex_set.c50 int k, label; in set() local
125 label =0; in set()
128 label = 2; in set()
131 if (label > 0) in set()
135 label = 1; in set()
138 if (label > 0) in set()
142 label = 1; in set()
145 if (label > 0) in set()
149 label = 1; in set()
152 if (label > 0) in set()
[all …]
/titanic_41/usr/src/cmd/auditrecord/
H A Daudit_record_attr.txt66 token=label:mandatory_label
94 # is represented by a label and a format.
96 # label=record_id like AUE_ACCEPT
99 # there is no end line; a new label= end the preceding definition
125 # label <= 43
143 label=AUE_ACCEPT
200 label=AUE_ACCESS
223 label=AUE_ACCT
232 label=AUE_ACLSET
239 label=AUE_ADJTIME
[all …]
H A Dauditrecord.pl132 my $label;
136 foreach $label (sort(keys(%event))) {
140 my ($id, $class, $eventDescription) = @{$event{$label}};
144 my ($skipThisClass, $mask) = classToMask($class, $label);
151 getAttributes($label, $eventDescription);
183 $col3 = $label;
207 printf STDERR ("$errString\n", $label);
223 getFormatLine($item, $label,
256 my $label;
277 foreach $label (sort(keys(%event))) {
[all …]
/titanic_41/usr/src/uts/sun4v/vm/
H A Dmach_sfmmu.h75 #define SET_SECCTX(cnum, is_shctx, tmp1, tmp2, label) \ argument
87 #define TSTAT_CHECK_TL1(label, scr1, scr2) \ argument
95 ba label; \
293 #define TTETOPFN(tte, vaddr, label, scr1, scr2, scr3) \ argument
300 brz,pt scr2, label/**/1; \
311 label/**/1:
326 #define TTE_SET_REF_ML(tte, ttepa, tsbarea, tmp1, tmp2, label) \ argument
330 bnz,pt %xcc, label/**/2; /* if ref bit set-skip ahead */ \
333 label/**/1: \
337 bne,a,pn %xcc, label/**/1; \
[all …]
/titanic_41/usr/src/cmd/perl/contrib/Sun/Solaris/BSM/
H A D_BSMparse.pm104 my $label;
194 if (/^\s*label\s*=\s*(.*)/i) {
205 $callName = $obj->filterCallName($label,
209 if ($obj->filterLabel($label)) {
210 $attr{$label} =
221 $label = $newLabel;
263 $callName = $obj->filterCallName($label, $callName);
265 if ($obj->filterLabel($label)) {
266 $attr{$label} = [$callName, $description, $title, $skip,
312 my $label = $2;
[all …]
/titanic_41/usr/src/lib/libadm/common/
H A Dgetvol.c94 getvol(char *device, char *label, int options, char *prompt) in getvol() argument
96 return (_getvol(device, label, options, prompt, NULL)); in getvol()
100 _getvol(char *device, char *label, int options, char *prompt, char *norewind) in _getvol() argument
122 if (label) { in _getvol()
123 (void) strncpy(origfsname, label, LABELSIZ); in _getvol()
128 if (pt = strchr(label, ',')) { in _getvol()
138 n = insert(device, label, options, prompt); in _getvol()
160 if (label) { in _getvol()
165 if (ckilabel(label, override)) { in _getvol()
179 ckilabel(char *label, int flag) in ckilabel() argument
[all …]
/titanic_41/usr/src/cmd/tsol/lslabels/
H A Dlslabels.c75 bitfinder(m_label_t label, int next_bit) { in bitfinder() argument
78 Compartments_t *comps = &label.compartments; in bitfinder()
82 bitfinder(label, next_bit + 1); in bitfinder()
85 if (label_to_str(&label, &labelstr, M_LABEL, in bitfinder()
96 (void) label_to_str(&label, in bitfinder()
104 bitfinder(label, next_bit + 1); in bitfinder()
141 m_label_t *label = NULL; /* binary labels */ in main() local
200 if (str_to_label(ascii, &label, MAC_LABEL, L_NO_CORRECTION, in main()
204 if (label_to_str(label, &labelstr, mode, in main()
209 level = &label->classification.class_u.class_chunk; in main()
[all …]
/titanic_41/usr/src/uts/sun4v/sys/
H A Dmachclock.h55 #define RD_STICK(out, scr1, scr2, label) \ argument
56 .rd_stick.label: \
63 brnz,pn scr2, .rd_stick.label; \
79 #define RD_CLOCK_TICK(out, scr1, scr2, label) \ argument
81 RD_STICK(out,scr1,scr2,label)
103 #define RD_TICK(out, scr1, scr2, label) \ argument
104 .rd_tick.label: \
111 brnz,pn scr2, .rd_tick.label; \
167 #define RD_TICKCMPR(out, scr1, scr2, label) \ argument
168 .rd_stickcmpr.label: \
[all …]
/titanic_41/usr/src/cmd/krb5/kadmin/gui/visualrt/sunsoft/jws/visual/rt/shadow/
H A DImageLabelShadow.java91 ImageLabel label = (ImageLabel)body; in setOnBody() local
94 label.setPadWidth(((Integer) value).intValue()); in setOnBody()
98 label.setImage(null); in setOnBody()
102 label.setImage(ref.getImage(label, applet)); in setOnBody()
103 label.setDefaultWidth(ref.getWidth(label, applet)); in setOnBody()
104 label.setDefaultHeight( in setOnBody()
105 ref.getHeight(label, applet)); in setOnBody()
H A DMultiLineLabelShadow.java84 MultiLineLabel label = (MultiLineLabel)body; in getOnBody() local
87 return label.getLabel(); in getOnBody()
89 return new AlignmentEnum(label.getAlignment()); in getOnBody()
91 return new Integer(label.getMaxColumns()); in getOnBody()
97 MultiLineLabel label = (MultiLineLabel)body; in setOnBody() local
100 label.setLabel((String)value); in setOnBody()
102 label.setAlignment(((AlignmentEnum)value).intValue()); in setOnBody()
104 label.setMaxColumns(((Integer) value).intValue()); in setOnBody()
/titanic_41/usr/src/lib/fm/topo/maps/i86pc/
H A Dfan-hc-topology.xmlgen52 label => "FT %d",
59 label => "FT %d FM %d",
80 label => "FT %d",
116 label => "FANBD%d",
119 label => "FANBD%d FM%d",
153 label => "FT %d",
174 label => "FANBD%d",
179 label => "FANBD%d FM%d",
207 label => "FANBD%d",
211 label => "FANBD%d FM%d",
[all …]
/titanic_41/usr/src/lib/libtsol/common/
H A Dmisc.c73 blinset(const bslabel_t *label, const set_id *id) in blinset() argument
83 if (BLTYPE(label, SUN_SL_ID) && in blinset()
84 (BLEQUAL(label, &slow) || BLEQUAL(label, &shigh))) in blinset()
96 incall.label = *label; in blinset()
136 bslvalid(const bslabel_t *label) in bslvalid() argument
150 if (BLTYPE(label, SUN_SL_ID) && in bslvalid()
151 (BLEQUAL(label, &slow) || BLEQUAL(label, &shigh))) { in bslvalid()
157 slvcall.label = *label; in bslvalid()
341 bltocolor_r(const blevel_t *label, size_t size, char *color_name) in bltocolor_r() argument
350 ccall.label = *label; in bltocolor_r()
[all …]
/titanic_41/usr/src/cmd/tsol/setlabel/
H A Dsetlabel.c56 char *label; in main() local
77 label = *argv; in main()
81 if (set_label(*argv++, label) != 0) in main()
89 set_label(char *filename, char *label) in set_label() argument
112 if (str_to_label(label, &blabel, MAC_LABEL, L_DEFAULT, &err) == -1) { in set_label()
113 m_label_err(label, err); in set_label()
123 setlabel(char *filename, bslabel_t *label) in setlabel() argument
127 rval = setflabel(filename, label); in setlabel()
/titanic_41/usr/src/tools/ndrgen/
H A Dndr_print.c52 switch (np->label) { in print_node()
81 (void) printf("<<lab=%d>>", np->label); in print_node()
85 switch (np->label) { in print_node()
208 if (arg->label != IDENTIFIER) in print_field_attr()
209 fatal_error("invalid label %d", arg->label); in print_field_attr()
215 if (arg->label == IDENTIFIER) { in print_field_attr()
231 if (arg->label == INTEGER) { in print_field_attr()
252 (np->n_m_type->label == IDENTIFIER || in print_declaration()
253 np->n_m_type->label == TYPENAME)) { in print_declaration()
259 if (dnp && dnp->label == STAR) { in print_declaration()
[all …]
/titanic_41/usr/src/cmd/tsol/atohexlabel/
H A Datohexlabel.c81 m_label_t *label = NULL; /* binary labels */ in main() local
138 if (str_to_label(ascii, &label, USER_CLEAR, L_NO_CORRECTION, in main()
142 if (label_to_str(label, &hex, M_INTERNAL, DEF_NAMES) != 0) { in main()
147 m_label_free(label); in main()
150 if (str_to_label(ascii, &label, MAC_LABEL, L_NO_CORRECTION, in main()
154 if (label_to_str(label, &hex, M_INTERNAL, DEF_NAMES) != 0) { in main()
159 m_label_free(label); in main()
/titanic_41/usr/src/cmd/tsol/hextoalabel/
H A Dhextoalabel.c81 m_label_t *label = NULL; in main() local
138 if (str_to_label(hex, &label, USER_CLEAR, L_NO_CORRECTION, in main()
142 if (label_to_str(label, &ascii, M_LABEL, DEF_NAMES) != 0) { in main()
147 m_label_free(label); in main()
150 if (str_to_label(hex, &label, MAC_LABEL, L_NO_CORRECTION, in main()
154 if (label_to_str(label, &ascii, M_LABEL, DEF_NAMES) != 0) { in main()
159 m_label_free(label); in main()
/titanic_41/usr/src/cmd/tsol/getzonepath/
H A Dgetzonepath.c48 label_error(const char *label, const int err) in label_error() argument
54 gettext("%s: bad string %s\n"), prog, label); in label_error()
63 "\"%s\" at position %d\n"), prog, label, err); in label_error()
76 m_label_t *label = NULL; in main() local
96 if (str_to_label(argv[1], &label, MAC_LABEL, L_NO_CORRECTION, in main()
101 if ((zone_root = getzonerootbylabel(label)) == NULL) { in main()
/titanic_41/usr/src/cmd/cmd-crypto/pktool/
H A Dimport.c116 if (certs[i].kmf_private.label != NULL) { in pk_import_pk12_files()
119 certs[i].kmf_private.label, in pk_import_pk12_files()
120 strlen(certs[i].kmf_private.label)); in pk_import_pk12_files()
313 if (certs[i].kmf_private.label != NULL) { in pk_import_pk12_nss()
316 certs[i].kmf_private.label, in pk_import_pk12_nss()
317 strlen(certs[i].kmf_private.label)); in pk_import_pk12_nss()
362 char *label, char *token_spec, char *filename, in pk_import_cert() argument
386 if (label != NULL) { in pk_import_cert()
388 label, strlen(label)); in pk_import_cert()
490 char *label, char *token_spec, in pk_import_pk12_pk11() argument
[all …]

12345678910>>...30