Home
last modified time | relevance | path

Searched refs:chsp (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/sys/ufs/chfs/
H A Dchfs_pool.c128 chfs_str_pool_init(struct chfs_str_pool *chsp, struct chfs_mount *chmp) in chfs_str_pool_init() argument
132 chfs_pool_init(&chsp->chsp_pool_16, 16, "str", chmp); in chfs_str_pool_init()
133 chfs_pool_init(&chsp->chsp_pool_32, 32, "str", chmp); in chfs_str_pool_init()
134 chfs_pool_init(&chsp->chsp_pool_64, 64, "str", chmp); in chfs_str_pool_init()
135 chfs_pool_init(&chsp->chsp_pool_128, 128, "str", chmp); in chfs_str_pool_init()
136 chfs_pool_init(&chsp->chsp_pool_256, 256, "str", chmp); in chfs_str_pool_init()
137 chfs_pool_init(&chsp->chsp_pool_512, 512, "str", chmp); in chfs_str_pool_init()
138 chfs_pool_init(&chsp->chsp_pool_1024, 1024, "str", chmp); in chfs_str_pool_init()
144 chfs_str_pool_destroy(struct chfs_str_pool *chsp) in chfs_str_pool_destroy() argument
148 chfs_pool_destroy(&chsp->chsp_pool_16); in chfs_str_pool_destroy()
[all …]
/netbsd-src/sbin/newfs_udf/
H A Dudf_core.h291 struct charspec *chsp);
293 char const *name, int name_len, struct charspec *chsp);
H A Dudf_core.c683 struct charspec *chsp) in udf_to_unix_name() argument
698 is_osta_typ0 = (chsp->type == 0); in udf_to_unix_name()
699 is_osta_typ0 &= (strcmp((char *) chsp->inf, osta_id) == 0); in udf_to_unix_name()
726 struct charspec *chsp) in unix_to_udf_name() argument
754 is_osta_typ0 = (chsp->type == 0); in unix_to_udf_name()
755 is_osta_typ0 &= (strcmp((char *) chsp->inf, osta_id) == 0); in unix_to_udf_name()
/netbsd-src/sys/fs/udf/
H A Dudf_subr.h197 void udf_to_unix_name(char *result, int result_len, char *id, int len, struct charspec *chsp);
198 …udf_name(char *result, uint8_t *result_len, char const *name, int name_len, struct charspec *chsp);
H A Dudf_subr.c4196 struct charspec *chsp) in udf_to_unix_name() argument
4209 is_osta_typ0 = (chsp->type == 0); in udf_to_unix_name()
4210 is_osta_typ0 &= (strcmp((char *) chsp->inf, osta_id) == 0); in udf_to_unix_name()
4238 struct charspec *chsp) in unix_to_udf_name() argument
4265 is_osta_typ0 = (chsp->type == 0); in unix_to_udf_name()
4266 is_osta_typ0 &= (strcmp((char *) chsp->inf, osta_id) == 0); in unix_to_udf_name()