Searched refs:description (Results 26 - 50 of 87) sorted by relevance

1234

/osnet-11/usr/src/lib/fm/libasr/common/
H A Dasr_fault.c39 #define ASR_FLT_DESCRIPTION "description"
256 bp, pad+1, "description", desc);
410 * Gets the description and severity from and FMA event by looking up
488 char *description = NULL, *severity = NULL, *reason = NULL; local
519 items, ASR_FLT_DESCRIPTION, &description);
524 if (description == NULL)
525 description = "-";
527 reason = description;
603 buf, pad, "description", description);
[all...]
/osnet-11/usr/src/lib/libcmd/common/
H A Dstty.c128 const char description[76]; member in struct:tty_s
794 if(Ttable[i].type==type && *Ttable[i].description)
795 sfprintf(sp,"[+%s \a%c\a?%s.]",Ttable[i].name,c,Ttable[i].description);
799 static void listgroup(Sfio_t *sp,int type, const char *description) argument
808 sfprintf(sp,"?%s.]",description);
811 static void listmask(Sfio_t *sp,unsigned int mask,const char *description) argument
820 sfprintf(sp,"?%s.]",description);
828 if(Ttable[i].field==field && Ttable[i].type==BIT && *Ttable[i].description)
829 sfprintf(sp,"[+%s (-%s)?%s.]",Ttable[i].name,Ttable[i].name,Ttable[i].description);
835 sfprintf(sp,"[+%s?%s.]",name,lookup(name)->description);
[all...]
/osnet-11/usr/src/lib/libfru/libfruraw/
H A Dfru_access_impl.h99 sectdescbit_t description; member in struct:__anon1679
H A Draw_access.c472 num_sections].description.field.read_only
476 num_sections].description.field.read_only
1143 cont_info.section_info[count].description.field.read_only;
/osnet-11/usr/src/lib/libshell/common/bltins/
H A Dulimit.c57 sfprintf(sp, "[%c=%d:%s?The %s", tp->option, tp - shtab_limits + 1, tp->name, tp->description);
188 sfsprintf(tmp,sizeof(tmp),"%s (%ss)", tp->description, e_units[tp->type]);
/osnet-11/usr/src/lib/libeti/menu/inc/
H A Dprivate.h125 #define Description(i) (i)->description.str
126 #define DescriptionLen(i) (i)->description.length
H A Dmenu.h57 TEXT description; member in struct:ITEM
84 int desclen; /* Length of widest description */
/osnet-11/usr/src/lib/libfsmgt/common/
H A Dlibfsmgt.h86 char *description; member in struct:share_list
816 * Description: Retrieves the description information for the present
820 * fs_dfstab_entry_t entry - the dfstab entry to retrieve the description from.
823 * The string containing the description for the dfstab entry.
824 * If the description is not set NULL is returned.
826 * Note: the description is an optional share option and a return value of
827 * NULL is not an error but indicates that the description was not set.
943 * char *description - The description for the share
/osnet-11/usr/src/grub/grub2/grub-core/commands/
H A Dminicmd.c89 p->description);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A Dbase.pm198 croak. See L<fields>, L<public> and L<protected> for a description of
H A DCarp.pm42 Here is a more complete description of how shortmess works. What
/osnet-11/usr/src/lib/libshare/common/
H A Dlibshare_upgrade.c47 * named with resource name "exp" and has a description of "comment".
463 char *description = NULL; local
477 description = strchr(name, ':');
478 if (description != NULL)
479 *description++ = '\0';
486 if (description != NULL && strlen(description) > 0)
487 ret = sa_share_set_prop(resource, "desc", description);
716 } else if (strcmp(name, "description") == 0) {
/osnet-11/usr/src/lib/libdevinfo/
H A Ddevfsinfo.c428 char description[PATH_MAX]; local
434 /* create a description */
438 (void) snprintf(description, sizeof (description), "Oracle Solaris %s",
441 rv = uefirt_var_boot_create(hdl, logdev, description,
527 char description[PATH_MAX]; local
559 (void) snprintf(description,
560 sizeof (description),
566 * check the current boot description to see if it
574 description)
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/
H A DParseUtils.pm734 =item $cacheitem-E<gt>description()
736 Set/retrieve the POD short description as found in the C<=head1 NAME>
741 # The POD description, taken out of NAME if present
742 sub description { subroutine
743 return (@_ > 1) ? ($_[0]->{-description} = $_[1]) : $_[0]->{-description};
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/pod/
H A Dpod2man.PL321 the description. Functions should not be qualified with C<()> or the like.
322 The description should ideally fit on a single line, even if a man program
332 Extended description and discussion of the program or functions, or the body
347 Detailed description of each of the command-line options taken by the
348 program. This should be separate from the description for the use of things
499 OVERVIEW to summarize the description if it's quite long.
H A Dpod2latex.PL298 that the description of a module will be in its own section
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/B/B/
H A DBblock.pm209 The above description may be somewhat wrong.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/IPC/SysV/
H A DMsg.pm193 C<Class::Struct>. It provides the following fields. For a description
H A DSemaphore.pm272 C<Class::Struct>. It provides the following fields. For a description
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Text/
H A DSoundex.pm149 description given by Knuth. Ian Phillipps (C<ian@pipex.net>) and Rich Pinder
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/t/
H A Dhtmlview.t32 <li><a href="#description">DESCRIPTION</a></li>
62 <h1><a name="description">DESCRIPTION</a></h1>
63 <p>This is the description.</p>
/osnet-11/usr/src/grub/grub2/grub-core/lib/
H A Darg.c169 grub_printf ("%s\n\n", _(cmd->cmd->description));
/osnet-11/usr/src/lib/libslp/javalib/com/sun/slp/
H A DAttributeVerifier.java165 // The template's description.
167 private String description; field in class:AttributeVerifier
267 * Returns the SLP description of this is the verifier.
269 * @return The SLP description.
274 return description;
1016 description = helpText;
1222 // Parse a single attribute description from the tokenizer.
/osnet-11/usr/src/lib/pkcs11/pkcs11_kms/common/
H A DkmsKeystoreUtil.c209 * Open the keystore description file in the specified mode.
596 kms_decode_description(char *description, kms_object_t *pKey) argument
604 if (strncmp(description, KMS_ATTR_DESC_PFX,
608 ptr = description + strlen(KMS_ATTR_DESC_PFX);
690 * Decode the DataUnit description field to find various
700 * data parsed from the description.
/osnet-11/usr/src/lib/libuefi_rt/common/
H A Dlibuefi_rt_path.c2373 * input: logical_drive, description
2417 EPRINT("unable to convert description string to"
2527 "unable to allocate memory for description\n");
3066 int bootopt, char **description)
3089 *description = malloc(strlen(desc) + 1);
3090 if (*description == NULL) {
3095 (void) strcpy(*description, desc);
3097 if (uefirt_add_memlist(hdl, *description) == 0) {
3102 free(*description);
3065 uefirt_var_boot_get_desc(uefirt_hdl_t hdl, int bootopt, char **description) argument

Completed in 4260 milliseconds

1234