Home
last modified time | relevance | path

Searched refs:base_path (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/bsd/nvi/dist/common/
H A Ddb1.c39 dbenv->base_path = NULL; in db_env_create()
50 if (dbenv->base_path != NULL) in db1_dbenv_close()
51 free(dbenv->base_path); in db1_dbenv_close()
58 db1_dbenv_open(DB_ENV *dbenv, char *base_path, u_int32_t flags, int mode) { in db1_dbenv_open() argument
62 dbenv->base_path = strdup(base_path); in db1_dbenv_open()
63 if (dbenv->base_path == NULL) in db1_dbenv_open()
71 db1_dbenv_remove(DB_ENV *dbenv_fake, char *base_path, u_int32_t flags) { in db1_dbenv_remove() argument
H A Dvi_db.h106 char *base_path; member
/netbsd-src/sys/arch/i386/stand/lib/
H A Dexec.c567 module_path(boot_module_t *bm, const char *kdev, const char *base_path) in exec_netbsd()
591 dev_buf, base_path, p, p); in exec_netbsd()
599 kdev, base_path, name, name); in exec_netbsd()
607 const char *base_path, bool doload) in extract_device()
613 path = module_path(bm, kdev, base_path); in extract_device()
617 module_path(boot_module_t * bm,const char * kdev,const char * base_path) module_path() argument
657 module_open(boot_module_t * bm,int mode,const char * kdev,const char * base_path,bool doload) module_open() argument
/netbsd-src/usr.sbin/installboot/
H A Devboards.c1649 const char *base_path = evb_board_get_uboot_path(params, board); in evb_uboot_file_path() local
1652 if (base_path == NULL || file_name == NULL) in evb_uboot_file_path()
1655 return make_path(buf, bufsize, "%s/%s", base_path, file_name); in evb_uboot_file_path()