Searched refs:DEFINE_CLASS (Results 1 – 17 of 17) sorted by relevance
| /freebsd-12-stable/sys/dev/sound/pcm/ |
| D | ac97.h | 88 #define AC97_DECLARE(name) static DEFINE_CLASS(name, name ## _methods, sizeof(struct kobj))
|
| D | mixer.h | 87 #define MIXER_DECLARE(name) static DEFINE_CLASS(name, name ## _methods, MIXER_SIZE)
|
| D | channel.h | 447 #define CHANNEL_DECLARE(name) static DEFINE_CLASS(name, name ## _methods, sizeof(struct kobj))
|
| /freebsd-12-stable/sys/sys/ |
| D | kobj.h | 116 #define DEFINE_CLASS(name, methods, size) \ macro
|
| D | iconv.h | 143 static DEFINE_CLASS(iconv_ces_ ## name, iconv_ces_ ## name ## _methods, (size)); \
|
| /freebsd-12-stable/sys/dev/sound/pci/ |
| D | emu10kx-midi.c | 117 static DEFINE_CLASS(emu_mpu, emu_mpu_methods, 0);
|
| D | csamidi.c | 272 static DEFINE_CLASS(csamidi_mpu, csamidi_mpu_methods, 0);
|
| D | cmi.c | 822 static DEFINE_CLASS(cmi_mpu, cmi_mpu_methods, 0);
|
| D | emu10k1.c | 1196 static DEFINE_CLASS(emu_mpu, emu_mpu_methods, 0);
|
| /freebsd-12-stable/sys/dev/sound/midi/ |
| D | mpu401.c | 109 DEFINE_CLASS(mpu401, mpu401_methods, 0);
|
| D | midi.c | 159 DEFINE_CLASS(midisynth, midisynth_methods, 0);
|
| D | sequencer.c | 279 DEFINE_CLASS(sequencer, seq_methods, 0);
|
| /freebsd-12-stable/sys/dev/iser/ |
| D | icl_iser.c | 71 DEFINE_CLASS(icl_iser, icl_iser_methods, sizeof(struct iser_conn));
|
| /freebsd-12-stable/sys/dev/cxgbe/cxgbei/ |
| D | icl_cxgbei.c | 161 DEFINE_CLASS(icl_cxgbei, icl_cxgbei_methods, sizeof(struct icl_cxgbei_conn));
|
| /freebsd-12-stable/sys/dev/iscsi/ |
| D | icl_soft.c | 143 DEFINE_CLASS(icl_soft, icl_soft_methods, sizeof(struct icl_conn));
|
| /freebsd-12-stable/share/man/man9/ |
| D | Makefile | 1241 MLINKS+=kobj.9 DEFINE_CLASS.9 \
|
| /freebsd-12-stable/sys/kern/ |
| D | subr_bus.c | 889 DEFINE_CLASS(null, null_methods, 0);
|