Home
last modified time | relevance | path

Searched refs:ch (Results 1 – 25 of 631) sorted by path

12345678910>>...26

/illumos-gate/exception_lists/
H A Dcddlchk35 usr/src/cmd/acpi/acpixtract/acpixtract.[ch]
36 usr/src/cmd/acpi/acpixtract/axmain.[ch]
37 usr/src/cmd/acpi/acpixtract/axutils.[ch]
H A Dcopyright484 usr/src/cmd/bhyve/acpi.[ch]
487 usr/src/cmd/bhyve/basl.[ch]
496 usr/src/cmd/bhyve/e820.[ch]
497 usr/src/cmd/bhyve/fwctl.[ch]
498 usr/src/cmd/bhyve/gdb.[ch]
500 usr/src/cmd/bhyve/inout.[ch]
502 usr/src/cmd/bhyve/mem.[ch]
505 usr/src/cmd/bhyve/mptbl.[ch]
533 usr/src/cmd/bhyve/rtc.[ch]
541 usr/src/cmd/bhyve/vga.[ch]
[all …]
H A Dcstyle1181 usr/src/cmd/bhyve/acpi.[ch]
1185 usr/src/cmd/bhyve/audio.[ch]
1186 usr/src/cmd/bhyve/basl.[ch]
1191 usr/src/cmd/bhyve/crc16.[ch]
1198 usr/src/cmd/bhyve/e820.[ch]
1200 usr/src/cmd/bhyve/gdb.[ch]
1206 usr/src/cmd/bhyve/iov.[ch]
1208 usr/src/cmd/bhyve/mem.[ch]
1240 usr/src/cmd/bhyve/rtc.[ch]
1249 usr/src/cmd/bhyve/vga.[ch]
[all …]
H A Dwscheck45 usr/src/cmd/bhyve/acpi.[ch]
49 usr/src/cmd/bhyve/audio.[ch]
50 usr/src/cmd/bhyve/basl.[ch]
51 usr/src/cmd/bhyve/crc16.[ch]
60 usr/src/cmd/bhyve/e820.[ch]
61 usr/src/cmd/bhyve/fwctl.[ch]
62 usr/src/cmd/bhyve/gdb.[ch]
66 usr/src/cmd/bhyve/inout.[ch]
68 usr/src/cmd/bhyve/mem.[ch]
99 usr/src/cmd/bhyve/rtc.[ch]
[all …]
/illumos-gate/usr/src/boot/common/
H A Dcommands.c353 int nl, ch; in command_echo() local
358 while ((ch = getopt(argc, argv, "n")) != -1) { in command_echo()
359 switch (ch) { in command_echo()
499 int verbose, ch, i; in command_lsdev() local
505 while ((ch = getopt(argc, argv, "v")) != -1) { in command_lsdev()
506 switch (ch) { in command_lsdev()
H A Dinterp_parse.c62 isdelim(int ch) in isdelim() argument
64 if (ch == '{') in isdelim()
66 else if (ch == '(') in isdelim()
72 isquote(int ch) in isquote() argument
74 return (ch == '\''); in isquote()
78 isdquote(int ch) in isdquote() argument
80 return (ch == '"'); in isdquote()
H A Dls.c65 int result, ch; in command_ls() local
73 while ((ch = getopt(argc, argv, "l")) != -1) { in command_ls()
74 switch (ch) { in command_ls()
H A Dmodule.c117 int dofile, dokld, ch, error; in command_load() local
127 while ((ch = getopt(argc, argv, "kt:")) != -1) { in command_load()
128 switch (ch) { in command_load()
231 int ch, verbose, hash, ret = 0; in command_lsmod() local
237 while ((ch = getopt(argc, argv, "vs")) != -1) { in command_lsmod()
238 switch (ch) { in command_lsmod()
H A Dpnp.c38 int ch; in pnp_scan() local
48 while ((ch = getopt(argc, argv, "v")) != -1) { in pnp_scan()
49 switch(ch) { in pnp_scan()
H A Dtem.c1107 switch (ch) { in tem_control()
1513 switch (ch) { in tem_chkparam()
1736 switch (ch) { in tem_chkparam_qmark()
1786 if (isdigit(ch)) { in tem_getparams()
1801 if (ch == ';') { in tem_getparams()
1819 if (ch == ';') { in tem_getparams()
1973 if (ch == A_CSI || ch == A_ESC || ch < ' ') { in tem_parse()
1978 tem_outch(tem, ch); in tem_parse()
1990 switch (ch) { in tem_parse()
2087 if (ch == '[') { in tem_parse()
[all …]
H A Dutil.c97 strchr(const char *s, char ch) in strchr() argument
101 if (*s == ch) in strchr()
H A Dutil.h48 char *strchr(const char *s, char ch);
/illumos-gate/usr/src/boot/efi/libefi/
H A Denv.c1140 int ch, rv; in command_efi_show() local
1155 while ((ch = getopt(argc, argv, "ag:lv:")) != -1) { in command_efi_show()
1156 switch (ch) { in command_efi_show()
/illumos-gate/usr/src/boot/efi/loader/
H A Dmain.c764 int ch; in main() local
766 ch = argv[i][j]; in main()
767 switch (ch) { in main()
988 int i, ch; in command_reboot() local
994 while ((ch = getopt(argc, argv, "fh")) != -1) { in command_reboot()
995 switch (ch) { in command_reboot()
/illumos-gate/usr/src/boot/i386/gptzfsboot/
H A Dsio.S51 movb $0x80,%ch # counter
64 movb $0x40,%ch # counter
/illumos-gate/usr/src/boot/i386/libi386/
H A Dvidconsole.c469 uint8_t ch; in vidc_text_cons_display() member
479 addr[i].ch = vga_get_cp437(data[i]); in vidc_text_cons_display()
/illumos-gate/usr/src/boot/libsa/
H A Dprintf.c108 snprint_func(int ch, void *arg) in snprint_func() argument
119 *(pbuf->buf)++ = ch; in snprint_func()
259 int ch, n; in kvprintf() local
282 while ((ch = (uchar_t)*fmt++) != '%' || stop) { in kvprintf()
283 if (ch == '\0') in kvprintf()
285 PCHAR(ch); in kvprintf()
291 reswitch: switch (ch = (uchar_t)*fmt++) { in kvprintf()
305 PCHAR(ch); in kvprintf()
327 n = n * 10 + ch - '0'; in kvprintf()
328 ch = *fmt; in kvprintf()
[all …]
H A Duuid_from_string.c40 hex2int(int ch) in hex2int() argument
42 if (ch >= '0' && ch <= '9') in hex2int()
43 return ch - '0'; in hex2int()
44 if (ch >= 'a' && ch <= 'f') in hex2int()
45 return 10 + ch - 'a'; in hex2int()
46 if (ch >= 'A' && ch <= 'F') in hex2int()
47 return 10 + ch - 'A'; in hex2int()
/illumos-gate/usr/src/boot/libsa/string/
H A Dstrchr.c40 strchr(const char *p, int ch) in strchr() argument
44 c = ch; in strchr()
H A Dstrrchr.c40 strrchr(const char *p, int ch) in strrchr() argument
45 c = ch; in strrchr()
/illumos-gate/usr/src/cmd/abi/spectrans/spec2trace/
H A Dparseproto.y887 int ch = getch(); in lookahead() local
890 if (!(match = (ch == c))) in lookahead()
891 ungetch(ch); in lookahead()
/illumos-gate/usr/src/cmd/audio/audiotest/
H A Daudiotest.c189 int ch; in prepare() local
205 for (ch = 0; ch < tcfg->nchan; ch++) { in prepare()
207 *dst = ((1U << ch) & ccfg->mask) in prepare()
/illumos-gate/usr/src/cmd/bart/
H A Dcreate.c555 unsigned char ch; in sanitized_fname() local
579 while ((ch = *ip++) != 0) { in sanitized_fname()
580 switch (ch) { in sanitized_fname()
589 op += sprintf(op, "\\%.3o", (unsigned char)ch); in sanitized_fname()
594 *op++ = ch; in sanitized_fname()
/illumos-gate/usr/src/cmd/bc/
H A Dbc.y484 int c, ch; in yylex() local
564 while ((ch = getch()) >= 'a' && ch <= 'z') in yylex()
566 peekc = ch; in yylex()
698 int ch; in getch() local
702 ch = (peekc < 0) ? getc(in) : peekc; in getch()
704 if (ch != EOF) in getch()
705 return (ch); in getch()
/illumos-gate/usr/src/cmd/bhyve/
H A Dahci.h320 #define AHCI_WORK_SIZE (AHCI_CT_OFFSET + AHCI_CT_SIZE * ch->numslots)

12345678910>>...26