Searched refs:d_data (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.3-release/sys/geom/cache/
H A Dg_cache.h96 caddr_t d_data; /* data area */ member in struct:g_cache_desc
H A Dg_cache.c131 dp->d_data = uma_zalloc(sc->sc_zone, M_NOWAIT);
132 if (dp->d_data == NULL) {
146 uma_zfree(sc->sc_zone, dp->d_data);
188 bcopy(dp->d_data + (off - off1),
305 cbp->bio_data = dp->d_data;
/freebsd-10.3-release/usr.bin/find/
H A Dfind.h114 #define d_data p_un._d_data macro
H A Dfunction.c512 COMPARE(entry->fts_level, plan->d_data);
541 new->d_data = find_parsenum(new, option->name, ndepth, NULL);

Completed in 78 milliseconds