Searched refs:kobj_create (Results 1 – 6 of 6) sorted by relevance
| /f-stack/freebsd/libkern/ |
| H A D | iconv_xlat.c | 63 dp = (struct iconv_xlat *)kobj_create((struct kobj_class*)dcp, M_ICONV, M_WAITOK); in iconv_xlat_open()
|
| H A D | iconv_xlat16.c | 70 dp = (struct iconv_xlat16 *)kobj_create((struct kobj_class*)dcp, M_ICONV, M_WAITOK); in iconv_xlat16_open()
|
| H A D | iconv_ucs.c | 98 dp = (struct iconv_ucs *)kobj_create((struct kobj_class*)dcp, M_ICONV, M_WAITOK); in iconv_ucs_open()
|
| /f-stack/freebsd/sys/ |
| H A D | kobj.h | 197 kobj_t kobj_create(kobj_class_t cls,
|
| /f-stack/freebsd/kern/ |
| H A D | subr_kobj.c | 295 kobj_create(kobj_class_t cls, struct malloc_type *mtype, int mflags) in kobj_create() function
|
| H A D | kern_linker.c | 610 lf = (linker_file_t)kobj_create((kobj_class_t)lc, M_LINKER, M_WAITOK); in linker_make_file()
|