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

/netbsd-current/sys/ufs/chfs/
H A Dchfs_pool.c128 chfs_str_pool_init(struct chfs_str_pool *chsp, struct chfs_mount *chmp) argument
132 chfs_pool_init(&chsp->chsp_pool_16, 16, "str", chmp);
133 chfs_pool_init(&chsp->chsp_pool_32, 32, "str", chmp);
134 chfs_pool_init(&chsp->chsp_pool_64, 64, "str", chmp);
135 chfs_pool_init(&chsp->chsp_pool_128, 128, "str", chmp);
136 chfs_pool_init(&chsp->chsp_pool_256, 256, "str", chmp);
137 chfs_pool_init(&chsp->chsp_pool_512, 512, "str", chmp);
138 chfs_pool_init(&chsp->chsp_pool_1024, 1024, "str", chmp);
144 chfs_str_pool_destroy(struct chfs_str_pool *chsp) argument
148 chfs_pool_destroy(&chsp
160 chfs_str_pool_get(struct chfs_str_pool *chsp, size_t len, int flags) argument
185 chfs_str_pool_put(struct chfs_str_pool *chsp, char *str, size_t len) argument
[all...]
/netbsd-current/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 void unix_to_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)
4209 is_osta_typ0 = (chsp->type == 0);
4210 is_osta_typ0 &= (strcmp((char *) chsp->inf, osta_id) == 0);
4238 struct charspec *chsp)
4265 is_osta_typ0 = (chsp->type == 0);
4266 is_osta_typ0 &= (strcmp((char *) chsp->inf, osta_id) == 0);
4195 udf_to_unix_name(char *result, int result_len, char *id, int len, struct charspec *chsp) argument
4237 unix_to_udf_name(char *result, uint8_t *result_len, char const *name, int name_len, struct charspec *chsp) argument
/netbsd-current/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)
698 is_osta_typ0 = (chsp->type == 0);
699 is_osta_typ0 &= (strcmp((char *) chsp->inf, osta_id) == 0);
726 struct charspec *chsp)
754 is_osta_typ0 = (chsp->type == 0);
755 is_osta_typ0 &= (strcmp((char *) chsp->inf, osta_id) == 0);
682 udf_to_unix_name(char *result, int result_len, char *id, int len, struct charspec *chsp) argument
725 unix_to_udf_name(char *result, uint8_t *result_len, char const *name, int name_len, struct charspec *chsp) argument

Completed in 276 milliseconds