Searched refs:tp (Results 1 - 25 of 1997) sorted by last modified time

1234567891011>>

/netbsd-current/lib/libc/arch/riscv/sys/
H A D__sigtramp2.S67 .cfi_offset tp, UC_GREGS_TP
/netbsd-current/usr.bin/make/
H A Dmeta.c236 char *tp; local
273 tp = bmake_strdup(tname);
274 dtp = dirname(tp);
300 free(tp);
/netbsd-current/tests/lib/libc/sys/
H A Dt_swapcontext.c129 ATF_TP_ADD_TCS(tp)
131 ATF_TP_ADD_TC(tp, swapcontext1);
132 ATF_TP_ADD_TC(tp, swapcontext2);
H A Dt_dup.c371 ATF_TP_ADD_TCS(tp)
374 ATF_TP_ADD_TC(tp, dup2_basic);
375 ATF_TP_ADD_TC(tp, dup2_err);
376 ATF_TP_ADD_TC(tp, dup2_max);
377 ATF_TP_ADD_TC(tp, dup2_mode);
378 ATF_TP_ADD_TC(tp, dup3_err);
379 ATF_TP_ADD_TC(tp, dup3_max);
380 ATF_TP_ADD_TC(tp, dup3_mode);
381 ATF_TP_ADD_TC(tp, dup_err);
382 ATF_TP_ADD_TC(tp, dup_ma
[all...]
/netbsd-current/sys/dev/pci/cxgb/
H A Dcxgb_t3_hw.c863 * t3_get_tp_version - read the tp sram version
886 * t3_check_tpsram_version - read the tp sram version
924 * Checks if an adapter's tp sram is compatible with the driver.
2603 unsigned int tre = adap->params.tp.tre;
2604 unsigned int dack_re = adap->params.tp.dack_re;
2946 * @tp: the desired trace filter parameters
2953 void t3_config_trace_filter(adapter_t *adapter, const struct trace_params *tp, argument
2958 key[0] = tp->sport | (tp->sip << 16);
2959 key[1] = (tp
[all...]
/netbsd-current/tests/lib/libc/gen/
H A Dt_siginfo.c540 ATF_TP_ADD_TCS(tp)
544 ATF_TP_ADD_TC(tp, sigalarm);
545 ATF_TP_ADD_TC(tp, sigchild_normal);
546 ATF_TP_ADD_TC(tp, sigchild_dump);
547 ATF_TP_ADD_TC(tp, sigchild_kill);
548 ATF_TP_ADD_TC(tp, sigfpe_flt);
549 ATF_TP_ADD_TC(tp, sigfpe_int);
550 ATF_TP_ADD_TC(tp, sigsegv);
551 ATF_TP_ADD_TC(tp, sigbus_adraln);
553 ATF_TP_ADD_TC(tp, dumm
[all...]
H A Dt_fpsetmask.c361 ATF_TP_ADD_TCS(tp)
365 ATF_TP_ADD_TC(tp, no_test);
367 ATF_TP_ADD_TC(tp, fpsetmask_basic);
368 ATF_TP_ADD_TC(tp, fpsetmask_masked_float);
369 ATF_TP_ADD_TC(tp, fpsetmask_masked_double);
370 ATF_TP_ADD_TC(tp, fpsetmask_masked_long_double);
371 ATF_TP_ADD_TC(tp, fpsetmask_unmasked_float);
372 ATF_TP_ADD_TC(tp, fpsetmask_unmasked_double);
373 ATF_TP_ADD_TC(tp, fpsetmask_unmasked_long_double);
/netbsd-current/sys/sys/
H A Dsyscallargs.h726 syscallarg(struct timeval50 *) tp; member in struct:compat_50_sys_gettimeofday_args
1121 syscallarg(struct timex *) tp; member in struct:sys_ntp_adjtime_args
1492 syscallarg(struct timespec50 *) tp; member in struct:compat_50_sys_clock_gettime_args
1500 syscallarg(const struct timespec50 *) tp; member in struct:compat_50_sys_clock_settime_args
1508 syscallarg(struct timespec50 *) tp; member in struct:compat_50_sys_clock_getres_args
2718 syscallarg(struct timeval *) tp; member in struct:sys___gettimeofday50_args
2776 syscallarg(struct timespec *) tp; member in struct:sys___clock_gettime50_args
2782 syscallarg(const struct timespec *) tp; member in struct:sys___clock_settime50_args
2788 syscallarg(struct timespec *) tp; member in struct:sys___clock_getres50_args
/netbsd-current/sys/rump/librump/rumpkern/
H A Drump_syscalls.c4969 rump___sysimpl_gettimeofday50(struct timeval * tp, void * tzp) argument
4977 SPARG(&callarg, tp) = tp;
5210 rump___sysimpl_clock_gettime50(clockid_t clock_id, struct timespec * tp) argument
5219 SPARG(&callarg, tp) = tp;
5240 rump___sysimpl_clock_settime50(clockid_t clock_id, const struct timespec * tp) argument
5249 SPARG(&callarg, tp) = tp;
5270 rump___sysimpl_clock_getres50(clockid_t clock_id, struct timespec * tp) argument
[all...]
/netbsd-current/sys/kern/
H A Dsystrace_args.c860 uarg[0] = (intptr_t) SCARG(p, tp); /* struct timeval50 * */
1308 uarg[0] = (intptr_t) SCARG(p, tp); /* struct timex * */
1712 uarg[1] = (intptr_t) SCARG(p, tp); /* struct timespec50 * */
1720 uarg[1] = (intptr_t) SCARG(p, tp); /* const struct timespec50 * */
1728 uarg[1] = (intptr_t) SCARG(p, tp); /* struct timespec50 * */
3143 uarg[0] = (intptr_t) SCARG(p, tp); /* struct timeval * */
3217 uarg[1] = (intptr_t) SCARG(p, tp); /* struct timespec * */
3225 uarg[1] = (intptr_t) SCARG(p, tp); /* const struct timespec * */
3233 uarg[1] = (intptr_t) SCARG(p, tp); /* struct timespec * */
/netbsd-current/sys/compat/netbsd32/
H A Dnetbsd32_systrace_args.c860 uarg[0] = (intptr_t) SCARG(p, tp).i32; /* netbsd32_timeval50p_t */
1294 uarg[0] = (intptr_t) SCARG(p, tp).i32; /* netbsd32_timexp_t */
1651 uarg[1] = (intptr_t) SCARG(p, tp).i32; /* netbsd32_timespec50p_t */
1659 uarg[1] = (intptr_t) SCARG(p, tp).i32; /* netbsd32_timespec50p_t */
1667 uarg[1] = (intptr_t) SCARG(p, tp).i32; /* netbsd32_timespec50p_t */
2977 uarg[0] = (intptr_t) SCARG(p, tp).i32; /* netbsd32_timevalp_t */
3043 uarg[1] = (intptr_t) SCARG(p, tp).i32; /* netbsd32_timespecp_t */
3051 uarg[1] = (intptr_t) SCARG(p, tp).i32; /* const netbsd32_timespecp_t */
3059 uarg[1] = (intptr_t) SCARG(p, tp).i32; /* netbsd32_timespecp_t */
H A Dnetbsd32_syscallargs.h622 syscallarg(netbsd32_timeval50p_t) tp; member in struct:compat_50_netbsd32_gettimeofday_args
950 syscallarg(netbsd32_timexp_t) tp; member in struct:netbsd32_ntp_adjtime_args
1224 syscallarg(netbsd32_timespec50p_t) tp; member in struct:compat_50_netbsd32_clock_gettime_args
1230 syscallarg(netbsd32_timespec50p_t) tp; member in struct:compat_50_netbsd32_clock_settime_args
1236 syscallarg(netbsd32_timespec50p_t) tp; member in struct:compat_50_netbsd32_clock_getres_args
2218 syscallarg(netbsd32_timevalp_t) tp; member in struct:netbsd32___gettimeofday50_args
2268 syscallarg(netbsd32_timespecp_t) tp; member in struct:netbsd32___clock_gettime50_args
2274 syscallarg(const netbsd32_timespecp_t) tp; member in struct:netbsd32___clock_settime50_args
2280 syscallarg(netbsd32_timespecp_t) tp; member in struct:netbsd32___clock_getres50_args
/netbsd-current/tests/lib/libm/
H A Dt_modf.c431 ATF_TP_ADD_TCS(tp)
434 ATF_TP_ADD_TC(tp, modff);
435 ATF_TP_ADD_TC(tp, modf);
436 ATF_TP_ADD_TC(tp, modfl);
H A Dt_ilogb.c124 ATF_TP_ADD_TCS(tp)
127 ATF_TP_ADD_TC(tp, ilogb);
H A Dt_hypot.c688 ATF_TP_ADD_TCS(tp)
691 ATF_TP_ADD_TC(tp, hypot_exact);
692 ATF_TP_ADD_TC(tp, hypot_nan);
693 ATF_TP_ADD_TC(tp, hypot_trivial);
694 ATF_TP_ADD_TC(tp, hypotf_exact);
695 ATF_TP_ADD_TC(tp, hypotf_trivial);
696 ATF_TP_ADD_TC(tp, hypotl_exact);
697 ATF_TP_ADD_TC(tp, hypotl_trivial);
698 ATF_TP_ADD_TC(tp, pr50698);
H A Dt_fenv.c393 ATF_TP_ADD_TCS(tp)
395 ATF_TP_ADD_TC(tp, fegetround);
396 ATF_TP_ADD_TC(tp, fesetround);
397 ATF_TP_ADD_TC(tp, fegetexcept);
398 ATF_TP_ADD_TC(tp, feenableexcept);
399 ATF_TP_ADD_TC(tp, fetestexcept_trap);
420 ATF_TP_ADD_TCS(tp)
422 ATF_TP_ADD_TC(tp, t_nofenv);
H A Dt_fe_round.c440 ATF_TP_ADD_TCS(tp)
443 ATF_TP_ADD_TC(tp, fe_lrint);
444 ATF_TP_ADD_TC(tp, fe_nearbyint_rint);
446 ATF_TP_ADD_TC(tp, fe_nearbyintl_rintl);
454 ATF_TP_ADD_TCS(tp)
/netbsd-current/sys/netinet/
H A Dtcp_congctl.c201 static void tcp_reno_congestion_exp(struct tcpcb *tp);
209 static void tcp_cubic_slow_retransmit(struct tcpcb *tp);
318 tcp_congctl_select(struct tcpcb *tp, const char *name) argument
325 old_found = (tp == NULL || tp->t_congctl == NULL);
331 if (!old_found && tccp->congctl_ctl == tp->t_congctl) {
342 if (tp) {
346 tp->t_congctl = new_tccp->congctl_ctl;
363 tcp_congctl_release(struct tcpcb *tp) argument
367 KASSERT(tp
428 tcp_common_congestion_exp(struct tcpcb *tp, int betaa, int betab) argument
458 tcp_reno_congestion_exp(struct tcpcb *tp) argument
465 tcp_reno_do_fast_retransmit(struct tcpcb *tp, const struct tcphdr *th) argument
504 tcp_reno_fast_retransmit(struct tcpcb *tp, const struct tcphdr *th) argument
520 tcp_reno_slow_retransmit(struct tcpcb *tp) argument
564 tcp_reno_fast_retransmit_newack(struct tcpcb *tp, const struct tcphdr *th) argument
589 tcp_reno_newack(struct tcpcb *tp, const struct tcphdr *th) argument
657 tcp_newreno_fast_retransmit(struct tcpcb *tp, const struct tcphdr *th) argument
679 tcp_newreno_fast_retransmit_newack(struct tcpcb *tp, const struct tcphdr *th) argument
773 tcp_newreno_newack(struct tcpcb *tp, const struct tcphdr *th) argument
808 tcp_cubic_update_ctime(struct tcpcb *tp) argument
821 tcp_cubic_diff_ctime(struct tcpcb *tp) argument
865 tcp_cubic_getW(struct tcpcb *tp, uint32_t ms_elapsed, uint32_t rtt) argument
881 tcp_cubic_congestion_exp(struct tcpcb *tp) argument
906 tcp_cubic_fast_retransmit(struct tcpcb *tp, const struct tcphdr *th) argument
925 tcp_cubic_newack(struct tcpcb *tp, const struct tcphdr *th) argument
963 tcp_cubic_slow_retransmit(struct tcpcb *tp) argument
[all...]
/netbsd-current/sys/coda/
H A Dcoda_vnops.c1089 struct cnode *tp; local
1106 tp = coda_nc_lookup(VTOC(dvp), nm, len, cred);
1107 if (tp) {
1108 if (VALID_VATTR(tp)) { /* If attrs are cached */
1109 if (tp->c_vattr.va_nlink > 1) { /* If it's a hard link */
1110 tp->c_vattr.va_nlink--;
/netbsd-current/sbin/disklabel/
H A Dmain.c1636 if (tp == NULL || *tp == '\0') { \
1643 if (*tp == NULL || **tp == '\0') { \
1645 *tp = _error_; \
1650 #define NXTNUM(n) if ((n = nxtnum(&tp, lineno),0) + tp != _error_) \
1652 #define NXTXNUM(n) if ((n = nxtxnum(&tp, lp, lineno),0) + tp != _error_) \
1656 nxtnum(char **tp, in argument
1672 nxtxnum(char **tp, struct disklabel *lp, int lineno) argument
1711 char *cp, *tp, line[BUFSIZ], tbuf[15]; local
[all...]
/netbsd-current/usr.bin/xlint/lint2/
H A Dread.c652 type_t *tp; local
668 tp = xalloc(sizeof(*tp));
670 tidx = storetyp(tp, cp, tlen, h);
675 tp->t_const = true;
679 tp->t_volatile = true;
683 tp->t_tspec = parse_tspec(&cp, c, &osdef);
685 switch (tp->t_tspec) {
687 tp->t_dim = parse_int(&cp);
688 tp
948 storetyp(type_t *tp, const char *cp, size_t len, int h) argument
[all...]
H A Demit2.c49 outtype(type_t *tp) argument
59 while (tp != NULL) {
60 tspec_t ts = tp->t_tspec;
61 if (ts == INT && tp->t_is_enum)
65 if (tp->t_const)
67 if (tp->t_volatile)
71 if (ts == FUNC && tp->t_args != NULL && !tp->t_proto)
77 outint(tp->t_dim);
79 if (tp
[all...]
H A Dchk.c597 type_t *tp; local
651 if ((tp = *ap++) == NULL) {
656 if ((t1 = tp->t_tspec) != INT && (hflag || t1 != UINT))
670 if ((tp = *ap++) == NULL) {
675 if (tp->t_tspec != INT)
709 if ((tp = *ap++) == NULL) {
714 if ((t1 = tp->t_tspec) == PTR)
715 t2 = tp->t_subt->t_tspec;
824 type_t *tp = NULL; local
874 if ((tp
1348 matches_no_arg_function(type_t *tp, bool *dowarn) argument
[all...]
/netbsd-current/usr.bin/xlint/lint1/
H A Dtree.c86 width_in_bits(const type_t *tp) argument
89 lint_assert(is_integer(tp->t_tspec));
90 return tp->t_bitfield
91 ? tp->t_bit_field_width
92 : size_in_bits(tp->t_tspec);
106 ic_maybe_signed(const type_t *tp, const integer_constraints *ic) argument
108 return !is_uinteger(tp->t_tspec) && ic->bclr >> 63 == 0;
112 ic_any(const type_t *tp) argument
116 uint64_t vbits = value_bits(width_in_bits(tp));
117 if (is_uinteger(tp
136 ic_con(const type_t *tp, const val_t *v) argument
196 ic_mod(const type_t *tp, integer_constraints a, integer_constraints b) argument
213 ic_shl(const type_t *tp, integer_constraints a, integer_constraints b) argument
238 ic_shr(const type_t *tp, integer_constraints a, integer_constraints b) argument
328 block_derive_type(type_t *tp, tspec_t t) argument
342 expr_derive_type(type_t *tp, tspec_t t) argument
373 build_constant(type_t *tp, val_t *v) argument
537 type_t *tp = expr_zero_alloc(sizeof(*tp), "type"); local
1075 subt_size_in_bytes(type_t *tp) argument
1291 type_t *tp; local
2009 const type_t *tp = NULL; local
2115 type_t *tp = expr_dup_type(tn->tn_type); local
2183 typeok_incdec(op_t op, const tnode_t *tn, const type_t *tp) argument
2202 typeok_address(op_t op, const tnode_t *tn, const type_t *tp, tspec_t t) argument
2234 typeok_indir(const type_t *tp, tspec_t t) argument
2563 has_constant_member(const type_t *tp) argument
2714 const type_t *tp = before_conversion(tn)->tn_type; local
2723 const type_t *tp = before_conversion(tn)->tn_type; local
3294 convert_integer_from_floating(op_t op, const type_t *tp, const tnode_t *tn) argument
3352 check_prototype_conversion(int arg, tspec_t nt, tspec_t ot, type_t *tp, tnode_t *tn) argument
3383 can_represent(const type_t *tp, const tnode_t *tn) argument
3428 convert_integer_from_integer(op_t op, int arg, tspec_t nt, tspec_t ot, type_t *tp, tnode_t *tn) argument
3475 convert_integer_from_pointer(op_t op, tspec_t nt, type_t *tp, tnode_t *tn) argument
3504 is_byte_array(const type_t *tp) argument
3637 convert(op_t op, int arg, type_t *tp, tnode_t *tn) argument
3788 convert_constant_check_range_bitand(size_t nsz, size_t osz, uint64_t xmask, const val_t *nv, tspec_t ot, const val_t *v, const type_t *tp, op_t op) argument
3838 warn_constant_check_range_truncated(op_t op, int arg, const type_t *tp, tspec_t ot) argument
3865 warn_constant_check_range_loss(op_t op, int arg, const type_t *tp, tspec_t ot) argument
3886 convert_constant_check_range(tspec_t ot, const type_t *tp, tspec_t nt, op_t op, int arg, const val_t *v, val_t *nv) argument
3959 build_sizeof(const type_t *tp) argument
3969 build_offsetof(const type_t *tp, designation dn) argument
4010 type_size_in_bits(const type_t *tp) argument
4068 build_alignof(const type_t *tp) argument
4141 cast(tnode_t *tn, bool sys, type_t *tp) argument
4233 check_prototype_argument( int n, type_t *tp, tnode_t *tn) argument
[all...]
H A Dlex.c1396 mktempsym(type_t *tp) argument
1410 sym->s_type = tp;

Completed in 438 milliseconds

1234567891011>>