Home
last modified time | relevance | path

Searched refs:ch (Results 251 – 275 of 631) sorted by relevance

1...<<11121314151617181920>>...26

/illumos-gate/usr/src/uts/common/io/ib/clients/rdsv3/
H A Drdsv3_sc.c84 #define isalpha(ch) (((ch) >= 'a' && (ch) <= 'z') || \ argument
85 ((ch) >= 'A' && (ch) <= 'Z'))
/illumos-gate/usr/src/common/ficl/emu/
H A Dloader_emu.c312 isdelim(int ch) in isdelim() argument
314 if (ch == '{') in isdelim()
316 else if (ch == '(') in isdelim()
322 isquote(int ch) in isquote() argument
328 isdquote(int ch) in isdquote() argument
1313 int nl, ch; in command_echo() local
1319 switch (ch) { in command_echo()
1466 int result, ch; in command_ls() local
1475 switch (ch) { in command_ls()
1891 int dofile, ch; in command_load() local
[all …]
/illumos-gate/usr/src/common/smbios/
H A Dsmb_info.c531 smb_chassis_t ch; in smbios_info_chassis() local
545 smb_info_bcopy(stp->smbst_hdr, &ch, sizeof (ch)); in smbios_info_chassis()
568 chp->smbc_cords = ch.smbch_cords; in smbios_info_chassis()
569 chp->smbc_elems = ch.smbch_cn; in smbios_info_chassis()
570 chp->smbc_elemlen = ch.smbch_cm; in smbios_info_chassis()
583 off_t off = sizeof (ch) + ch.smbch_cn * ch.smbch_cm; in smbios_info_chassis()
608 smb_chassis_t ch; in smbios_info_chassis_elts() local
624 smb_info_bcopy(stp->smbst_hdr, &ch, sizeof (ch)); in smbios_info_chassis_elts()
629 if (ch.smbch_cn == 0) { in smbios_info_chassis_elts()
635 entlen = ch.smbch_cm * ch.smbch_cn; in smbios_info_chassis_elts()
[all …]
/illumos-gate/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dunctrl.c88 unctrl(chtype ch) in unctrl() argument
96 c = (int)(ch & A_CHARTEXT); in unctrl()
H A Dprivate.h116 int ch; /* Character found by this node. */ member
231 extern void iqAdd(unsigned int ch);
232 extern void iqPush(unsigned int ch);
/illumos-gate/usr/src/cmd/oamuser/user/
H A Duserdel.c70 int ch, ret = 0, rflag = 0; in main() local
90 while ((ch = getopt(argc, argv, "r")) != EOF) { in main()
91 switch (ch) { in main()
/illumos-gate/usr/src/cmd/lp/filter/postscript/postio/
H A Difdef.c258 int ch; /* for interactive mode */ in readline() local
319 while ( (ch = getc(fp_ttyi)) != EOF ) in readline()
320 putc(ch, stdout); in readline()
506 int ch; /* for interactive mode */ in readline() local
749 int ch; /* for interactive mode */ in readline() local
798 while ( (ch = getc(fp_ttyi)) != EOF ) in readline()
799 putc(ch, stdout); in readline()
/illumos-gate/usr/src/uts/common/io/ib/clients/eoib/
H A Denx_main.c595 eibnx_child_t *ch; in eibnx_unconfig_all_children() local
600 for (ch = ti->ti_child; ch; ch = ch->ch_next) { in eibnx_unconfig_all_children()
601 ch->ch_dip = NULL; in eibnx_unconfig_all_children()
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dgetopt_long.c242 int ch = 0; in verify_short_long_equivalents() local
249 ch = options[short_i]; in verify_short_long_equivalents()
251 if (ch == ':') { in verify_short_long_equivalents()
255 (ch == 'W') && (options[short_i+1] == ';')) { in verify_short_long_equivalents()
266 equivFound = (ch == long_options[long_i].val); in verify_short_long_equivalents()
273 ch); in verify_short_long_equivalents()
/illumos-gate/usr/src/boot/common/
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 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()
/illumos-gate/usr/src/cmd/sendmail/libsm/
H A Dt-shm.c206 int ch; local
212 while ((ch = getopt(argc, argv, OPTIONS)) != -1)
214 switch ((char) ch)
/illumos-gate/usr/src/uts/common/inet/sctp/
H A Dsctp_asconf.c274 sctp_chunk_hdr_t *ch; in sctp_asconf_send() local
293 ch = (sctp_chunk_hdr_t *)mp->b_rptr; in sctp_asconf_send()
294 ch->sch_id = CHUNK_ASCONF; in sctp_asconf_send()
295 ch->sch_flags = 0; in sctp_asconf_send()
296 ch->sch_len = htons(msgdsize(mp)); in sctp_asconf_send()
395 ASSERT(ch->sch_id == CHUNK_ASCONF); in sctp_input_asconf()
397 idp = (uint32_t *)(ch + 1); in sctp_input_asconf()
398 rlen = ntohs(ch->sch_len) - sizeof (*ch) - sizeof (*idp); in sctp_input_asconf()
645 snp = (uint32_t *)(ch + 1); in sctp_input_asconf_ack()
646 rlen = ntohs(ch->sch_len) - sizeof (*ch) - sizeof (*snp); in sctp_input_asconf_ack()
[all …]
/illumos-gate/usr/src/uts/common/io/comstar/port/srpt/
H A Dsrpt_ioc.c814 srpt_channel_t *ch; in srpt_ioc_port_down() local
852 ch = list_head(&tgt->tp_ch_list); in srpt_ioc_port_down()
853 while (ch != NULL) { in srpt_ioc_port_down()
855 if (ch->ch_session && (ch->ch_session->ss_hw_port == in srpt_ioc_port_down()
857 srpt_ch_disconnect(ch); in srpt_ioc_port_down()
859 ch = next_ch; in srpt_ioc_port_down()
901 srpt_channel_t *ch; in srpt_ioc_ib_async_hdlr() local
940 (void *)ch); in srpt_ioc_ib_async_hdlr()
1185 srpt_channel_t *ch; in srpt_ioc_repost_recv_iu() local
1199 ch = iu->iu_ch; in srpt_ioc_repost_recv_iu()
[all …]
/illumos-gate/usr/src/uts/sun4u/sunfire/io/
H A Dfhc_bd.c531 char ch = dlist[i]; in fhc_bd_dlist_init() local
533 if (ch >= '0' && ch <= '9') in fhc_bd_dlist_init()
534 board = ch - '0'; in fhc_bd_dlist_init()
535 else if (ch >= 'A' && ch <= 'F') in fhc_bd_dlist_init()
536 board = ch - 'A' + 10; in fhc_bd_dlist_init()
537 else if (ch >= 'a' && ch <= 'f') in fhc_bd_dlist_init()
538 board = ch - 'a' + 10; in fhc_bd_dlist_init()
/illumos-gate/usr/src/uts/common/io/arn/
H A Darn_regd.h126 #define isUNII1OddChan(ch) \ argument
127 ((ch == 5170) || (ch == 5190) || (ch == 5210) || (ch == 5230))
/illumos-gate/usr/src/cmd/listen/
H A Dnstoa.c170 int oc, ch, len = 0; local
219 for(oc=ch=0; (*s >= '0' && *s <= '7') && oc++ < 3; ++s)
220 ch = (ch << 3) | (*s - '0');
221 buf[len++] = ch;
/illumos-gate/usr/src/cmd/troff/
H A Dn9.c104 ch = c; in setline()
228 ch = *(j - 2); in setbra()
345 ch = c; in setdraw()
402 if (skip() || ismot(ch) || (ch = cbits(ch)) == fc) in casefc()
404 padc = ch; in casefc()
H A Dn5.c153 ch = i;
699 ch = i;
742 ch = i;
762 if (ch) {
763 i = cbits(ch);
764 ch = 0;
978 switch (cbits(ch)) { in caseta()
988 nonumb = ch = 0; in caseta()
/illumos-gate/usr/src/cmd/bhyve/
H A Duart_emul.c268 rxfifo_putchar(struct uart_softc *sc, uint8_t ch) in rxfifo_putchar() argument
276 fifo->buf[fifo->windex] = ch; in rxfifo_putchar()
443 int ch; in uart_drain() local
461 ((ch = ttyread(&sc->tty)) != -1)) { in uart_drain()
462 rxfifo_putchar(sc, ch); in uart_drain()
685 char ch; in uart_sock_drain() local
694 (void) read(sc->usc_sock.clifd, &ch, 1); in uart_sock_drain()
701 res = read(sc->usc_sock.clifd, &ch, 1); in uart_sock_drain()
712 rxfifo_putchar(sc, ch); in uart_sock_drain()
/illumos-gate/usr/src/common/ficl/
H A Dloader.c569 char ch; in ficlExecFD() local
581 while ((status = read(fd, &ch, 1)) > 0 && ch != '\n') in ficlExecFD()
582 cp[i++] = ch; in ficlExecFD()
966 char ch = -1; in keyQuestion() local
980 ch = getchar(); in keyQuestion()
983 if (ch != -1) in keyQuestion()
984 (void) ungetc(ch, stdin); in keyQuestion()
987 ch != -1? FICL_TRUE : FICL_FALSE); in keyQuestion()
1037 char ch; in fkey() local
1042 i = read(fd, &ch, 1); in fkey()
[all …]
/illumos-gate/usr/src/lib/krb5/kadm5/clnt/
H A DMakefile56 $(XGETTEXT) $(XGETFLAGS) `$(GREP) -l gettext ../*.[ch] *.[ch]`
/illumos-gate/usr/src/lib/liblm/
H A DMakefile63 $(XGETTEXT) $(XGETFLAGS) *.[ch]* */*.[ch]*
/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/grub/grub-0.97/stage1/
H A Dstage1.S264 movb %ch, %al
317 movb 12(%si), %ch /* sector+hcyl in cl, cylinder in ch */
483 movb $0, %ch
492 movb $79, %ch

1...<<11121314151617181920>>...26