| /illumos-gate/usr/src/tools/scripts/ |
| H A D | onbld_elfmod.pm | 185 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}/;
|
| /illumos-gate/usr/src/cmd/cmd-crypto/pktool/ |
| H A D | pktool.c | 49 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 …]
|
| /illumos-gate/usr/src/lib/libresolv2/common/isc/ |
| H A D | ctl_srvr.c | 60 #define lastverb_p(verb) (verb->name == NULL || verb->func == NULL) argument 90 const struct ctl_verb * verb; member 375 sess->verb = &fakehelpverb; in ctl_sendhelp() 455 sess->verb = ctx->connverb; in ctl_accept() 596 INSIST(sess->verb != NULL); in ctl_readable() 597 (*sess->verb->func)(sess->ctx, sess, sess->verb, in ctl_readable() 677 const struct ctl_verb *verb; in ctl_docommand() local 690 for (verb = ctx->verbs; in ctl_docommand() 691 verb != NULL && verb->name != NULL && verb->func != NULL; in ctl_docommand() 692 verb++) in ctl_docommand() [all …]
|
| /illumos-gate/usr/src/cmd/bhyve/common/ |
| H A D | hda_codec.c | 171 typedef uint32_t (*verb_func_t)(struct hda_codec_softc *sc, uint16_t verb, 215 uint16_t verb, uint16_t payload); 219 uint16_t verb, uint16_t payload); 224 uint16_t verb, uint16_t payload); 504 uint16_t verb = 0, payload = 0; in hda_codec_command() local 514 verb = (cmd_data >> HDA_CMD_VERB_12BIT_SHIFT) & 0x0fff; in hda_codec_command() 519 verb = (cmd_data >> HDA_CMD_VERB_4BIT_SHIFT) & 0x0f; in hda_codec_command() 543 switch (verb) { in hda_codec_command() 566 res = sc->verb_handlers[nid](sc, verb, payload); in hda_codec_command() 568 DPRINTF("Unknown VERB: 0x%x", verb); in hda_codec_command() [all …]
|
| H A D | hda_reg.h | 47 #define HDA_CMD_VERB_4BIT(verb, payload) \ argument 48 (((verb) << HDA_CMD_VERB_4BIT_SHIFT) | (payload)) 49 #define HDA_CMD_4BIT(cad, nid, verb, payload) \ argument 52 (HDA_CMD_VERB_4BIT((verb), (payload)))) 54 #define HDA_CMD_VERB_12BIT(verb, payload) \ argument 55 (((verb) << HDA_CMD_VERB_12BIT_SHIFT) | (payload)) 56 #define HDA_CMD_12BIT(cad, nid, verb, payload) \ argument 59 (HDA_CMD_VERB_12BIT((verb), (payload))))
|
| H A D | pci_hda.c | 155 static int hda_send_command(struct hda_softc *sc, uint32_t verb); 470 hda_send_command(struct hda_softc *sc, uint32_t verb) in hda_send_command() argument 474 uint8_t cad = (verb >> HDA_CMD_CAD_SHIFT) & 0x0f; in hda_send_command() 479 DPRINTF("cad: 0x%x verb: 0x%x", cad, verb); in hda_send_command() 492 return (codec->command(hci, verb)); in hda_send_command() 788 uint32_t verb = 0; in hda_corb_run() local 802 verb = hda_dma_ld_dword((uint8_t *)corb->dma_vaddr + in hda_corb_run() 805 err = hda_send_command(sc, verb); in hda_corb_run()
|
| /illumos-gate/usr/src/lib/pyzfs/common/ |
| H A D | allow.py | 291 verb = _("remove") 300 verb = _("set") 306 help=_("%s permission locally") % verb) 308 help=_("%s permission for descendents") % verb) 310 help=_("%s permission for user") % verb) 312 help=_("%s permission for group") % verb) 314 help=_("%s permission for everyone") % verb) 316 help=_("%s create time permissions") % verb)
|
| /illumos-gate/usr/src/common/bzip2/ |
| H A D | blocksort.c | 216 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 …]
|
| /illumos-gate/usr/src/cmd/cmd-crypto/kmfcfg/ |
| H A D | kmfcfg.c | 45 char *verb; member 216 if (strcmp(cmds[i].verb, argv[0]) == 0) { in main() 267 "error 0x%02x\n"), cmds[found].verb, ret); in main()
|
| /illumos-gate/usr/src/cmd/sgs/ldd/common/ |
| H A D | ldd.c | 136 verb[] = "LD_VERBOSE= ", variable 302 verb[sizeof (verb) - 2] = (vflag) ? '1' : '\0'; in main() 656 (putenv(path) != 0) || (putenv(verb) != 0) || in run()
|
| /illumos-gate/usr/src/cmd/sendmail/lib/ |
| H A D | helpfile | 63 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.
|
| /illumos-gate/usr/src/cmd/ptools/ppriv/ |
| H A D | ppriv.c | 60 static boolean_t verb = B_FALSE; variable 113 verb = B_TRUE; in main() 605 if (verb) { in dopriv()
|
| /illumos-gate/usr/src/uts/common/io/audio/drv/audiohd/ |
| H A D | audiohd.c | 5714 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 …]
|
| /illumos-gate/usr/src/grub/grub-0.97/docs/ |
| H A D | texinfo.tex | 3305 \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}
|
| /illumos-gate/usr/src/grub/grub-0.97/ |
| H A D | configure | 582 -v | -verbose | --verbose | --verbos | --verbo | --verb) 1128 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
|
| /illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/documentation/ |
| H A D | ecore.tex | 1416 Connection teardown is performed via the modify\_qp verb according to the hilland verbs state machi… 1474 \section{IB verb implementation} 1481 …unique protection domain id. The id is returned in the out parameter pd. (verb: Allocate Protectio…
|
| /illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/ |
| H A D | release.txt | 2568 5. Request: (FW RoCE) Improving RoCE 'Destroy QP' verb duration. 2740 in a non-blocking manner so the verb consumer was informed of
|
| /illumos-gate/usr/src/cmd/spell/ |
| H A D | list | 23979 verb
|
| /illumos-gate/usr/src/cmd/look/ |
| H A D | words | 23980 verb
|