Home
last modified time | relevance | path

Searched refs:kobj_create (Results 1 – 6 of 6) sorted by relevance

/f-stack/freebsd/libkern/
H A Diconv_xlat.c63 dp = (struct iconv_xlat *)kobj_create((struct kobj_class*)dcp, M_ICONV, M_WAITOK); in iconv_xlat_open()
H A Diconv_xlat16.c70 dp = (struct iconv_xlat16 *)kobj_create((struct kobj_class*)dcp, M_ICONV, M_WAITOK); in iconv_xlat16_open()
H A Diconv_ucs.c98 dp = (struct iconv_ucs *)kobj_create((struct kobj_class*)dcp, M_ICONV, M_WAITOK); in iconv_ucs_open()
/f-stack/freebsd/sys/
H A Dkobj.h197 kobj_t kobj_create(kobj_class_t cls,
/f-stack/freebsd/kern/
H A Dsubr_kobj.c295 kobj_create(kobj_class_t cls, struct malloc_type *mtype, int mflags) in kobj_create() function
H A Dkern_linker.c610 lf = (linker_file_t)kobj_create((kobj_class_t)lc, M_LINKER, M_WAITOK); in linker_make_file()