Searched refs:tp (Results 1 - 25 of 659) sorted by relevance

1234567891011>>

/macosx-10.9.5/postfix-252/postfix/src/global/
H A Dtok822_find.c53 TOK822 *tp; local
55 for (tp = head; tp != 0 && tp->type != op; tp = tp->next)
57 return (tp);
64 TOK822 *tp; local
66 for (tp = tail; tp !
[all...]
H A Dtok822_node.c13 /* TOK822 *tok822_free(tp)
14 /* TOK822 *tp;
57 TOK822 *tp; local
62 tp = (TOK822 *) mymalloc(sizeof(*tp));
63 tp->type = type;
64 tp->next = tp->prev = tp->head = tp
73 tok822_free(TOK822 *tp) argument
[all...]
H A Dtok822_tree.c17 /* TOK822 *tok822_cut_before(tp)
18 /* TOK822 *tp;
20 /* TOK822 *tok822_cut_after(tp)
21 /* TOK822 *tp;
23 /* TOK822 *tok822_unlink(tp)
24 /* TOK822 *tp;
34 /* TOK822 *tp;
37 /* TOK822 *tp;
48 /* TOK822 *tok822_free_tree(tp)
49 /* TOK822 *tp;
165 tok822_cut_before(TOK822 *tp) argument
178 tok822_cut_after(TOK822 *tp) argument
191 tok822_unlink(TOK822 *tp) argument
222 TOK822 *tp; local
260 tok822_free_tree(TOK822 *tp) argument
276 TOK822 *tp; local
292 TOK822 *tp; local
[all...]
/macosx-10.9.5/ncurses-42/ncurses/ncurses/trace/
H A Dtrace_xnames.c42 _nc_trace_xnames(TERMTYPE * tp GCC_UNUSED)
46 int limit = tp->ext_Booleans + tp->ext_Numbers + tp->ext_Strings;
49 int begin_num = tp->ext_Booleans;
50 int begin_str = tp->ext_Booleans + tp->ext_Numbers;
53 tp->term_names,
55 tp->ext_Booleans, tp
[all...]
/macosx-10.9.5/xnu-2422.115.4/bsd/netinet/
H A Dtcp_newreno.c86 int tcp_newreno_init(struct tcpcb *tp);
87 int tcp_newreno_cleanup(struct tcpcb *tp);
88 void tcp_newreno_cwnd_init_or_reset(struct tcpcb *tp);
89 void tcp_newreno_inseq_ack_rcvd(struct tcpcb *tp, struct tcphdr *th);
90 void tcp_newreno_ack_rcvd(struct tcpcb *tp, struct tcphdr *th);
91 void tcp_newreno_pre_fr(struct tcpcb *tp);
92 void tcp_newreno_post_fr(struct tcpcb *tp, struct tcphdr *th);
93 void tcp_newreno_after_idle(struct tcpcb *tp);
94 void tcp_newreno_after_timeout(struct tcpcb *tp);
95 int tcp_newreno_delay_ack(struct tcpcb *tp, struc
122 tcp_cc_resize_sndbuf(struct tcpcb *tp) argument
138 tcp_bad_rexmt_fix_sndbuf(struct tcpcb *tp) argument
154 tcp_newreno_init(struct tcpcb *tp) argument
160 tcp_newreno_cleanup(struct tcpcb *tp) argument
176 tcp_newreno_cwnd_init_or_reset(struct tcpcb *tp) argument
200 tcp_newreno_inseq_ack_rcvd(struct tcpcb *tp, struct tcphdr *th) argument
218 tcp_newreno_ack_rcvd(struct tcpcb *tp, struct tcphdr *th) argument
278 tcp_newreno_pre_fr(struct tcpcb *tp) argument
292 tcp_newreno_post_fr(struct tcpcb *tp, struct tcphdr *th) argument
321 tcp_newreno_after_timeout(struct tcpcb *tp) argument
377 tcp_newreno_delay_ack(struct tcpcb *tp, struct tcphdr *th) argument
411 tcp_newreno_switch_cc(struct tcpcb *tp, uint16_t old_index) argument
[all...]
H A Dtcp_ledbat.c58 int tcp_ledbat_init(struct tcpcb *tp);
59 int tcp_ledbat_cleanup(struct tcpcb *tp);
60 void tcp_ledbat_cwnd_init(struct tcpcb *tp);
61 void tcp_ledbat_inseq_ack_rcvd(struct tcpcb *tp, struct tcphdr *th);
62 void tcp_ledbat_ack_rcvd(struct tcpcb *tp, struct tcphdr *th);
63 void tcp_ledbat_pre_fr(struct tcpcb *tp);
64 void tcp_ledbat_post_fr(struct tcpcb *tp, struct tcphdr *th);
65 void tcp_ledbat_after_idle(struct tcpcb *tp);
66 void tcp_ledbat_after_timeout(struct tcpcb *tp);
67 int tcp_ledbat_delay_ack(struct tcpcb *tp, struc
139 update_cwnd(struct tcpcb *tp, uint32_t incr) argument
200 tcp_ledbat_init(struct tcpcb *tp) argument
206 tcp_ledbat_cleanup(struct tcpcb *tp) argument
217 tcp_ledbat_cwnd_init(struct tcpcb *tp) argument
227 tcp_ledbat_inseq_ack_rcvd(struct tcpcb *tp, struct tcphdr *th) argument
245 tcp_ledbat_ack_rcvd(struct tcpcb *tp, struct tcphdr *th) argument
293 tcp_ledbat_pre_fr(struct tcpcb *tp) argument
308 tcp_ledbat_post_fr(struct tcpcb *tp, struct tcphdr *th) argument
339 tcp_ledbat_after_idle(struct tcpcb *tp) argument
375 tcp_ledbat_after_timeout(struct tcpcb *tp) argument
405 tcp_ledbat_delay_ack(struct tcpcb *tp, struct tcphdr *th) argument
423 tcp_ledbat_switch_cc(struct tcpcb *tp, uint16_t old_cc_index) argument
[all...]
H A Dtcp_cc.h85 int (*init) (struct tcpcb *tp);
88 int (*cleanup) (struct tcpcb *tp);
91 void (*cwnd_init) (struct tcpcb *tp);
94 void (*inseq_ack_rcvd) (struct tcpcb *tp, struct tcphdr *th);
97 void (*ack_rcvd) (struct tcpcb *tp, struct tcphdr *th);
100 void (*pre_fr) (struct tcpcb *tp);
103 void (*post_fr) (struct tcpcb *tp, struct tcphdr *th);
106 void (*after_idle) (struct tcpcb *tp);
109 void (*after_timeout) (struct tcpcb *tp);
112 int (*delay_ack)(struct tcpcb *tp, struc
[all...]
H A Dtcp_output.c230 extern uint32_t get_base_rtt(struct tcpcb *tp);
231 static struct mbuf* tcp_send_lroacks(struct tcpcb *tp, struct mbuf *m, struct tcphdr *th);
232 static int tcp_recv_throttle(struct tcpcb *tp);
261 tcp_output(struct tcpcb *tp) argument
263 struct inpcb *inp = tp->t_inpcb;
298 u_int32_t lro_ackmore = (tp->t_lropktlen != 0) ? 1 : 0;
317 idle = (tp->t_flags & TF_LASTIDLE) || (tp->snd_max == tp->snd_una);
322 idle_time = tcp_now - tp
2181 tcp_ip_output(struct socket *so, struct tcpcb *tp, struct mbuf *pkt, int cnt, struct mbuf *opt, int flags, int sack_in_progress, int recwin, boolean_t isipv6) argument
2441 tcp_send_lroacks(struct tcpcb *tp, struct mbuf *m, struct tcphdr *th) argument
2536 tcp_recv_throttle(struct tcpcb *tp) argument
[all...]
H A Dtcp_input.c318 static inline int tcp_stretch_ack_enable(struct tcpcb *tp);
322 static inline void update_iaj_state(struct tcpcb *tp, uint32_t tlen, int reset_size);
323 void compute_iaj(struct tcpcb *tp, int nlropkts, int lro_delay_factor);
324 static void compute_iaj_meat(struct tcpcb *tp, uint32_t cur_iaj);
331 static void tcp_sbrcv_grow(struct tcpcb *tp, struct sockbuf *sb,
334 void tcp_sbrcv_trim(struct tcpcb *tp, struct sockbuf *sb);
336 static inline void tcp_sbrcv_tstmp_check(struct tcpcb *tp);
337 static inline void tcp_sbrcv_reserve(struct tcpcb *tp, struct sockbuf *sb,
339 static void tcp_bad_rexmt_restore_state(struct tcpcb *tp, struct tcphdr *th);
340 static int tcp_detect_bad_rexmt(struct tcpcb *tp, struc
400 reset_acc_iaj(struct tcpcb *tp) argument
408 update_iaj_state(struct tcpcb *tp, uint32_t size, int rst_size) argument
459 compute_iaj(struct tcpcb *tp, int nlropkts, int lro_delay_factor) argument
485 compute_iaj_meat(struct tcpcb *tp, uint32_t cur_iaj) argument
562 tcp_bwmeas_check(struct tcpcb *tp) argument
587 tcp_reass(struct tcpcb *tp, struct tcphdr *th, int *tlenp, struct mbuf *m, struct ifnet *ifp) argument
861 tcp_reduce_congestion_window( struct tcpcb *tp) argument
886 tcp_adaptive_rwtimo_check(struct tcpcb *tp, int tlen) argument
898 tcp_keepalive_reset(struct tcpcb *tp) argument
975 tcp_sbrcv_reserve(struct tcpcb *tp, struct sockbuf *sbrcv, u_int32_t newsize, u_int32_t idealsize) argument
1009 tcp_sbrcv_grow(struct tcpcb *tp, struct sockbuf *sbrcv, struct tcpopt *to, u_int32_t pktlen) argument
1112 tcp_sbrcv_trim(struct tcpcb *tp, struct sockbuf *sbrcv) argument
1178 tcp_sbrcv_tstmp_check(struct tcpcb *tp) argument
1210 tcp_stretch_ack_enable(struct tcpcb *tp) argument
1229 tcp_reset_stretch_ack(struct tcpcb *tp) argument
1249 tcp_detect_bad_rexmt(struct tcpcb *tp, struct tcpopt *to) argument
1273 tcp_bad_rexmt_restore_state(struct tcpcb *tp, struct tcphdr *th) argument
1330 register struct tcpcb *tp = 0; local
4431 struct tcpcb *tp = sototcpcb(so); local
4450 get_base_rtt(struct tcpcb *tp) argument
4465 update_base_rtt(struct tcpcb *tp, uint32_t rtt) argument
4508 tcp_compute_rtt(struct tcpcb *tp, struct tcpopt *to, struct tcphdr *th) argument
4527 tcp_xmit_timer(register struct tcpcb *tp, int rtt, u_int32_t tsecr, tcp_seq th_ack) argument
5042 struct tcpcb *tp; local
5237 struct tcpcb *tp = intotcpcb(inp); local
5290 struct tcpcb *tp = inp->inp_ppcb; local
[all...]
/macosx-10.9.5/BerkeleyDB-21/db/os_brew/
H A Dos_clock.c18 __os_gettime(env, tp, monotonic)
20 db_timespec *tp;
27 tp->tv_sec =
33 tp->tv_nsec = 0;
/macosx-10.9.5/bind9-45.100/bind9/unit/atf-src/atf-c/
H A Datf_c_test.c44 ATF_TP_ADD_TCS(tp)
47 ATF_TP_ADD_TC(tp, include);
/macosx-10.9.5/postfix-252/postfix/src/bounce/
H A Dbounce_template.c210 BOUNCE_TEMPLATE *tp; local
212 tp = (BOUNCE_TEMPLATE *) mymalloc(sizeof(*tp));
213 *tp = *prototype;
214 return (tp);
219 void bounce_template_free(BOUNCE_TEMPLATE *tp) argument
221 if (tp->buffer) {
222 myfree(tp->buffer);
223 myfree((char *) tp->origin);
225 myfree((char *) tp);
230 bounce_template_reset(BOUNCE_TEMPLATE *tp) argument
239 bounce_template_load(BOUNCE_TEMPLATE *tp, const char *origin, const char *buffer) argument
262 bounce_template_parse_buffer(BOUNCE_TEMPLATE *tp) argument
383 BOUNCE_TEMPLATE *tp = (BOUNCE_TEMPLATE *) context; local
430 bounce_template_headers(BOUNCE_XP_PRN_FN out_fn, VSTREAM *fp, BOUNCE_TEMPLATE *tp, const char *rcpt, int postmaster_copy) argument
446 bounce_template_expand(BOUNCE_XP_PUT_FN out_fn, VSTREAM *fp, BOUNCE_TEMPLATE *tp) argument
473 bounce_template_dump(VSTREAM *fp, BOUNCE_TEMPLATE *tp) argument
[all...]
/macosx-10.9.5/ICU-511.35/icuSources/tools/tzcode/
H A Dscheck.c23 register char * tp; local
35 tp = fbuf;
36 while ((*tp++ = c = *fp++) != '\0') {
40 *tp++ = *fp++;
43 *tp++ = '*';
47 *tp++ = *fp++;
49 *tp++ = *fp++;
51 do *tp++ = *fp++;
53 if ((*tp++ = *fp++) == '\0')
56 *(tp
[all...]
/macosx-10.9.5/cxxfilt-11/cxxfilt/libiberty/
H A Dgettimeofday.c12 @deftypefn Supplemental int gettimeofday (struct timeval *@var{tp}, void *@var{tz})
14 Writes the current time to @var{tp}. This implementation requires
22 gettimeofday (struct timeval *tp, void *tz) argument
26 tp->tv_usec = 0;
27 if (time (&tp->tv_sec) == (time_t) -1)
/macosx-10.9.5/ksh-20/ksh/src/cmd/ksh93/bltins/
H A Dalarm.c59 register struct tevent *tp = (struct tevent*)list; local
60 if(!tp || item->milli < tp->milli)
62 item->next = tp;
67 while(tp->next && item->milli > tp->next->milli)
68 tp = tp->next;
69 item->next = tp->next;
70 tp
82 register struct tevent *tp = (struct tevent*)list; local
99 register struct tevent *tp = (struct tevent*)list; local
119 register struct tevent *tp = (struct tevent*)handle; local
131 register struct tevent *tp, *tpnext; local
165 register struct tevent *tp = (struct tevent*)fp; local
185 register struct tevent *tp = (struct tevent*)fp; local
237 register struct tevent *tp; local
[all...]
/macosx-10.9.5/system_cmds-597.90.1/system_cmds-597.1.1/zic.tproj/
H A Dscheck.c23 register char * tp; local
36 tp = fbuf;
37 while ((*tp++ = c = *fp++) != '\0') {
41 *tp++ = *fp++;
44 *tp++ = '*';
48 *tp++ = *fp++;
50 *tp++ = *fp++;
52 do *tp++ = *fp++;
54 if ((*tp++ = *fp++) == '\0')
57 *(tp
[all...]
/macosx-10.9.5/system_cmds-597.90.1/zic.tproj/
H A Dscheck.c23 register char * tp; local
36 tp = fbuf;
37 while ((*tp++ = c = *fp++) != '\0') {
41 *tp++ = *fp++;
44 *tp++ = '*';
48 *tp++ = *fp++;
50 *tp++ = *fp++;
52 do *tp++ = *fp++;
54 if ((*tp++ = *fp++) == '\0')
57 *(tp
[all...]
/macosx-10.9.5/xnu-2422.115.4/bsd/dev/i386/
H A Dkm.c75 static int kmoutput(struct tty *tp);
76 static void kmstart(struct tty *tp);
95 struct tty *tp; local
103 tp = km_tty[unit];
105 tty_lock(tp);
107 tp->t_oproc = kmstart;
108 tp->t_param = NULL;
109 tp->t_dev = dev;
111 if ( !(tp->t_state & TS_ISOPEN) ) {
112 tp
166 struct tty *tp = km_tty[minor(dev)]; local
180 struct tty *tp = km_tty[minor(dev)]; local
193 struct tty *tp = km_tty[minor(dev)]; local
206 struct tty *tp = km_tty[minor(dev)]; local
296 kmstart(struct tty *tp) argument
322 struct tty *tp = (struct tty *)arg; local
341 kmoutput(struct tty *tp) argument
397 struct tty *tp = km_tty[0]; /* XXX */ local
[all...]
/macosx-10.9.5/ksh-20/ksh/src/lib/libast/string/
H A Dbase64.c54 register unsigned char* tp; local
71 if (tp = (unsigned char*)tb)
73 te = tp + tz - B64_EC + 1;
82 tp = tmp;
83 te = tp + sizeof(tmp) - B64_EC + 1;
88 tc = tp + B64_EC * B64_CHUNK;
93 if (tp >= te)
98 *tn = tp;
99 n = tp - (unsigned char*)tb + 1;
100 tp
165 register unsigned char* tp; local
[all...]
/macosx-10.9.5/xnu-2422.115.4/bsd/kern/
H A Dtty.c87 * of in drivers and fix drivers that write to tp->t_termios.
122 #define TTY_LOCK_OWNED(tp) do {lck_mtx_assert(&tp->t_lock, LCK_MTX_ASSERT_OWNED); } while (0)
123 #define TTY_LOCK_NOTOWNED(tp) do {lck_mtx_assert(&tp->t_lock, LCK_MTX_ASSERT_NOTOWNED); } while (0)
125 #define TTY_LOCK_OWNED(tp)
126 #define TTY_LOCK_NOTOWNED(tp)
133 static int ttnread(struct tty *tp);
134 static void ttyecho(int c, struct tty *tp);
135 static int ttyoutput(int c, struct tty *tp);
308 tty_lock(struct tty *tp) argument
327 tty_unlock(struct tty *tp) argument
342 ttyopen(dev_t device, struct tty *tp) argument
427 ttyclose(struct tty *tp) argument
496 ttyinput(int c, struct tty *tp) argument
881 ttyoutput(int c, struct tty *tp) argument
982 ttioctl(struct tty *tp, u_long cmd, caddr_t data, int flag, proc_t p) argument
1052 ttioctl_locked(struct tty *tp, u_long cmd, caddr_t data, int flag, proc_t p) argument
1510 ttyselect(struct tty *tp, int rw, void *wql, proc_t p) argument
1560 struct tty *tp = cdevsw[major(dev)].d_ttys[minor(dev)]; local
1574 ttnread(struct tty *tp) argument
1611 ttywait(struct tty *tp) argument
1646 ttystop(struct tty *tp, int rw) argument
1659 ttywflush(struct tty *tp) argument
1676 ttyflush(struct tty *tp, int rw) argument
1761 ttyblock(struct tty *tp) argument
1781 ttyunblock(struct tty *tp) argument
1810 ttstart(struct tty *tp) argument
1829 ttylclose(struct tty *tp, int flag) argument
1850 ttymodem(struct tty *tp, int flag) argument
1910 ttypend(struct tty *tp) argument
1936 ttread(struct tty *tp, struct uio *uio, int flag) argument
2246 ttycheckoutq(struct tty *tp, int wait) argument
2281 ttwrite(struct tty *tp, struct uio *uio, int flag) argument
2484 ttyrub(int c, struct tty *tp) argument
2570 ttyrubo(struct tty *tp, int count) argument
2590 ttyretype(struct tty *tp) argument
2625 ttyecho(int c, struct tty *tp) argument
2655 ttwakeup(struct tty *tp) argument
2686 ttwwakeup(struct tty *tp) argument
2733 ttsetwater(struct tty *tp) argument
2766 ttyinfo_locked(struct tty *tp) argument
2965 tputchar(int c, struct tty *tp) argument
3010 ttysleep(struct tty *tp, void *chan, int pri, const char *wmesg, int timo) argument
3040 struct tty *tp; local
3061 ttyhold(struct tty *tp) argument
3072 ttyfree(struct tty *tp) argument
3093 ttydeallocate(struct tty *tp) argument
3115 isbackground(proc_t p, struct tty *tp) argument
3123 isctty(proc_t p, struct tty *tp) argument
3135 isctty_sp(proc_t p, struct tty *tp, struct session *sessp) argument
[all...]
/macosx-10.9.5/bind9-45.100/bind9/unit/atf-src/atf-run/
H A Dzero_tcs_helper.c32 ATF_TP_ADD_TCS(tp)
/macosx-10.9.5/pyobjc-42/2.5/pyobjc/pyobjc-core/Modules/objc/
H A Dvarlist.h9 PyObject* PyObjC_VarList_New(const char* tp, void* array);
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-core/Modules/objc/
H A Dvarlist.h9 PyObject* PyObjC_VarList_New(const char* tp, void* array);
/macosx-10.9.5/tcl-102/tcl84/tcl/compat/
H A Dgettod.c22 gettimeofday(tp, tz)
23 struct timeval *tp;
28 tp->tv_sec = t.time;
29 tp->tv_usec = t. millitm * 1000;
/macosx-10.9.5/postfix-252/postfix/src/tls/
H A Dtls_proxy_print.c58 TLS_SESS_STATE *tp = (TLS_SESS_STATE *) ptr; local
65 STRING_OR_EMPTY(tp->peer_CN),
67 STRING_OR_EMPTY(tp->issuer_CN),
69 STRING_OR_EMPTY(tp->peer_fingerprint),
71 STRING_OR_EMPTY(tp->peer_pkey_fprint),
73 tp->peer_status,
75 STRING_OR_EMPTY(tp->protocol),
77 STRING_OR_EMPTY(tp->cipher_name),
79 tp->cipher_usebits,
81 tp
[all...]

Completed in 229 milliseconds

1234567891011>>