Searched refs:character (Results 1 - 20 of 20) sorted by relevance

/linux-master/drivers/acpi/acpica/
H A Dutascii.c31 /* Validate each character in the signature */
46 * PARAMETERS: char - The character to be examined
49 * RETURN: TRUE if the character is valid, FALSE otherwise
51 * DESCRIPTION: Check for a valid ACPI character. Must be one of:
56 * We allow a '!' as the last character because of the ASF! table
60 u8 acpi_ut_valid_name_char(char character, u32 position) argument
63 if (!((character >= 'A' && character <= 'Z') ||
64 (character >= '0' && character <
[all...]
H A Dacutils.h159 u8 acpi_ut_valid_name_char(char character, u32 position);
616 * utstring - String and character utilities
/linux-master/arch/m68k/sun3/prom/
H A Dconsole.c16 /* Non blocking get character from console input device, returns -1
31 /* Non blocking put character to console device, returns -1 if
46 /* Blocking version of get character routine above. */
50 int character; local
51 while((character = prom_nbgetchar()) == -1) ;
52 return (char) character;
55 /* Blocking version of put character routine above. */
/linux-master/arch/m68k/include/asm/
H A Doplib.h141 /* Non-blocking get character from console. */
144 /* Non-blocking put character to console. */
145 extern int prom_nbputchar(char character);
147 /* Blocking get character from console. */
150 /* Blocking put character to console. */
151 extern void prom_putchar(char character);
/linux-master/drivers/scsi/aic7xxx/aicasm/
H A Daicasm_scan.l329 snprintf(buf, sizeof(buf), "Invalid character "
444 snprintf(buf, sizeof(buf), "Invalid character "
/linux-master/arch/arm/include/debug/
H A Dmsm.S16 @ Write the 1 character to UARTDM_TF
/linux-master/arch/alpha/lib/
H A Dstrchr.S6 * Return the address of a given character within a null-terminated
22 zapnot a1, 1, a1 # e0 : zero extend the search character
24 sll a1, 8, t5 # e0 : replicate the search character
H A Dstrrchr.S6 * Return the address of the last occurrence of a given character
22 zapnot a1, 1, a1 # e0 : zero extend our test character
24 sll a1, 8, t5 # e0 : replicate our test character
35 or t5, a1, a1 # .. e1 : character replication complete
54 /* Mask out character matches after terminator */
65 /* Locate the address of the last matched character */
/linux-master/arch/powerpc/platforms/pseries/
H A Dsetup.c538 if (result->character & H_CPU_CHAR_SPEC_BAR_ORI31)
541 if (result->character & H_CPU_CHAR_BCCTRL_SERIALISED)
544 if (result->character & H_CPU_CHAR_L1D_FLUSH_ORI30)
547 if (result->character & H_CPU_CHAR_L1D_FLUSH_TRIG2)
550 if (result->character & H_CPU_CHAR_L1D_THREAD_PRIV)
553 if (result->character & H_CPU_CHAR_COUNT_CACHE_DISABLED)
556 if (result->character & H_CPU_CHAR_BCCTR_FLUSH_ASSIST)
559 if (result->character & H_CPU_CHAR_BCCTR_LINK_FLUSH_ASSIST)
/linux-master/arch/arc/lib/
H A Dstrchr-700.S68 ; Found searched-for character. r0 has already advanced to next word.
/linux-master/arch/xtensa/lib/
H A Dmemset.S40 slli a7, a3, 8 # duplicate character in all bytes of word
/linux-master/arch/arm/boot/compressed/
H A Dll_char_wr.S38 * calculate offset into character table
56 add r0, r0, r5, lsl #3 @ Move to bottom of character
/linux-master/tools/scripts/
H A Dutilities.mak1 # This allows us to work with the newline character:
23 # single space each newline character in the output
/linux-master/drivers/s390/char/
H A Dcon3270.c57 u8 character; member in struct:tty3270_cell
85 unsigned char wcc; /* Write control character. */
436 c = cell->character;
1255 * Insert character into the screen at the current position with the
1267 cell->character = ' ';
1274 cell->character = ch;
1317 cell->character = ' ';
1341 line->cells[tp->cx + n].character = ' ';
1537 cell->character = ' ';
1785 default: /* Insert normal character
[all...]
/linux-master/arch/powerpc/kvm/
H A Dpowerpc.c2268 cp->character = c.character;
2325 cp->character |= KVM_PPC_CPU_CHAR_SPEC_BAR_ORI31;
2328 cp->character |= KVM_PPC_CPU_CHAR_BCCTRL_SERIALISED;
2331 cp->character |= KVM_PPC_CPU_CHAR_L1D_FLUSH_ORI30;
2334 cp->character |= KVM_PPC_CPU_CHAR_L1D_FLUSH_TRIG2;
2337 cp->character |= KVM_PPC_CPU_CHAR_L1D_THREAD_PRIV;
2340 cp->character |= KVM_PPC_CPU_CHAR_COUNT_CACHE_DIS;
2343 cp->character |= KVM_PPC_CPU_CHAR_BCCTR_FLUSH_ASSIST;
/linux-master/arch/powerpc/include/asm/
H A Dplpar_wrappers.h340 p->character = retbuf[0];
H A Dhvcall.h606 u64 character; member in struct:h_cpu_char_result
/linux-master/arch/powerpc/include/uapi/asm/
H A Dkvm.h447 __u64 character; /* characteristics of the CPU */ member in struct:kvm_ppc_cpu_char
449 __u64 character_mask; /* valid bits in character */
454 * Values for character and character_mask.
/linux-master/tools/arch/powerpc/include/uapi/asm/
H A Dkvm.h447 __u64 character; /* characteristics of the CPU */ member in struct:kvm_ppc_cpu_char
449 __u64 character_mask; /* valid bits in character */
454 * Values for character and character_mask.
/linux-master/tools/power/x86/turbostat/
H A Dturbostat.c4409 char path[80], character; local
4436 if (fscanf(filep, "%lx%c", &map, &character) != 2)
4449 } while (character == ',');
7519 /* the last character is already '\n' */

Completed in 203 milliseconds