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

  /src/crypto/external/cpl/trousers/dist/src/include/daa/
list.h 26 } list_struct; typedef in typeref:struct:__anon2305
28 typedef list_struct* list_ptr;
29 typedef list_struct list_t[1];
  /src/crypto/external/cpl/trousers/dist/src/tspi/daa/utils/
list.c 18 list_ptr list = (list_ptr)malloc( sizeof( list_struct));
  /src/external/bsd/ppp/usr.sbin/pppd/
tdb.c 41 #define MIN_REC_SIZE (2*sizeof(struct list_struct) + TDB_ALIGN)
61 /* the body of the database is made of one list_struct for the free space
63 struct list_struct { struct
294 static int rec_write(TDB_CONTEXT *tdb, tdb_off offset, struct list_struct *rec)
312 static int rec_read(TDB_CONTEXT *tdb, tdb_off offset, struct list_struct *rec)
333 struct list_struct rec;
408 to a unconnected list_struct within the database with room for at
416 struct list_struct rec, lastrec, newrec;
561 struct list_struct *rec)
634 struct list_struct rec
    [all...]

Completed in 16 milliseconds