Searched defs:text (Results 126 - 149 of 149) sorted by relevance

123456

/illumos-gate/usr/src/uts/common/io/usb/clients/hidparser/
H A Dhidparser.c2079 * params 'text'. Fill in the attributes allocated
2090 unsigned char *text = scan_ifp->hidparser_tok_text; local
2099 (void) bcopy(text, entity->entity_item_params, len);
2144 unsigned char *text = scan_ifp->hidparser_tok_text; local
2187 (void) bcopy(text, newattrib->entity_attribute_value, len);
2728 char *text; local
2732 text = attr->entity_attribute_value;
2735 ret |= ((text[i] & 0xff) << (8*i));
2750 char *text; local
2754 text
[all...]
/illumos-gate/usr/src/lib/libast/common/misc/
H A Doptget.c44 #define OPT_WIDTH 80 /* default help text width */
45 #define OPT_MARGIN 10 /* default help text margin */
92 const char* text; /* --? text */ member in struct:Help_s
93 unsigned int size; /* strlen text */
107 const char* text; /* help text */ member in struct:List_s
112 const char* text; /* default message text */ member in struct:Msg_s
119 char text[ member in struct:Save_s
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/dns-sd/
H A Ddns-sd.c17 * this notice and the following text and disclaimers in all such redistributions of
518 char text[64]; local
544 replyDomain = GetNextLabel(replyDomain, text);
556 GetNextLabel(label[labels+i], text);
558 printf("%s", text);
567 GetNextLabel(label[labels-1-depth], text);
568 printf("> %s\n", text);
/illumos-gate/usr/src/common/ficl/emu/
H A Dloader_emu.c306 * split in turn. Expanded text is also immune to further backslash
1049 * Help is read from a formatted text file.
1054 * text
1136 /* page the help text from our load path */
1183 /* exact match, print text */
1652 * Header prepended to each line. The text immediately follows the header.
1660 char text[]; member in struct:includeline
1713 strcpy(sp->text, cp);
1736 res = bf_run(sp->text);
1740 filename, sp->line, sp->text);
[all...]
/illumos-gate/usr/src/common/ficl/
H A Dficl.h67 * expects a text block as input, and returns to the caller after each
68 * text block, so the "data pump" is somewhere in external code. This
506 * The pad is a small scratch area for text manipulation. ANS Forth
568 char *text);
798 char text[1]; member in struct:ficlCountedString
802 #define FICL_COUNTED_STRING_GET_POINTER(cs) ((cs).text)
810 char *text; member in struct:ficlString
815 #define FICL_STRING_GET_POINTER(fs) ((fs).text)
817 #define FICL_STRING_SET_POINTER(fs, p) ((fs).text = (char *)(p))
819 {(string).text
845 char *text; member in struct:__anon487
[all...]
/illumos-gate/usr/src/lib/libbe/common/
H A Dbe_utils.c94 ficlSuppressTextOutput(ficlCallback *cb, char *text) argument
3852 * Default console to text
3937 if (strncmp(console, "text", strlen("text")) == 0 ||
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dsys-solaris.c935 modpush(int fd, const char *modname, const char *text) argument
938 error("Couldn't push %s module: %m", text);
943 warn("unable to set LASTMOD on %s: %m", text);
/illumos-gate/usr/src/lib/libast/common/regex/
H A Dreglib.h393 const char* text; member in struct:Exec_s
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_cmds.c1707 uint32_t *text; local
1722 * therefore, get back to the text that follows this symbol in
1731 text = alloca(size);
1733 if (mdb_vread(text, size, sym->st_value) == -1) {
1734 mdb_warn("failed to read text for %s", name);
1740 if (!IS_SETHI(text[i]))
1743 rd = RD(text[i]);
1744 value = IMM22(text[i]) << 10;
1755 if ((op = OP(text[j])) & OP_ARITH_MEM_MASK) {
1756 op3 = OP3(text[
[all...]
/illumos-gate/usr/src/cmd/mandoc/
H A Dmandoc.h131 /* related to plain text */
133 MANDOCERR_FI_TAB, /* tab in filled text */
302 EQN_TEXT, /* text (number, variable, whatever) */
358 char *text; /* text (or NULL) */ member in struct:eqn_box
H A Droff.c362 roffproc text; /* process as child text of macro */ member in struct:roffmac
1462 * Process text streams.
1554 * text through the macro's filter.
1562 assert(roffs[t].text);
1563 e = (*roffs[t].text)(r, t, buf, ln, pos, pos, offs);
2820 /* Handle preceding text, protecting whitespace. */
2840 /* Handle following text, protecting whitespace. */
/illumos-gate/usr/src/uts/common/io/iwn/
H A Dif_iwnvar.h125 const uint8_t *text; member in struct:iwn_fw_part
/illumos-gate/usr/src/lib/sasl_plugins/digestmd5/
H A Ddigestmd5.c452 /* Chris Newman clarified that the following text in DIGEST-MD5 spec
749 static int dec_3des(context_t *text, argument
756 des_context_t *c = (des_context_t *) text->cipher_dec_context;
789 static int enc_3des(context_t *text, argument
796 des_context_t *c = (des_context_t *) text->cipher_enc_context;
804 memcpy(output, input, inputlen); /* text */
823 static int init_3des(context_t *text, argument
831 c = (des_context_t *) text->utils->malloc(2 * sizeof(des_context_t));
844 text->cipher_enc_context = (cipher_context_t *) c;
858 text
870 dec_des(context_t *text, const char *input, unsigned inputlen, unsigned char digest[16], char *output, unsigned *outputlen) argument
913 enc_des(context_t *text, const char *input, unsigned inputlen, unsigned char digest[16], char *output, unsigned *outputlen) argument
950 init_des(context_t *text, unsigned char enckey[16], unsigned char deckey[16]) argument
981 free_des(context_t *text) argument
999 rc4_init(rc4_context_t *text, const unsigned char *key, unsigned keylen) argument
1026 rc4_encrypt(rc4_context_t *text, const char *input, char *output, unsigned len) argument
1060 rc4_decrypt(rc4_context_t *text, const char *input, char *output, unsigned len) argument
1094 free_rc4(context_t *text) argument
1106 init_rc4(context_t *text, char enckey[16], char deckey[16]) argument
1141 dec_rc4(context_t *text, const char *input, unsigned inputlen, unsigned char digest[16], char *output, unsigned *outputlen) argument
1162 enc_rc4(context_t *text, const char *input, unsigned inputlen, unsigned char digest[16], char *output, unsigned *outputlen) argument
1250 init_uef(context_t *text, CK_KEY_TYPE keyType, CK_MECHANISM_TYPE mech_type, CK_SLOT_ID slot_id, char enckey[16], char deckey[16]) argument
1383 init_rc4_uef(context_t *text, char enckey[16], char deckey[16]) argument
1390 init_des_uef(context_t *text, char enckey[16], char deckey[16]) argument
1397 init_3des_uef(context_t *text, char enckey[16], char deckey[16]) argument
1405 free_uef(context_t *text) argument
1470 dec_rc4_uef(context_t *text, const char *input, unsigned inputlen, unsigned char digest[16], char *output, unsigned *outputlen) argument
1510 enc_rc4_uef(context_t *text, const char *input, unsigned inputlen, unsigned char digest[16], char *output, unsigned *outputlen) argument
1551 dec_des_uef(context_t *text, const char *input, unsigned inputlen, unsigned char digest[16], char *output, unsigned *outputlen) argument
1605 enc_des_uef(context_t *text, const char *input, unsigned inputlen, unsigned char digest[16], char *output, unsigned *outputlen) argument
1662 create_layer_keys(context_t *text, const sasl_utils_t *utils, HASH key, int keylen, char enckey[16], char deckey[16]) argument
1730 context_t *text = (context_t *) context; local
1817 context_t *text = (context_t *) context; local
1989 context_t *text = (context_t *) context; local
2008 context_t *text = (context_t *) context; local
2080 create_MAC(context_t * text, char *input, int inputlen, int seqnum, unsigned char MAC[16]) argument
2124 check_integrity(context_t * text, char *buf, int bufsize, char **output, unsigned *outputlen) argument
2172 context_t *text = (context_t *) context; local
2250 context_t *text = (context_t *) context; local
2265 context_t *text = (context_t *) conn_context; local
2341 DigestCalcHA1FromSecret(context_t * text, const sasl_utils_t * utils, HASH HA1, unsigned char *authorization_id, unsigned char *pszNonce, unsigned char *pszCNonce, HASHHEX SessionKey) argument
2371 create_response(context_t * text, const sasl_utils_t * utils, unsigned char *nonce, unsigned int ncvalue, unsigned char *cnonce, char *qop, char *digesturi, HASH Secret, char *authorization_id, char **response_value) argument
2536 context_t *text; local
2561 context_t *text = (context_t *) stext; local
2844 context_t *text = (context_t *) stext; local
3591 context_t *text = (context_t *) conn_context; local
3803 DigestCalcHA1(context_t * text, const sasl_utils_t * utils, unsigned char *pszUserName, unsigned char *pszRealm, sasl_secret_t * pszPassword, unsigned char *pszAuthorization_id, unsigned char *pszNonce, unsigned char *pszCNonce, HASHHEX SessionKey) argument
3846 calculate_response(context_t * text, const sasl_utils_t * utils, unsigned char *username, unsigned char *realm, unsigned char *nonce, unsigned int ncvalue, unsigned char *cnonce, char *qop, unsigned char *digesturi, sasl_secret_t * passwd, unsigned char *authorization_id, char **response_value) argument
3942 make_client_response(context_t *text, sasl_client_params_t *params, sasl_out_params_t *oparams) argument
4213 context_t *text = (context_t *) ctext; local
4610 context_t *text = (context_t *) ctext; local
4768 context_t *text; local
4795 context_t *text = (context_t *) ctext; local
4875 context_t *text = (context_t *) ctext; local
4946 context_t *text = (context_t *) ctext; local
5054 context_t *text = (context_t *) conn_context; local
[all...]
/illumos-gate/usr/src/cmd/syslogd/
H A Dsyslogd.c1745 char *eomp, *eomp2, *from, *text, *msg; local
1793 text = cp + strlen(cp);
1799 DPRINT2(5, "writemsg(%u): text = \"%s\"\n", mythreadno, text);
1818 l = strlen(text);
1819 p = text;
1821 DPRINT2(5, "writemsg(%u): text = \"%s\"\n", mythreadno, text);
1822 DPRINT2(5, "writemsg(%u): strlen(text) = %d\n", mythreadno, l);
/illumos-gate/usr/src/uts/common/pcmcia/sys/
H A Dcs.h644 /* buffer to return text strings */
645 char text[CS_EVENT_MAX_BUFSIZE]; member in struct:event2text_t
653 char text[CS_ERROR_MAX_BUFSIZE]; member in struct:error2text_t
H A Dcis_handlers.h49 char *text; /* name of tuple */ member in struct:cistpl_callout_t
322 char desc[CIS_MAX_TUPLE_DATA_LEN]; /* text description of */
/illumos-gate/usr/src/uts/common/krtld/
H A Dkobj.c220 vmem_t *text_arena; /* module text arena */
273 * Beginning and end of the kernel's dynamic text/data segments.
843 mp->text = _text;
849 cp->mod_text = mp->text;
857 _kobj_printf(ops, "\ttext: 0x%p", mp->text);
925 } else if (mp->text == NULL) {
926 mp->text = (char *)shp->sh_addr;
951 mp->text_size = _etext - mp->text;
954 cp->mod_text = mp->text;
961 kmp->text_size = (size_t)(mp->text
2280 uintptr_t text = 0, data, textptr; local
4285 uintptr_t text = (uintptr_t)mp->text; local
4311 uintptr_t text = (uintptr_t)mp->text; local
[all...]
/illumos-gate/usr/src/cmd/make/include/mksh/
H A Ddefs.h205 * buffer.start text.p text.end buffer.end
206 * text.p points to the next char to read/write.
212 } text; member in struct:_String
223 str.text.p = (buf); \
224 str.text.end = NULL; \
717 source->string.text.p = source_p; \
720 source_p = source->string.text.p - \
722 source_end = source->string.text.end; \
/illumos-gate/usr/src/uts/common/io/scsi/adapters/iscsi/
H A Discsi.h313 ISCSI_CMD_TYPE_TEXT /* text */
373 * iscsi text command stages - these stages are used by iSCSI text
492 } text; member in union:iscsi_cmd::__anon6492
/illumos-gate/usr/src/uts/common/gssapi/mechs/krb5/include/
H A Dkrb5.h1206 krb5_data text; /* descriptive text */ member in struct:_krb5_error
/illumos-gate/usr/src/uts/sfmmu/vm/
H A Dhat_sfmmu.c3312 * hmes are only used for read only text. Adding this code for
10133 * uses 4M text pages to minimize extra conflict misses
10134 * in the first TSB since without counting text pages
10138 * extra conflict misses due to competition between 4M text pages
13834 int text = (r_type == HAT_REGION_TEXT); local
13855 * Currently only support shared hmes for the read only main text
13954 if (text && r_pgszc >= TTE4M &&
/illumos-gate/usr/src/uts/common/dtrace/
H A Ddtrace.c5693 const dif_instr_t *text = difo->dtdo_buf; local
5727 instr = text[pc++];
9876 const dif_instr_t *text = dp->dtdo_buf; local
9883 dif_instr_t instr = text[pc];
12871 * We can't have a DIF object without DIF text.
12873 dtrace_dof_error(dof, "missing DIF text");
14534 * this fails (e.g. because the debugger has modified text in
16107 * modified text in some way), we won't allow the open.
/illumos-gate/usr/src/cmd/svc/svccfg/
H A Dsvccfg_libscf.c13198 char *text = NULL; local
13212 text = read_astring(pg, SCF_PROPERTY_TM_NAME);
13213 if (text != NULL) {
13215 TMPL_INDENT, gettext("name"), text);
13216 uu_free(text);
13218 text = read_astring(pg, SCF_PROPERTY_TM_URI);
13219 if (text != NULL) {
13221 gettext("uri"), text);
13222 uu_free(text);
13229 text
[all...]
/illumos-gate/usr/src/uts/common/io/aac/
H A Daac_regs.h314 /* Pad for the text above */
1014 /* Size of buffer for text messages from the controller */
1274 char text[132]; /* Generic text */ member in struct:aac_AifEnsGeneric

Completed in 298 milliseconds

123456