Searched defs:cls (Results 1 - 25 of 42) sorted by relevance

12

/freebsd-13-stable/lib/libc/tests/locale/
H A Diswctype_test.c65 } cls[] = { variable in typeref:struct:__anon7582
/freebsd-13-stable/sys/geom/label/
H A Dg_label_disk_ident.c48 struct g_class *cls; local
/freebsd-13-stable/sys/arm/include/
H A Dplatformvar.h70 struct platform_class *cls; member in struct:platform_kobj
/freebsd-13-stable/sys/dev/bhnd/
H A Dbhnd_erom.h145 bhnd_erom_probe(bhnd_erom_class_t *cls, struct bhnd_erom_io *eio, argument
H A Dbhnd_erom.c125 bhnd_erom_class_t *cls; local
174 bhnd_erom_alloc(bhnd_erom_class_t *cls, const struct bhnd_chipid *cid, argument
216 bhnd_erom_init_static(bhnd_erom_class_t *cls, bhnd_erom_t *erom, size_t esize, const struct bhnd_chipid *cid, struct bhnd_erom_io *eio) argument
[all...]
/freebsd-13-stable/sys/kern/
H A Dsubr_kobj.c101 kobj_class_compile_common(kobj_class_t cls, kobj_ops_t ops) argument
130 kobj_class_compile1(kobj_class_t cls, int mflags) argument
157 kobj_class_compile(kobj_class_t cls) argument
166 kobj_class_compile_static(kobj_class_t cls, kobj_ops_t ops) argument
180 kobj_lookup_method_class(kobj_class_t cls, kobjop_desc_t desc) argument
195 kobj_lookup_method_mi(kobj_class_t cls, kobjop_desc_t desc) argument
218 kobj_lookup_method(kobj_class_t cls, kobj_method_t **cep, kobjop_desc_t desc) argument
233 kobj_class_free(kobj_class_t cls) argument
264 kobj_init_common(kobj_t obj, kobj_class_t cls) argument
272 kobj_init1(kobj_t obj, kobj_class_t cls, int mflags) argument
295 kobj_create(kobj_class_t cls, struct malloc_type *mtype, int mflags) argument
310 kobj_init(kobj_t obj, kobj_class_t cls) argument
320 kobj_init_static(kobj_t obj, kobj_class_t cls) argument
332 kobj_class_t cls = obj->ops->cls; local
[all...]
/freebsd-13-stable/sys/sys/
H A Dkobj.h86 kobj_class_t cls; member in struct:kobj_ops
[all...]
/freebsd-13-stable/sys/dev/bhnd/nvram/
H A Dbhnd_nvram_data.c61 bhnd_nvram_data_class_desc(bhnd_nvram_data_class *cls) argument
73 bhnd_nvram_data_class_caps(bhnd_nvram_data_class *cls) argument
107 bhnd_nvram_data_serialize(bhnd_nvram_data_class *cls, bhnd_nvram_plist *props, bhnd_nvram_plist *options, void *outp, size_t *olen) argument
130 bhnd_nvram_data_probe(bhnd_nvram_data_class *cls, struct bhnd_nvram_io *io) argument
159 bhnd_nvram_data_class *cls; local
256 bhnd_nvram_data_getvar_direct(bhnd_nvram_data_class *cls, struct bhnd_nvram_io *io, const char *name, void *buf, size_t *len, bhnd_nvram_type type) argument
280 bhnd_nvram_data_new(bhnd_nvram_data_class *cls, struct bhnd_nvram_data **nv, struct bhnd_nvram_io *io) argument
[all...]
H A Dbhnd_nvram_data_bcmraw.c145 bhnd_nvram_bcmraw_serialize(bhnd_nvram_data_class *cls, bhnd_nvram_plist *props, argument
H A Dbhnd_nvram_datavar.h161 struct bhnd_nvram_data_class *cls; member in struct:bhnd_nvram_data
H A Dbhnd_nvram_store.c1023 bhnd_nvram_data_class *cls; local
196 bhnd_nvram_store_parse_new(struct bhnd_nvram_store **store, struct bhnd_nvram_io *io, bhnd_nvram_data_class *cls) argument
823 bhnd_nvram_store_export(struct bhnd_nvram_store *sc, const char *path, bhnd_nvram_data_class **cls, bhnd_nvram_plist **props, bhnd_nvram_plist **options, uint32_t flags) argument
[all...]
H A Dbhnd_nvram_data_bcm.c371 bhnd_nvram_bcm_serialize(bhnd_nvram_data_class *cls, bhnd_nvram_plist *props, argument
H A Dbhnd_nvram_data_btxt.c346 bhnd_nvram_btxt_serialize(bhnd_nvram_data_class *cls, bhnd_nvram_plist *props, argument
H A Dbhnd_nvram_data_sprom.c611 bhnd_nvram_sprom_serialize(bhnd_nvram_data_class *cls, bhnd_nvram_plist *props, argument
H A Dbhnd_nvram_data_tlv.c240 bhnd_nvram_tlv_serialize(bhnd_nvram_data_class *cls, bhnd_nvram_plist *props, argument
/freebsd-13-stable/sys/kgssapi/
H A Dgss_impl.c156 kgss_install_mech(gss_OID mech_type, const char *name, struct kobj_class *cls) argument
/freebsd-13-stable/sys/mips/broadcom/
H A Dbcm_machdep.c293 bhnd_erom_class_t *cls; local
H A Dbcm_nvram_cfe.c200 bcm_nvram_find_cfedev(struct bcm_nvram_iocfe *iocfe, bhnd_nvram_data_class **cls) argument
/freebsd-13-stable/sys/dev/sound/midi/
H A Dmpu401.c177 mpu401_init(kobj_class_t cls, void *cookie, driver_intr_t softintr, argument
/freebsd-13-stable/lib/libutil/
H A Dlogin_cap.c303 login_getclass(const char *cls) argument
324 const char *cls = NULL; local
/freebsd-13-stable/sys/dev/bhnd/siba/
H A Dsiba_erom.c94 siba_erom_probe(bhnd_erom_class_t *cls, struct bhnd_erom_io *eio, argument
/freebsd-13-stable/usr.bin/limits/
H A Dlimits.c273 char *p, *cls = NULL; local
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DPythonDataObjects.h371 llvm::Expected<bool> IsInstance(const PythonObject &cls) { argument
/freebsd-13-stable/sys/dev/bhnd/bcma/
H A Dbcma_erom.c167 bcma_erom_probe(bhnd_erom_class_t *cls, struct bhnd_erom_io *eio, argument
/freebsd-13-stable/sys/dev/sound/pcm/
H A Dac97.c828 ac97_create(device_t dev, void *devinfo, kobj_class_t cls) argument

Completed in 227 milliseconds

12