Searched defs:word (Results 51 - 75 of 123) sorted by relevance

12345

/illumos-gate/usr/src/cmd/spell/
H A Dspellprog.c230 static char word[LINE_MAX]; variable
266 * The spellprog looks up words in the hashed-list; if a word is found, it
269 * a control character is printed ( a "-" is appended to the word.
343 for (ep = word; (*ep = j = getchar()) != '\n'; ep++)
354 if (!tryword(word, ep, 0))
355 (void) fprintf(file, "%s\n", word);
358 for (cp = word, dp = original; cp < ep; )
362 for (cp = word; cp < ep; cp++)
365 if (((ep - word) == 1) &&
366 ((word[
[all...]
/illumos-gate/usr/src/uts/common/io/ixgbe/core/
H A Dixgbe_x540.c372 * ixgbe_read_eerd_X540- Read EEPROM word using EERD
374 * @offset: offset of word in the EEPROM to read
375 * @data: word read from the EEPROM
377 * Reads a 16 bit word from the EEPROM using the EERD register.
396 * ixgbe_read_eerd_buffer_X540- Read EEPROM word(s) using EERD
398 * @offset: offset of word in the EEPROM to read
400 * @data: word(s) read from the EEPROM
402 * Reads a 16 bit word(s) from the EEPROM using the EERD register.
423 * ixgbe_write_eewr_X540 - Write EEPROM word using EEWR
425 * @offset: offset of word i
489 u16 word = 0; local
[all...]
/illumos-gate/usr/src/common/ficl/
H A Dtools.c116 isPrimitive(ficlWord *word)
118 ficlWordKind wk = ficlWordClassify(word);
143 ficlWord *word; local
161 word = hash[i];
163 while (word) {
166 word = word->link;
198 * CFA of the word to decompile for each kind of
199 * known word-builder code, and tries to do
206 ficlWord *word; local
216 ficlDictionarySee(ficlVmGetDictionary(vm), word, local
338 ficlWord *word; local
386 ficlWord *word; local
645 ficlWord *word; local
811 ficlWord *word; local
[all...]
H A Ddictionary.c11 * dictionary. A word is a named chunk of data with its
69 * NOTE: this function is not smart enough to unlink a word that
77 ficlWord *word; local
79 word = dictionary->smudge;
81 if (word->flags & FICL_WORD_SMUDGED)
82 dictionary->here = (ficlCell *)word->name;
207 ficlWord *word = ficlDictionaryAppendWord(dictionary, name, local
210 if (word != NULL)
212 return (word);
219 ficlWord *word local
255 ficlWord *word = ficlDictionaryLookup(dictionary, name); local
283 ficlWord *word; local
346 ficlWord *word; local
396 ficlWord *word; local
542 ficlDictionaryIsAWord(ficlDictionary *dictionary, ficlWord *word) argument
580 ficlWord *word; local
617 ficlWord *word = NULL; local
658 ficlDictionarySee(ficlDictionary *dictionary, ficlWord *word, ficlCallback *callback) argument
667 ficlWord *word = (ficlWord *)(cell->p); local
704 ficlWord *word = (ficlWord *)c.p; local
858 ficlWord *word = dictionary->smudge; local
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_capture.c557 * | word 0 | word 1 | word 2 |
560 * A version 2 header adds a word that identifies the MAC type.
567 * | word 0 | word 1 | word 2 | word 3
607 int *word; local
665 word
[all...]
H A Dsnoop_smb.c793 char word[10]; local
797 snprintf(word, sizeof (word), "%.2x ", data[i]);
798 (void) strlcat(buff, word, sizeof (buff));
1349 uchar_t *vwv; /* word parameters */
1442 /* print the word parameters */
1475 /* print the word parameters */
1671 /* word 7 */
1680 /* word 7 */
1684 /* word
1960 char word[10]; local
[all...]
/illumos-gate/usr/src/cmd/csh/
H A Dsh.glob.c698 tchar word[BUFSIZ]; local
709 pargcp = pargs = word;
844 * this word.
855 * Unless at end-of-file, we will form a new word
856 * here if there were characters in the word, or in
903 printf("got word %t\n", pargv[pargc-1]);
H A Dsh.lex.c33 tchar *word(void);
68 tchar *exclp; /* (Tail of) current word from ! subst */
98 hp->word = S_ /* "" */;
118 new->word = 0;
123 wdp->word = word();
124 } while (wdp->word[0] != '\n');
141 printf("%t", sp->word);
145 if (sp->word[0] != '\n')
167 wdp->word
191 word(void) function
[all...]
H A Dsh.file.c522 * Perform a RECOGNIZE or LIST command on string "word".
525 search2(tchar *word, COMMAND command, int max_word_length) argument
542 looking_for_lognames = (*word == '~') && (index_(word, '/') == NULL);
545 copyn(name, &word[1], MAXNAMLEN); /* name sans ~ */
547 extract_dir_and_name(word, dir, name);
603 copyn(word, S_TIL /* "~" */, 1);
606 copyn(word, dir, max_word_length);
608 catn(word, extended_name, max_word_length);
748 * The word star
[all...]
/illumos-gate/usr/src/cmd/mailx/
H A Daux.c564 * Here sz is the buffer size of word.
567 yankword(char *name, char *word, int sz, int comma) argument
578 nstrcpy(word, sz, name);
/illumos-gate/usr/src/cmd/sgs/elfdump/common/
H A Dmain.c181 int ndx, byte, word; local
201 for (ndx = byte = word = 0; n > 0; n--, ldata++) {
212 word++;
215 if (word == col_per_row) {
223 word = 0;
228 if (byte || word) {
/illumos-gate/usr/src/cmd/fwflash/plugins/transport/common/
H A Dhermon.c1203 uint32_t word; local
1209 word = (image[4 * i] << 24) |
1215 word = MLXSWAPBITS32(word);
1220 (word >> 31)) ^ poly) & 0xFFFF;
1222 crc = ((crc << 1) | (word >> 31)) & 0xFFFF;
1224 word = (word << 1) & 0xFFFFFFFF;
H A Dtavor.c1911 uint32_t word; local
1915 word = (image[4 * i] << 24) |
1923 (word >> 31)) ^ poly) & 0xFFFF;
1925 crc = ((crc << 1) | (word >> 31)) & 0xFFFF;
1927 word = (word << 1) & 0xFFFFFFFF;
/illumos-gate/usr/src/cmd/sh/
H A Dmode.h77 struct blk *word; member in struct:blk
89 * uses get changed. Most of this code is in word.c.
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_ioctl.c771 volatile uint16_t word; local
778 for (word = 0; word < 8; word++) {
808 word = 0;
809 while ((word & NV_DATA_IN) == 0) {
811 word = RD16_IO_REG(ha, nvram);
837 word = 0;
838 while ((word & NV_DATA_IN) == 0) {
840 word
[all...]
/illumos-gate/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon_fm.c1453 uint32_t word; local
1476 word = ddi_get32(cmdhdl, state->hs_cmd_regs.fw_err_buf);
1482 if (word != 0) {
/illumos-gate/usr/src/uts/common/io/ib/adapters/tavor/
H A Dtavor_event.c816 uint32_t word; local
830 word = ddi_get32(state->ts_reg_cmdhdl, base_addr);
832 err_type = (word & 0xFF000000) >> 24;
H A Dtavor_ioctl.c2064 uint32_t word; local
2083 word = tavor_flash_read_cfg(hdl, TAVOR_HW_FLASH_GPIO_SEMA);
2084 if (word == 0) {
2148 * quad word.
2306 * from a 32 bit word to a char array, and from a char array to
2307 * a 32 bit word.
/illumos-gate/usr/src/uts/sun4/os/
H A Dmachdep.c599 uint32_t word; local
605 /* We might not begin on a word boundary. */
607 word = ldphys(addr & ~3);
609 *buf++ = ((uchar_t *)&word)[i];
614 word = ldphys(addr);
616 *buf++ = ((uchar_t *)&word)[i];
630 uint32_t word; local
635 /* We might not begin on a word boundary. */
637 word = ldphys(addr & ~3);
639 ((uchar_t *)&word)[
[all...]
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_event.c377 * word[0] = DID of the RSCN
378 * word[1] = RSCN Payload
419 * word[0 - 4] = WWPN of the RSCN
420 * word[5] = RSCN Payload
498 * word[0] = RXID tag for outgoing reply to this CT request
499 * word[1] = CT Payload
563 * word[0] = Linkspeed:8
564 * word[0] = LIP_type:8
565 * word[0] = resv1:8
566 * word[
804 uint32_t *word; local
[all...]
/illumos-gate/usr/src/lib/libshell/common/edit/
H A Dhistory.c1064 * return word number <word> from command number <command>
1067 char *hist_word(char *string,int size,int word) argument
1083 if(--word==0)
/illumos-gate/usr/src/lib/libshell/common/sh/
H A Dlex.c79 char reservok; /* >0 for reserved word legal */
80 char skipword; /* next word can't be reserved */
309 * Get the next word and put it on the top of the stak
310 * A pointer to the current word is stored in lp->arg
1190 /* check for reserved word { or } */
1487 char word[5]; local
1520 word[n++] = c;
1524 if(memcmp(word,"case",4)==0)
1526 else if(memcmp(word,"esac",4)==0)
2038 * Assumes that current word i
[all...]
/illumos-gate/usr/src/cmd/krb5/slave/
H A Dkpropd.c1228 register char *word, ch; local
/illumos-gate/usr/src/cmd/truss/
H A Dramdata.h52 uint32_t word[(NOFILES_MAX+31)/32]; member in struct:__anon1901
/illumos-gate/usr/src/uts/common/io/afe/
H A Dafe.c765 /* bit within a 32-bit word */
1000 uint16_t word = 0; local
1034 word <<= 1;
1036 word |= 1;
1049 ptr = (uchar_t *)&word;
1058 uint16_t word; local
1061 word = afe_readsromword(afep, romaddr + i);
1062 *ptr = word;

Completed in 111 milliseconds

12345