Searched refs:text (Results 376 - 387 of 387) sorted by relevance

<<111213141516

/illumos-gate/usr/src/lib/krb5/plugins/preauth/pkinit/
H A Dpkinit_crypto_openssl.c3462 * PIN is passed to the C_Login function and only the text chars should
6732 for (i = 0; pkcs11_errstrings[i].text != NULL; i++)
6735 if (pkcs11_errstrings[i].text != NULL)
6736 return (pkcs11_errstrings[i].text);
/illumos-gate/usr/src/cmd/mdb/common/kmdb/
H A Dkmdb_kvm.c741 km->km_text_va = (uintptr_t)mod->text;
/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/lib/libast/common/regex/
H A Dregnexec.c1738 r = (*env->disc->re_execf)(env->regex, rex->re.exec.data, rex->re.exec.text, rex->re.exec.size, (const char*)s, env->end - s, &u, env->disc);
/illumos-gate/usr/src/uts/sun4/ml/
H A Dinterrupt.s1982 * This read-only data is in the text segment.
/illumos-gate/usr/src/uts/sun4u/cpu/
H A Dus3_common_asm.s358 * fetching from the kernel locked text address.
606 .seg "text"
1269 * usually kernel text/data). For that reason the Fast ECC at TL>0
1316 .section ".text"
3157 ! loads its text page at index 15 in sfmmu_kernel_remap() and we
/illumos-gate/usr/src/cmd/make/bin/
H A Ddoname.cc2710 target = normalize_name(string.buffer.start, string.text.p - string.buffer.start);
/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/mdb/common/modules/genunix/
H A Dkmem.c2515 (uintptr_t)mod.text, mod.text_size, "text segment");
/illumos-gate/usr/src/lib/storage/liba5k/common/
H A Dmon.c2881 * Must use the text size from the Type Descriptors.
2887 (void *)&l_state->ib_tbl.config.text[i], (size_t)size);
4072 * - verify the size is that of 3 proms worth of text.
4474 MSGSTR(9054, " Writing new text image to IB."));
/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/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 &&

Completed in 170 milliseconds

<<111213141516