Searched defs:db (Results 1 – 4 of 4) sorted by relevance
/busybox-1.35.0/libpwdgrp/ |
D | pwd_grp.c | 112 struct passdb db[2 + ENABLE_USE_BB_SHADOW]; member 188 static char *parse_common(FILE *fp, struct passdb *db, in parse_common() 236 static char *parse_file(struct passdb *db, in parse_file() 250 static void *convert_to_struct(struct passdb *db, in convert_to_struct() 315 static int massage_data_for_r_func(struct passdb *db, in massage_data_for_r_func() 338 static void* massage_data_for_non_r_func(struct passdb *db, char *buf) in massage_data_for_non_r_func() 361 struct passdb *db = &get_S()->db[db_and_field_pos >> 2]; in getXXnam_r() local 397 struct passdb *db = &get_S()->db[db_idx]; in getXXent_r() local 426 struct passdb *db = &get_S()->db[db_idx]; in getXXent() local 450 struct passdb *db = &get_S()->db[db_and_field_pos >> 2]; in getXXnam() local [all …]
|
/busybox-1.35.0/modutils/ |
D | modutils.c | 18 static module_entry *helper_get_module(module_db *db, const char *module, int create) in helper_get_module() 45 module_entry* FAST_FUNC moddb_get(module_db *db, const char *module) in moddb_get() 49 module_entry* FAST_FUNC moddb_get_or_create(module_db *db, const char *module) in moddb_get_or_create() 54 void FAST_FUNC moddb_free(module_db *db) in moddb_free()
|
D | modutils.h | 42 #define moddb_foreach_module(db, module, index) \ argument
|
D | modprobe.c | 184 module_db db; member
|