Home
last modified time | relevance | path

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

/freebsd/sys/libkern/
H A Diconv_xlat.c60 dp = (struct iconv_xlat *)kobj_create((struct kobj_class*)dcp, M_ICONV, M_WAITOK); in iconv_xlat_open()
H A Diconv_xlat16.c67 dp = (struct iconv_xlat16 *)kobj_create((struct kobj_class*)dcp, M_ICONV, M_WAITOK); in iconv_xlat16_open()
H A Diconv_ucs.c95 dp = (struct iconv_ucs *)kobj_create((struct kobj_class*)dcp, M_ICONV, M_WAITOK); in iconv_ucs_open()
/freebsd/sys/sys/
H A Dkobj.h195 kobj_t kobj_create(kobj_class_t cls,
/freebsd/sys/kern/
H A Dsubr_kobj.c292 kobj_create(kobj_class_t cls, struct malloc_type *mtype, int mflags) in kobj_create() function
H A Dkern_linker.c655 lf = (linker_file_t)kobj_create((kobj_class_t)lc, M_LINKER, M_WAITOK); in linker_make_file()
/freebsd/sys/kgssapi/
H A Dgss_impl.c180 ctx = (gss_ctx_id_t) kobj_create(km->km_class, M_GSSAPI, M_WAITOK); in kgss_create_context()
/freebsd/sys/dev/bhnd/
H A Dbhnd_erom.c177 erom = (bhnd_erom_t *)kobj_create((kobj_class_t)cls, M_BHND, in bhnd_erom_alloc()
/freebsd/sys/dev/sound/pcm/
H A Dfeeder.c142 f = (struct pcm_feeder *)kobj_create((kobj_class_t)fc, M_FEEDER, M_NOWAIT | M_ZERO); in feeder_create()
H A Dac97.c828 codec->methods = kobj_create(cls, M_AC97, M_WAITOK | M_ZERO); in ac97_create()
H A Dmixer.c656 m = (struct snd_mixer *)kobj_create(cls, M_MIXER, M_WAITOK | M_ZERO); in mixer_obj_create()
H A Dchannel.c1213 c->methods = kobj_create(cls, M_DEVBUF, M_WAITOK | M_ZERO); in chn_init()
/freebsd/sys/dev/iser/
H A Dicl_iser.c277 iser_conn = (struct iser_conn *)kobj_create(&icl_iser_class, M_ICL_ISER, M_WAITOK | M_ZERO); in iser_new_conn()
/freebsd/sys/geom/raid/
H A Dg_raid.c1993 obj = (void *)kobj_create((kobj_class_t)class, M_RAID, in g_raid_start_volume()
2237 obj = (void *)kobj_create((kobj_class_t)class, M_RAID, in g_raid_taste()
2275 obj = (void *)kobj_create((kobj_class_t)class, M_RAID, in g_raid_create_node_format()
/freebsd/sys/geom/part/
H A Dg_part.c695 table = (void *)kobj_create((kobj_class_t)iter, M_GEOM, in g_part_probe()
1002 gp->softc = kobj_create((kobj_class_t)gpp->gpp_scheme, M_GEOM, in g_part_ctl_create()
1204 gp->softc = kobj_create((kobj_class_t)&g_part_null_scheme, M_GEOM, in g_part_ctl_destroy()
/freebsd/sys/dev/iscsi/
H A Dicl_soft.c1355 isc = (struct icl_soft_conn *)kobj_create(&icl_soft_class, M_ICL_SOFT, in icl_soft_new_conn()
/freebsd/sys/dev/cxgbe/cxgbei/
H A Dicl_cxgbei.c904 icc = (struct icl_cxgbei_conn *)kobj_create(&icl_cxgbei_class, M_CXGBE, in icl_cxgbei_new_conn()
/freebsd/share/man/man9/
H A DMakefile1419 kobj.9 kobj_create.9 \