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

1234567891011>>

/illumos-gate/usr/src/boot/sys/boot/efi/loader/
H A DMakefile7 # A full copy of the text of the CDDL should have accompanied this
106 ${OBJCOPY} --readonly-text -j .peheader -j .text -j .sdata -j .data \
/illumos-gate/usr/src/common/ficl/
H A Dvm.c341 * point to the first aligned address after the string text.
349 cp = s->text;
363 cp = s->text + s->length + 1;
2080 strncpy(counted->text, FICL_STRING_GET_POINTER(s),
2082 counted->text[FICL_STRING_GET_LENGTH(s)] = '\0';
2085 return (counted->text + FICL_STRING_GET_LENGTH(s) + 1);
2198 FICL_STRING_SET_POINTER(s, trace); /* mark start of text */
2261 ficlVmPushTib(ficlVm *vm, char *text, ficlInteger nChars, ficlTIB *pSaveTib) argument
2266 vm->tib.text = text;
2323 ficlVmTextOut(ficlVm *vm, char *text) argument
2330 ficlVmErrorOut(ficlVm *vm, char *text) argument
[all...]
H A Ddictionary.c731 ficlAlignPointer(counted->text +
734 counted->text);
741 ficlAlignPointer(counted->text +
744 counted->text);
H A Dprimitives.c842 * Get next word...if out of text, we're done.
1545 counted->text[counted->length++] = ficlDigitToCharacter(uqr.remainder);
1563 counted->text[counted->length] = 0;
1564 ficlStringReverse(counted->text);
1566 ficlStackPushPointer(vm->dataStack, counted->text);
1591 counted->text[counted->length++] =
1615 counted->text[counted->length++] = (char)i;
1635 counted->text[counted->length++] = '-';
1727 * (Although the standard text doesn't say so, I assume that the intent
1875 ficlStackPushUnsigned(vm->dataStack, (ficlUnsigned)(s.text[
[all...]
/illumos-gate/usr/src/cmd/fruadm/
H A Dfruadm.c65 gettext("Usage: %s [ -l ] | [ [ -r ] frupath [ text ] ]\n"),
257 char *tmp = strdup(def->enum_table[i].text);
319 "/%s[%d]/%s", *ptr, iter, def.enum_table[count].text);
323 "/%s/%s", *ptr, def.enum_table[count].text);
334 def.enum_table[count].text, &def1)) != FRU_SUCCESS) {
432 if (strcmp(def.enum_table[i].text,
/illumos-gate/usr/src/uts/common/io/scsi/adapters/iscsi/
H A Discsi_io.c1559 * iscsi_rx_process_text_rsp - processes iSCSI text response. It sets
1563 * a text request.
1565 * iSCSI commands because the initiator sends additional empty text requests
1567 * request. iscsi_handle_text controls the operation of text request, while
1602 * responses of a long text response
1607 icmdp->cmd_un.text.stage = ISCSI_CMD_TEXT_FINAL_RSP;
1610 "received text response with invalid flags:0x%x or "
1615 if ((icmdp->cmd_un.text.stage == ISCSI_CMD_TEXT_INITIAL_REQ) &&
1620 icmdp->cmd_un.text.stage = ISCSI_CMD_TEXT_FINAL_RSP;
1623 "error - received text respons
[all...]
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dfindstack.c130 text_to_sobj(const char *text, uintptr_t *out) argument
132 if (strcasecmp(text, "ALL") == 0) {
137 return (sobj_text_to_ops(text, out));
142 text_to_tstate(const char *text, uint_t *out) argument
144 if (strcasecmp(text, "panic") == 0)
146 else if (thread_text_to_state(text, out) != 0) {
147 mdb_warn("tstate \"%s\" not recognized\n", text);
221 * sorts the stacks by text function name.
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/in.ndpd/
H A Dconfig.c451 /* Skip until next whitespace or end of quoted text */
592 conferr("Trailing text <%s> ignored\n", argvec[0]);
639 logmsg(LOG_ERR, "Trailing text <%s> ignored\n", argvec[0]);
714 logmsg(LOG_ERR, "Trailing text <%s> ignored\n", argvec[0]);
/illumos-gate/usr/src/uts/sparc/dtrace/
H A Dsdt.c171 mp->sdt_tab = kobj_texthole_alloc(mp->text, mp->sdt_size);
220 (uintptr_t)mp->text, &offs);
243 sdp->sdp_patchval = SDT_CALL((uintptr_t)mp->text +
/illumos-gate/usr/src/grub/grub-0.97/docs/
H A Dtexinfo.tex196 % that the text looks ok even though it passes the margin).
201 % surround any changed text. This approach does *not* work if the
223 % This is the space between the bar and the text.
669 % the text is small, which looks bad.
694 % manual), we don't worry about eating any user text.
699 % \baselineskip glue before it, and (when the next line of text is done)
792 % @exdent text....
793 % outputs text on separate line in roman font, starting at standard page margin
843 \def\lefttext{#1}% have only one text
855 % @include file insert text o
[all...]
/illumos-gate/usr/src/lib/libfru/include/
H A Dlibfru.h209 char *text; member in struct:__anon3242
/illumos-gate/usr/src/common/crypto/modes/amd64/
H A Dgcm_intel.s187 .text
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Diso9660.h186 u_int8_t text[0]; member in struct:rock_ridge::__anon2191::SL::SL_component
/illumos-gate/usr/src/uts/i86pc/dboot/
H A Ddboot_grub.s41 .text
/illumos-gate/usr/src/uts/common/sys/
H A Dkobj.h70 char *text; member in struct:module
/illumos-gate/usr/src/cmd/smbsrv/smbd/
H A Dsmbd_main.c671 smbd_online_wait(const char *text) argument
676 if (text != NULL) {
677 syslog(LOG_DEBUG, "%s: online", text);
678 (void) fprintf(stderr, "%s: online\n", text);
/illumos-gate/usr/src/cmd/ptools/ppriv/
H A Dppriv.c606 char *text = priv_gettext(p); local
608 if (text == NULL)
610 for (p = text; q = strchr(p, '\n'); p = q + 1) {
614 free(text);
/illumos-gate/usr/src/cmd/sgs/rtld/i386/
H A Dboot.s33 * We get control from exec which has loaded our text and
90 .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/boot/sys/boot/i386/pxeldr/
H A Dpxeldr.S58 .set AOUT_TEXT,0x04 # text segment size
145 # the start of the text
147 movl end+AOUT_TEXT, %ecx # %ecx = length of the text
161 movsb # text segment
/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/libsasl/include/
H A Dsaslplug.h90 void (*MD5Update)(MD5_CTX *, const unsigned char *text, unsigned int len);
92 void (*hmac_md5)(const unsigned char *text, int text_len,
/illumos-gate/usr/src/lib/libfru/libnvfru/
H A Dnvfru.c128 def->enumTable[i].text);
215 def->enumTable[i].text);
/illumos-gate/usr/src/cmd/mdb/common/modules/krtld/
H A Dkrtld.c273 mod.text = NULL;
298 mcp->mod_id, mod.text, mod.text_size + mod.data_size,
/illumos-gate/usr/src/lib/libdns_sd/java/com/apple/dnssd/docs/examples/src/
H A DSimpleChat.java17 * this notice and the following text and disclaimers in all such redistributions of
50 import java.text.*;
54 import javax.swing.text.*;
62 Document textDoc; // Holds all the chat text
70 JButton sendButton; // Will send text in inputField to target
113 JEditorPane textPane = new JEditorPane( "text/html", "<BR>");
227 // Produce a mapping from a string to a color, suitable for text display

Completed in 187 milliseconds

1234567891011>>