HomeSort by: relevance | last modified time | path
    Searched refs:tpp (Results 1 - 6 of 6) sorted by relevancy

  /src/usr.bin/xlint/lint1/
decl.c 903 type_t **tpp = &sym->s_type; local in function:check_type
905 while (*tpp != NULL) {
906 type_t *tp = *tpp;
922 *tpp = block_derive_type(
923 t == FUNC ? *tpp : (*tpp)->t_subt, PTR);
937 *tpp = gettyp(INT);
948 *tpp = gettyp(INT);
960 *tpp = gettyp(INT);
967 *tpp = gettyp(INT)
1249 type_t **tpp = &decl->s_type; local in function:add_pointer
1310 type_t **tpp = &decl->s_type; local in function:add_array
1442 type_t **tpp = &decl->s_type; local in function:add_function
    [all...]
  /src/sys/kern/
kern_threadpool.c 276 struct threadpool_percpu *tpp; local in function:threadpool_lookup_percpu
278 LIST_FOREACH(tpp, &percpu_threadpools, tpp_link) {
279 if (tpp->tpp_pri == pri)
280 return tpp;
286 threadpool_insert_percpu(struct threadpool_percpu *tpp)
288 KASSERT(threadpool_lookup_percpu(tpp->tpp_pri) == NULL);
289 LIST_INSERT_HEAD(&percpu_threadpools, tpp, tpp_link);
293 threadpool_remove_percpu(struct threadpool_percpu *tpp)
295 KASSERT(threadpool_lookup_percpu(tpp->tpp_pri) == tpp);
    [all...]
  /src/usr.bin/netstat/
main.c 829 struct protox **tpp, *tp; local in function:knownname
831 for (tpp = protoprotox; *tpp; tpp++)
832 for (tp = *tpp; tp->pr_name; tp++)
  /src/sys/external/bsd/drm2/dist/drm/radeon/
nislands_smc.h 202 uint32_t tpp[SMC_NISLANDS_MC_TPP_CAC_NUM_OF_ENTRIES]; member in struct:SMC_NISLANDS_MC_TPP_CAC_TABLE
  /src/usr.bin/xlint/lint2/
chk.c 326 total_args(int n, const type_t **tpp)
328 for (; *tpp != NULL; tpp++)
  /src/sbin/ping6/
ping6.c 1301 struct tv32 *tpp; local in function:pr_pack
1344 tpp = (struct tv32 *)(icp + 1);
1345 tp.tv_sec = ntohl(tpp->tv32_sec);
1346 tp.tv_usec = ntohl(tpp->tv32_usec);

Completed in 17 milliseconds