Searched refs:kobj_create (Results 1 - 14 of 14) sorted by relevance

/freebsd-10.0-release/sys/libkern/
H A Diconv_xlat.c61 dp = (struct iconv_xlat *)kobj_create((struct kobj_class*)dcp, M_ICONV, M_WAITOK);
H A Diconv_xlat16.c68 dp = (struct iconv_xlat16 *)kobj_create((struct kobj_class*)dcp, M_ICONV, M_WAITOK);
H A Diconv_ucs.c96 dp = (struct iconv_ucs *)kobj_create((struct kobj_class*)dcp, M_ICONV, M_WAITOK);
/freebsd-10.0-release/sys/sys/
H A Dkobj.h196 kobj_t kobj_create(kobj_class_t cls,
/freebsd-10.0-release/sys/kern/
H A Dsubr_kobj.c241 * Protect against a race between kobj_create and
264 kobj_create(kobj_class_t cls, function
H A Dkern_linker.c573 lf = (linker_file_t)kobj_create((kobj_class_t)lc, M_LINKER, M_WAITOK);
/freebsd-10.0-release/sys/kgssapi/
H A Dgss_impl.c210 ctx = (gss_ctx_id_t) kobj_create(km->km_class, M_GSSAPI, M_WAITOK);
/freebsd-10.0-release/sys/dev/sound/pcm/
H A Dfeeder.c190 f = (struct pcm_feeder *)kobj_create((kobj_class_t)fc, M_FEEDER, M_NOWAIT | M_ZERO);
H A Dac97.c835 codec->methods = kobj_create(cls, M_AC97, M_WAITOK | M_ZERO);
H A Dmixer.c624 m = (struct snd_mixer *)kobj_create(cls, M_MIXER, M_WAITOK | M_ZERO);
H A Dsound.c573 ch->methods = kobj_create(cls, M_DEVBUF, M_WAITOK | M_ZERO);
/freebsd-10.0-release/sys/geom/part/
H A Dg_part.c619 table = (void *)kobj_create((kobj_class_t)iter, M_GEOM,
921 gp->softc = kobj_create((kobj_class_t)gpp->gpp_scheme, M_GEOM,
1122 gp->softc = kobj_create((kobj_class_t)&g_part_null_scheme, M_GEOM,
/freebsd-10.0-release/sys/geom/raid/
H A Dg_raid.c2019 obj = (void *)kobj_create((kobj_class_t)class, M_RAID,
2258 obj = (void *)kobj_create((kobj_class_t)class, M_RAID,
2292 obj = (void *)kobj_create((kobj_class_t)class, M_RAID,
/freebsd-10.0-release/share/man/man9/
H A DMakefile774 kobj.9 kobj_create.9 \

Completed in 197 milliseconds