Searched refs:bsd_db (Results 1 – 2 of 2) sorted by relevance
/titanic_44/usr/src/cmd/cmd-inet/usr.bin/pppdump/ |
H A D | bsd-comp.c | 81 struct bsd_db { struct 180 struct bsd_db *db; in bsd_clear() 206 struct bsd_db *db; in bsd_check() 250 struct bsd_db *db = (struct bsd_db *) state; 276 struct bsd_db *db = (struct bsd_db *) state; 293 struct bsd_db *db; 330 db = (struct bsd_db *) malloc(newlen); 358 struct bsd_db *db = (struct bsd_db *) state; 378 struct bsd_db *db; in bsd_init() 419 return bsd_init((struct bsd_db *) state, options, opt_len, [all …]
|
/titanic_44/usr/src/uts/common/io/ppp/spppcomp/ |
H A D | bsd-comp.c | 97 struct bsd_db { struct 218 bsd_clear(struct bsd_db *db) in bsd_clear() 245 bsd_check(struct bsd_db *db) in bsd_check() 298 struct bsd_db *db = (struct bsd_db *)state; in bsd_comp_stats() 330 struct bsd_db *db = (struct bsd_db *)state; in bsd_reset() 355 struct bsd_db *db; in bsd_alloc() 415 db = (struct bsd_db *)kmem_alloc(newlen, KM_NOSLEEP); in bsd_alloc() 443 struct bsd_db *db = (struct bsd_db *)state; in bsd_free() 477 bsd_init(struct bsd_db *db, uchar_t *options, int opt_len, int unit, in bsd_init() 529 return (bsd_init((struct bsd_db *)state, options, opt_len, in bsd_comp_init() [all …]
|