Home
last modified time | relevance | path

Searched defs:attr (Results 1 – 25 of 637) sorted by relevance

12345678910>>...26

/netbsd/src/lib/libpthread/
Dpthread_attr.c57 pthread__attr_init_private(pthread_attr_t *attr) in pthread__attr_init_private()
76 pthread_attr_init(pthread_attr_t *attr) in pthread_attr_init()
88 pthread_attr_destroy(pthread_attr_t *attr) in pthread_attr_destroy()
105 pthread_attr_get_np(pthread_t thread, pthread_attr_t *attr) in pthread_attr_get_np()
128 pthread_attr_getdetachstate(const pthread_attr_t *attr, int *detachstate) in pthread_attr_getdetachstate()
144 pthread_attr_setdetachstate(pthread_attr_t *attr, int detachstate) in pthread_attr_setdetachstate()
166 pthread_attr_getguardsize(const pthread_attr_t *attr, size_t *guard) in pthread_attr_getguardsize()
183 pthread_attr_setguardsize(pthread_attr_t *attr, size_t guard) in pthread_attr_setguardsize()
201 pthread_attr_getinheritsched(const pthread_attr_t *attr, int *inherit) in pthread_attr_getinheritsched()
217 pthread_attr_setinheritsched(pthread_attr_t *attr, int inherit) in pthread_attr_setinheritsched()
[all …]
Dpthread_barrier.c45 const pthread_barrierattr_t *attr, unsigned int count) in pthread_barrier_init()
128 pthread_barrierattr_getpshared(const pthread_barrierattr_t * __restrict attr, in pthread_barrierattr_getpshared()
140 pthread_barrierattr_setpshared(pthread_barrierattr_t *attr, int pshared) in pthread_barrierattr_setpshared()
157 pthread_barrierattr_init(pthread_barrierattr_t *attr) in pthread_barrierattr_init()
165 pthread_barrierattr_destroy(pthread_barrierattr_t *attr) in pthread_barrierattr_destroy()
Dpthread_cond.c83 pthread_cond_init(pthread_cond_t *cond, const pthread_condattr_t *attr) in pthread_cond_init()
330 pthread_condattr_init(pthread_condattr_t *attr) in pthread_condattr_init()
340 pthread_condattr_setclock(pthread_condattr_t *attr, clockid_t clck) in pthread_condattr_setclock()
361 pthread_condattr_getclock(const pthread_condattr_t *__restrict attr, in pthread_condattr_getclock()
375 pthread_condattr_destroy(pthread_condattr_t *attr) in pthread_condattr_destroy()
389 pthread_condattr_getpshared(const pthread_condattr_t * __restrict attr, in pthread_condattr_getpshared()
401 pthread_condattr_setpshared(pthread_condattr_t *attr, int pshared) in pthread_condattr_setpshared()
Dpthread_mutex.c550 pthread_mutexattr_init(pthread_mutexattr_t *attr) in pthread_mutexattr_init()
563 pthread_mutexattr_destroy(pthread_mutexattr_t *attr) in pthread_mutexattr_destroy()
577 pthread_mutexattr_gettype(const pthread_mutexattr_t *attr, int *typep) in pthread_mutexattr_gettype()
588 pthread_mutexattr_settype(pthread_mutexattr_t *attr, int type) in pthread_mutexattr_settype()
609 pthread_mutexattr_getprotocol(const pthread_mutexattr_t *attr, int*proto) in pthread_mutexattr_getprotocol()
620 pthread_mutexattr_setprotocol(pthread_mutexattr_t* attr, int proto) in pthread_mutexattr_setprotocol()
639 pthread_mutexattr_getprioceiling(const pthread_mutexattr_t *attr, int *ceil) in pthread_mutexattr_getprioceiling()
650 pthread_mutexattr_setprioceiling(pthread_mutexattr_t *attr, int ceil) in pthread_mutexattr_setprioceiling()
665 pthread_mutexattr_getpshared(const pthread_mutexattr_t * __restrict attr, in pthread_mutexattr_getpshared()
677 pthread_mutexattr_setpshared(pthread_mutexattr_t *attr, int pshared) in pthread_mutexattr_setpshared()
/netbsd/src/external/gpl3/gdb/dist/gdb/python/lib/gdb/
Dprompt.py29 def _prompt_object_attr(func, what, attr, nattr): argument
46 def _prompt_frame(attr): argument
51 def _prompt_thread(attr): argument
56 def _prompt_version(attr): argument
61 def _prompt_esc(attr): argument
66 def _prompt_bs(attr): argument
71 def _prompt_n(attr): argument
76 def _prompt_r(attr): argument
81 def _prompt_param(attr): argument
86 def _prompt_noprint_begin(attr): argument
[all …]
/netbsd/src/lib/libcurses/
Dattributes.c53 attr_get(attr_t *attr, short *pair, void *opts) in attr_get()
64 attr_on(attr_t attr, void *opts) in attr_on()
75 attr_off(attr_t attr, void *opts) in attr_off()
86 attr_set(attr_t attr, short pair, void *opts) in attr_set()
108 attron(int attr) in attron()
118 attroff(int attr) in attroff()
129 attrset(int attr) in attrset()
144 wattr_get(WINDOW *win, attr_t *attr, short *pair, void *opts) in wattr_get()
167 wattr_on(WINDOW *win, attr_t attr, void *opts) in wattr_on()
183 wattr_off(WINDOW *win, attr_t attr, void *opts) in wattr_off()
[all …]
Dslk.c117 slk_attron(const chtype attr) in slk_attron()
129 slk_attr_on(const attr_t attr, void *opt) in slk_attr_on()
141 slk_attroff(const chtype attr) in slk_attroff()
153 slk_attr_off(const attr_t attr, void *opt) in slk_attr_off()
165 slk_attrset(const chtype attr) in slk_attrset()
177 slk_attr_set(const attr_t attr, short pair, void *opt) in slk_attr_set()
296 __slk_attron(SCREEN *screen, const chtype attr) in __slk_attron()
310 __slk_attr_on(SCREEN *screen, const attr_t attr, void *opt) in __slk_attr_on()
324 __slk_attroff(SCREEN *screen, const chtype attr) in __slk_attroff()
338 __slk_attr_off(SCREEN *screen, const attr_t attr, void *opt) in __slk_attr_off()
[all …]
Dchgat.c39 chgat(int n, attr_t attr, short color, const void *opts) in chgat()
45 mvchgat(int y, int x, int n, attr_t attr, short color, in mvchgat()
52 wchgat(WINDOW *win, int n, attr_t attr, short color, const void *opts) in wchgat()
58 mvwchgat(WINDOW *win , int y, int x, int count, attr_t attr, short color, in mvwchgat()
/netbsd/src/crypto/external/bsd/openssl/dist/crypto/x509/
Dx509_att.c129 X509_ATTRIBUTE *attr; in STACK_OF() local
163 X509_ATTRIBUTE *attr; in STACK_OF() local
197 X509_ATTRIBUTE *attr; in STACK_OF() local
214 X509_ATTRIBUTE *attr; in STACK_OF() local
247 X509_ATTRIBUTE *attr = sk_X509_ATTRIBUTE_value(x, i); in STACK_OF() local
257 X509_ATTRIBUTE *X509_ATTRIBUTE_create_by_NID(X509_ATTRIBUTE **attr, int nid, in X509_ATTRIBUTE_create_by_NID()
275 X509_ATTRIBUTE *X509_ATTRIBUTE_create_by_OBJ(X509_ATTRIBUTE **attr, in X509_ATTRIBUTE_create_by_OBJ()
304 X509_ATTRIBUTE *X509_ATTRIBUTE_create_by_txt(X509_ATTRIBUTE **attr, in X509_ATTRIBUTE_create_by_txt()
323 int X509_ATTRIBUTE_set1_object(X509_ATTRIBUTE *attr, const ASN1_OBJECT *obj) in X509_ATTRIBUTE_set1_object()
332 int X509_ATTRIBUTE_set1_data(X509_ATTRIBUTE *attr, int attrtype, in X509_ATTRIBUTE_set1_data()
[all …]
/netbsd/src/sys/external/bsd/drm2/dist/drm/i915/
Di915_sysfs.c66 show_rc6_mask(struct device *kdev, struct device_attribute *attr, char *buf) in show_rc6_mask()
83 show_rc6_ms(struct device *kdev, struct device_attribute *attr, char *buf) in show_rc6_ms()
91 show_rc6p_ms(struct device *kdev, struct device_attribute *attr, char *buf) in show_rc6p_ms()
99 show_rc6pp_ms(struct device *kdev, struct device_attribute *attr, char *buf) in show_rc6pp_ms()
107 show_media_rc6_ms(struct device *kdev, struct device_attribute *attr, char *buf) in show_media_rc6_ms()
169 struct bin_attribute *attr, char *buf, in i915_l3_read()
197 struct bin_attribute *attr, char *buf, in i915_l3_write()
265 struct device_attribute *attr, char *buf) in gt_act_freq_mhz_show()
275 struct device_attribute *attr, char *buf) in gt_cur_freq_mhz_show()
284 static ssize_t gt_boost_freq_mhz_show(struct device *kdev, struct device_attribute *attr, char *buf) in gt_boost_freq_mhz_show()
[all …]
/netbsd/src/external/bsd/wpa/dist/src/wps/
Dwps.c105 struct wps_parse_attr attr; in wps_init() local
238 struct wps_parse_attr attr; in wps_is_selected_pbc_registrar() local
264 static int is_selected_pin_registrar(struct wps_parse_attr *attr) in is_selected_pin_registrar()
299 struct wps_parse_attr attr; in wps_is_selected_pin_registrar() local
319 struct wps_parse_attr attr; in wps_is_addr_authorized() local
361 struct wps_parse_attr attr; in wps_ap_priority_compar() local
391 struct wps_parse_attr attr; in wps_get_uuid_e() local
404 struct wps_parse_attr attr; in wps_is_20() local
550 struct wps_parse_attr attr; in wps_attr_text() local
Dwps_attr_parse.c20 static int wps_set_vendor_ext_wfa_subelem(struct wps_parse_attr *attr, in wps_set_vendor_ext_wfa_subelem()
91 static int wps_parse_vendor_ext_wfa(struct wps_parse_attr *attr, const u8 *pos, in wps_parse_vendor_ext_wfa()
111 static int wps_parse_vendor_ext(struct wps_parse_attr *attr, const u8 *pos, in wps_parse_vendor_ext()
152 static int wps_set_attr(struct wps_parse_attr *attr, u16 type, in wps_set_attr()
596 int wps_parse_msg(const struct wpabuf *msg, struct wps_parse_attr *attr) in wps_parse_msg()
Dwps_validate.c1030 struct wps_parse_attr attr; in wps_validate_cred() local
1085 struct wps_parse_attr attr; in wps_validate_beacon() local
1124 struct wps_parse_attr attr; in wps_validate_beacon_probe_resp() local
1182 struct wps_parse_attr attr; in wps_validate_probe_req() local
1229 struct wps_parse_attr attr; in wps_validate_assoc_req() local
1258 struct wps_parse_attr attr; in wps_validate_assoc_resp() local
1287 struct wps_parse_attr attr; in wps_validate_m1() local
1343 struct wps_parse_attr attr; in wps_validate_m2() local
1398 struct wps_parse_attr attr; in wps_validate_m2d() local
1450 struct wps_parse_attr attr; in wps_validate_m3() local
[all …]
Dwps_enrollee.c707 struct wps_parse_attr attr; in wps_process_cred_e() local
802 struct wps_parse_attr *attr, in wps_process_ap_settings_e()
961 struct wps_parse_attr *attr) in wps_process_m2()
1041 struct wps_parse_attr *attr) in wps_process_m2d()
1097 struct wps_parse_attr *attr) in wps_process_m4()
1152 struct wps_parse_attr *attr) in wps_process_m6()
1209 struct wps_parse_attr *attr) in wps_process_m8()
1280 struct wps_parse_attr attr; in wps_process_wsc_msg() local
1365 struct wps_parse_attr attr; in wps_process_wsc_ack() local
1411 struct wps_parse_attr attr; in wps_process_wsc_nack() local
[all …]
/netbsd/src/external/bsd/openldap/dist/libraries/libldap/
Dcompare.c49 LDAP_CONST char *attr, in ldap_build_compare_req()
104 LDAP_CONST char *attr, in ldap_compare_ext()
148 LDAP_CONST char *attr, in ldap_compare()
167 LDAP_CONST char *attr, in ldap_compare_ext_s()
191 LDAP_CONST char *attr, in ldap_compare_s()
Dgetattr.c41 char *attr; in ldap_first_attribute() local
104 char *attr; in ldap_next_attribute() local
134 BerValue *attr, BerVarray *vals ) in ldap_get_attribute_ber()
/netbsd/src/external/bsd/tmux/dist/
Dattributes.c26 attributes_tostring(int attr) in attributes_tostring()
59 int attr; in attributes_fromstring() local
64 int attr; in attributes_fromstring() member
/netbsd/src/sys/dev/wscons/
Dwsdisplay_glyphcache.c54 attr2idx(long attr) in attr2idx()
61 int cellwidth, int cellheight, long attr) in glyphcache_init()
69 int cellwidth, int cellheight, long attr, int alignment) in glyphcache_init_align()
93 int cellwidth, int cellheight, long attr) in glyphcache_init_x()
116 glyphcache_reconfig(glyphcache *gc, int cellwidth, int cellheight, long attr) in glyphcache_reconfig()
263 glyphcache_underline(glyphcache *gc, int x, int y, long attr) in glyphcache_underline()
279 glyphcache_try(glyphcache *gc, int c, int x, int y, long attr) in glyphcache_try()
/netbsd/src/lib/libmenu/
Dattributes.c41 set_menu_fore(MENU *menu, attr_t attr) in set_menu_fore()
66 set_menu_back(MENU *menu, attr_t attr) in set_menu_back()
91 set_menu_grey(MENU *menu, attr_t attr) in set_menu_grey()
/netbsd/src/crypto/dist/ipsec-tools/src/racoon/
Disakmp_cfg.c307 struct isakmp_data *attr; in isakmp_cfg_reply() local
477 struct isakmp_data *attr; in isakmp_cfg_request() local
644 struct isakmp_data *attr; in isakmp_cfg_set() local
759 isakmp_cfg_net(struct ph1handle *iph1, struct isakmp_data *attr) in isakmp_cfg_net()
922 isakmp_cfg_copy(struct ph1handle *iph1 __unused, struct isakmp_data *attr) in isakmp_cfg_copy()
942 isakmp_cfg_short(struct ph1handle *iph1 __unused, struct isakmp_data *attr, int value) in isakmp_cfg_short()
964 isakmp_cfg_varlen(struct ph1handle *iph1 __unused, struct isakmp_data *attr, in isakmp_cfg_varlen()
991 isakmp_cfg_string(struct ph1handle *iph1, struct isakmp_data *attr, in isakmp_cfg_string()
1000 isakmp_cfg_addr4(struct ph1handle *iph1 __unused, struct isakmp_data *attr, in isakmp_cfg_addr4()
1024 isakmp_cfg_addrnet4(struct ph1handle *iph1 __unused, struct isakmp_data *attr, in isakmp_cfg_addrnet4()
[all …]
/netbsd/src/external/gpl3/gdb/dist/bfd/
Delf-attrs.c43 is_default_attr (obj_attribute *attr) in is_default_attr()
59 obj_attr_size (unsigned int tag, obj_attribute *attr) in obj_attr_size()
90 obj_attribute *attr; in vendor_obj_attr_size() local
148 write_obj_attribute (bfd_byte *p, unsigned int tag, obj_attribute *attr) in write_obj_attribute()
176 obj_attribute *attr; in vendor_set_obj_attr_contents() local
234 obj_attribute *attr; in elf_new_obj_attr() local
300 obj_attribute *attr; in bfd_elf_add_obj_attr_int() local
343 obj_attribute *attr; in elf_add_obj_attr_string() local
368 obj_attribute *attr; in elf_add_obj_attr_int_string() local
/netbsd/src/external/gpl3/binutils/dist/bfd/
Delf-attrs.c43 is_default_attr (obj_attribute *attr) in is_default_attr()
59 obj_attr_size (unsigned int tag, obj_attribute *attr) in obj_attr_size()
90 obj_attribute *attr; in vendor_obj_attr_size() local
148 write_obj_attribute (bfd_byte *p, unsigned int tag, obj_attribute *attr) in write_obj_attribute()
176 obj_attribute *attr; in vendor_set_obj_attr_contents() local
234 obj_attribute *attr; in elf_new_obj_attr() local
300 obj_attribute *attr; in bfd_elf_add_obj_attr_int() local
343 obj_attribute *attr; in elf_add_obj_attr_string() local
368 obj_attribute *attr; in elf_add_obj_attr_int_string() local
/netbsd/src/external/gpl3/gcc/dist/gcc/
Dattribs.cc274 const char *attr; in handle_ignored_attributes_option() local
353 register_attribute (const struct attribute_spec *attr) in register_attribute()
361 register_scoped_attribute (const struct attribute_spec *attr, in register_scoped_attribute()
391 struct substring attr; in lookup_scoped_attribute_spec() local
434 get_attribute_namespace (const_tree attr) in get_attribute_namespace()
570 attribute_ignored_p (tree attr) in attribute_ignored_p()
696 for (tree attr = attributes; attr; attr = TREE_CHAIN (attr)) in decl_attributes() local
750 tree attr = tree_cons (name, args, NULL_TREE); in decl_attributes() local
796 tree attr = tree_cons (name, args, NULL_TREE); in decl_attributes() local
977 cxx11_attribute_p (const_tree attr) in cxx11_attribute_p()
[all …]
/netbsd/src/external/bsd/wpa/dist/src/radius/
Dradius.c319 const struct radius_attr_type *attr; in radius_msg_dump_attr() local
420 struct radius_attr_hdr *attr = radius_get_attr_hdr(msg, i); in radius_msg_dump() local
429 struct radius_attr_hdr *attr; in radius_msg_add_msg_auth() local
633 struct radius_attr_hdr *attr = NULL, *tmp; in radius_msg_verify_das_req() local
688 struct radius_attr_hdr *attr) in radius_msg_add_attr_to_array()
714 struct radius_attr_hdr *attr = NULL; in radius_msg_add_attr() local
822 struct radius_attr_hdr *attr; in radius_msg_parse() local
909 struct radius_attr_hdr *attr; in radius_msg_get_eap() local
947 struct radius_attr_hdr *attr = NULL, *tmp; in radius_msg_verify_msg_auth() local
1046 struct radius_attr_hdr *attr; in radius_msg_copy_attr() local
[all …]
/netbsd/src/external/bsd/libarchive/dist/libarchive/test/
Dtest_compat_mac.c49 const void *attr; in test_compat_mac_1() local
146 const void *attr; in test_compat_mac_2() local

12345678910>>...26