Searched refs:bsd_db (Results 1 – 2 of 2) sorted by relevance
/illumos-gate/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 …]
|
/illumos-gate/usr/src/uts/common/io/ppp/spppcomp/ |
H A D | bsd-comp.c | 95 struct bsd_db { struct 216 bsd_clear(struct bsd_db *db) in bsd_clear() 243 bsd_check(struct bsd_db *db) in bsd_check() 296 struct bsd_db *db = (struct bsd_db *)state; in bsd_comp_stats() 328 struct bsd_db *db = (struct bsd_db *)state; in bsd_reset() 353 struct bsd_db *db; in bsd_alloc() 413 db = (struct bsd_db *)kmem_alloc(newlen, KM_NOSLEEP); in bsd_alloc() 441 struct bsd_db *db = (struct bsd_db *)state; in bsd_free() 475 bsd_init(struct bsd_db *db, uchar_t *options, int opt_len, int unit, in bsd_init() 527 return (bsd_init((struct bsd_db *)state, options, opt_len, in bsd_comp_init() [all …]
|