Searched refs:dt_filerec_t (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/lib/libdhcpsvc/modules/binfiles/
H A Ddhcptab.h76 } dt_filerec_t; typedef in typeref:struct:dt_filerec
H A Ddhcptab.c43 * list of dt_filerec_t's in no particular order. Note that the dt_rec_t's
44 * dt_value can be arbitrarily large, which means each dt_filerec_t is also
76 * sizeof (dt_filerec_t) so that we don't include any trailing structure
79 #define RECSIZE(rec) (offsetof(dt_filerec_t, rec_dtval) + ((rec).rec_dtvalsize))
83 static int read_rec(int, dt_filerec_t *, off_t);
84 static int write_rec(int, dt_filerec_t *, off_t);
211 dt_filerec_t rec;
273 recoff + offsetof(dt_filerec_t, rec_dtval)) == -1) {
344 dt_filerec_t *rec;
395 rec = alloca(sizeof (dt_filerec_t)
[all...]

Completed in 21 milliseconds