Searched refs:tpp (Results 1 - 9 of 9) sorted by relevance

/freebsd-10.0-release/usr.bin/xlint/lint1/
H A Ddecl.c868 type_t **tpp, *tp; local
870 tpp = &sym->s_type;
872 while ((tp = *tpp) != NULL) {
889 *tpp = incref(*tpp, PTR);
891 *tpp = incref((*tpp)->t_subt, PTR);
904 *tpp = gettyp(INT);
913 *tpp = gettyp(INT);
931 *tpp
1181 type_t **tpp, *tp; local
1210 type_t **tpp, *tp; local
1241 type_t **tpp, *tp; local
[all...]
H A Dtree.c2147 * Make sure type (*tpp)->t_subt has at least the qualifiers
2151 mrgqual(type_t **tpp, type_t *tp1, type_t *tp2) argument
2154 if ((*tpp)->t_tspec != PTR ||
2159 if ((*tpp)->t_subt->t_const ==
2161 (*tpp)->t_subt->t_volatile ==
2166 *tpp = tduptyp(*tpp);
2167 (*tpp)->t_subt = tduptyp((*tpp)->t_subt);
2168 (*tpp)
[all...]
/freebsd-10.0-release/sys/dev/cxgbe/
H A Dt4_tracer.c328 struct trace_params tp, *tpp; local
345 tpp = NULL;
380 tpp = &tp;
383 rc = -t4_set_trace_filter(sc, tpp, t->idx, t->enabled);
/freebsd-10.0-release/usr.bin/netstat/
H A Dmain.c786 struct protox **tpp, *tp; local
788 for (tpp = protoprotox; *tpp; tpp++)
789 for (tp = *tpp; tp->pr_name; tp++)
/freebsd-10.0-release/contrib/gdb/gdb/
H A Dmdebugread.c1757 upgrade_type (int fd, struct type **tpp, int tq, union aux_ext *ax, int bigend,
1774 t = lookup_pointer_type (*tpp);
1775 *tpp = t;
1779 t = lookup_function_type (*tpp);
1780 *tpp = t;
1822 t = create_array_type ((struct type *) NULL, *tpp, range);
1840 if (TYPE_LENGTH (*tpp) == 0)
1845 *tpp = t;
4233 cross_ref (int fd, union aux_ext *ax, struct type **tpp, enum type_code type_code, /* Use to alloc new type if none is found. */
4245 *tpp
1750 upgrade_type(int fd, struct type **tpp, int tq, union aux_ext *ax, int bigend, char *sym_name) argument
4224 cross_ref(int fd, union aux_ext *ax, struct type **tpp, enum type_code type_code, char **pname, int bigend, char *sym_name) argument
[all...]
/freebsd-10.0-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dtxg.c233 txg_thread_exit(tx_state_t *tx, callb_cpr_t *cpr, kthread_t **tpp) argument
235 ASSERT(*tpp != NULL);
236 *tpp = NULL;
/freebsd-10.0-release/contrib/nvi/ex/
H A Dex_tag.c634 tag_copy(SCR *sp, TAG *otp, TAG **tpp) argument
656 *tpp = tp;
/freebsd-10.0-release/sbin/ping6/
H A Dping6.c1507 struct tv32 *tpp; local
1552 tpp = (struct tv32 *)(icp + 1);
1553 tp.tv_sec = ntohl(tpp->tv32_sec);
1554 tp.tv_usec = ntohl(tpp->tv32_usec);
/freebsd-10.0-release/sys/netinet/
H A Dsctp_output.c6814 struct sctp_tmit_chunk *tpp; local
6818 tpp = TAILQ_PREV(tp1, sctpchunk_listhead, sctp_next);
6819 if (tpp == NULL) {
6823 tp1 = tpp;

Completed in 173 milliseconds