Searched defs:verb (Results 1 - 7 of 7) sorted by relevance
/illumos-gate/usr/src/cmd/cmd-crypto/kmfcfg/ |
H A D | kmfcfg.c | 36 * The verbcmd construct allows genericizing information about a verb so 41 char *verb; member in struct:verbcmd_s 211 if (strcmp(cmds[i].verb, argv[0]) == 0) { 257 "error 0x%02x\n"), cmds[found].verb, ret);
|
/illumos-gate/usr/src/cmd/sgs/ldd/common/ |
H A D | ldd.c | 141 verb[] = "LD_VERBOSE= ", variable 317 verb[sizeof (verb) - 2] = (vflag) ? '1' : '\0'; 731 (putenv(path) != 0) || (putenv(verb) != 0) ||
|
/illumos-gate/usr/src/cmd/ptools/ppriv/ |
H A D | ppriv.c | 60 static boolean_t verb = B_FALSE; variable 113 verb = B_TRUE; 605 if (verb) {
|
/illumos-gate/usr/src/lib/libresolv2/common/isc/ |
H A D | ctl_srvr.c | 66 #define lastverb_p(verb) (verb->name == NULL || verb->func == NULL) 96 const struct ctl_verb * verb; member in struct:ctl_sess 190 (*logger)(ctl_error, "%s: no connection verb found", me); 381 sess->verb = &fakehelpverb; 461 sess->verb = ctx->connverb; 602 INSIST(sess->verb != NULL); 603 (*sess->verb->func)(sess->ctx, sess, sess->verb, 683 const struct ctl_verb *verb; local 760 ctl_morehelp(struct ctl_sctx *ctx, struct ctl_sess *sess, const struct ctl_verb *verb, const char *text, u_int respflags, const void *respctx, void *uctx) argument [all...] |
/illumos-gate/usr/src/common/bzip2/ |
H A D | blocksort.c | 216 Int32 verb ) 229 if (verb >= 4) 263 if (verb >= 4) 308 if (verb >= 4) 320 if (verb >= 4) 756 Int32 verb, 767 if (verb >= 4) VPrintf0 ( " main sort initialise ...\n" ); 800 if (verb >= 4) VPrintf0 ( " bucket sorting ...\n" ); 893 if (verb >= 4) 1008 if (verb > 751 mainSort( UInt32* ptr, UChar* block, UInt16* quadrant, UInt32* ftab, Int32 nblock, Int32 verb, Int32* budget ) argument 1037 Int32 verb = s->verbosity; local [all...] |
/illumos-gate/usr/src/cmd/cmd-crypto/pktool/ |
H A D | pktool.c | 44 * The verbcmd construct allows genericizing information about a verb so 49 char *verb; member in struct:verbcmd_s 56 /* External declarations for supported verb actions. */ 71 /* Forward declarations for "built-in" verb actions. */ 547 cmds[TOKEN_IDX].verb = TOKEN_VERB; 551 cmds[SETPIN_IDX].verb = SETPIN_VERB; 555 cmds[LIST_IDX].verb = LIST_VERB; 559 cmds[DELETE_IDX].verb = DELETE_VERB; 563 cmds[IMPORT_IDX].verb = IMPORT_VERB; 567 cmds[EXPORT_IDX].verb [all...] |
/illumos-gate/usr/src/uts/common/io/audio/drv/audiohd/ |
H A D | audiohd.c | 5714 uint32_t verb; local 5731 verb = (caddr & 0x0f) << AUDIOHD_VERB_ADDR_OFF; 5732 verb |= wid << AUDIOHD_VERB_NID_OFF; 5733 verb |= cmd << AUDIOHD_VERB_CMD_OFF; 5734 verb |= param; 5736 *((uint32_t *)(statep->hda_dma_corb.ad_vaddr) + wptr) = verb; 5756 uint32_t verb; local 5773 verb = (caddr & 0x0f) << AUDIOHD_VERB_ADDR_OFF; 5774 verb |= wid << AUDIOHD_VERB_NID_OFF; 5775 verb | 5824 audioha_codec_verb_get(void *arg, uint8_t caddr, uint8_t wid, uint16_t verb, uint8_t param) argument 5873 audioha_codec_4bit_verb_get(void *arg, uint8_t caddr, uint8_t wid, uint16_t verb, uint16_t param) argument [all...] |
Completed in 455 milliseconds