Searched refs:ich (Results 1 - 7 of 7) sorted by relevance

/illumos-gate/usr/src/cmd/eeprom/sparc/
H A Dloadlogo.c49 int icw = 64, ich = 64, bits = 16; local
74 c = fscanf(f, "eight=%d", &ich);
94 icw != w || ich != h ||
/illumos-gate/usr/src/cmd/sgs/lex/common/
H A Dnrform75 ich = lexshf(ch)
80 t = r + ich
96 t = r + ich
108 t = r + match(ich)
/illumos-gate/usr/src/cmd/iconv/
H A Diconv_main.c46 iconv_t ich; /* iconv(3c) lib handle */ variable
53 return (iconv(ich, iptr, ileft, optr, oleft));
131 ich = iconv_open(to_cs, from_cs);
132 if (ich == ((iconv_t)-1)) {
/illumos-gate/usr/src/uts/common/inet/sctp/
H A Dsctp_conn.c60 sctp_chunk_hdr_t *ich; local
76 ich = (sctp_chunk_hdr_t *)(iack + 1);
77 init = (sctp_init_chunk_t *)(ich + 1);
81 err = sctp_get_addrparams(acceptor, listener, cr_pkt, ich,
H A Dsctp_hash.c354 sctp_chunk_hdr_t *ich; local
394 if ((ich = sctp_first_chunk((uchar_t *)(sctph + 1), mlen)) == NULL) {
398 if (ich->sch_id == CHUNK_INIT_ACK) {
399 remaining = ntohs(ich->sch_len) - sizeof (*ich) -
410 iack = (sctp_init_chunk_t *)(ich + 1);
H A Dsctp_common.c1223 * side and psctp will be NULL and ich will be the INIT-ACK chunk.
1224 * If we get here from sctp_accept_comm(), ich will be the INIT chunk
1255 sctp_chunk_hdr_t *ich, uint_t *sctp_options)
1344 remaining = ntohs(ich->sch_len) - sizeof (*ich) -
1355 init = (sctp_init_chunk_t *)(ich + 1);
1508 sctp_secure_restart_check(mblk_t *pkt, sctp_chunk_hdr_t *ich, uint32_t ports, argument
1536 remaining = ntohs(ich->sch_len) - sizeof (*ich) -
1542 init = (sctp_init_chunk_t *)(ich
1254 sctp_get_addrparams(sctp_t *sctp, sctp_t *psctp, mblk_t *pkt, sctp_chunk_hdr_t *ich, uint_t *sctp_options) argument
[all...]
H A Dsctp_cookie.c1437 sctp_addrlist2sctp(mblk_t *mp, sctp_hdr_t *sctph, sctp_chunk_hdr_t *ich, argument
1451 ASSERT(ich->sch_id == CHUNK_INIT_ACK);
1468 remaining = ntohs(ich->sch_len) - sizeof (*ich) - sizeof (*iack);
1473 iack = (sctp_init_chunk_t *)(ich + 1);

Completed in 65 milliseconds