Searched refs:DEFINE_CLASS (Results 1 - 13 of 13) sorted by relevance

/freebsd-10.1-release/sys/dev/sound/pcm/
H A Dac97.h86 #define AC97_DECLARE(name) static DEFINE_CLASS(name, name ## _methods, sizeof(struct kobj))
H A Dmixer.h84 #define MIXER_DECLARE(name) static DEFINE_CLASS(name, name ## _methods, MIXER_SIZE)
H A Dchannel.h444 #define CHANNEL_DECLARE(name) static DEFINE_CLASS(name, name ## _methods, sizeof(struct kobj))
/freebsd-10.1-release/sys/sys/
H A Dkobj.h114 #define DEFINE_CLASS(name, methods, size) \ macro
H A Diconv.h141 static DEFINE_CLASS(iconv_ces_ ## name, iconv_ces_ ## name ## _methods, (size)); \
/freebsd-10.1-release/sys/dev/sound/midi/
H A Dmpu401.c107 DEFINE_CLASS(mpu401, mpu401_methods, 0);
H A Dmidi.c158 DEFINE_CLASS(midisynth, midisynth_methods, 0);
H A Dsequencer.c277 DEFINE_CLASS(sequencer, seq_methods, 0);
/freebsd-10.1-release/sys/dev/sound/pci/
H A Demu10kx-midi.c115 static DEFINE_CLASS(emu_mpu, emu_mpu_methods, 0);
H A Dcmi.c820 static DEFINE_CLASS(cmi_mpu, cmi_mpu_methods, 0);
H A Demu10k1.c1191 static DEFINE_CLASS(emu_mpu, emu_mpu_methods, 0);
/freebsd-10.1-release/share/man/man9/
H A DMakefile777 MLINKS+=kobj.9 DEFINE_CLASS.9 \
/freebsd-10.1-release/sys/kern/
H A Dsubr_bus.c849 DEFINE_CLASS(null, null_methods, 0);

Completed in 190 milliseconds