| /src/tests/lib/libcurses/check_files/ |
| Makefile | 12 FILES= curses_start.chk 13 FILES+= add_wch1.chk 14 FILES+= add_wch2.chk 15 FILES+= add_wch3.chk 16 FILES+= addch.chk 17 FILES+= addchstr.chk 18 FILES+= addchstr2.chk 19 FILES+= addchstr3.chk 20 FILES+= addnstr.chk 21 FILES+= addnwstr1.chk [all...] |
| /src/sys/netinet/ |
| sctp_timer.c | 102 struct sctp_tmit_chunk *chk; local 113 TAILQ_FOREACH(chk, &asoc->sent_queue, sctp_next) { 114 if (chk->sent == SCTP_DATAGRAM_RESEND) { 119 TAILQ_FOREACH(chk, &asoc->control_send_queue, sctp_next) { 120 if (chk->sent == SCTP_DATAGRAM_RESEND) { 356 struct sctp_tmit_chunk *chk, *tp2; local 431 chk = TAILQ_FIRST(&stcb->asoc.sent_queue); 432 for (;chk != NULL; chk = tp2) { 433 tp2 = TAILQ_NEXT(chk, sctp_next) 696 struct sctp_tmit_chunk *chk; local 968 struct sctp_tmit_chunk *strrst, *chk; local 1040 struct sctp_tmit_chunk *asconf, *chk; local 1195 struct sctp_tmit_chunk *chk; local [all...] |
| sctp_indata.c | 176 * Take a chk structure and build it into an mbuf. Hmm should we change things 228 * Take a chk structure and build it into an mbuf. Should we change things 233 sctp_build_ctl(struct sctp_tcb *stcb, struct sctp_tmit_chunk *chk) 254 outinfo->sinfo_stream = chk->rec.data.stream_number; 255 outinfo->sinfo_ssn = chk->rec.data.stream_seq; 256 if (chk->rec.data.rcv_flags & SCTP_DATA_UNORDERED) { 261 outinfo->sinfo_ppid = chk->rec.data.payloadtype; 262 outinfo->sinfo_context = chk->rec.data.context; 264 outinfo->sinfo_tsn = chk->rec.data.TSN_seq; 275 struct sctp_tmit_chunk *chk, int hold_locks 516 struct sctp_tmit_chunk *chk, *at; local 1005 struct sctp_tmit_chunk *chk; local 1671 struct sctp_tmit_chunk *chk; local 2356 struct sctp_tmit_chunk *chk; local 2425 struct sctp_tmit_chunk *chk; local 4283 struct sctp_tmit_chunk *chk; local 4332 struct sctp_tmit_chunk *chk, *nchk; local 4421 struct sctp_tmit_chunk *chk, *at; local [all...] |
| sctp_output.c | 2010 struct sctp_tmit_chunk *chk) 2027 if (chk == NULL) 2048 if (chk != NULL) 2050 chk->rec.data.ect_nonce = SCTP_ECT1_BIT; 2069 struct sctp_tmit_chunk *chk, 2141 sctp_get_ect(stcb, chk)); 2334 tosBottom = (((in6p_flowinfo(inp) & 0x0c) | sctp_get_ect(stcb, chk)) << 4); 3915 struct sctp_tmit_chunk *chk, *nchk; local 3917 TAILQ_FOREACH(chk, &asoc->sent_queue, sctp_next) { 3924 if ((chk->flags & (SCTP_PR_SCTP_ENABLED 4131 struct sctp_tmit_chunk *chk; local 4830 struct sctp_tmit_chunk *chk, *nchk; local 4856 struct sctp_tmit_chunk *chk, *chk_tmp; local 4949 struct sctp_tmit_chunk *chk, *nchk; local 4996 struct sctp_tmit_chunk *chk, *nchk; local 5128 struct sctp_tmit_chunk *chk; local 5219 struct sctp_tmit_chunk *chk; local 5232 struct sctp_tmit_chunk *chk; local 5277 struct sctp_tmit_chunk *chk, *nchk; local 5981 struct sctp_tmit_chunk *chk; local 6040 struct sctp_tmit_chunk *chk; local 6127 struct sctp_tmit_chunk *chk; local 6189 struct sctp_tmit_chunk *chk; local 6238 struct sctp_tmit_chunk *chk; local 6283 struct sctp_tmit_chunk *chk; local 6336 struct sctp_tmit_chunk *chk; local 6374 struct sctp_tmit_chunk *chk; local 6470 struct sctp_tmit_chunk *chk, *fwd; local 7498 struct sctp_tmit_chunk *chk; local 7659 struct sctp_tmit_chunk *chk, *a_chk; local 8251 struct sctp_tmit_chunk *chk; local 8430 struct sctp_tmit_chunk *chk; local 8482 struct sctp_tmit_chunk *chk; local 8610 struct sctp_tmit_chunk *chk; local 8686 struct sctp_tmit_chunk *chk; local 8836 struct sctp_tmit_chunk *chk; local 9294 struct sctp_tmit_chunk *chk; local [all...] |
| sctp_pcb.c | 3026 struct sctp_tmit_chunk *chk; local 3126 chk = TAILQ_FIRST(&outs->outqueue); 3127 while (chk) { 3128 TAILQ_REMOVE(&outs->outqueue, chk, sctp_next); 3129 sctp_m_freem(chk->data); 3130 chk->data = NULL; 3131 chk->whoTo = NULL; 3132 chk->asoc = NULL; 3134 SCTP_ZONE_FREE(sctppcbinfo.ipi_zone_chunk, chk); 3140 chk = TAILQ_FIRST(&outs->outqueue) 4493 struct sctp_tmit_chunk *chk, *nchk; local [all...] |
| sctputil.c | 176 sctp_log_strm_del(struct sctp_tmit_chunk *chk, struct sctp_tmit_chunk *poschk, 180 if (chk == NULL) { 186 sctp_clog[sctp_cwnd_log_at].x.strlog.n_tsn = chk->rec.data.TSN_seq; 187 sctp_clog[sctp_cwnd_log_at].x.strlog.n_sseq = chk->rec.data.stream_seq; 436 struct sctp_tmit_chunk *chk; local 472 TAILQ_FOREACH(chk, &stcb->asoc.sent_queue, sctp_next) { 473 if (chk->sent == SCTP_DATAGRAM_RESEND) { 475 } else if (chk->sent < SCTP_DATAGRAM_RESEND) { 476 tot_out += chk->book_size; 540 TAILQ_FOREACH(chk, &stcb->asoc.sent_queue, sctp_next) 907 struct sctp_tmit_chunk *chk; local 1597 struct sctp_tmit_chunk *chk; local 2571 struct sctp_tmit_chunk *chk; local [all...] |
| sctp_input.c | 187 struct sctp_tmit_chunk *chk; local 196 chk = TAILQ_FIRST(&outs->outqueue); 197 while (chk) { 198 TAILQ_REMOVE(&outs->outqueue, chk, 203 chk); 204 sctp_m_freem(chk->data); 205 chk->data = NULL; 206 sctp_free_remote_addr(chk->whoTo); 207 chk->whoTo = NULL; 208 chk->asoc = NULL 673 struct sctp_chunkhdr *chk; local 2208 struct sctp_tmit_chunk *chk; local 2295 struct sctp_tmit_chunk *chk; local 2630 struct sctp_tmit_chunk *chk, *nchk; local 3541 struct sctp_tmit_chunk *chk; local [all...] |
| sctp_usrreq.c | 184 struct sctp_tmit_chunk *chk) 191 chk->flags |= CHUNK_FLAGS_FRAGMENT_OK; 197 *new_chk = *chk; 199 new_chk->data = m_split(chk->data, (chk->send_size>>1), M_DONTWAIT); 202 chk->flags |= CHUNK_FLAGS_FRAGMENT_OK; 213 chk->send_size >>= 1; 216 chk->book_size >>= 1; 220 chk->rec.data.rcv_flags |= SCTP_DATA_FIRST_FRAG; 221 chk->rec.data.rcv_flags &= ~SCTP_DATA_LAST_FRAG 292 struct sctp_tmit_chunk *chk, *nchk; local [all...] |
| /src/tests/lib/libcurses/tests/ |
| mutt_test | 8 comparend mutt_test1.chk 9 comparend fill.chk 10 compare mutt_test2.chk 17 compare mutt_test3.chk 23 compare mutt_test4.chk 44 compare mutt_test5.chk 59 compare mutt_test6.chk 91 compare mutt_test8.chk 109 compare mutt_test9.chk
|
| timeout | 21 compare timeout.chk
|
| /src/usr.bin/xlint/lint2/ |
| Makefile | 6 SRCS= main2.c hash.c read.c mem.c chk.c msg.c emit.c emit2.c \
|
| /src/sys/netinet6/ |
| sctp6_usrreq.c | 350 struct sctp_tmit_chunk *chk; local 356 TAILQ_FOREACH(chk, &stcb->asoc.send_queue, sctp_next) { 357 if ((chk->send_size+IP_HDR_SIZE) > nxtsz) { 358 chk->flags |= CHUNK_FLAGS_FRAGMENT_OK; 361 TAILQ_FOREACH(chk, &stcb->asoc.sent_queue, sctp_next) { 362 if ((chk->send_size+IP_HDR_SIZE) > nxtsz) { 367 chk->flags |= CHUNK_FLAGS_FRAGMENT_OK; 368 if (chk->sent != SCTP_DATAGRAM_RESEND) 370 chk->sent = SCTP_DATAGRAM_RESEND; 371 chk->rec.data.doing_fast_retransmit = 0 [all...] |
| /src/usr.sbin/lpr/common_source/ |
| lp.h | 105 int chk(const char *);
|
| rmjob.c | 119 if (lockchk(LO) && chk(current)) { 189 if (!chk(file)) 224 chk(const char *file) function
|
| /src/games/snake/snake/ |
| snake.c | 119 static int chk(const struct point *); 723 chk(&p); 727 chk(&p); 731 chk(&p); 735 chk(&p); 754 chk(&p); 761 chk(&p); 774 chk(&p); 781 chk(&p); 922 chk(const struct point *sp function [all...] |
| /src/sys/lib/libsa/ |
| dosfs.c | 519 u_int nsec, lsec, xdn, chk, sec, ent, x; local 539 xdn = chk = 0; 564 chk)) { 566 chk = dir[ent].xde.weChksum; 583 ok = chk == x &&
|
| /src/games/hack/ |
| hack.mklev.c | 476 chk: 498 goto chk;
|
| /src/usr.bin/pr/ |
| pr.c | 1034 int chk = (int)inchar; local 1046 if (ch == chk) {
|
| /src/sys/arch/m68k/060sp/dist/ |
| ilsp.s | 157 tst.l %d7 # chk sign of divisor 165 tst.l %d5 # chk sign of hi(dividend) 214 eor.b %d0, NDIVIDEND(%a6) # chk if quotient is negative
|
| isp.s | 319 set ichk_flg, 0x10 # chk exception flag 326 set ichk_bit, 0x4 # chk exception bit 356 # _real_chk() - "callout" for Chk exception # 366 # If Chk exception: # 367 # - The system stack changed to contain Chk exc stack frame # 383 # and "chk2" can cause a "Chk" exception. In both cases, the current # 570 # chk2 may take a chk exception 574 # here we check to see if a chk trap should be taken 644 # UIEH FRAME CHK FRAME 658 # the chk2 instruction should take a chk trap. so, here we must create [all...] |
| /src/sys/arch/vax/vax/ |
| subr.S | 257 4: incl %r3 # Got machine chk => addr bad
|
| /src/sys/dev/ |
| sequencer.c | 1507 midiseq_out(struct midi_dev *md, u_char *bf, u_int cc, int chk)
|