Home
last modified time | relevance | path

Searched refs:verb (Results 1 – 14 of 14) sorted by relevance

/titanic_41/usr/src/tools/scripts/
H A Donbld_elfmod.pm185 my $verb = $1;
188 $verb =~ tr/A-Z/a-z/;
189 $verb = "EXRE_$verb";
190 if ($except_names{$verb}) {
191 if (defined($except_re{$verb})) {
192 $except_re{$verb} .= '|' . $re;
194 $except_re{$verb} = $re;
213 foreach my $verb (sort keys %except_names) {
214 next if !defined($except_re{$verb});
221 ${"main::$verb"} = qr/$except_re{$verb}/;
/titanic_41/usr/src/cmd/cmd-crypto/pktool/
H A Dpktool.c49 char *verb; member
547 cmds[TOKEN_IDX].verb = TOKEN_VERB; in init_command_list()
551 cmds[SETPIN_IDX].verb = SETPIN_VERB; in init_command_list()
555 cmds[LIST_IDX].verb = LIST_VERB; in init_command_list()
559 cmds[DELETE_IDX].verb = DELETE_VERB; in init_command_list()
563 cmds[IMPORT_IDX].verb = IMPORT_VERB; in init_command_list()
567 cmds[EXPORT_IDX].verb = EXPORT_VERB; in init_command_list()
571 cmds[GENCERT_IDX].verb = GENCERT_VERB; in init_command_list()
575 cmds[GENCSR_IDX].verb = GENCSR_VERB; in init_command_list()
579 cmds[DOWNLOAD_IDX].verb = DOWNLOAD_VERB; in init_command_list()
[all …]
/titanic_41/usr/src/lib/libresolv2/common/isc/
H A Dctl_srvr.c66 #define lastverb_p(verb) (verb->name == NULL || verb->func == NULL) argument
96 const struct ctl_verb * verb; member
381 sess->verb = &fakehelpverb; in ctl_sendhelp()
461 sess->verb = ctx->connverb; in ctl_accept()
602 INSIST(sess->verb != NULL); in ctl_readable()
603 (*sess->verb->func)(sess->ctx, sess, sess->verb, in ctl_readable()
683 const struct ctl_verb *verb; in ctl_docommand() local
696 for (verb = ctx->verbs; in ctl_docommand()
697 verb != NULL && verb->name != NULL && verb->func != NULL; in ctl_docommand()
698 verb++) in ctl_docommand()
[all …]
/titanic_41/usr/src/lib/pyzfs/common/
H A Dallow.py290 verb = _("remove")
299 verb = _("set")
305 help=_("%s permission locally") % verb)
307 help=_("%s permission for descendents") % verb)
309 help=_("%s permission for user") % verb)
311 help=_("%s permission for group") % verb)
313 help=_("%s permission for everyone") % verb)
315 help=_("%s create time permissions") % verb)
/titanic_41/usr/src/cmd/cmd-crypto/kmfcfg/
H A Dkmfcfg.c41 char *verb; member
211 if (strcmp(cmds[i].verb, argv[0]) == 0) { in main()
257 "error 0x%02x\n"), cmds[found].verb, ret); in main()
/titanic_41/usr/src/common/bzip2/
H A Dblocksort.c216 Int32 verb ) in fallbackSort() argument
229 if (verb >= 4) in fallbackSort()
263 if (verb >= 4) in fallbackSort()
308 if (verb >= 4) in fallbackSort()
320 if (verb >= 4) in fallbackSort()
756 Int32 verb, in mainSort() argument
767 if (verb >= 4) VPrintf0 ( " main sort initialise ...\n" ); in mainSort()
800 if (verb >= 4) VPrintf0 ( " bucket sorting ...\n" ); in mainSort()
893 if (verb >= 4) in mainSort()
1008 if (verb >= 4) in mainSort()
[all …]
/titanic_41/usr/src/cmd/sendmail/lib/
H A Dhelpfile63 verb VERB
64 verb Go into verbose mode. This sends 0xy responses that are
65 verb not RFC821 standard (but should be) They are recognized
66 verb by humans and other sendmail implementations.
/titanic_41/usr/src/cmd/sgs/ldd/common/
H A Dldd.c141 verb[] = "LD_VERBOSE= ", variable
317 verb[sizeof (verb) - 2] = (vflag) ? '1' : '\0'; in main()
731 (putenv(path) != 0) || (putenv(verb) != 0) || in run()
/titanic_41/usr/src/cmd/ptools/ppriv/
H A Dppriv.c59 static boolean_t verb = B_FALSE; variable
112 verb = B_TRUE; in main()
604 if (verb) { in dopriv()
/titanic_41/usr/src/uts/common/io/audio/drv/audiohd/
H A Daudiohd.c5714 uint32_t verb; in audiohd_12bit_verb_to_codec() local
5731 verb = (caddr & 0x0f) << AUDIOHD_VERB_ADDR_OFF; in audiohd_12bit_verb_to_codec()
5732 verb |= wid << AUDIOHD_VERB_NID_OFF; in audiohd_12bit_verb_to_codec()
5733 verb |= cmd << AUDIOHD_VERB_CMD_OFF; in audiohd_12bit_verb_to_codec()
5734 verb |= param; in audiohd_12bit_verb_to_codec()
5736 *((uint32_t *)(statep->hda_dma_corb.ad_vaddr) + wptr) = verb; in audiohd_12bit_verb_to_codec()
5756 uint32_t verb; in audiohd_4bit_verb_to_codec() local
5773 verb = (caddr & 0x0f) << AUDIOHD_VERB_ADDR_OFF; in audiohd_4bit_verb_to_codec()
5774 verb |= wid << AUDIOHD_VERB_NID_OFF; in audiohd_4bit_verb_to_codec()
5775 verb |= cmd << AUDIOHD_VERB_CMD16_OFF; in audiohd_4bit_verb_to_codec()
[all …]
/titanic_41/usr/src/grub/grub-0.97/docs/
H A Dtexinfo.tex3305 \definedummyword{verb}%
5020 % LaTeX-like @verbatim...@end verbatim and @verb{<char>...<char>}
5022 % we need the curly braces so that makeinfo sees the @verb command, eg:
5046 % Setup for the @verb command.
5101 % Do the @verb magic: verbatim text is quoted by unique
5113 \def\verb{\begingroup\setupverb\doverb}
/titanic_41/usr/src/grub/grub-0.97/
H A Dconfigure582 -v | -verbose | --verbose | --verbos | --verbo | --verb)
1128 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
/titanic_41/usr/src/cmd/look/
H A Dwords23982 verb
/titanic_41/usr/src/cmd/spell/
H A Dlist23981 verb