Searched refs:ms_db (Results 1 – 2 of 2) sorted by relevance
| /netbsd/src/lib/libc/citrus/modules/ |
| D | citrus_mapper_std.c | 272 ret = _db_lookup_by_s(ms->ms_db, _CITRUS_MAPPER_STD_SYM_TABLE, in rowcol_init() 281 ret = _db_lookup_by_s(ms->ms_db, _CITRUS_MAPPER_STD_SYM_INFO, &r, NULL); in rowcol_init() 312 ret = _db_lookup_by_s(ms->ms_db, in rowcol_init() 387 ret = _db_open(&ms->ms_db, &ms->ms_file, _CITRUS_MAPPER_STD_MAGIC, in _citrus_mapper_std_mapper_init() 393 ret = _db_lookupstr_by_s(ms->ms_db, _CITRUS_MAPPER_STD_SYM_TYPE, in _citrus_mapper_std_mapper_init() 417 _db_close(ms->ms_db); in _citrus_mapper_std_mapper_init() 437 _db_close(ms->ms_db); in _citrus_mapper_std_mapper_uninit()
|
| D | citrus_mapper_std_local.h | 61 struct _citrus_db *ms_db; member
|