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

<<111213141516

/illumos-gate/usr/src/uts/common/os/
H A Dpriv_defs134 parent directory has the ``save text image after execution''
H A Dmodctl.c3436 (void *)((struct module *)mp->mod_mp)->text,
3620 (void *)((struct module *)mp->mod_mp)->text,
/illumos-gate/usr/src/uts/sparc/ml/
H A Dmodstubs.s44 * by pieces of text. This is safe for all assemblers I know of now...
224 .section ".text"
274 ! this is just a marker for the area of text that contains stubs
275 .seg ".text"
1288 ! this is just a marker for the area of text that contains stubs
1289 .seg ".text"
/illumos-gate/usr/src/lib/libslp/javalib/com/sun/slp/
H A DSLPConfig.java49 import java.text.*;
/illumos-gate/usr/src/cmd/pools/poold/com/sun/solaris/domain/pools/
H A DObjective.java33 import java.text.DecimalFormat;
/illumos-gate/usr/src/cmd/print/printmgr/com/sun/admin/pm/client/
H A DpmTop.java44 import javax.swing.text.*;
/illumos-gate/usr/src/cmd/troff/
H A Dn7.c64 * text
256 text()
/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
/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/cmd/boot/bootadm/
H A Dbootadm_loader.c557 ficlTextOutSilent(ficlCallback *cb, char *text) argument
/illumos-gate/usr/src/cmd/mdb/common/modules/dtrace/
H A Ddtrace.c735 if ((uintptr_t)mod.text > data->dtmd_addr)
738 if ((uintptr_t)mod.text + mod.text_size <= data->dtmd_addr)
/illumos-gate/usr/src/uts/common/pcmcia/cis/
H A Dcis_handlers.c2166 (void) strncpy(gtn->name, co->text, CIS_MAX_TUPLE_NAME_LEN);
/illumos-gate/usr/src/uts/common/zmod/
H A Dinflate.c655 state->head->text = (int)((hold >> 8) & 1);
H A Ddeflate.c17 * of the input text which are identical to earlier input (within a
603 put_byte(s, (s->gzhead->text ? 1 : 0) +
/illumos-gate/usr/src/uts/i86pc/ml/
H A Dlocore.s80 * - The kernel's text, initialized data and bss are mapped.
104 * The very first thing in the kernel's text segment must be a jump
107 .text
130 * if it ever overflows, it will fault on the last kernel text page.
/illumos-gate/usr/src/boot/lib/libz/
H A Dinflate.c701 state->head->text = (int)((hold >> 8) & 1);
H A Ddeflate.c10 * of the input text which are identical to earlier input (within a
710 put_byte(s, (s->gzhead->text ? 1 : 0) +
/illumos-gate/usr/src/cmd/mandoc/
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/grub/grub-0.97/stage2/
H A Dasm.S49 .text
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_kvm.c41 * instantiated on-the-fly whenever an address lookup falls within the text
245 km->km_text_va = (uintptr_t)kmod.text;
919 * has no symbol table and the address is in the text section,
/illumos-gate/usr/src/tools/scripts/
H A Dwebrev.sh57 <meta http-equiv="Content-Type" content="text/xhtml;charset=utf-8"></meta>
70 <style type="text/css" media="screen">
89 text-align: right;
124 <style type="text/css" media="print">
141 <style type="text/css" media="screen">
164 td.foot-os { width: 50%; text-align: right; }
168 td.head-vol { width: 80%; text-align: center; }
169 td.head-rtitle { width: 10%; text-align: right; }
190 span.ref-title { text-decoration: underline; }
605 # Deleted lines of text ar
[all...]
/illumos-gate/usr/src/uts/intel/ia32/ml/
H A Dmodstubs.s61 * by pieces of text. This is safe for all assemblers I know of now...
389 * this is just a marker for the beginning area of text that contains stubs
1427 / this is just a marker for the area of text that contains stubs
H A Di86_subr.s1107 .text
4033 .text
/illumos-gate/usr/src/lib/libast/common/regex/
H A Dregcomp.c2447 e->re.exec.text = (const char*)p;
2452 e->re.exec.data = (*env->disc->re_compf)(env->regex, e->re.exec.text, e->re.exec.size, env->disc);
/illumos-gate/usr/src/lib/libc/port/
H A Dllib-lc437 int fmtmsg(long class, const char *label, int severity, const char *text,

Completed in 176 milliseconds

<<111213141516