Searched refs:label (Results 226 - 250 of 266) sorted by relevance

1234567891011

/osnet-11/usr/src/grub/grub2/util/
H A Dgrub-mkrescue.in339 "${xorriso}" -as mkisofs -graft-points ${grub_mkisofs_arguments} --protective-msdos-label -o ${output_image} -r ${iso9660_dir} --sort-weight 0 / --sort-weight 1 /boot ${source}
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/B/B/
H A DBytecode.pm628 asm "cop_label", pvix $cop->label if $cop->label; # XXX AD
/osnet-11/usr/src/lib/libdtrace/common/
H A Ddt_cg.c47 dt_cg_node_alloc(uint_t label, dif_instr_t instr) argument
54 dip->di_label = label;
1166 * +--- bne label
1172 * label: < rest of code >
1184 uint_t label = dt_irlist_label(dlp); local
1189 instr = DIF_INSTR_BRANCH(DIF_OP_BNE, label);
1203 dt_irlist_append(dlp, dt_cg_node_alloc(label, DIF_INSTR_NOP));
H A Ddt_parser.c4972 yylabel(const char *label) argument
4974 dt_dprintf("set label to <%s>\n", label ? label : "NULL");
4975 yypcb->pcb_region = label;
/osnet-11/usr/src/lib/libsmbfs/common/
H A Dsmbfs_nbns_rq.c54 #include <tsol/label.h>
/osnet-11/usr/src/lib/auditd_plugins/syslog/
H A Dsystoken.c39 #include <sys/tsol/label.h>
1462 * Format of label token:
1463 * label ID 1 byte
1473 ctx->adr.adr_now += sizeof (char); /* label ID */
/osnet-11/usr/src/lib/libc/sparcv9/gen/
H A Dstrncpy.s160 ! have exited through label .lastword
/osnet-11/usr/src/lib/libzpool/common/sys/
H A Dzfs_context.h79 #include <tsol/label.h>
/osnet-11/usr/src/head/
H A Dldap.h399 * use calculated label width (based on length of longest label in
1001 ldap_vals2text(LDAP *ld, char *buf, char **vals, char *label, int labelwidth,
1021 ldap_vals2html(LDAP *ld, char *buf, char **vals, char *label, int labelwidth,
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Text/
H A DBalanced.pm736 my $label;
738 $label = $1;
744 $label = $+;
747 $label = "";
752 unless ($$textref =~ m{.*?\n(?=$label\n)}gc) {
753 _failmsg qq{Missing here doc terminator ('$label') after "} .
761 $$textref =~ m{$label\n}gc;
/osnet-11/usr/src/lib/krb5/plugins/preauth/pkinit/
H A Dpkinit_crypto_openssl.c3563 * labelstr will be C string containing token label with trailing white space
3571 assert(labelstr_len > sizeof (tinfo->label));
3573 * \0 terminate labelstr in case the last char in the token label is
3576 labelstr[sizeof (tinfo->label)] = '\0';
3577 (void) memcpy(labelstr, (char *) tinfo->label, sizeof (tinfo->label));
3580 for (i = sizeof (tinfo->label) - 1; i >= 0; i--) {
3649 /* Solaris Kerberos - trim token label */
3650 char tmplabel[sizeof (tip->label) + 1];
3660 prompt_len = sizeof (tip->label)
[all...]
/osnet-11/usr/src/cmd/ntfsprogs/
H A Dmkntfs.c196 char *label; /* -L, volume label */ member in struct:mkntfs_options
218 " -L, --label STRING Set the volume label\n"
352 { "label", required_argument, NULL, 'L' },
417 if (!opts2->label) {
418 opts2->label = argv[optind-1];
420 ntfs_log_error("You may only specify the label "
4559 if (opts.label) {
4560 g_vol->vol_name = strdup(opts.label);
[all...]
/osnet-11/usr/src/lib/lvm/libmeta/common/
H A Dmeta_metad.c91 v2_dp->vtoc.parts[sliceno].label =
92 (diskaddr_t)v1_dp->vtoc.parts[sliceno].label;
100 v2_dp->vtoc.parts[MD_MAX_PARTS - 1].label = 0;
179 v1_dp->vtoc.parts[sliceno].label =
180 (daddr_t)v2_dp->vtoc.parts[sliceno].label;
H A Dmeta_raid.c1520 diskaddr_t label; local
1538 if ((label = metagetlabel(colnp, ep)) == MD_DISKADDR_ERROR)
1540 paramsp->has_label = ((label > 0) ? 1 : 0);
/osnet-11/usr/src/lib/libkmf/libkmf/common/
H A Dgeneralop.c1430 if (key->label) {
1431 free(key->label);
1432 key->label = NULL;
/osnet-11/usr/src/lib/pkcs11/pkcs11_tpm/common/
H A Dtpm_specific.c582 (void) memset(td->token_info.label, ' ',
583 sizeof (td->token_info.label) - 1);
585 (void) memcpy(td->token_info.label, "TPM", 3);
H A Dnew_host.c419 /* change the label */
420 (void) strncpy((char *)newtoken.token_info.label, (char *)pLabel,
421 sizeof (newtoken.token_info.label));
/osnet-11/usr/src/lib/libpkg/common/
H A Dpkgtrans.c70 extern int getvol(char *device, char *label, int options, char *prompt);
71 extern int _getvol(char *device, char *label, int options, char *prompt,
H A Ddstream.c61 extern int getvol(char *device, char *label, int options, char *prompt);
/osnet-11/usr/src/grub/grub2/grub-core/io/
H A Dgzio.c1324 .label = 0,
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dscope.c1109 cx->blk_loop.label);
H A Dproto.h485 PERL_CALLCONV OP* Perl_newFOROP(pTHX_ I32 flags, char* label, line_t forline, OP* sclr, OP* expr, OP*block, OP*cont);
487 PERL_CALLCONV OP* Perl_newLOOPEX(pTHX_ I32 type, OP* label);
494 PERL_CALLCONV OP* Perl_newSTATEOP(pTHX_ I32 flags, char* label, OP* o);
1066 STATIC OP* S_dofindlabel(pTHX_ OP *o, char *label, OP **opstack, OP **oplimit);
1070 STATIC I32 S_dopoptolabel(pTHX_ char *label);
/osnet-11/usr/src/lib/libc/i386/
H A DMakefile.com826 label.o \
/osnet-11/usr/src/lib/libc/sparc/
H A DMakefile.com859 label.o \
/osnet-11/usr/src/lib/libc/sparcv9/
H A DMakefile.com807 label.o \

Completed in 953 milliseconds

1234567891011