Searched refs:tp (Results 251 - 275 of 1220) sorted by relevance

<<11121314151617181920>>

/freebsd-11-stable/sys/dev/dcons/
H A Ddcons_os.c212 dcons_outwakeup(struct tty *tp) argument
217 dc = tty_softc(tp);
219 while (ttydisc_getc(tp, &ch, sizeof ch) != 0)
226 struct tty *tp; local
232 tp = dc->tty;
234 tty_lock(tp);
236 ttydisc_rint(tp, c, 0);
239 ttydisc_rint_done(tp);
240 tty_unlock(tp);
246 callout_reset(&dcons_callout, polltime, dcons_timeout, tp);
372 struct tty *tp; local
399 struct tty *tp; local
[all...]
/freebsd-11-stable/crypto/openssl/crypto/bn/asm/
H A Dsparct4-mont.pl280 # save tp[$NUM] ########################################################
431 # int bn_pwr5_mont_t4_$NUM(u64 *tp,const u64 *np,const BN_ULONG *n0,
436 my ($tp,$np,$pwrtbl,$pwr,$sentinel)=map("%g$_",(1..5));
478 mov %i0,$tp
490 # load tp[$NUM] ########################################################
496 ldx [$tp+$i*8],@A[$i]
501 ldd [$tp+$i*8],@A[$i]
610 # save tp[$NUM] ########################################################
632 std @R[$i],[$tp+$i*8]
704 ($t0,$t1,$t2,$t3,$cnt,$tp,
[all...]
H A Dmips3-mont.pl36 $tp="t3";
116 move $tp,sp
141 sd $lo1,($tp)
147 PTR_ADD $tp,8
161 sd $lo1,($tp)
165 sd $hi1,8($tp)
166 sd AT,16($tp)
203 move $tp,sp
205 ld $tj,8($tp)
231 ld $tj,16($tp)
[all...]
/freebsd-11-stable/sys/dev/cxgbe/tom/
H A Dt4_cpl_io.c286 struct tcpcb *tp = intotcpcb(inp); /* don't use if INP_DROPPED */ local
293 tcpstates[tp->t_state],
317 req->rsvd0 = htobe32(tp->snd_nxt);
340 assign_rxopt(struct tcpcb *tp, uint16_t opt) argument
342 struct toepcb *toep = tp->t_toe;
343 struct inpcb *inp = tp->t_inpcb;
350 tp->t_maxseg = sc->params.mtus[toep->mtu_idx];
352 tp->t_maxseg -= sizeof(struct ip6_hdr) + sizeof(struct tcphdr);
354 tp->t_maxseg -= sizeof(struct ip) + sizeof(struct tcphdr);
356 toep->emss = tp
395 struct tcpcb *tp = intotcpcb(inp); local
481 t4_rcvd_locked(struct toedev *tod, struct tcpcb *tp) argument
516 t4_rcvd(struct toedev *tod, struct tcpcb *tp) argument
626 struct tcpcb *tp = intotcpcb(toep->inp); local
719 struct tcpcb *tp = intotcpcb(inp); local
979 struct tcpcb *tp = intotcpcb(inp); local
1143 t4_tod_output(struct toedev *tod, struct tcpcb *tp) argument
1167 t4_send_fin(struct toedev *tod, struct tcpcb *tp) argument
1194 t4_send_rst(struct toedev *tod, struct tcpcb *tp) argument
1227 struct tcpcb *tp = NULL; local
1326 struct tcpcb *tp = NULL; local
1407 abort_status_to_errno(struct tcpcb *tp, unsigned int abort_reason) argument
1435 struct tcpcb *tp; local
1541 struct tcpcb *tp; local
1698 struct tcpcb *tp; local
2025 struct tcpcb *tp; local
2252 struct tcpcb *tp; local
2276 struct tcpcb *tp = so_sototcpcb(so); local
[all...]
/freebsd-11-stable/tests/sys/audit/
H A Dadministrative.c74 struct timeval tp; local
76 ATF_REQUIRE_EQ(0, gettimeofday(&tp, &tzp));
80 ATF_REQUIRE_EQ(0, settimeofday(&tp, &tzp));
102 struct timeval tp; local
104 ATF_REQUIRE_EQ(0, gettimeofday(&tp, &tzp));
107 tp.tv_sec = -1;
108 /* Failure reason: Invalid value for tp.tv_sec; */
109 ATF_REQUIRE_EQ(-1, settimeofday(&tp, &tzp));
131 struct timespec tp; local
132 ATF_REQUIRE_EQ(0, clock_gettime(CLOCK_REALTIME, &tp));
158 struct timespec tp; local
[all...]
H A Dfile-create.c556 ATF_TP_ADD_TCS(tp)
558 ATF_TP_ADD_TC(tp, mkdir_success);
559 ATF_TP_ADD_TC(tp, mkdir_failure);
560 ATF_TP_ADD_TC(tp, mkdirat_success);
561 ATF_TP_ADD_TC(tp, mkdirat_failure);
563 ATF_TP_ADD_TC(tp, mkfifo_success);
564 ATF_TP_ADD_TC(tp, mkfifo_failure);
565 ATF_TP_ADD_TC(tp, mkfifoat_success);
566 ATF_TP_ADD_TC(tp, mkfifoat_failure);
568 ATF_TP_ADD_TC(tp, mknod_succes
[all...]
/freebsd-11-stable/contrib/netbsd-tests/lib/librt/
H A Dt_sched.c241 ATF_TP_ADD_TCS(tp)
244 ATF_TP_ADD_TC(tp, sched_getparam);
245 ATF_TP_ADD_TC(tp, sched_priority);
247 ATF_TP_ADD_TC(tp, sched_setscheduler_1);
248 ATF_TP_ADD_TC(tp, sched_setscheduler_2);
249 ATF_TP_ADD_TC(tp, sched_setscheduler_3);
250 ATF_TP_ADD_TC(tp, sched_setscheduler_4);
252 ATF_TP_ADD_TC(tp, sched_rr_get_interval_1);
253 ATF_TP_ADD_TC(tp, sched_rr_get_interval_2);
/freebsd-11-stable/contrib/gcc/
H A Dtree-nrv.c76 finalize_nrv_r (tree *tp, int *walk_subtrees, void *data) argument
81 if (TYPE_P (*tp))
85 else if (*tp == dp->var)
86 *tp = dp->result;
206 tree *tp = bsi_stmt_ptr (bsi); local
208 if (TREE_CODE (*tp) == MODIFY_EXPR
209 && TREE_OPERAND (*tp, 0) == result
210 && TREE_OPERAND (*tp, 1) == found)
214 walk_tree (tp, finalize_nrv_r, &data, 0);
/freebsd-11-stable/tools/tools/mwl/mwldebug/
H A Dmwldebug.c136 const char *cp, *tp; local
174 for (tp = cp; *tp != '\0' && *tp != '+' && *tp != '-';)
175 tp++;
176 bit = getflag(cp, tp-cp);
188 (int)(tp-cp), cp);
192 } while (*(cp = tp) != '\0');
/freebsd-11-stable/tools/tools/ath/athdebug/
H A Dathdebug.c150 const char *cp, *tp; local
195 for (tp = cp; *tp != '\0' && *tp != '+' && *tp != '-';)
196 tp++;
197 bit = getflag(cp, tp-cp);
208 (int) (tp-cp), cp);
212 } while (*(cp = tp) != '\0');
/freebsd-11-stable/tests/sys/kern/acct/
H A Dacct_test.c227 ATF_TP_ADD_TCS(tp)
230 ATF_TP_ADD_TC(tp, encode_long);
231 ATF_TP_ADD_TC(tp, encode_tv_zero);
232 ATF_TP_ADD_TC(tp, encode_tv_only_sec);
233 ATF_TP_ADD_TC(tp, encode_tv_only_usec);
234 ATF_TP_ADD_TC(tp, encode_tv_many_usec);
235 ATF_TP_ADD_TC(tp, encode_tv_usec_overflow);
236 ATF_TP_ADD_TC(tp, encode_tv_upper_limit);
237 ATF_TP_ADD_TC(tp, encode_tv_random_million);
/freebsd-11-stable/contrib/netbsd-tests/lib/libc/sys/
H A Dt_timer_create.c43 timer_t *tp; local
45 tp = si->si_value.sival_ptr;
47 if (*tp == t && signo == SIGALRM)
197 ATF_TP_ADD_TCS(tp)
200 ATF_TP_ADD_TC(tp, timer_create_err);
201 ATF_TP_ADD_TC(tp, timer_create_real);
202 ATF_TP_ADD_TC(tp, timer_create_mono);
203 ATF_TP_ADD_TC(tp, timer_create_real_expire);
204 ATF_TP_ADD_TC(tp, timer_create_mono_expire);
/freebsd-11-stable/lib/libcam/tests/
H A Dlibcam_test.c303 ATF_TP_ADD_TCS(tp)
306 ATF_TP_ADD_TC(tp, cam_get_device_negative_test_NULL_path);
307 ATF_TP_ADD_TC(tp, cam_get_device_negative_test_bad_path);
308 ATF_TP_ADD_TC(tp, cam_get_device_negative_test_nul_path);
309 ATF_TP_ADD_TC(tp, cam_get_device_negative_test_root);
310 ATF_TP_ADD_TC(tp, cam_get_device_positive_test);
311 ATF_TP_ADD_TC(tp, cam_get_device_sa_test);
312 ATF_TP_ADD_TC(tp, cam_open_device_negative_test_O_RDONLY);
313 ATF_TP_ADD_TC(tp, cam_open_device_negative_test_nonexistent);
314 ATF_TP_ADD_TC(tp, cam_open_device_negative_test_unprivilege
[all...]
/freebsd-11-stable/secure/lib/libcrypto/arm/
H A Darmv4-mont.S49 add r0,sp,r0 @ r0 to point at &tp[num-1]
59 mul r8,r10,r8 @ "tp[0]"*n0
73 str r12,[r4],#4 @ tp[j-1]=,tp++
83 str r12,[r0] @ tp[num-1]=
84 str r14,[r0,#4] @ tp[num]=
93 ldr r10,[sp] @ tp[0]
95 ldr r7,[sp,#4] @ tp[1]
98 umlal r10,r11,r5,r2 @ ap[0]*bp[i]+tp[0]
102 umlal r10,r12,r6,r8 @ np[0]*n0+"tp[
[all...]
/freebsd-11-stable/sys/dev/sio/
H A Dsio.c226 struct tty *tp; /* cross reference */ member in struct:com_s
258 static void combreak(struct tty *tp, int sig);
261 static void comclose(struct tty *tp);
262 static int comopen(struct tty *tp, struct cdev *dev);
266 static int commodem(struct tty *tp, int sigon, int sigoff);
267 static int comparam(struct tty *tp, struct termios *t);
271 static void comstart(struct tty *tp);
272 static void comstop(struct tty *tp, int rw);
334 struct tty *tp; local
351 tp
884 struct tty *tp; local
1127 comopen(struct tty *tp, struct cdev *dev) argument
1315 struct tty *tp; local
1696 struct tty *tp; local
1941 struct tty *tp; local
2129 commodem(struct tty *tp, int sigon, int sigoff) argument
[all...]
/freebsd-11-stable/contrib/atf/atf-c++/
H A Dpkg_config_test.sh82 cat >tp.cpp <<EOF
113 atf_check -s eq:0 -o empty -e empty ${cxx} ${cxxflags} -o tp.o -c tp.cpp
114 atf_check -s eq:0 -o empty -e empty ${cxx} ${ldflags} -o tp tp.o ${libs}
132 atf_check -s eq:0 -o empty -e empty test -x tp
134 "LD_LIBRARY_PATH=${libpath} ./tp tc"
/freebsd-11-stable/lib/libc/tests/stdio/
H A Dmkostemp_test.c175 ATF_TP_ADD_TCS(tp)
178 ATF_TP_ADD_TC(tp, zero);
179 ATF_TP_ADD_TC(tp, O_CLOEXEC);
180 ATF_TP_ADD_TC(tp, O_APPEND);
181 ATF_TP_ADD_TC(tp, O_APPEND__O_CLOEXEC);
182 ATF_TP_ADD_TC(tp, bad_flags);
/freebsd-11-stable/sys/netinet/khelp/
H A Dh_ertt.c137 marked_packet_rtt(struct txseginfo *txsi, struct ertt *e_t, struct tcpcb *tp, argument
164 e_t->marked_snd_cwnd = tp->snd_cwnd;
178 if (tp->t_flags & TF_TSO) {
180 tp->t_flags &= ~TF_TSO;
199 struct tcpcb *tp; local
213 tp = thdp->tp;
216 new_sacked_bytes = (tp->sackhint.last_sack_ack != 0);
218 acked = th->th_ack - tp->snd_una;
220 INP_WLOCK_ASSERT(tp
433 struct tcpcb *tp; local
[all...]
/freebsd-11-stable/contrib/amd/amd/
H A Dinfo_hesiod.c62 int amu_hesiod_init(mnt_map *m, char *map, time_t *tp);
63 int hesiod_search(mnt_map *m, char *map, char *key, char **pval, time_t *tp);
72 amu_hesiod_init(mnt_map *m, char *map, time_t *tp) argument
75 *tp = 0;
91 hesiod_search(mnt_map *m, char *map, char *key, char **pval, time_t *tp) argument
99 dlog("hesiod_search(m=%lx, map=%s, key=%s, pval=%lx tp=%lx)",
100 (unsigned long) m, map, key, (unsigned long) pval, (unsigned long) tp);
H A Dinfo_nis.c63 int nis_search(mnt_map *m, char *map, char *key, char **val, time_t *tp);
64 int nis_init(mnt_map *m, char *map, time_t *tp);
66 int nis_mtime(mnt_map *m, char *map, time_t *tp);
248 nis_search(mnt_map *m, char *map, char *key, char **pval, time_t *tp) argument
272 if ((time_t) order > *tp) {
273 *tp = (time_t) order;
284 if ((time_t)order - *tp > gopt.am_timeo) {
285 *tp = (time_t)order;
330 nis_init(mnt_map *m, char *map, time_t *tp) argument
351 *tp
376 nis_mtime(mnt_map *m, char *map, time_t *tp) argument
[all...]
/freebsd-11-stable/sys/dev/rc/
H A Drc.c211 struct tty *tp; local
296 tp = rc->rc_tp = ttyalloc();
297 tp->t_sc = rc;
298 tp->t_oproc = rc_start;
299 tp->t_param = rc_param;
300 tp->t_modem = rc_modem;
301 tp->t_break = rc_break;
302 tp->t_close = rc_close;
303 tp->t_stop = rc_stop;
304 ttycreate(tp, TS_CALLOU
586 rc_start(struct tty *tp) argument
657 struct tty *tp; local
776 rc_stop(struct tty *tp, int rw) argument
811 rc_close(struct tty *tp) argument
868 rc_param(struct tty *tp, struct termios *ts) argument
1037 rc_modem(struct tty *tp, int biton, int bitoff) argument
1084 rc_break(struct tty *tp, int brk) argument
[all...]
/freebsd-11-stable/contrib/ncurses/ncurses/tinfo/
H A Dlib_termcap.c256 TERMTYPE *tp = &(TerminalOf(SP_PARM)->type); local
266 for_each_ext_boolean(i, tp) {
267 const char *capname = ExtBoolname(tp, i, boolcodes);
277 result = tp->Booleans[j];
308 TERMTYPE *tp = &(TerminalOf(SP_PARM)->type); local
318 for_each_ext_number(i, tp) {
319 const char *capname = ExtNumname(tp, i, numcodes);
328 if (VALID_NUMERIC(tp->Numbers[j]))
329 result = tp->Numbers[j];
360 TERMTYPE *tp local
[all...]
/freebsd-11-stable/contrib/netbsd-tests/lib/libm/
H A Dt_sinh.c255 ATF_TP_ADD_TCS(tp)
258 ATF_TP_ADD_TC(tp, sinh_inrange);
259 ATF_TP_ADD_TC(tp, sinh_nan);
260 ATF_TP_ADD_TC(tp, sinh_inf_neg);
261 ATF_TP_ADD_TC(tp, sinh_inf_pos);
262 ATF_TP_ADD_TC(tp, sinh_zero_neg);
263 ATF_TP_ADD_TC(tp, sinh_zero_pos);
265 ATF_TP_ADD_TC(tp, sinhf_inrange);
266 ATF_TP_ADD_TC(tp, sinhf_nan);
267 ATF_TP_ADD_TC(tp, sinhf_inf_ne
[all...]
/freebsd-11-stable/contrib/atf/atf-c/detail/
H A Dprocess_test.c1097 ATF_TP_ADD_TCS(tp)
1100 ATF_TP_ADD_TC(tp, stream_init_capture);
1101 ATF_TP_ADD_TC(tp, stream_init_connect);
1102 ATF_TP_ADD_TC(tp, stream_init_inherit);
1103 ATF_TP_ADD_TC(tp, stream_init_redirect_fd);
1104 ATF_TP_ADD_TC(tp, stream_init_redirect_path);
1107 ATF_TP_ADD_TC(tp, status_exited);
1108 ATF_TP_ADD_TC(tp, status_signaled);
1109 ATF_TP_ADD_TC(tp, status_coredump);
1112 ATF_TP_ADD_TC(tp, child_pi
[all...]
/freebsd-11-stable/contrib/bsnmp/lib/
H A Dsnmpagent.c117 struct snmp_node *tp; local
128 for (tp = tree; tp < tree + tree_size; tp++) {
129 if (asn_is_suboid(&tp->oid, &value->var))
131 if (asn_compare_oid(&tp->oid, &value->var) >= 0)
142 if (tp->type == SNMP_NODE_LEAF &&
143 (value->var.len != tp->oid.len + 1 ||
144 value->var.subs[tp->oid.len] != 0)) {
153 return (tp);
159 struct snmp_node *tp; local
207 struct snmp_node *tp; local
293 struct snmp_node *tp; local
338 const struct snmp_node *tp; local
[all...]

Completed in 233 milliseconds

<<11121314151617181920>>