Home
last modified time | relevance | path

Searched defs:cls (Results 1 – 25 of 31) sorted by relevance

12

/dflybsd-src/sys/kern/
H A Dsubr_kobj.c87 kobj_class_compile(kobj_class_t cls) in kobj_class_compile()
125 kobj_lookup_method_class(kobj_class_t cls, kobjop_desc_t desc) in kobj_lookup_method_class()
138 kobj_lookup_method_mi(kobj_class_t cls, kobjop_desc_t desc) in kobj_lookup_method_mi()
160 kobj_lookup_method(kobj_class_t cls, in kobj_lookup_method()
179 kobj_lookup_method_cache(kobj_class_t cls, kobj_method_t **cep, in kobj_lookup_method_cache()
192 kobj_class_free(kobj_class_t cls) in kobj_class_free()
211 kobj_class_instantiate(kobj_class_t cls) in kobj_class_instantiate()
225 kobj_class_uninstantiate(kobj_class_t cls) in kobj_class_uninstantiate()
239 kobj_create(kobj_class_t cls, in kobj_create()
257 kobj_init(kobj_t obj, kobj_class_t cls) in kobj_init()
[all …]
H A Dtty_subr.c295 clist_catq(struct clist *cls, struct clist *cld) in clist_catq()
/dflybsd-src/contrib/gcc-4.7/libobjc/objc-private/
H A Dmodule-abi-8.h237 #define __CLS_INFO(cls) ((cls)->info) argument
238 #define __CLS_ISINFO(cls, mask) ((__CLS_INFO(cls)&mask)==mask) argument
239 #define __CLS_SETINFO(cls, mask) (__CLS_INFO(cls) |= mask) argument
240 #define __CLS_SETNOTINFO(cls, mask) (__CLS_INFO(cls) &= ~mask) argument
244 #define CLS_ISMETA(cls) ((cls)&&__CLS_ISINFO(cls, _CLS_META)) argument
248 #define CLS_ISCLASS(cls) ((cls)&&__CLS_ISINFO(cls, _CLS_CLASS)) argument
253 #define CLS_ISRESOLV(cls) __CLS_ISINFO(cls, _CLS_RESOLV) argument
254 #define CLS_SETRESOLV(cls) __CLS_SETINFO(cls, _CLS_RESOLV) argument
259 #define CLS_ISINITIALIZED(cls) __CLS_ISINFO(cls, _CLS_INITIALIZED) argument
260 #define CLS_SETINITIALIZED(cls) __CLS_SETINFO(cls, _CLS_INITIALIZED) argument
[all …]
/dflybsd-src/lib/libdmsg/
H A Dmsg_lnk.c141 struct h2span_cluster *cls; member
530 h2span_cluster_t *cls; in dmsg_lnk_span() local
750 h2span_cluster_t *cls; in dmsg_relay_scan() local
1005 h2span_cluster_t *cls; in dmsg_findspan() local
1215 h2span_cluster_t *cls; in dmsg_shell_tree() local
1266 h2span_cluster_t *cls; in dmsg_debug_findspan() local
/dflybsd-src/contrib/gcc-4.7/libobjc/
H A Dsendmsg.c788 search_for_method_in_hierarchy (Class cls, SEL sel) in search_for_method_in_hierarchy()
996 __objc_install_dtable_for_class (Class cls) in __objc_install_dtable_for_class()
1058 __objc_prepare_dtable_for_class (Class cls) in __objc_prepare_dtable_for_class()
1126 __objc_prepared_dtable_for_class (Class cls) in __objc_prepared_dtable_for_class()
1146 __objc_get_prepared_imp (Class cls,SEL sel) in __objc_get_prepared_imp()
1170 __objc_install_prepared_dtable_for_class (Class cls) in __objc_install_prepared_dtable_for_class()
/dflybsd-src/contrib/gcc-8.0/gcc/
H A Dipa-icf.c2471 sem_item_optimizer::add_class (congruence_class *cls) in add_class()
2691 sem_item_optimizer::add_item_to_class (congruence_class *cls, sem_item *item) in add_item_to_class()
3027 congruence_class *cls = (*it)->classes[i]; in verify_classes() local
3070 sem_item_optimizer::traverse_congruence_split (congruence_class * const &cls, in traverse_congruence_split()
3156 delete cls; in traverse_congruence_split() local
3183 sem_item_optimizer::do_congruence_step_for_index (congruence_class *cls, in do_congruence_step_for_index()
3244 sem_item_optimizer::do_congruence_step (congruence_class *cls) in do_congruence_step()
3272 sem_item_optimizer::worklist_push (congruence_class *cls) in worklist_push()
3287 congruence_class *cls; in worklist_pop() local
3304 delete cls; in worklist_pop() local
[all …]
H A Dipa-icf.h223 congruence_class *cls; variable
464 class congruence_class *cls; member
H A Dreload.c5168 enum reg_class cls; in find_reloads_address() local
/dflybsd-src/lib/libutil/
H A Dlogin_cap.c302 login_getclass(const char *cls) in login_getclass()
323 const char *cls = NULL; in login_getpwclass() local
/dflybsd-src/sys/dev/sound/pcm/
H A Dac97.h87 #define AC97_CREATE(dev, devinfo, cls) ac97_create(dev, devinfo, &cls ## _class) argument
H A Dmixer.c613 mixer_obj_create(device_t dev, kobj_class_t cls, void *devinfo, in mixer_obj_create()
674 mixer_create(device_t dev, kobj_class_t cls, void *devinfo, const char *desc) in mixer_create()
687 mixer_init(device_t dev, kobj_class_t cls, void *devinfo) in mixer_init()
H A Dsound.c485 pcm_chn_create(struct snddev_info *d, struct pcm_channel *parent, kobj_class_t cls, int dir, int nu… in pcm_chn_create()
695 pcm_addchan(device_t dev, int dir, kobj_class_t cls, void *devinfo) in pcm_addchan()
H A Dac97.c826 ac97_create(device_t dev, void *devinfo, kobj_class_t cls) in ac97_create()
/dflybsd-src/sys/sys/
H A Dkobj.h101 kobj_class_t cls; member
/dflybsd-src/sys/dev/sound/midi/
H A Dmpu401.c169 mpu401_init(kobj_class_t cls, void *cookie, driver_intr_t softintr, in mpu401_init()
H A Dmidi.c274 midi_init(kobj_class_t cls, int unit, int channel, void *cookie) in midi_init()
/dflybsd-src/usr.bin/limits/
H A Dlimits.c262 char *p, *cls = NULL; in main() local
/dflybsd-src/games/hack/
H A Dhack.pri.c788 cls(void) in cls() function
/dflybsd-src/contrib/binutils-2.27/gas/
H A Dmacro.c1239 char *copy, *cls; in check_macro() local
/dflybsd-src/contrib/binutils-2.34/gas/
H A Dmacro.c1238 char *copy, *cls; in check_macro() local
/dflybsd-src/sbin/newfs_msdos/
H A Dmkfs_msdos.c248 u_int fat, bss, rds, cls, dir, lsn, x, x1, x2; in mkfs_msdos() local
/dflybsd-src/contrib/gcc-4.7/gcc/objc/
H A Dobjc-next-runtime-abi-02.c3441 objc2_build_ehtype_initializer (tree name, tree cls) in objc2_build_ehtype_initializer()
3499 objc2_objc_exception_attr (tree cls) in objc2_objc_exception_attr()
/dflybsd-src/contrib/cvs-1.12/lib/
H A Dregcomp.c1278 bin_tree_t *op, *cls, *tree1, *tree; in lower_subexp() local
/dflybsd-src/contrib/grep/lib/
H A Dregcomp.c1348 bin_tree_t *op, *cls, *tree1, *tree; in lower_subexp() local
/dflybsd-src/contrib/gcc-4.7/gcc/
H A Dreload.c5184 enum reg_class cls; in find_reloads_address() local

12