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

/freebsd-10-stable/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
1183 type_t **tpp, *tp; local
1212 type_t **tpp, *tp; local
1243 type_t **tpp, *tp; local
[all...]
H A Dtree.c2200 * Make sure type (*tpp)->t_subt has at least the qualifiers
2204 mrgqual(type_t **tpp, type_t *tp1, type_t *tp2) argument
2207 if ((*tpp)->t_tspec != PTR ||
2212 if ((*tpp)->t_subt->t_const ==
2214 (*tpp)->t_subt->t_volatile ==
2219 *tpp = tduptyp(*tpp);
2220 (*tpp)->t_subt = tduptyp((*tpp)->t_subt);
2221 (*tpp)
[all...]
/freebsd-10-stable/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);
H A Dt4_main.c7572 struct tp_params *tpp = &sc->params.tp; local
7576 mask = tpp->la_mask >> 16;
7582 tpp->la_mask = mask << 16;
7583 t4_set_reg_field(sc, A_TP_DBG_LA_CONFIG, 0xffff0000U, tpp->la_mask);
8195 struct tp_params *tpp = &sc->params.tp; local
8221 if (tpp->ingress_config & F_VNIC)
8227 if ((tpp->ingress_config & F_VNIC) == 0)
8237 if ((tpp->vlan_pri_map | fconf) != tpp->vlan_pri_map)
8246 struct tp_params *tpp local
8261 struct tp_params *tpp = &sc->params.tp; local
[all...]
/freebsd-10-stable/usr.bin/netstat/
H A Dmain.c864 struct protox **tpp, *tp; local
866 for (tpp = protoprotox; *tpp; tpp++)
867 for (tp = *tpp; tp->pr_name; tp++)
/freebsd-10-stable/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-stable/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-stable/sys/dev/cxgbe/common/
H A Dt4_hw.c8225 struct tp_params *tpp = &adap->params.tp; local
8227 t4_tp_pio_read(adap, &tpp->vlan_pri_map, 1, A_TP_VLAN_PRI_MAP,
8229 t4_tp_pio_read(adap, &tpp->ingress_config, 1, A_TP_INGRESS_CONFIG,
8237 tpp->fcoe_shift = t4_filter_field_shift(adap, F_FCOE);
8238 tpp->port_shift = t4_filter_field_shift(adap, F_PORT);
8239 tpp->vnic_shift = t4_filter_field_shift(adap, F_VNIC_ID);
8240 tpp->vlan_shift = t4_filter_field_shift(adap, F_VLAN);
8241 tpp->tos_shift = t4_filter_field_shift(adap, F_TOS);
8242 tpp->protocol_shift = t4_filter_field_shift(adap, F_PROTOCOL);
8243 tpp
8266 struct tp_params *tpp = &adap->params.tp; local
[all...]
/freebsd-10-stable/contrib/nvi/ex/
H A Dex_tag.c634 tag_copy(SCR *sp, TAG *otp, TAG **tpp) argument
656 *tpp = tp;
/freebsd-10-stable/sbin/ping6/
H A Dping6.c1471 struct tv32 *tpp; local
1516 tpp = (struct tv32 *)(icp + 1);
1517 tp.tv_sec = ntohl(tpp->tv32_sec);
1518 tp.tv_usec = ntohl(tpp->tv32_usec);
/freebsd-10-stable/sys/netinet/
H A Dsctp_output.c6984 struct sctp_tmit_chunk *tpp; local
6988 tpp = TAILQ_PREV(tp1, sctpchunk_listhead, sctp_next);
6989 if (tpp == NULL) {
6993 tp1 = tpp;

Completed in 198 milliseconds