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

<<11121314151617181920>>

/freebsd-10.1-release/contrib/atf/atf-c/detail/
H A Dlist_test.c349 ATF_TP_ADD_TCS(tp)
352 ATF_TP_ADD_TC(tp, list_init);
355 ATF_TP_ADD_TC(tp, list_index);
356 ATF_TP_ADD_TC(tp, list_index_c);
357 ATF_TP_ADD_TC(tp, list_to_charpp_empty);
358 ATF_TP_ADD_TC(tp, list_to_charpp_some);
361 ATF_TP_ADD_TC(tp, list_append);
362 ATF_TP_ADD_TC(tp, list_append_list);
365 ATF_TP_ADD_TC(tp, list_for_each);
366 ATF_TP_ADD_TC(tp, list_for_each_
[all...]
H A Ddynstr_test.c608 ATF_TP_ADD_TCS(tp)
611 ATF_TP_ADD_TC(tp, init);
612 ATF_TP_ADD_TC(tp, init_ap);
613 ATF_TP_ADD_TC(tp, init_fmt);
614 ATF_TP_ADD_TC(tp, init_raw);
615 ATF_TP_ADD_TC(tp, init_rep);
616 ATF_TP_ADD_TC(tp, init_substr);
617 ATF_TP_ADD_TC(tp, copy);
618 ATF_TP_ADD_TC(tp, fini_disown);
621 ATF_TP_ADD_TC(tp, cstrin
[all...]
H A Dtp_main.c43 #include "atf-c/tp.h"
254 list_tcs(const atf_tp_t *tp) argument
259 printf("Content-Type: application/X-atf-tp; version=\"1\"\n\n");
261 tcs = atf_tp_get_tcs(tp);
488 run_tc(const atf_tp_t *tp, struct params *p, int *exitcode) argument
494 if (!atf_tp_has_tc(tp, p->m_tcname)) {
509 err = atf_tp_run(tp, p->m_tcname, atf_fs_path_cstring(&p->m_resfile));
521 err = atf_tp_cleanup(tp, p->m_tcname);
549 atf_tp_t tp; local
565 err = atf_tp_init(&tp, (cons
[all...]
H A Dfs_test.c1049 ATF_TP_ADD_TCS(tp)
1052 ATF_TP_ADD_TC(tp, path_normalize);
1053 ATF_TP_ADD_TC(tp, path_copy);
1054 ATF_TP_ADD_TC(tp, path_is_absolute);
1055 ATF_TP_ADD_TC(tp, path_is_root);
1056 ATF_TP_ADD_TC(tp, path_branch_path);
1057 ATF_TP_ADD_TC(tp, path_leaf_name);
1058 ATF_TP_ADD_TC(tp, path_append);
1059 ATF_TP_ADD_TC(tp, path_to_absolute);
1060 ATF_TP_ADD_TC(tp, path_equa
[all...]
/freebsd-10.1-release/sys/amd64/ia32/
H A Dia32_signal.c150 struct trapframe *tp; local
153 tp = td->td_frame;
156 mcp->mc_onstack = sigonstack(tp->tf_rsp);
159 mcp->mc_gs = tp->tf_gs;
160 mcp->mc_fs = tp->tf_fs;
161 mcp->mc_es = tp->tf_es;
162 mcp->mc_ds = tp->tf_ds;
163 mcp->mc_edi = tp->tf_rdi;
164 mcp->mc_esi = tp->tf_rsi;
165 mcp->mc_ebp = tp
202 struct trapframe *tp; local
[all...]
/freebsd-10.1-release/cddl/contrib/opensolaris/tools/ctf/dump/
H A Ddump.c391 const ctf_type_t *tp = v; local
414 for (/* */; tp < end; id++) {
415 ulong_t i, n = CTF_INFO_VLEN(tp->ctt_info);
417 int kind = CTF_INFO_KIND(tp->ctt_info);
430 "[<"[CTF_INFO_ISROOT(tp->ctt_info)], id,
431 "]>"[CTF_INFO_ISROOT(tp->ctt_info)]);
434 if (tp->ctt_size == CTF_LSIZE_SENT) {
436 size = (size_t)CTF_TYPE_LSIZE(tp);
439 size = tp->ctt_size;
441 u.ptr = (const char *)tp
[all...]
/freebsd-10.1-release/sys/pci/
H A Dncr.c3650 tcb_p tp = &np->target[i]; local
3652 tp->tinfo.user.period = usrsync;
3653 tp->tinfo.user.offset = usrsync != 0 ? np->maxoffs : 0;
3654 tp->tinfo.user.width = usrwide;
3655 tp->tinfo.disc_tag = NCR_CUR_DISCENB
3866 tcb_p tp; local
3877 tp = &np->target[ccb->ccb_h.target_id];
3925 if (tp->nego_cp == NULL) {
3927 if (tp->tinfo.current.width
3928 != tp
4186 tcb_p tp; local
4284 tcb_p tp = &np->target[ccb->ccb_h.target_id]; local
4408 tcb_p tp; local
4783 tcb_p tp = &np->target[i]; local
4902 tcb_p tp; local
5004 tcb_p tp; local
5849 tcb_p tp = &np->target[target]; local
6468 tcb_p tp; local
[all...]
/freebsd-10.1-release/usr.sbin/trpt/
H A Dtrpt.c304 tcp_trace(short act, short ostate, struct tcpcb *tp, int family __unused, argument
413 printf(" -> %s", tcpstates[tp->t_state]);
414 /* print out internal state of tp !?! */
418 (u_long)tp->rcv_nxt, tp->rcv_wnd,
419 (u_long)tp->snd_una, (u_long)tp->snd_nxt,
420 (u_long)tp->snd_max);
422 (u_long)tp->snd_wl1,
423 (u_long)tp
[all...]
/freebsd-10.1-release/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Dctf.c285 tdesc_t *tp = arg1; local
294 int isroot = tp->t_flags & TDESC_F_ISROOT;
313 if (++b->nptent < CTF_TYPE_TO_INDEX(tp->t_id)) {
315 b->nptent - 1, CTF_TYPE_TO_INDEX(tp->t_id));
319 while (b->nptent < CTF_TYPE_TO_INDEX(tp->t_id)) {
325 offset = strtab_insert(&b->ctb_strtab, tp->t_name);
328 switch (tp->t_type) {
330 ip = tp->t_intr;
336 write_sized_type_rec(b, &ctt, tp->t_size);
361 ctt.ctt_type = tp
[all...]
/freebsd-10.1-release/sys/pc98/pc98/
H A Dmachdep.c2495 struct trapframe *tp; local
2497 tp = td->td_frame;
2500 return (fill_frame_regs(tp, regs));
2504 fill_frame_regs(struct trapframe *tp, struct reg *regs) argument
2506 regs->r_fs = tp->tf_fs;
2507 regs->r_es = tp->tf_es;
2508 regs->r_ds = tp->tf_ds;
2509 regs->r_edi = tp->tf_edi;
2510 regs->r_esi = tp->tf_esi;
2511 regs->r_ebp = tp
2528 struct trapframe *tp; local
2653 struct trapframe *tp; local
2704 struct trapframe *tp; local
[all...]
/freebsd-10.1-release/sys/netinet/
H A Dtcp_var.h88 #define ND6_HINT(tp) \
90 if ((tp) && (tp)->t_inpcb && \
91 ((tp)->t_inpcb->inp_vflag & INP_IPV6) != 0) \
95 #define ND6_HINT(tp)
263 #define BYTES_THIS_ACK(tp, th) (th->th_ack - tp->snd_una)
395 #define TCP_REXMTVAL(tp) \
396 max((tp)->t_rttmin, (((tp)
545 struct tcpcb *tp; member in struct:tcp_hhook_data
[all...]
/freebsd-10.1-release/contrib/bsnmp/snmpd/
H A Dconfig.c693 struct assign *tp; local
712 if ((tp = malloc(sizeof(*tp))) == NULL)
715 tp->value = *value;
716 tp->node_name = node->name;
721 tp->value.var = node->oid;
723 tp->value.var.subs[tp->value.var.len++] = vindex->subs[i];
732 snmp_ctx->scratch = &tp->scratch;
734 err = (*node->op)(snmp_ctx, &tp
1246 struct assign *tp; local
1273 struct assign *tp; local
[all...]
H A Dtrans_udp.c101 udp_init_port(struct tport *tp) argument
103 struct udp_port *p = (struct udp_port *)tp;
200 udp_close_port(struct tport *tp) argument
202 struct udp_port *port = (struct udp_port *)tp;
205 trans_remove_port(tp);
213 udp_send(struct tport *tp, const u_char *buf, size_t len, argument
216 struct udp_port *p = (struct udp_port *)tp;
/freebsd-10.1-release/contrib/mtree/
H A Dverify.c173 char *tp; local
271 for (tp = tail; *tp; ++tp)
273 *tp = '/';
274 miss(p->child, tp + 1);
275 *tp = '\0';
/freebsd-10.1-release/contrib/nvi/cl/
H A Dcl_read.c51 struct timeval t, *tp; local
96 tp = NULL;
100 tp = &t;
106 clp->ibuf + clp->skip, SIZE(clp->ibuf) - clp->skip, &nr, tp)) {
146 cl_read(SCR *sp, u_int32_t flags, char *bp, size_t blen, int *nrp, struct timeval *tp) argument
182 if (tp != NULL) {
185 switch (select(STDIN_FILENO + 1, &rdfd, NULL, NULL, tp)) {
/freebsd-10.1-release/usr.sbin/mtree/
H A Dverify.c162 char *tp; local
231 for (tp = tail; *tp; ++tp);
232 *tp = '/';
233 miss(p->child, tp + 1);
234 *tp = '\0';
/freebsd-10.1-release/sys/teken/
H A Dteken_subr.h92 teken_pos_t tp; local
108 tp.tp_row = t->t_scrollreg.ts_begin;
109 tp.tp_col = 0;
110 teken_funcs_copy(t, &tr, &tp);
132 tp.tp_row = t->t_scrollreg.ts_begin + amount;
133 tp.tp_col = 0;
134 teken_funcs_copy(t, &tr, &tp);
412 teken_pos_t tp; local
416 tp.tp_row = t->t_cursor.tp_row;
417 tp
632 teken_pos_t tp; local
664 teken_pos_t tp; local
776 teken_subr_do_putchar(teken_t *t, const teken_pos_t *tp, teken_char_t c, int width) argument
847 teken_pos_t tp; local
[all...]
/freebsd-10.1-release/contrib/gcc/
H A Dtree-ssa-alias-warnings.c401 struct tree_map *tp = pool_alloc (references_pool);
403 tp->from = t;
404 tp->to = NULL_TREE;
405 tp->hash = htab_hash_pointer(tp->from);
407 slot = htab_find_slot (ht, tp, INSERT);
408 *slot = (void *) tp;
527 find_references_in_tree_helper (tree *tp,
543 if (TREE_CODE (*tp) == INDIRECT_REF)
545 match.from = TREE_OPERAND (*tp,
399 struct tree_map *tp = pool_alloc (references_pool); local
525 find_references_in_tree_helper(tree *tp, int *walk_subtrees ATTRIBUTE_UNUSED, void *data) argument
[all...]
/freebsd-10.1-release/lib/libc/stdio/
H A Dxprintf_time.c63 time_t *tp; local
78 tp = *((time_t **)arg[0]);
79 t = *tp;
/freebsd-10.1-release/sbin/devd/tests/
H A Dclient_test.c185 ATF_TP_ADD_TCS(tp)
187 ATF_TP_ADD_TC(tp, seqpacket);
188 ATF_TP_ADD_TC(tp, stream);
/freebsd-10.1-release/usr.bin/xlint/lint1/
H A Dtree.c222 incref(type_t *tp, tspec_t t) argument
228 tp2->t_subt = tp;
236 tincref(type_t *tp, tspec_t t) argument
242 tp2->t_subt = tp;
250 getcnode(type_t *tp, val_t *v) argument
256 n->tn_type = tp;
258 n->tn_val->v_tspec = tp->t_tspec;
374 type_t *tp; local
398 t = (tp = tn->tn_type)->t_tspec;
401 str = tp
708 type_t *tp; local
1633 convert(op_t op, int arg, type_t *tp, tnode_t *tn) argument
1682 ptconv(int arg, tspec_t nt, tspec_t ot, type_t *tp, tnode_t *tn) argument
1734 iiconv(op_t op, int arg, tspec_t nt, tspec_t ot, type_t *tp, tnode_t *tn) argument
1773 piconv(op_t op, tspec_t nt, type_t *tp, tnode_t *tn) argument
1799 ppconv(op_t op, tnode_t *tn, type_t *tp) argument
1856 cvtcon(op_t op, int arg, type_t *tp, val_t *nv, val_t *v) argument
2179 conmemb(type_t *tp) argument
2199 tyname(type_t *tp) argument
2342 type_t *tp; local
2546 plength(type_t *tp) argument
2916 bldszof(type_t *tp) argument
2983 cast(tnode_t *tn, type_t *tp) argument
3176 parg( int n, type_t *tp, tnode_t *tn) argument
[all...]
/freebsd-10.1-release/contrib/nvi/ex/
H A Dex_append.c79 TEXT *tp; local
254 TAILQ_FOREACH(tp, tiq, q) {
255 if (db_append(sp, 1, lno++, tp->lb, tp->len))
/freebsd-10.1-release/lib/libc/rpc/
H A Drpc_com.h78 struct timeval *tp);
/freebsd-10.1-release/sys/sys/
H A Dttyqueue.h72 void ttyinq_setsize(struct ttyinq *ti, struct tty *tp, size_t len);
74 int ttyinq_read_uio(struct ttyinq *ti, struct tty *tp, struct uio *uio,
139 void ttyoutq_setsize(struct ttyoutq *to, struct tty *tp, size_t len);
142 int ttyoutq_read_uio(struct ttyoutq *to, struct tty *tp, struct uio *uio);
/freebsd-10.1-release/contrib/atf/atf-c/
H A Dcheck_test.c522 ATF_TP_ADD_TCS(tp)
525 ATF_TP_ADD_TC(tp, build_c_o);
526 ATF_TP_ADD_TC(tp, build_cpp);
527 ATF_TP_ADD_TC(tp, build_cxx_o);
528 ATF_TP_ADD_TC(tp, exec_array);
529 ATF_TP_ADD_TC(tp, exec_cleanup);
530 ATF_TP_ADD_TC(tp, exec_exitstatus);
531 ATF_TP_ADD_TC(tp, exec_stdout_stderr);
532 ATF_TP_ADD_TC(tp, exec_umask);
533 ATF_TP_ADD_TC(tp, exec_unknow
[all...]

Completed in 327 milliseconds

<<11121314151617181920>>