HomeSort by: relevance | last modified time | path
    Searched defs:tails (Results 1 - 3 of 3) sorted by relevancy

  /src/usr.bin/config/
pack.c 88 struct tails { struct
89 struct tails *t_next;
93 static struct tails *tails[TAILHSIZE]; variable in typeref:struct:tails * []
273 struct tails *t, **hp;
276 hp = &tails[hash];
359 struct tails **p, *t, *next;
362 for (p = tails, i = TAILHSIZE; --i >= 0; p++) {
  /src/sys/external/bsd/ipf/netinet/
ip_dstlist.c 79 ippool_dst_t **tails[LOOKUP_POOL_SZ]; member in struct:ipf_dstl_softc_s
166 softd->tails[i] = &softd->dstlist[i];
838 new->ipld_pnext = softd->tails[unit + 1];
839 *softd->tails[unit + 1] = new;
840 softd->tails[unit + 1] = &new->ipld_next;
898 if (softd->tails[d->ipld_unit + 1] == &d->ipld_next)
899 softd->tails[d->ipld_unit + 1] = d->ipld_pnext;
  /src/sys/external/bsd/drm2/dist/drm/i915/
i915_perf_types.h 293 * @tails: One 'aging' tail pointer and one 'aged' tail pointer ready to
302 } tails[2]; member in struct:i915_perf_stream::__anon100900230108

Completed in 14 milliseconds