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

12

/freebsd-12-stable/lib/libc/tests/locale/
H A Diswctype_test.c65 } cls[] = { variable in typeref:struct:__anon8591
/freebsd-12-stable/sys/geom/label/
H A Dg_label_disk_ident.c51 struct g_class *cls; local
/freebsd-12-stable/sys/arm/include/
H A Dplatformvar.h70 struct platform_class *cls; member in struct:platform_kobj
/freebsd-12-stable/sys/dev/bhnd/
H A Dbhnd_erom.h146 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-12-stable/sys/kern/
H A Dsubr_kobj.c100 kobj_class_compile_common(kobj_class_t cls, kobj_ops_t ops) argument
129 kobj_class_compile1(kobj_class_t cls, int mflags) argument
156 kobj_class_compile(kobj_class_t cls) argument
165 kobj_class_compile_static(kobj_class_t cls, kobj_ops_t ops) argument
179 kobj_lookup_method_class(kobj_class_t cls, kobjop_desc_t desc) argument
194 kobj_lookup_method_mi(kobj_class_t cls, kobjop_desc_t desc) argument
217 kobj_lookup_method(kobj_class_t cls, kobj_method_t **cep, kobjop_desc_t desc) argument
232 kobj_class_free(kobj_class_t cls) argument
263 kobj_init_common(kobj_t obj, kobj_class_t cls) argument
271 kobj_init1(kobj_t obj, kobj_class_t cls, int mflags) argument
294 kobj_create(kobj_class_t cls, struct malloc_type *mtype, int mflags) argument
309 kobj_init(kobj_t obj, kobj_class_t cls) argument
319 kobj_init_static(kobj_t obj, kobj_class_t cls) argument
331 kobj_class_t cls = obj->ops->cls; local
[all...]
/freebsd-12-stable/sys/sys/
H A Dkobj.h86 kobj_class_t cls; member in struct:kobj_ops
[all...]
/freebsd-12-stable/sys/dev/bhnd/nvram/
H A Dbhnd_nvram_data.c62 bhnd_nvram_data_class_desc(bhnd_nvram_data_class *cls) argument
74 bhnd_nvram_data_class_caps(bhnd_nvram_data_class *cls) argument
108 bhnd_nvram_data_serialize(bhnd_nvram_data_class *cls, bhnd_nvram_plist *props, bhnd_nvram_plist *options, void *outp, size_t *olen) argument
131 bhnd_nvram_data_probe(bhnd_nvram_data_class *cls, struct bhnd_nvram_io *io) argument
160 bhnd_nvram_data_class *cls; local
258 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
282 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.c1026 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
826 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.c348 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.c241 bhnd_nvram_tlv_serialize(bhnd_nvram_data_class *cls, bhnd_nvram_plist *props, argument
/freebsd-12-stable/sys/dev/sound/midi/
H A Dmpu401.c177 mpu401_init(kobj_class_t cls, void *cookie, driver_intr_t softintr, argument
/freebsd-12-stable/sys/kgssapi/
H A Dgss_impl.c156 kgss_install_mech(gss_OID mech_type, const char *name, struct kobj_class *cls) argument
/freebsd-12-stable/sys/mips/broadcom/
H A Dbcm_machdep.c291 bhnd_erom_class_t *cls; local
H A Dbcm_nvram_cfe.c201 bcm_nvram_find_cfedev(struct bcm_nvram_iocfe *iocfe, bhnd_nvram_data_class **cls) argument
/freebsd-12-stable/sys/dev/bhnd/siba/
H A Dsiba_erom.c95 siba_erom_probe(bhnd_erom_class_t *cls, struct bhnd_erom_io *eio, argument
/freebsd-12-stable/lib/libutil/
H A Dlogin_cap.c303 login_getclass(const char *cls) argument
324 const char *cls = NULL; local
/freebsd-12-stable/usr.bin/limits/
H A Dlimits.c273 char *p, *cls = NULL; local
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DPythonDataObjects.h373 llvm::Expected<bool> IsInstance(const PythonObject &cls) { argument
/freebsd-12-stable/sys/dev/bhnd/bcma/
H A Dbcma_erom.c168 bcma_erom_probe(bhnd_erom_class_t *cls, struct bhnd_erom_io *eio, argument
/freebsd-12-stable/sys/dev/sound/pcm/
H A Dac97.c828 ac97_create(device_t dev, void *devinfo, kobj_class_t cls) argument

Completed in 278 milliseconds

12