Home
last modified time | relevance | path

Searched refs:list_struct (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/crypto/external/cpl/trousers/dist/src/include/daa/
H A Dlist.h26 } list_struct; typedef
28 typedef list_struct* list_ptr;
29 typedef list_struct list_t[1];
/netbsd-src/external/bsd/ppp/usr.sbin/pppd/
H A Dtdb.c41 #define MIN_REC_SIZE (2*sizeof(struct list_struct) + TDB_ALIGN)
63 struct list_struct { struct
294 static int rec_write(TDB_CONTEXT *tdb, tdb_off offset, struct list_struct *rec) in rec_write()
312 static int rec_read(TDB_CONTEXT *tdb, tdb_off offset, struct list_struct *rec) in rec_read()
333 struct list_struct rec; in tdb_expand()
416 struct list_struct rec, lastrec, newrec; in tdb_allocate()
561 struct list_struct *rec) in tdb_find()
634 struct list_struct rec; in tdb_update()
679 struct list_struct rec; in tdb_fetch()
716 struct list_struct rec; in tdb_exists()
[all …]
/netbsd-src/crypto/external/cpl/trousers/dist/src/tspi/daa/utils/
H A Dlist.c18 list_ptr list = (list_ptr)malloc( sizeof( list_struct)); in list_new()