Searched refs:label (Results 26 - 50 of 266) sorted by relevance

1234567891011

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/CGI/t/
H A Dautoescape.t107 <optgroup label="optgroup_name" onclick="alert("===> menu group option")">
141 qq{<label><input type="checkbox" name="group_name" value="eenie" checked="checked" onclick="alert("===> checkbox group")" />eenie</label><br /> <label><input type="checkbox" name="group_name" value="meenie" onclick="alert("===> checkbox group")" />meenie</label><br /> <label><input type="checkbox" name="group_name" value="minie" onclick="alert("===> checkbox group")" />minie</label><br /> <label><input type="checkbox" name="group_name" value="moe" checked="checked" onclick="alert("===> checkbox group")" />moe</label><br />},
152 -label
[all...]
/osnet-11/usr/src/lib/libtsol/common/
H A Dbtohex.c34 #include <tsol/label.h>
40 * h_alloc - Allocate data storage for a Hexadecimal label string.
42 * Entry id = Type of label to allocate storage for.
76 * h_free - Free a Hexadecimal label string.
78 * Entry hex = Hexadecimal label string.
97 * bsltoh_r - Convert a Sensitivity Label into a Hexadecimal label string.
99 * Entry label = Sensitivity Label to be translated.
100 * hex = Buffer to place converted label.
103 * Returns NULL, If invalid label type.
110 bsltoh_r(const m_label_t *label, cha argument
139 bsltoh(const m_label_t *label) argument
[all...]
H A Dstob.c26 * String to binary label translations.
36 #include <tsol/label.h>
69 * label = Address of Binary Sensitivity Label to be initialized or
73 * NEW_LABEL, Initialize the label to a valid empty
75 * NO_CORRECTION, Initialize the label to a valid
81 * Exit label = Translated (updated) Binary Sensitivity Label.
83 * -1, Unable to access label encodings file;
84 * 0, Invalid binary label passed;
100 stobsl(const char *string, bslabel_t *label, int flags, int *error) argument
118 if (htobsl(s, label)) {
[all...]
H A Dmisc.c28 * Miscellaneous user interfaces to trusted label functions.
39 #include <tsol/label.h>
56 * blinset - Check in a label set.
58 * Entry label = Sensitivity Label to check.
63 * Returns -1, If label set unavailable, or server failure.
64 * 0, If label not in label set.
65 * 1, If label is in the label set.
73 blinset(const bslabel_t *label, cons argument
136 bslvalid(const bslabel_t *label) argument
341 bltocolor_r(const blevel_t *label, size_t size, char *color_name) argument
391 bltocolor(const blevel_t *label) argument
[all...]
H A Dzone.c33 * Get label from zone name
48 * Get label from zone id
69 * Get zone id from label
73 getzoneidbylabel(const m_label_t *label) argument
86 if (blequal(label, &admin_low) || blequal(label, &admin_high))
107 continue; /* Zone is not default for this label */
109 if (blequal(label, &test_sl) != 0) {
152 * Get zoneroot for a label
156 getzonerootbylabel(const m_label_t *label) argument
[all...]
H A Dgetplabel.c30 #include <tsol/label.h>
36 * getplabel(2TSOL) - get process sensitivity label
H A Dlabeld.h29 #include <tsol/label.h>
37 * Definitions for the call parameters for the door-based label
75 * Contract private for label builders
94 /* DIA label to string */
98 /* DIA string to label */
119 bslabel_t label; member in struct:__anon2663
128 bslabel_t label; member in struct:__anon2665
160 blevel_t label; member in struct:__anon2673
170 bslabel_t label; member in struct:__anon2675
190 bslabel_t label; member in struct:__anon2679
196 bslabel_t label; member in struct:__anon2680
218 bslabel_t label; member in struct:__anon2683
278 m_label_t label; member in struct:__anon2692
287 m_label_t label; member in struct:__anon2694
296 m_label_t label; member in struct:__anon2696
302 m_label_t label; member in struct:__anon2697
[all...]
/osnet-11/usr/src/lib/libparted/common/libparted/labels/
H A Dsun.c135 sun_compute_checksum (SunRawLabel *label) argument
137 u_int16_t *ush = (u_int16_t *)label;
140 while(ush < (u_int16_t *)(&label->csum))
142 label->csum = csum;
147 sun_verify_checksum (SunRawLabel const *label) argument
149 u_int16_t *ush = ((u_int16_t *)(label + 1)) - 1;
152 while (ush >= (u_int16_t *)label)
166 SunRawLabel const *label = (void const *) s0; local
170 if (PED_BE16_TO_CPU (label->magic) != SUN_DISK_MAGIC) {
174 if (!sun_verify_checksum(label)) {
192 SunRawLabel* label; local
313 _check_geometry_sanity(PedDisk* disk, SunRawLabel* label) argument
457 SunRawLabel* label; local
[all...]
H A Daix.c43 aix_label_magic_get (const char *label) argument
45 return *(unsigned int *)label;
49 aix_label_magic_set (char *label, int magic_val) argument
51 *(unsigned int *)label = magic_val;
59 void *label; local
60 if (!ptt_read_sector (dev, 0, &label))
62 unsigned int magic = aix_label_magic_get (label);
63 free (label);
H A Dbsd.c59 #define BSD_BBSIZE 8192 /* size of boot area, with label */
177 void *label; local
178 if (!ptt_read_sector (dev, 0, &label))
181 partition = (BSDRawLabel *) ((char *) label + BSD_LABEL_OFFSET);
183 alpha_bootblock_checksum(label);
187 free (label);
196 BSDRawLabel* label; local
213 label = (BSDRawLabel*) (bsd_specific->boot_code + BSD_LABEL_OFFSET);
215 label->d_magic = PED_CPU_TO_LE32 (BSD_DISKMAGIC);
216 label
277 BSDRawLabel* label; local
349 BSDRawLabel* label; local
[all...]
/osnet-11/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
[all...]
/osnet-11/usr/src/grub/grub2/grub-core/gfxmenu/
H A Dgui_label.c242 grub_gui_label_t label; local
243 label = grub_zalloc (sizeof (*label));
244 if (! label)
246 label->comp.ops = &label_ops;
247 label->visible = 1;
248 label->text = grub_strdup ("");
249 label->font = grub_font_get ("Unknown Regular 16");
250 label->color.red = 0;
251 label
[all...]
/osnet-11/usr/src/lib/libast/amd64/include/ast/
H A Ddebug.h67 #define DEBUG_GOTO(label) do { debug_fatal(__FILE__, __LINE__); goto label; } while(0)
90 #define DEBUG_GOTO(label) goto label
102 #define GOTO(label) DEBUG_GOTO(label)
/osnet-11/usr/src/lib/libast/common/include/
H A Ddebug.h58 #define DEBUG_GOTO(label) do { debug_fatal(__FILE__, __LINE__); goto label; } while(0)
81 #define DEBUG_GOTO(label) goto label
93 #define GOTO(label) DEBUG_GOTO(label)
/osnet-11/usr/src/lib/libast/i386/include/ast/
H A Ddebug.h67 #define DEBUG_GOTO(label) do { debug_fatal(__FILE__, __LINE__); goto label; } while(0)
90 #define DEBUG_GOTO(label) goto label
102 #define GOTO(label) DEBUG_GOTO(label)
/osnet-11/usr/src/lib/libast/sparc/include/ast/
H A Ddebug.h67 #define DEBUG_GOTO(label) do { debug_fatal(__FILE__, __LINE__); goto label; } while(0)
90 #define DEBUG_GOTO(label) goto label
102 #define GOTO(label) DEBUG_GOTO(label)
/osnet-11/usr/src/lib/libast/sparcv9/include/ast/
H A Ddebug.h67 #define DEBUG_GOTO(label) do { debug_fatal(__FILE__, __LINE__); goto label; } while(0)
90 #define DEBUG_GOTO(label) goto label
102 #define GOTO(label) DEBUG_GOTO(label)
/osnet-11/usr/src/lib/fm/topo/modules/common/bay/common/
H A Dbay.h82 char *label; /* bay label */ member in struct:bay_s
91 /* callback structure for PCIe label topo walk */
94 char *label; member in struct:tw_pcie_cbs
/osnet-11/usr/src/grub/grub2/grub-core/commands/
H A Dprobe.c45 {"label", 'l', 0, N_("Determine filesystem label."), 0, 0},
130 char *label; local
131 if (! fs->label)
133 "label for this FS isn't supported yet");
134 err = fs->label (dev, &label);
137 if (! label)
139 "label for this FS isn't supported yet");
142 grub_env_set (state[0].arg, label);
[all...]
/osnet-11/usr/src/lib/pkcs11/pkcs11_kms/common/
H A DkmsKeystoreUtil.c78 kms_hash_string(char *label, uchar_t *hash) argument
83 SHA2Update(&ctx, label, strlen(label));
417 free(node->label);
424 add_label_node(avl_tree_t *tree, char *label) argument
431 if (tree == NULL || label == NULL)
435 i = strlen(label) - 1;
436 while (i > 0 && label[i] == '\n')
437 label[i--] = 0x00;
440 newnode->label
547 kms_get_object_label(kms_object_t *obj, char *label, int len) argument
570 kms_get_data_unit(kms_session_t *session, char *label, KMSAgent_DataUnit *pDataUnit) argument
639 kms_new_key_object( char *label, KMSAgent_DataUnit *dataUnit, KMSAgent_Key *pKey, kms_object_t **pObj) argument
757 KMS_RetrieveKeyObj(kms_session_t *sp, char *label, kms_object_t **pobj) argument
807 char label[BUFSIZ]; local
1149 char label[BUFSIZ]; local
1230 char label[128]; local
[all...]
/osnet-11/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dslk.c55 * Flag for initialisation soft label keys once setupterm() has been called.
164 * These label start columns assume 80 columns in order to
307 char *label; local
310 label = NULL;
312 label = __m_screen->_slk._labels[index-1];
314 return (label);
318 slk_set(int index, const char *label, int justify) argument
323 if ((label == NULL) || *label == '\0')
324 label
332 slk_wset(int index, const wchar_t *label, int justify) argument
[all...]
/osnet-11/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_protocol.c91 topo_node_label(tnode_t *node, char **label, int *err) argument
95 TOPO_PROP_LABEL, label, err));
155 topo_node_label_set(tnode_t *node, char *label, int *err) argument
161 if (label == NULL) {
168 TOPO_PROP_LABEL, TOPO_PROP_IMMUTABLE, label, err) < 0)
/osnet-11/usr/src/lib/fm/topo/modules/common/xfp/common/
H A Dxfp.c152 char *label = NULL; local
163 label = topo_mod_alloc(mod, len);
164 (void) snprintf(label, len, "%s%s%d", plabel, xfplabel, n);
167 if (label != NULL) {
169 TOPO_PROP_LABEL, TOPO_PROP_IMMUTABLE, label,
171 topo_mod_strfree(mod, label);
175 topo_mod_free(mod, label, len);
/osnet-11/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dslk.c47 * Flag for initialisation soft label keys once setupterm() has been called.
277 slk_set(int index, const char *label, int justify) argument
283 __m_trace("slk_set(%d, %p, %d)", index, label, justify);
286 if (0 < mbstowcs(wcs, label, sizeof wcs))
293 slk_wset(int index, const wchar_t *label, int justify) argument
302 * These label start columns assume 80 columns in order to
311 __m_trace("slk_wset(%d, %p, %d)", index, label, justify);
317 if (label == (wchar_t *) 0)
318 label = M_MB_L("");
320 /* Copy the characters that fill the first 8 columns of the label
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dpad.h54 # define ASSERT_CURPAD_LEGAL(label) \
57 label, PTR2UV(PL_comppad), PTR2UV(PL_curpad));
60 # define ASSERT_CURPAD_ACTIVE(label) \
63 label, PTR2UV(PL_comppad), PTR2UV(PL_curpad));
65 # define ASSERT_CURPAD_LEGAL(label)
66 # define ASSERT_CURPAD_ACTIVE(label)

Completed in 420 milliseconds

1234567891011