Home
last modified time | relevance | path

Searched refs:cls (Results 1 – 25 of 42) sorted by relevance

12

/dragonfly/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 …]
/dragonfly/sys/kern/
H A Dsubr_kobj.c96 if (cls->ops) in kobj_class_compile()
105 if (cls->ops) { in kobj_class_compile()
114 ops->cls = cls; in kobj_class_compile()
115 cls->ops = ops; in kobj_class_compile()
207 cls->ops = 0; in kobj_class_free()
216 if (!cls->ops) in kobj_class_instantiate()
218 cls->refs++; in kobj_class_instantiate()
230 cls->refs--; in kobj_class_uninstantiate()
231 if (cls->refs == 0) in kobj_class_uninstantiate()
251 kobj_init(obj, cls); in kobj_create()
[all …]
H A Dtty_subr.c295 clist_catq(struct clist *cls, struct clist *cld) in clist_catq() argument
299 while ((c = clist_getc(cls)) != -1) in clist_catq()
/dragonfly/contrib/gcc-4.7/libobjc/
H A Dsendmsg.c1006 if (cls->super_class in __objc_install_dtable_for_class()
1037 if (CLS_ISCLASS (cls)) in __objc_install_dtable_for_class()
1078 assert (cls); in __objc_prepare_dtable_for_class()
1093 assert (cls != cls->super_class); in __objc_prepare_dtable_for_class()
1094 if (cls->super_class) in __objc_prepare_dtable_for_class()
1118 cls, in __objc_prepare_dtable_for_class()
1129 assert (cls); in __objc_prepared_dtable_for_class()
1151 assert (cls); in __objc_get_prepared_imp()
1172 assert (cls); in __objc_install_prepared_dtable_for_class()
1174 cls->dtable = __objc_prepared_dtable_for_class (cls); in __objc_install_prepared_dtable_for_class()
[all …]
/dragonfly/lib/libdmsg/
H A Dmsg_lnk.c572 cls = dmsg_alloc(sizeof(*cls)); in dmsg_lnk_span()
576 cls->peer_label, sizeof(cls->peer_label)); in dmsg_lnk_span()
594 node->cls = cls; in dmsg_lnk_span()
658 cls = node->cls; in dmsg_lnk_span()
682 if (RB_EMPTY(&cls->tree) && cls->refs == 0) { in dmsg_lnk_span()
1174 if (cls)
1175 ++cls->refs;
1177 return (cls);
1185 --cls->refs;
1186 if (RB_EMPTY(&cls->tree) && cls->refs == 0) {
[all …]
/dragonfly/sys/sys/
H A Dkobj.h101 kobj_class_t cls; member
204 void kobj_class_instantiate(kobj_class_t cls);
209 void kobj_class_uninstantiate(kobj_class_t cls);
214 kobj_t kobj_create(kobj_class_t cls,
221 void kobj_init(kobj_t obj, kobj_class_t cls);
238 _m = kobj_lookup_method_cache(OPS->cls, &OPS->cache[0], \
242 kobj_method_t *kobj_lookup_method(kobj_class_t cls,
246 kobjop_t kobj_lookup_method_cache(kobj_class_t cls,
/dragonfly/contrib/gcc-8.0/gcc/
H A Dipa-icf.c2695 item->cls = cls; in add_item_to_class()
3029 gcc_assert (cls); in verify_classes()
3037 gcc_assert (item->cls == cls); in verify_classes()
3108 cls->in_worklist = false; in traverse_congruence_split()
3156 delete cls; in traverse_congruence_split() local
3228 pair.cls = cls; in do_congruence_step_for_index()
3275 if (cls->in_worklist) in worklist_push()
3287 congruence_class *cls; in worklist_pop() local
3297 return cls; in worklist_pop()
3304 delete cls; in worklist_pop() local
[all …]
H A Dipa-icf.h223 congruence_class *cls; variable
464 class congruence_class *cls; member
522 void add_class (congruence_class *cls);
575 void worklist_push (congruence_class *cls);
583 void do_congruence_step (congruence_class *cls);
587 void do_congruence_step_for_index (congruence_class *cls, unsigned int index);
590 static void add_item_to_class (congruence_class *cls, sem_item *item);
595 static bool release_split_map (congruence_class * const &cls, bitmap const &b,
601 static bool traverse_congruence_split (congruence_class * const &cls,
/dragonfly/lib/libutil/
H A Dlogin_cap.c302 login_getclass(const char *cls) in login_getclass() argument
304 return login_getclassbyname(cls, NULL); in login_getclass()
323 const char *cls = NULL; in login_getpwclass() local
326 cls = pwd->pw_class; in login_getpwclass()
327 if (cls == NULL || *cls == '\0') in login_getpwclass()
328 cls = (pwd->pw_uid == 0) ? LOGIN_DEFROOTCLASS : LOGIN_DEFCLASS; in login_getpwclass()
334 return login_getclassbyname(cls, pwd); in login_getpwclass()
/dragonfly/sys/dev/sound/pcm/
H A Dac97.h87 #define AC97_CREATE(dev, devinfo, cls) ac97_create(dev, devinfo, &cls ## _class) argument
95 struct ac97_info *ac97_create(device_t dev, void *devinfo, kobj_class_t cls);
H A Dmixer.h33 struct snd_mixer *mixer_create(device_t dev, kobj_class_t cls, void *devinfo,
36 int mixer_init(device_t dev, kobj_class_t cls, void *devinfo);
H A Dmixer.c613 mixer_obj_create(device_t dev, kobj_class_t cls, void *devinfo, in mixer_obj_create() argument
619 KASSERT(dev != NULL && cls != NULL && devinfo != NULL, in mixer_obj_create()
621 __func__, dev, cls, devinfo)); in mixer_obj_create()
625 m = (struct snd_mixer *)kobj_create(cls, M_MIXER, M_WAITOK | M_ZERO); in mixer_obj_create()
674 mixer_create(device_t dev, kobj_class_t cls, void *devinfo, const char *desc) in mixer_create() argument
678 m = mixer_obj_create(dev, cls, devinfo, MIXER_TYPE_SECONDARY, desc); in mixer_create()
687 mixer_init(device_t dev, kobj_class_t cls, void *devinfo) in mixer_init() argument
709 m = mixer_obj_create(dev, cls, devinfo, MIXER_TYPE_PRIMARY, NULL); 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() argument
574 ch->methods = kobj_create(cls, M_DEVBUF, M_WAITOK | M_ZERO); in pcm_chn_create()
695 pcm_addchan(device_t dev, int dir, kobj_class_t cls, void *devinfo) in pcm_addchan() argument
704 ch = pcm_chn_create(d, NULL, cls, dir, -1, devinfo); in pcm_addchan()
707 cls->name, dir, devinfo); in pcm_addchan()
H A Dsound.h338 …chn_create(struct snddev_info *d, struct pcm_channel *parent, kobj_class_t cls, int dir, int num, …
343 int pcm_addchan(device_t dev, int dir, kobj_class_t cls, void *devinfo);
/dragonfly/usr.bin/limits/
H A Dlimits.c262 char *p, *cls = NULL; in main() local
300 cls = optarg; in main()
355 else if (cls != NULL && *cls != '\0') { in main()
356 lc = login_getclassbyname(cls, NULL); in main()
357 if (lc == NULL || strcmp(cls, lc->lc_class) != 0) in main()
359 cls, lc?lc->lc_class:"current settings"); in main()
/dragonfly/sbin/newfs_msdos/
H A Dmkfs_msdos.c248 u_int fat, bss, rds, cls, dir, lsn, x, x1, x2; in mkfs_msdos() local
576 cls = (bpb.bpbHugeSectors - x1) / bpb.bpbSecPerClust; in mkfs_msdos()
579 if (cls > x) in mkfs_msdos()
580 cls = x; in mkfs_msdos()
583 cls); in mkfs_msdos()
584 if (cls < mincls(fat)) { in mkfs_msdos()
589 if (cls > maxcls(fat)) { in mkfs_msdos()
590 cls = maxcls(fat); in mkfs_msdos()
591 bpb.bpbHugeSectors = x1 + (cls + 1) * bpb.bpbSecPerClust - 1; in mkfs_msdos()
596 "(%u bytes/cluster)\n", fname, cls * bpb.bpbSecPerClust, in mkfs_msdos()
[all …]
/dragonfly/sys/dev/sound/midi/
H A Dmpu401.c169 mpu401_init(kobj_class_t cls, void *cookie, driver_intr_t softintr, in mpu401_init() argument
177 kobj_init((kobj_t)m, cls); in mpu401_init()
/dragonfly/games/hack/
H A Dhack.pager.c202 cls(); in set_pager()
235 cls(); in page_line()
H A Dhack.read.c327 cls(); in doread()
351 cls(); in doread()
385 cls(); in doread()
H A Dhack.rip.c88 cls(); in outrip()
H A Dhack.potion.c144 cls(); in dodrink()
165 cls(); in dodrink()
H A Dhack.pri.c78 cls(); in swallowed()
277 cls(); in docrt()
788 cls(void) in cls() function
/dragonfly/contrib/binutils-2.34/gas/
H A Dmacro.c1238 char *copy, *cls; in check_macro() local
1253 for (cls = copy; *cls != '\0'; cls ++) in check_macro()
1254 *cls = TOLOWER (*cls); in check_macro()
/dragonfly/contrib/binutils-2.27/gas/
H A Dmacro.c1239 char *copy, *cls; in check_macro() local
1254 for (cls = copy; *cls != '\0'; cls ++) in check_macro()
1255 *cls = TOLOWER (*cls); in check_macro()
/dragonfly/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() argument
3469 CONSTRUCTOR_APPEND_ELT (initlist, NULL_TREE, cls); in objc2_build_ehtype_initializer()
3499 objc2_objc_exception_attr (tree cls) in objc2_objc_exception_attr() argument
3501 while (cls) in objc2_objc_exception_attr()
3503 if (CLASS_HAS_EXCEPTION_ATTR (cls)) in objc2_objc_exception_attr()
3505 cls = lookup_interface (CLASS_SUPER_NAME (cls)); in objc2_objc_exception_attr()

12