Home
last modified time | relevance | path

Searched refs:DEFINE_CLASS (Results 1 – 17 of 17) sorted by relevance

/freebsd/sys/dev/sound/pcm/
H A Dac97.h86 #define AC97_DECLARE(name) static DEFINE_CLASS(name, name ## _methods, sizeof(struct kobj))
H A Dmixer.h98 #define MIXER_DECLARE(name) static DEFINE_CLASS(name, name ## _methods, \
H A Dchannel.h461 #define CHANNEL_DECLARE(name) static DEFINE_CLASS(name, name ## _methods, sizeof(struct kobj))
/freebsd/sys/sys/
H A Dkobj.h123 #define DEFINE_CLASS(name, methods, size) \ macro
H A Diconv.h141 static DEFINE_CLASS(iconv_ces_ ## name, iconv_ces_ ## name ## _methods, (size)); \
/freebsd/sys/dev/sound/midi/
H A Dmpu401.c89 DEFINE_CLASS(mpu401, mpu401_methods, 0);
/freebsd/sys/dev/sound/pci/
H A Demu10kx-midi.c113 static DEFINE_CLASS(emu_mpu, emu_mpu_methods, 0);
H A Dcsamidi.c263 static DEFINE_CLASS(csamidi_mpu, csamidi_mpu_methods, 0);
H A Dcmi.c817 static DEFINE_CLASS(cmi_mpu, cmi_mpu_methods, 0);
H A Demu10k1.c1188 static DEFINE_CLASS(emu_mpu, emu_mpu_methods, 0);
/freebsd/sys/riscv/starfive/
H A Djh7110_temp.c268 DEFINE_CLASS(jh7110_temp, jh7110_temp_methods, sizeof(struct jh7110_temp_softc));
/freebsd/sys/dev/sound/
H A Ddummy.c334 static DEFINE_CLASS(dummy_mpu, dummy_mpu_methods, 0);
/freebsd/sys/dev/iser/
H A Dicl_iser.c75 DEFINE_CLASS(icl_iser, icl_iser_methods, sizeof(struct iser_conn));
/freebsd/sys/dev/iscsi/
H A Dicl_soft.c172 DEFINE_CLASS(icl_soft, icl_soft_methods, sizeof(struct icl_soft_conn));
/freebsd/sys/dev/cxgbe/cxgbei/
H A Dicl_cxgbei.c170 DEFINE_CLASS(icl_cxgbei, icl_cxgbei_methods, sizeof(struct icl_cxgbei_conn));
/freebsd/share/man/man9/
H A DMakefile1441 MLINKS+=kobj.9 DEFINE_CLASS.9 \
/freebsd/sys/kern/
H A Dsubr_bus.c417 DEFINE_CLASS(null, null_methods, 0);