Searched refs:tp (Results 51 - 75 of 1245) sorted by relevance

1234567891011>>

/freebsd-12-stable/usr.sbin/dumpcis/
H A Dreadcis.c126 struct tuple *tp; local
130 while ((tp = tl->tuples) != 0) {
131 tl->tuples = tp->next;
132 free(tp->data);
133 free(tp);
197 struct tuple *tp; local
207 tp = find_tuple_in_list(last_tl, CIS_LONGLINK_A);
208 if (tp == NULL) {
210 tp = find_tuple_in_list(last_tl, CIS_LONGLINK_C);
213 if (tp
252 struct tuple *tp, *last_tp = 0; local
363 struct tuple *tp; local
377 struct tuple_info *tp; local
388 struct tuple_info *tp; local
[all...]
/freebsd-12-stable/sys/kern/
H A Dtty_pts.c117 struct tty *tp = fp->f_data; local
118 struct pts_softc *psc = tty_softc(tp);
125 tty_lock(tp);
136 tty_unlock(tp);
150 if (ttydisc_getc_poll(tp)) {
157 tty_unlock(tp);
161 tty_lock(tp);
164 error = ttydisc_getc_uio(tp, uio);
177 error = cv_wait_sig(&psc->pts_outwait, tp->t_mtx);
182 tty_unlock(tp);
191 struct tty *tp = fp->f_data; local
264 struct tty *tp = fp->f_data; local
392 struct tty *tp = fp->f_data; local
447 struct tty *tp = fp->f_data; local
457 struct tty *tp = fp->f_data; local
473 struct tty *tp = fp->f_data; local
483 struct tty *tp = fp->f_data; local
509 struct tty *tp = fp->f_data; local
537 struct tty *tp = fp->f_data; local
573 struct tty *tp = fp->f_data; local
594 struct tty *tp; local
626 ptsdrv_outwakeup(struct tty *tp) argument
636 ptsdrv_inwakeup(struct tty *tp) argument
646 ptsdrv_open(struct tty *tp) argument
656 ptsdrv_close(struct tty *tp) argument
667 ptsdrv_pktnotify(struct tty *tp, char event) argument
738 struct tty *tp; local
792 struct tty *tp; local
[all...]
/freebsd-12-stable/sys/sparc64/include/
H A Dtte.h131 #define TTE_GET_SIZE(tp) \
132 (((tp)->tte_data >> TD_SIZE_SHIFT) & TD_SIZE_MASK)
133 #define TTE_GET_PAGE_SHIFT(tp) \
134 TTE_PAGE_SHIFT(TTE_GET_SIZE(tp))
135 #define TTE_GET_PAGE_SIZE(tp) \
136 (1 << TTE_GET_PAGE_SHIFT(tp))
137 #define TTE_GET_PAGE_MASK(tp) \
138 (TTE_GET_PAGE_SIZE(tp) - 1)
140 #define TTE_GET_PA(tp) \
141 ((tp)
161 tte_match(struct tte *tp, vm_offset_t va) argument
[all...]
/freebsd-12-stable/sys/netinet/tcp_stacks/
H A Drack.c265 rack_log_progress_event(struct tcp_rack *rack, struct tcpcb *tp, uint32_t tick, int event, int line);
269 struct socket *so, struct tcpcb *tp, struct tcpopt *to,
273 struct socket *so, struct tcpcb *tp, int32_t drop_hdrlen, int32_t tlen,
276 rack_ack_received(struct tcpcb *tp, struct tcp_rack *rack,
282 rack_check_recovery_mode(struct tcpcb *tp,
285 rack_cong_signal(struct tcpcb *tp, struct tcphdr *th,
290 struct inpcb *inp, struct tcpcb *tp);
294 struct socket *so, struct tcpcb *tp, int32_t drop_hdrlen, int32_t tlen,
298 rack_earlier_retran(struct tcpcb *tp, struct rack_sendmap *rsm,
305 static void rack_fini(struct tcpcb *tp, int32_
886 rack_progress_timeout_check(struct tcpcb *tp) argument
954 rack_log_rtt_upd(struct tcpcb *tp, struct tcp_rack *rack, int32_t t, uint32_t o_srtt, uint32_t o_var) argument
1005 rack_log_progress_event(struct tcp_rack *rack, struct tcpcb *tp, uint32_t tick, int event, int line) argument
1265 rack_ack_received(struct tcpcb *tp, struct tcp_rack *rack, struct tcphdr *th, uint16_t nsegs, uint16_t type, int32_t recovery) argument
1349 tcp_rack_partialack(struct tcpcb *tp, struct tcphdr *th) argument
1360 rack_post_recovery(struct tcpcb *tp, struct tcphdr *th) argument
1399 rack_cong_signal(struct tcpcb *tp, struct tcphdr *th, uint32_t type) argument
1470 rack_cc_after_idle(struct tcpcb *tp, int reduce_largest) argument
1538 rack_calc_rwin(struct socket *so, struct tcpcb *tp) argument
1554 rack_do_drop(struct mbuf *m, struct tcpcb *tp) argument
1566 rack_do_dropwithreset(struct mbuf *m, struct tcpcb *tp, struct tcphdr *th, int32_t rstreason, int32_t tlen) argument
1582 rack_do_dropafterack(struct mbuf *m, struct tcpcb *tp, struct tcphdr *th, int32_t thflags, int32_t tlen, int32_t * ret_val) argument
1617 rack_process_rst(struct mbuf *m, struct tcphdr *th, struct socket *so, struct tcpcb *tp) argument
1685 rack_challenge_ack(struct mbuf *m, struct tcphdr *th, struct tcpcb *tp, int32_t * ret_val) argument
1714 rack_ts_check(struct mbuf *m, struct tcphdr *th, struct tcpcb *tp, int32_t tlen, int32_t thflags, int32_t * ret_val) argument
1752 rack_drop_checks(struct tcpopt *to, struct mbuf *m, struct tcphdr *th, struct tcpcb *tp, int32_t * tlenp, int32_t * thf, int32_t * drop_hdrlen, int32_t * ret_val) argument
1971 rack_calc_thresh_tlp(struct tcpcb *tp, struct tcp_rack *rack, struct rack_sendmap *rsm, uint32_t srtt) argument
2060 rack_check_recovery_mode(struct tcpcb *tp, uint32_t tsused) argument
2107 rack_get_persists_timer_val(struct tcpcb *tp, struct tcp_rack *rack) argument
2124 rack_timer_start(struct tcpcb *tp, struct tcp_rack *rack, uint32_t cts) argument
2272 rack_enter_persist(struct tcpcb *tp, struct tcp_rack *rack, uint32_t cts) argument
2287 rack_exit_persist(struct tcpcb *tp, struct tcp_rack *rack) argument
2300 rack_start_hpts_timer(struct tcp_rack *rack, struct tcpcb *tp, uint32_t cts, int32_t line, int32_t slot, uint32_t tot_len_this_send, int32_t frm_out_sbavail) argument
2453 rack_timeout_rack(struct tcpcb *tp, struct tcp_rack *rack, uint32_t cts) argument
2561 rack_timeout_tlp(struct tcpcb *tp, struct tcp_rack *rack, uint32_t cts) argument
2737 rack_timeout_delack(struct tcpcb *tp, struct tcp_rack *rack, uint32_t cts) argument
2759 rack_timeout_persist(struct tcpcb *tp, struct tcp_rack *rack, uint32_t cts) argument
2823 rack_timeout_keepalive(struct tcpcb *tp, struct tcp_rack *rack, uint32_t cts) argument
2877 rack_remxt_tmr(struct tcpcb *tp) argument
2934 rack_timeout_rxt(struct tcpcb *tp, struct tcp_rack *rack, uint32_t cts) argument
3145 rack_process_timers(struct tcpcb *tp, struct tcp_rack *rack, uint32_t cts, uint8_t hpts_calling) argument
3203 rack_timer_cancel(struct tcpcb *tp, struct tcp_rack *rack, uint32_t cts, int line) argument
3230 rack_timer_stop(struct tcpcb *tp, uint32_t timer_type) argument
3236 rack_stopall(struct tcpcb *tp) argument
3245 rack_timer_activate(struct tcpcb *tp, uint32_t timer_type, uint32_t delta) argument
3251 rack_timer_active(struct tcpcb *tp, uint32_t timer_type) argument
3257 rack_stop_all_timers(struct tcpcb *tp) argument
3276 rack_update_rsm(struct tcpcb *tp, struct tcp_rack *rack, struct rack_sendmap *rsm, uint32_t ts) argument
3314 rack_update_entry(struct tcpcb *tp, struct tcp_rack *rack, struct rack_sendmap *rsm, uint32_t ts, int32_t * lenp) argument
3389 rack_log_output(struct tcpcb *tp, struct tcpopt *to, int32_t len, uint32_t seq_out, uint8_t th_flags, int32_t err, uint32_t ts, uint8_t pass, struct rack_sendmap *hintrsm) argument
3633 tcp_rack_xmit_timer_commit(struct tcp_rack *rack, struct tcpcb *tp) argument
3731 rack_earlier_retran(struct tcpcb *tp, struct rack_sendmap *rsm, uint32_t t, uint32_t cts) argument
3785 rack_update_rtt(struct tcpcb *tp, struct tcp_rack *rack, struct rack_sendmap *rsm, struct tcpopt *to, uint32_t cts, int32_t ack_type) argument
3946 rack_log_sack_passed(struct tcpcb *tp, struct tcp_rack *rack, struct rack_sendmap *rsm) argument
4003 rack_proc_sack_blk(struct tcpcb *tp, struct tcp_rack *rack, struct sackblk *sack, struct tcpopt *to, struct rack_sendmap **prsm, uint32_t cts) argument
4250 rack_log_ack(struct tcpcb *tp, struct tcpopt *to, struct tcphdr *th) argument
4604 rack_process_ack(struct mbuf *m, struct tcphdr *th, struct socket *so, struct tcpcb *tp, struct tcpopt *to, uint32_t tiwin, int32_t tlen, int32_t * ofia, int32_t thflags, int32_t * ret_val) argument
4784 rack_process_data(struct mbuf *m, struct tcphdr *th, struct socket *so, struct tcpcb *tp, int32_t drop_hdrlen, int32_t tlen, uint32_t tiwin, int32_t thflags, int32_t nxt_pkt) argument
5076 rack_do_fastnewdata(struct mbuf *m, struct tcphdr *th, struct socket *so, struct tcpcb *tp, struct tcpopt *to, int32_t drop_hdrlen, int32_t tlen, uint32_t tiwin, int32_t nxt_pkt) argument
5198 rack_fastack(struct mbuf *m, struct tcphdr *th, struct socket *so, struct tcpcb *tp, struct tcpopt *to, int32_t drop_hdrlen, int32_t tlen, uint32_t tiwin, int32_t nxt_pkt, uint32_t cts) argument
5352 rack_do_syn_sent(struct mbuf *m, struct tcphdr *th, struct socket *so, struct tcpcb *tp, struct tcpopt *to, int32_t drop_hdrlen, int32_t tlen, uint32_t tiwin, int32_t thflags, int32_t nxt_pkt) argument
5518 rack_do_syn_recv(struct mbuf *m, struct tcphdr *th, struct socket *so, struct tcpcb *tp, struct tcpopt *to, int32_t drop_hdrlen, int32_t tlen, uint32_t tiwin, int32_t thflags, int32_t nxt_pkt) argument
5730 rack_do_established(struct mbuf *m, struct tcphdr *th, struct socket *so, struct tcpcb *tp, struct tcpopt *to, int32_t drop_hdrlen, int32_t tlen, uint32_t tiwin, int32_t thflags, int32_t nxt_pkt) argument
5858 rack_do_close_wait(struct mbuf *m, struct tcphdr *th, struct socket *so, struct tcpcb *tp, struct tcpopt *to, int32_t drop_hdrlen, int32_t tlen, uint32_t tiwin, int32_t thflags, int32_t nxt_pkt) argument
5944 rack_check_data_after_close(struct mbuf *m, struct tcpcb *tp, int32_t *tlen, struct tcphdr *th, struct socket *so) argument
5974 rack_do_fin_wait_1(struct mbuf *m, struct tcphdr *th, struct socket *so, struct tcpcb *tp, struct tcpopt *to, int32_t drop_hdrlen, int32_t tlen, uint32_t tiwin, int32_t thflags, int32_t nxt_pkt) argument
6093 rack_do_closing(struct mbuf *m, struct tcphdr *th, struct socket *so, struct tcpcb *tp, struct tcpopt *to, int32_t drop_hdrlen, int32_t tlen, uint32_t tiwin, int32_t thflags, int32_t nxt_pkt) argument
6199 rack_do_lastack(struct mbuf *m, struct tcphdr *th, struct socket *so, struct tcpcb *tp, struct tcpopt *to, int32_t drop_hdrlen, int32_t tlen, uint32_t tiwin, int32_t thflags, int32_t nxt_pkt) argument
6306 rack_do_fin_wait_2(struct mbuf *m, struct tcphdr *th, struct socket *so, struct tcpcb *tp, struct tcpopt *to, int32_t drop_hdrlen, int32_t tlen, uint32_t tiwin, int32_t thflags, int32_t nxt_pkt) argument
6412 rack_init(struct tcpcb *tp) argument
6491 rack_handoff_ok(struct tcpcb *tp) argument
6517 rack_fini(struct tcpcb *tp, int32_t tcb_is_purged) argument
6548 rack_set_state(struct tcpcb *tp, struct tcp_rack *rack) argument
6593 rack_timer_audit(struct tcpcb *tp, struct tcp_rack *rack, struct sockbuf *sb) argument
6671 rack_hpts_do_segment(struct mbuf *m, struct tcphdr *th, struct socket *so, struct tcpcb *tp, int32_t drop_hdrlen, int32_t tlen, uint8_t iptos, int32_t nxt_pkt, struct timeval *tv) argument
6933 rack_do_segment(struct mbuf *m, struct tcphdr *th, struct socket *so, struct tcpcb *tp, int32_t drop_hdrlen, int32_t tlen, uint8_t iptos) argument
6963 tcp_rack_output(struct tcpcb *tp, struct tcp_rack *rack, uint32_t tsused) argument
7011 rack_output(struct tcpcb *tp) argument
8882 rack_set_sockopt(struct socket *so, struct sockopt *sopt, struct inpcb *inp, struct tcpcb *tp, struct tcp_rack *rack) argument
9082 rack_get_sockopt(struct socket *so, struct sockopt *sopt, struct inpcb *inp, struct tcpcb *tp, struct tcp_rack *rack) argument
9184 rack_ctloutput(struct socket *so, struct sockopt *sopt, struct inpcb *inp, struct tcpcb *tp) argument
[all...]
H A Drack_bbr_common.h69 ctf_process_inbound_raw(struct tcpcb *tp, struct socket *so,
72 ctf_do_queued_segments(struct socket *so, struct tcpcb *tp, int have_pkt);
73 uint32_t ctf_outstanding(struct tcpcb *tp);
74 uint32_t ctf_flight_size(struct tcpcb *tp, uint32_t rc_sacked);
77 struct tcphdr *th, struct tcpcb *tp, int32_t * tlenp, int32_t * thf,
80 ctf_do_dropafterack(struct mbuf *m, struct tcpcb *tp,
83 ctf_do_dropwithreset(struct mbuf *m, struct tcpcb *tp,
86 ctf_do_drop(struct mbuf *m, struct tcpcb *tp);
90 struct socket *so, struct tcpcb *tp);
94 struct tcpcb *tp, int32_
[all...]
/freebsd-12-stable/contrib/tcpdump/
H A Dstrtoaddr.c161 u_char tmp[NS_IN6ADDRSZ], *tp, *endp, *colonp; local
166 memset((tp = tmp), '\0', NS_IN6ADDRSZ);
167 endp = tp + NS_IN6ADDRSZ;
193 colonp = tp;
197 if (tp + NS_INT16SZ > endp)
199 *tp++ = (u_char) (val >> 8) & 0xff;
200 *tp++ = (u_char) val & 0xff;
205 if (ch == '.' && ((tp + NS_INADDRSZ) <= endp) &&
206 strtoaddr(curtok, tp) > 0) {
207 tp
[all...]
/freebsd-12-stable/crypto/openssl/crypto/idea/
H A Di_skey.c57 register IDEA_INT *fp, *tp, t; local
59 tp = &(dk->data[0][0]);
62 *(tp++) = inverse(fp[0]);
63 *(tp++) = ((int)(0x10000L - fp[2]) & 0xffff);
64 *(tp++) = ((int)(0x10000L - fp[1]) & 0xffff);
65 *(tp++) = inverse(fp[3]);
69 *(tp++) = fp[4];
70 *(tp++) = fp[5];
73 tp = &(dk->data[0][0]);
74 t = tp[
[all...]
/freebsd-12-stable/crypto/heimdal/lib/roken/
H A Dgettimeofday.c41 gettimeofday (struct timeval *tp, void *ignore) argument
55 tp->tv_usec = (ull % 1000000i64);
56 tp->tv_sec = (ull / 1000000i64);
67 gettimeofday (struct timeval *tp, void *ignore) argument
72 tp->tv_sec = (long) t;
73 tp->tv_usec = 0;
/freebsd-12-stable/lib/libc/gen/
H A Dtimes.c48 times(tp)
49 struct tms *tp;
57 tp->tms_utime = CONVTCK(ru.ru_utime);
58 tp->tms_stime = CONVTCK(ru.ru_stime);
61 tp->tms_cutime = CONVTCK(ru.ru_utime);
62 tp->tms_cstime = CONVTCK(ru.ru_stime);
/freebsd-12-stable/sys/netinet/
H A Dtcp_usrreq.c127 #define TCPDEBUG1() ostate = tp ? tp->t_state : 0
128 #define TCPDEBUG2(req) if (tp && (so->so_options & SO_DEBUG)) \
129 tcp_trace(TA_USER, ostate, tp, 0, 0, req)
154 struct tcpcb *tp = NULL; local
167 tp = intotcpcb(inp);
170 TCP_PROBE2(debug__user, tp, PRU_ATTACH);
186 struct tcpcb *tp; local
194 tp = intotcpcb(inp);
229 if (__predict_true(tp
311 struct tcpcb *tp = NULL; local
353 struct tcpcb *tp = NULL; local
425 struct tcpcb *tp = NULL; local
470 struct tcpcb *tp = NULL; local
531 struct tcpcb *tp = NULL; local
587 struct tcpcb *tp = NULL; local
716 struct tcpcb *tp = NULL; local
752 struct tcpcb *tp = NULL; local
794 struct tcpcb *tp = NULL; local
853 struct tcpcb *tp = NULL; local
888 struct tcpcb *tp = NULL; local
938 struct tcpcb *tp = NULL; local
1266 struct tcpcb *tp; local
1296 struct tcpcb *tp = NULL; local
1339 struct tcpcb *tp = NULL; local
1381 struct tcpcb *tp = NULL; local
1474 tcp_connect(struct tcpcb *tp, struct sockaddr *nam, struct thread *td) argument
1546 tcp6_connect(struct tcpcb *tp, struct sockaddr *nam, struct thread *td) argument
1593 tcp_fill_info(struct tcpcb *tp, struct tcp_info *ti) argument
1663 struct tcpcb *tp; local
1843 tcp_default_ctloutput(struct socket *so, struct sockopt *sopt, struct inpcb *inp, struct tcpcb *tp) argument
2315 struct tcpcb *tp; local
2367 tcp_disconnect(struct tcpcb *tp) argument
2408 tcp_usrclosed(struct tcpcb *tp) argument
2647 db_print_tcpcb(struct tcpcb *tp, const char *name, int indent) argument
2761 struct tcpcb *tp; local
[all...]
H A Dtcp_timer.h42 * received. If an ACK is received which advances tp->snd_una,
181 #define TP_KEEPINIT(tp) ((tp)->t_keepinit ? (tp)->t_keepinit : tcp_keepinit)
182 #define TP_KEEPIDLE(tp) ((tp)->t_keepidle ? (tp)->t_keepidle : tcp_keepidle)
183 #define TP_KEEPINTVL(tp) ((tp)->t_keepintvl ? (tp)
[all...]
H A Dtcp_sack.c158 tcp_update_dsack_list(struct tcpcb *tp, tcp_seq rcv_start, tcp_seq rcv_end) argument
164 INP_WLOCK_ASSERT(tp->t_inpcb);
168 if (SEQ_LT(rcv_end, tp->rcv_nxt) ||
169 ((rcv_end == tp->rcv_nxt) &&
170 (tp->rcv_numsacks > 0 ) &&
171 (tp->sackblks[0].end == tp->rcv_nxt))) {
183 for (i = 0; i < tp->rcv_numsacks; i++) {
184 start = tp->sackblks[i].start;
185 end = tp
254 tcp_update_sack_list(struct tcpcb *tp, tcp_seq rcv_start, tcp_seq rcv_end) argument
391 tcp_clean_dsack_blocks(struct tcpcb *tp) argument
433 tcp_clean_sackreport(struct tcpcb *tp) argument
447 tcp_sackhole_alloc(struct tcpcb *tp, tcp_seq start, tcp_seq end) argument
475 tcp_sackhole_free(struct tcpcb *tp, struct sackhole *hole) argument
491 tcp_sackhole_insert(struct tcpcb *tp, tcp_seq start, tcp_seq end, struct sackhole *after) argument
518 tcp_sackhole_remove(struct tcpcb *tp, struct sackhole *hole) argument
540 tcp_sack_doack(struct tcpcb *tp, struct tcpopt *to, tcp_seq th_ack) argument
764 tcp_free_sackholes(struct tcpcb *tp) argument
787 tcp_sack_partialack(struct tcpcb *tp, struct tcphdr *th) argument
850 tcp_sack_output(struct tcpcb *tp, int *sack_bytes_rexmt) argument
875 tcp_sack_adjust(struct tcpcb *tp) argument
[all...]
H A Dtcp_seq.h68 #define tcp_rcvseqinit(tp) \
69 (tp)->rcv_adv = (tp)->rcv_nxt = (tp)->irs + 1
71 #define tcp_sendseqinit(tp) \
72 (tp)->snd_una = (tp)->snd_nxt = (tp)->snd_max = (tp)->snd_up = \
73 (tp)
[all...]
H A Dtcp_reass.c203 tcp_log_reassm(struct tcpcb *tp, struct tseg_qent *q, struct tseg_qent *p, argument
209 if (tp->t_logstate != TCP_LOG_STATE_OFF) {
229 log.u_bbr.flex6 = tp->t_segqmbuflen;
233 TCP_LOG_EVENTP(tp, NULL,
234 &tp->t_inpcb->inp_socket->so_rcv,
235 &tp->t_inpcb->inp_socket->so_snd,
242 tcp_reass_log_dump(struct tcpcb *tp) argument
246 if (tp->t_logstate != TCP_LOG_STATE_OFF) {
247 TAILQ_FOREACH(q, &tp->t_segq, tqe_q) {
248 tcp_log_reassm(tp,
254 tcp_reass_log_new_in(struct tcpcb *tp, tcp_seq seq, int len, struct mbuf *m, int logval, struct tseg_qent *q) argument
304 tcp_reass_flush(struct tcpcb *tp) argument
323 tcp_reass_append(struct tcpcb *tp, struct tseg_qent *last, struct mbuf *m, struct tcphdr *th, int tlen, struct mbuf *mlast, int lenofoh) argument
349 tcp_reass_prepend(struct tcpcb *tp, struct tseg_qent *first, struct mbuf *m, struct tcphdr *th, int tlen, struct mbuf *mlast, int lenofoh) argument
385 tcp_reass_replace(struct tcpcb *tp, struct tseg_qent *q, struct mbuf *m, tcp_seq seq, int len, struct mbuf *mlast, int mbufoh, uint8_t flags) argument
420 tcp_reass_merge_into(struct tcpcb *tp, struct tseg_qent *ent, struct tseg_qent *q) argument
445 tcp_reass_merge_forward(struct tcpcb *tp, struct tseg_qent *ent) argument
526 tcp_reass(struct tcpcb *tp, struct tcphdr *th, tcp_seq *seq_start, int *tlenp, struct mbuf *m) argument
[all...]
/freebsd-12-stable/contrib/netbsd-tests/include/
H A Dt_stdint.c50 ATF_TP_ADD_TCS(tp)
53 ATF_TP_ADD_TC(tp, int8);
54 ATF_TP_ADD_TC(tp, int16);
/freebsd-12-stable/contrib/ntp/util/
H A Dprecision.c65 struct timeval tp; local
73 gettimeofday(&tp, &tzp);
74 last = tp.tv_usec;
76 gettimeofday(&tp, &tzp);
77 diff = tp.tv_usec - last;
80 last = tp.tv_usec;
120 struct timeval tp; local
135 tp.tv_sec = ts.tv_sec;
136 tp.tv_usec = ts.tv_nsec / 1000;
138 GETTIMEOFDAY(&tp,
[all...]
/freebsd-12-stable/lib/libc/string/
H A Dswab.c48 char *fp, *tp; local
54 tp = (char *)to;
55 #define STEP temp = *fp++,*tp++ = *fp++,*tp++ = temp
/freebsd-12-stable/lib/libc/tests/stdlib/
H A Dset_constraint_handler_s_test.c57 ATF_TP_ADD_TCS(tp)
59 ATF_TP_ADD_TC(tp, null_handler);
60 ATF_TP_ADD_TC(tp, abort_handler);
61 ATF_TP_ADD_TC(tp, ignore_handler);
/freebsd-12-stable/lib/libc/inet/
H A Dinet_pton.c85 u_char tmp[NS_INADDRSZ], *tp; local
89 *(tp = tmp) = 0;
94 u_int new = *tp * 10 + (pch - digits);
96 if (saw_digit && *tp == 0)
100 *tp = new;
109 *++tp = 0;
138 u_char tmp[NS_IN6ADDRSZ], *tp, *endp, *colonp; local
143 memset((tp = tmp), '\0', NS_IN6ADDRSZ);
144 endp = tp + NS_IN6ADDRSZ;
170 colonp = tp;
[all...]
/freebsd-12-stable/sys/cddl/contrib/opensolaris/uts/powerpc/dtrace/
H A Dfasttrap_isa.c48 fasttrap_tracepoint_install(proc_t *p, fasttrap_tracepoint_t *tp) argument
52 if (uwrite(p, &instr, 4, tp->ftt_pc) != 0)
59 fasttrap_tracepoint_remove(proc_t *p, fasttrap_tracepoint_t *tp) argument
67 if (uread(p, &instr, 4, tp->ftt_pc) != 0)
71 if (uwrite(p, &tp->ftt_instr, 4, tp->ftt_pc) != 0)
78 fasttrap_tracepoint_init(proc_t *p, fasttrap_tracepoint_t *tp, uintptr_t pc, argument
105 tp->ftt_type = FASTTRAP_T_COMMON;
106 tp->ftt_instr = instr;
127 tp
267 fasttrap_tracepoint_t *tp; local
339 fasttrap_tracepoint_t *tp, tp_local; local
[all...]
/freebsd-12-stable/contrib/ncurses/ncurses/tinfo/
H A Dalloc_entry.c61 _nc_init_entry(TERMTYPE *const tp) argument
65 if (tp == 0) {
78 _nc_init_termtype(tp);
129 TERMTYPE *tp = &(ep->tterm); local
135 tp->term_names = _nc_save_str(tp->term_names);
136 for_each_string(i, tp) {
137 if (tp->Strings[i] != ABSENT_STRING &&
138 tp->Strings[i] != CANCELLED_STRING) {
139 tp
[all...]
/freebsd-12-stable/sys/dev/cxgbe/
H A Dt4_tracer.c278 struct trace_params tp; local
294 t4_get_trace_filter(sc, &tp, i, &enabled);
298 memcpy(&t->tp.data[0], &tp.data[0], sizeof(t->tp.data));
299 memcpy(&t->tp.mask[0], &tp.mask[0], sizeof(t->tp.mask));
300 t->tp.snap_len = tp
331 struct trace_params tp, *tpp; local
[all...]
/freebsd-12-stable/contrib/netbsd-tests/kernel/
H A Dt_extattrctl.c23 ATF_TP_ADD_TCS(tp)
25 ATF_TP_ADD_TC(tp, extattrctl_namei);
/freebsd-12-stable/contrib/netbsd-tests/lib/libc/gen/
H A Dt_syslog.c50 ATF_TP_ADD_TCS(tp)
53 ATF_TP_ADD_TC(tp, syslog_pthread);
/freebsd-12-stable/contrib/netbsd-tests/lib/libc/stdio/
H A Dt_mktemp.c50 ATF_TP_ADD_TCS(tp)
52 ATF_TP_ADD_TC(tp, mktemp_not_exist);

Completed in 166 milliseconds

1234567891011>>