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

  /src/sys/external/bsd/drm2/dist/drm/radeon/
mkregtable.c 119 unsigned nentry; member in struct:table
145 t->nentry = 0;
153 nlloop = (t->nentry + 3) / 4;
154 c = t->nentry;
156 t->nentry);
179 t->nentry = ((t->offset_max >> 2) + 31) / 32;
180 t->table = (unsigned *)malloc(sizeof(unsigned) * t->nentry);
183 memset(t->table, 0xff, sizeof(unsigned) * t->nentry);
  /src/usr.sbin/netgroup_mkdb/
netgroup_mkdb.c 57 struct nentry { struct
66 struct nentry *n_next;
72 static void ng_reventry(DB *, DB *, struct nentry *, char *,
74 static void ng_print(struct nentry *, struct string *);
206 struct nentry *tail, *head, *e;
256 e = NEW(struct nentry);
276 e = NEW(struct nentry);
352 ng_reventry(DB *db, DB *udb, struct nentry *fe, char *name, size_t s,
356 struct nentry *e;
398 struct nentry *rfe
    [all...]

Completed in 12 milliseconds