Searched refs:tp (Results 351 - 375 of 1220) sorted by relevance

<<11121314151617181920>>

/freebsd-11-stable/tests/sys/audit/
H A Dioctl.c97 ATF_TP_ADD_TCS(tp)
99 ATF_TP_ADD_TC(tp, ioctl_success);
100 ATF_TP_ADD_TC(tp, ioctl_failure);
/freebsd-11-stable/lib/libc/tests/gen/
H A Drealpath2_test.c95 ATF_TP_ADD_TCS(tp)
98 ATF_TP_ADD_TC(tp, realpath_buffer_overflow);
99 ATF_TP_ADD_TC(tp, realpath_empty_symlink);
/freebsd-11-stable/contrib/netbsd-tests/kernel/kqueue/
H A Dt_ioctl.c110 ATF_TP_ADD_TCS(tp)
112 ATF_TP_ADD_TC(tp, kfilter_byfilter);
113 ATF_TP_ADD_TC(tp, kfilter_byname);
/freebsd-11-stable/contrib/netbsd-tests/lib/libc/inet/
H A Dt_inet_network.c103 ATF_TP_ADD_TCS(tp)
106 ATF_TP_ADD_TC(tp, inet_network_basic);
107 ATF_TP_ADD_TC(tp, inet_network_err);
H A Dt_inet_addr.c102 ATF_TP_ADD_TCS(tp)
105 ATF_TP_ADD_TC(tp, inet_addr_basic);
106 ATF_TP_ADD_TC(tp, inet_addr_err);
/freebsd-11-stable/contrib/netbsd-tests/lib/libc/stdlib/
H A Dt_strtod.c318 ATF_TP_ADD_TCS(tp)
321 ATF_TP_ADD_TC(tp, strtod_basic);
322 ATF_TP_ADD_TC(tp, strtod_hex);
323 ATF_TP_ADD_TC(tp, strtod_inf);
324 ATF_TP_ADD_TC(tp, strtof_inf);
325 ATF_TP_ADD_TC(tp, strtold_inf);
326 ATF_TP_ADD_TC(tp, strtod_nan);
327 ATF_TP_ADD_TC(tp, strtof_nan);
328 ATF_TP_ADD_TC(tp, strtold_nan);
329 ATF_TP_ADD_TC(tp, strtod_roun
[all...]
H A Dt_abs.c145 ATF_TP_ADD_TCS(tp)
148 ATF_TP_ADD_TC(tp, abs_basic);
149 ATF_TP_ADD_TC(tp, imaxabs_basic);
150 ATF_TP_ADD_TC(tp, labs_basic);
151 ATF_TP_ADD_TC(tp, llabs_basic);
H A Dt_exit.c177 ATF_TP_ADD_TCS(tp)
180 ATF_TP_ADD_TC(tp, exit_atexit);
181 ATF_TP_ADD_TC(tp, exit_basic);
182 ATF_TP_ADD_TC(tp, exit_status);
183 ATF_TP_ADD_TC(tp, exit_tmpfile);
/freebsd-11-stable/contrib/netbsd-tests/lib/libc/sys/
H A Dt_wait_noproc.c323 ATF_TP_ADD_TCS(tp)
327 ATF_TP_ADD_TC(tp, wait);
329 ATF_TP_ADD_TC(tp, waitpid);
330 ATF_TP_ADD_TC(tp, waitid);
331 ATF_TP_ADD_TC(tp, wait3);
332 ATF_TP_ADD_TC(tp, wait4);
333 ATF_TP_ADD_TC(tp, wait6);
335 ATF_TP_ADD_TC(tp, waitpid_options);
336 ATF_TP_ADD_TC(tp, waitid_options);
337 ATF_TP_ADD_TC(tp, wait3_option
[all...]
H A Dt_getgroups.c165 ATF_TP_ADD_TCS(tp)
168 ATF_TP_ADD_TC(tp, getgroups_err);
169 ATF_TP_ADD_TC(tp, getgroups_getgid);
170 ATF_TP_ADD_TC(tp, getgroups_setgid);
171 ATF_TP_ADD_TC(tp, getgroups_zero);
H A Dt_mkdir.c201 ATF_TP_ADD_TCS(tp)
204 ATF_TP_ADD_TC(tp, mkdir_err);
205 ATF_TP_ADD_TC(tp, mkdir_perm);
206 ATF_TP_ADD_TC(tp, mkdir_mode);
207 ATF_TP_ADD_TC(tp, mkdir_trail);
/freebsd-11-stable/contrib/netbsd-tests/lib/libc/gen/
H A Dt_ftok.c101 ATF_TP_ADD_TCS(tp)
104 ATF_TP_ADD_TC(tp, ftok_err);
105 ATF_TP_ADD_TC(tp, ftok_link);
H A Dt_closefrom.c164 ATF_TP_ADD_TCS(tp)
167 ATF_TP_ADD_TC(tp, closefrom_basic);
168 ATF_TP_ADD_TC(tp, closefrom_buffer);
169 ATF_TP_ADD_TC(tp, closefrom_err);
170 ATF_TP_ADD_TC(tp, closefrom_one);
H A Dt_nice.c207 ATF_TP_ADD_TCS(tp)
210 ATF_TP_ADD_TC(tp, nice_err);
211 ATF_TP_ADD_TC(tp, nice_priority);
212 ATF_TP_ADD_TC(tp, nice_root);
213 ATF_TP_ADD_TC(tp, nice_thread);
/freebsd-11-stable/contrib/unbound/validator/
H A Dautotrust.h174 * @param tp: trust point to write.
176 void autr_write_file(struct module_env* env, struct trust_anchor* tp);
181 * @param tp: trust point to delete.
183 void autr_point_delete(struct trust_anchor* tp);
189 * @param tp: trust anchor to process.
198 struct trust_anchor* tp, struct ub_packed_rrset_key* dnskey_rrset,
/freebsd-11-stable/contrib/netbsd-tests/lib/libm/
H A Dt_scalbn.c498 ATF_TP_ADD_TCS(tp)
501 ATF_TP_ADD_TC(tp, scalbn_val);
502 ATF_TP_ADD_TC(tp, scalbn_nan);
503 ATF_TP_ADD_TC(tp, scalbn_inf_neg);
504 ATF_TP_ADD_TC(tp, scalbn_inf_pos);
505 ATF_TP_ADD_TC(tp, scalbn_ldexp);
506 ATF_TP_ADD_TC(tp, scalbn_zero_neg);
507 ATF_TP_ADD_TC(tp, scalbn_zero_pos);
509 ATF_TP_ADD_TC(tp, scalbnf_val);
510 ATF_TP_ADD_TC(tp, scalbnf_na
[all...]
/freebsd-11-stable/sys/netinet/
H A Dtcp_timewait.c225 tcp_twstart(struct tcpcb *tp) argument
228 struct inpcb *inp = tp->t_inpcb;
256 tp = tcp_close(tp);
257 if (tp != NULL)
268 tcp_state_change(tp, TCPS_TIME_WAIT);
282 tp = tcp_close(tp);
283 if (tp != NULL)
300 (long)TCP_MAXWIN << tp
[all...]
/freebsd-11-stable/sys/dev/usb/serial/
H A Dusb_serial.c317 DPRINTF("tp = %p, unit = %d, subunits = %d\n",
393 struct tty *tp; local
396 tp = tty_alloc_mutex(&ucom_class, sc, sc->sc_mtx);
397 if (tp == NULL)
418 tty_makedev(tp, NULL, "%s", buf);
420 sc->sc_tty = tp;
439 tty_init_console(tp, ucom_cons_baud);
448 ucom_param(ucom_cons_softc->sc_tty, &tp->t_termios_init_in);
458 struct tty *tp = sc->sc_tty; local
460 DPRINTF("sc = %p, tp
585 struct tty *tp = sc->sc_tty; local
683 ucom_open(struct tty *tp) argument
766 ucom_close(struct tty *tp) argument
792 ucom_inwakeup(struct tty *tp) argument
838 ucom_ioctl(struct tty *tp, u_long cmd, caddr_t data, struct thread *td) argument
884 ucom_modem(struct tty *tp, int sigon, int sigoff) argument
1078 struct tty *tp; local
1211 ucom_param(struct tty *tp, struct termios *t) argument
1285 ucom_outwakeup(struct tty *tp) argument
1301 ucom_busy(struct tty *tp) argument
1333 struct tty *tp = sc->sc_tty; local
1412 struct tty *tp = sc->sc_tty; local
[all...]
/freebsd-11-stable/sys/cddl/dev/fbt/
H A Dfbt.c386 fbt_get_ctt_size(uint8_t version, const ctf_type_t *tp, ssize_t *sizep, argument
392 tp->ctt_size == CTF_LSIZE_SENT) {
393 size = CTF_TYPE_LSIZE(tp);
396 size = tp->ctt_size;
414 const ctf_type_t *tp; local
434 for (tp = tbuf; tp < tend; ctf_typemax++) {
435 ushort_t kind = CTF_INFO_KIND(tp->ctt_info);
436 ulong_t vlen = CTF_INFO_VLEN(tp->ctt_info);
442 (void) fbt_get_ctt_size(hp->cth_version, tp,
723 const ctf_type_t *tp; local
747 const ctf_type_t *tp; local
789 const ctf_type_t *tp; local
915 const ctf_type_t *tp = local
[all...]
/freebsd-11-stable/contrib/netbsd-tests/lib/libc/c063/
H A Dt_symlinkat.c141 ATF_TP_ADD_TCS(tp)
144 ATF_TP_ADD_TC(tp, symlinkat_fd);
145 ATF_TP_ADD_TC(tp, symlinkat_fdcwd);
146 ATF_TP_ADD_TC(tp, symlinkat_fdcwderr);
147 ATF_TP_ADD_TC(tp, symlinkat_fderr);
/freebsd-11-stable/contrib/netbsd-tests/lib/libpthread/dlopen/
H A Dt_dlopen.c163 ATF_TP_ADD_TCS(tp)
165 ATF_TP_ADD_TC(tp, dlopen);
166 ATF_TP_ADD_TC(tp, dlopen_mutex);
167 ATF_TP_ADD_TC(tp, dlopen_mutex_libc);
168 ATF_TP_ADD_TC(tp, dlopen_mutex_libpthread);
/freebsd-11-stable/contrib/nvi/vi/
H A Dv_ex.c239 TEXT *tp; local
285 tp = TAILQ_FIRST(sp->tiq);
286 if (tp->term != TERM_OK) {
298 if (argv_exp1(sp, &cmd, tp->lb + 1, tp->len - 1, 1))
328 TEXT *tp; local
353 tp = TAILQ_FIRST(sp->tiq);
360 if (tp->term == TERM_CEDIT) {
361 if (tp->len > 1 && v_ecl_log(sp, tp))
578 v_ecl_log(SCR *sp, TEXT *tp) argument
[all...]
/freebsd-11-stable/usr.bin/chpass/
H A Dutil.c68 struct tm *tp; local
72 tp = localtime(&tval);
73 (void)sprintf(tbuf, "%s %d, %d", months[tp->tm_mon],
74 tp->tm_mday, tp->tm_year + 1900);
/freebsd-11-stable/contrib/amd/amd/
H A Dinfo_union.c57 int union_init(mnt_map *m, char *map, time_t *tp);
58 int union_search(mnt_map *m, char *map, char *key, char **pval, time_t *tp);
66 union_init(mnt_map *m, char *map, time_t *tp) argument
68 *tp = 0;
74 union_search(mnt_map *m, char *map, char *key, char **pval, time_t *tp) argument
/freebsd-11-stable/contrib/netbsd-tests/fs/ffs/
H A Dt_quota2_remount.c129 ATF_TP_ADD_TCS(tp)
132 ATF_TP_ADD_TC(tp, quota_10_O1_le);
133 ATF_TP_ADD_TC(tp, quota_10_O1_be);
135 ATF_TP_ADD_TC(tp, quota_10_O1_log);
136 ATF_TP_ADD_TC(tp, quota_10_O2_log);

Completed in 265 milliseconds

<<11121314151617181920>>