Home
last modified time | relevance | path

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

12345678910>>...22

/freebsd-src/lib/libthr/thread/
H A Dthr_attr.c113 _thr_attr_destroy(pthread_attr_t *attr) in _thr_attr_destroy()
184 _thr_attr_getdetachstate(const pthread_attr_t *attr, int *detachstate) in _thr_attr_getdetachstate()
201 _thr_attr_getguardsize(const pthread_attr_t * __restrict attr, in _thr_attr_getguardsize()
216 _thr_attr_getinheritsched(const pthread_attr_t * __restrict attr, in _thr_attr_getinheritsched()
231 _thr_attr_getschedparam(const pthread_attr_t * __restrict attr, in _thr_attr_getschedparam()
246 _thr_attr_getschedpolicy(const pthread_attr_t * __restrict attr, in _thr_attr_getschedpolicy()
261 _thr_attr_getscope(const pthread_attr_t * __restrict attr, in _thr_attr_getscope()
276 _pthread_attr_getstack(const pthread_attr_t * __restrict attr, in _pthread_attr_getstack()
293 _thr_attr_getstackaddr(const pthread_attr_t *attr, void **stackaddr) in _thr_attr_getstackaddr()
307 _thr_attr_getstacksize(const pthread_attr_t * __restrict attr, in _thr_attr_getstacksize()
[all …]
H A Dthr_condattr.c49 _pthread_condattr_init(pthread_condattr_t *attr) in _pthread_condattr_init()
67 _pthread_condattr_destroy(pthread_condattr_t *attr) in _pthread_condattr_destroy()
82 _pthread_condattr_getclock(const pthread_condattr_t * __restrict attr, in _pthread_condattr_getclock()
92 _pthread_condattr_setclock(pthread_condattr_t *attr, clockid_t clock_id) in _pthread_condattr_setclock()
107 _pthread_condattr_getpshared(const pthread_condattr_t * __restrict attr, in _pthread_condattr_getpshared()
118 _pthread_condattr_setpshared(pthread_condattr_t *attr, int pshared) in _pthread_condattr_setpshared()
H A Dthr_barrierattr.c47 _pthread_barrierattr_destroy(pthread_barrierattr_t *attr) in _pthread_barrierattr_destroy()
58 _pthread_barrierattr_getpshared(const pthread_barrierattr_t * __restrict attr, in _pthread_barrierattr_getpshared()
70 _pthread_barrierattr_init(pthread_barrierattr_t *attr) in _pthread_barrierattr_init()
84 _pthread_barrierattr_setpshared(pthread_barrierattr_t *attr, int pshared) in _pthread_barrierattr_setpshared()
H A Dthr_mutexattr.c95 _thr_mutexattr_init(pthread_mutexattr_t *attr) in _thr_mutexattr_init()
113 _pthread_mutexattr_setkind_np(pthread_mutexattr_t *attr, int kind) in _pthread_mutexattr_setkind_np()
127 _pthread_mutexattr_getkind_np(pthread_mutexattr_t attr) in _pthread_mutexattr_getkind_np()
141 _thr_mutexattr_settype(pthread_mutexattr_t *attr, int type) in _thr_mutexattr_settype()
155 _pthread_mutexattr_gettype(const pthread_mutexattr_t * __restrict attr, in _pthread_mutexattr_gettype()
171 _thr_mutexattr_destroy(pthread_mutexattr_t *attr) in _thr_mutexattr_destroy()
185 _pthread_mutexattr_getpshared(const pthread_mutexattr_t *attr, in _pthread_mutexattr_getpshared()
196 _pthread_mutexattr_setpshared(pthread_mutexattr_t *attr, int pshared) in _pthread_mutexattr_setpshared()
/freebsd-src/crypto/openssl/crypto/x509/
H A 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 …]
/freebsd-src/sys/ofed/drivers/infiniband/core/
H A Dib_sysfs.c71 struct attribute attr; member
84 struct port_attribute attr; member
91 struct attribute attr; member
103 struct attribute *attr, char *buf) in port_attr_show()
116 struct attribute *attr, in port_attr_store()
134 struct attribute *attr, char *buf) in gid_attr_show()
154 struct ib_port_attr attr; in state_show() local
178 struct ib_port_attr attr; in lid_show() local
192 struct ib_port_attr attr; in lid_mask_count_show() local
205 struct ib_port_attr attr; in sm_lid_show() local
[all …]
H A Dib_uverbs_ioctl.c151 const struct uverbs_attr *attr) in uverbs_set_output()
167 struct uverbs_objs_arr_attr *attr, in uverbs_process_idrs_array()
227 struct uverbs_objs_arr_attr *attr, in uverbs_free_idrs_array()
364 const struct uverbs_api_attr *attr; in uverbs_set_attr() local
455 const struct uverbs_attr *attr = in ib_uverbs_run_method() local
483 struct uverbs_attr *attr = &pbundle->bundle.attrs[i]; in bundle_destroy() local
494 struct uverbs_attr *attr = &pbundle->bundle.attrs[i]; in bundle_destroy() local
612 const struct uverbs_attr *attr; in uverbs_get_flags64() local
701 const struct uverbs_attr *attr = uverbs_attr_get(bundle, idx); in uverbs_copy_to() local
722 const struct uverbs_attr *attr = uverbs_attr_get(bundle, idx); in uverbs_output_written() local
[all …]
/freebsd-src/contrib/wpa/src/wps/
H A Dwps.c105 struct wps_parse_attr attr; in wps_init() local
237 struct wps_parse_attr attr; wps_is_selected_pbc_registrar() local
263 is_selected_pin_registrar(struct wps_parse_attr * attr) is_selected_pin_registrar() argument
298 struct wps_parse_attr attr; wps_is_selected_pin_registrar() local
318 struct wps_parse_attr attr; wps_is_addr_authorized() local
360 struct wps_parse_attr attr; wps_ap_priority_compar() local
390 struct wps_parse_attr attr; wps_get_uuid_e() local
403 struct wps_parse_attr attr; wps_is_20() local
549 struct wps_parse_attr attr; wps_attr_text() local
[all...]
H A Dwps_attr_parse.c20 static int wps_set_vendor_ext_wfa_subelem(struct wps_parse_attr *attr, in wps_set_vendor_ext_wfa_subelem() argument
91 wps_parse_vendor_ext_wfa(struct wps_parse_attr * attr,const u8 * pos,u16 len) wps_parse_vendor_ext_wfa() argument
111 wps_parse_vendor_ext(struct wps_parse_attr * attr,const u8 * pos,u16 len) wps_parse_vendor_ext() argument
152 wps_set_attr(struct wps_parse_attr * attr,u16 type,const u8 * pos,u16 len) wps_set_attr() argument
596 wps_parse_msg(const struct wpabuf * msg,struct wps_parse_attr * attr) wps_parse_msg() argument
[all...]
H A 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 …]
H A Dwps_enrollee.c707 struct wps_parse_attr attr; in wps_process_cred_e() local
803 wps_process_ap_settings_e(struct wps_data * wps,struct wps_parse_attr * attr,struct wpabuf * attrs,int wps2) wps_process_ap_settings_e() argument
963 wps_process_m2(struct wps_data * wps,const struct wpabuf * msg,struct wps_parse_attr * attr) wps_process_m2() argument
1043 wps_process_m2d(struct wps_data * wps,struct wps_parse_attr * attr) wps_process_m2d() argument
1099 wps_process_m4(struct wps_data * wps,const struct wpabuf * msg,struct wps_parse_attr * attr) wps_process_m4() argument
1154 wps_process_m6(struct wps_data * wps,const struct wpabuf * msg,struct wps_parse_attr * attr) wps_process_m6() argument
1211 wps_process_m8(struct wps_data * wps,const struct wpabuf * msg,struct wps_parse_attr * attr) wps_process_m8() argument
1282 struct wps_parse_attr attr; wps_process_wsc_msg() local
1367 struct wps_parse_attr attr; wps_process_wsc_ack() local
1413 struct wps_parse_attr attr; wps_process_wsc_nack() local
1499 struct wps_parse_attr attr; wps_enrollee_process_msg() local
[all...]
/freebsd-src/sys/dev/syscons/
H A Dsctermvar.h62 sc_term_ins_line(scr_stat *scp, int y, int n, int ch, int attr, int tail) in sc_term_ins_line()
76 sc_term_del_line(scr_stat *scp, int y, int n, int ch, int attr, int tail) in sc_term_del_line()
90 sc_term_ins_char(scr_stat *scp, int n, int ch, int attr) in sc_term_ins_char()
106 sc_term_del_char(scr_stat *scp, int n, int ch, int attr) in sc_term_del_char()
178 sc_term_up_scroll(scr_stat *scp, int n, int ch, int attr, int head, int tail) in sc_term_up_scroll()
194 sc_term_down_scroll(scr_stat *scp, int n, int ch, int attr, int head, int tail) in sc_term_down_scroll()
210 sc_term_clr_eos(scr_stat *scp, int n, int ch, int attr) in sc_term_clr_eos()
237 sc_term_clr_eol(scr_stat *scp, int n, int ch, int attr) in sc_term_clr_eol()
304 sc_term_gen_print(scr_stat *scp, u_char **buf, int *len, int attr) in sc_term_gen_print()
414 sc_term_gen_scroll(scr_stat *scp, int ch, int attr) in sc_term_gen_scroll()
/freebsd-src/sys/sys/
H A Dtree.h412 #define RB_PROTOTYPE_INTERNAL(name, type, field, cmp, attr) \ argument
428 #define RB_PROTOTYPE_RANK(name, type, attr) \ argument
431 #define RB_PROTOTYPE_RANK(name, type, attr) argument
433 #define RB_PROTOTYPE_INSERT_COLOR(name, type, attr) \ argument
436 #define RB_PROTOTYPE_REMOVE_COLOR(name, type, attr) \ argument
439 #define RB_PROTOTYPE_REMOVE(name, type, attr) \ argument
441 #define RB_PROTOTYPE_INSERT_FINISH(name, type, attr) \ argument
444 #define RB_PROTOTYPE_INSERT(name, type, attr) \ argument
446 #define RB_PROTOTYPE_FIND(name, type, attr) \ argument
448 #define RB_PROTOTYPE_NFIND(name, type, attr) \ argument
[all …]
H A Darb.h239 #define ARB_PROTOTYPE_INTERNAL(name, type, field, cmp, attr) \ argument
254 #define ARB_PROTOTYPE_INSERT_COLOR(name, type, attr) \ argument
256 #define ARB_PROTOTYPE_REMOVE_COLOR(name, type, attr) \ argument
258 #define ARB_PROTOTYPE_REMOVE(name, type, attr) \ argument
260 #define ARB_PROTOTYPE_INSERT(name, type, attr) \ argument
262 #define ARB_PROTOTYPE_CFIND(name, type, attr) \ argument
265 #define ARB_PROTOTYPE_FIND(name, type, attr) \ argument
268 #define ARB_PROTOTYPE_NFIND(name, type, attr) \ argument
270 #define ARB_PROTOTYPE_CNFIND(name, type, attr) \ argument
273 #define ARB_PROTOTYPE_CNEXT(name, type, attr) \ argument
[all …]
/freebsd-src/sys/dev/mlx4/mlx4_ib/
H A Dmlx4_ib_sysfs.c47 struct device_attribute *attr, char *buf) in show_admin_alias_guid()
69 struct device_attribute *attr, in store_admin_alias_guid()
112 struct device_attribute *attr, in show_port_gid()
139 struct device_attribute *attr, in show_phys_port_pkey()
165 struct device_attribute *attr, in create_sysfs_entry()
201 struct attribute *attr) in add_sysfs_port_mcg_attr()
214 struct attribute *attr) in del_sysfs_port_mcg_attr()
227 struct ib_port_attr attr; in add_port_entries() local
395 struct attribute attr; member
402 struct attribute *attr, char *buf) in port_attr_show()
[all …]
/freebsd-src/crypto/openssl/include/openssl/
H A Dpem.h221 # define DECLARE_PEM_read_fp_attr(attr, name, type) /**/ argument
222 # define DECLARE_PEM_read_fp_ex_attr(attr, name, type) /**/ argument
223 # define DECLARE_PEM_write_fp_attr(attr, name, type) /**/ argument
224 # define DECLARE_PEM_write_fp_ex_attr(attr, name, type) /**/ argument
226 # define DECLARE_PEM_write_fp_const_attr(attr, name, type) /**/ argument
228 # define DECLARE_PEM_write_cb_fp_attr(attr, name, type) /**/ argument
229 # define DECLARE_PEM_write_cb_fp_ex_attr(attr, name, type) /**/ argument
267 # define DECLARE_PEM_read_bio_attr(attr, name, type) \ argument
269 # define DECLARE_PEM_read_bio_ex_attr(attr, name, type) \ argument
277 # define DECLARE_PEM_write_bio_attr(attr, name, type) \ argument
[all …]
/freebsd-src/contrib/elftoolchain/libdwarf/
H A Ddwarf_pro_attr.c32 dwarf_add_AT_location_expr(Dwarf_P_Debug dbg, Dwarf_P_Die die, Dwarf_Half attr, in dwarf_add_AT_location_expr()
173 dwarf_add_AT_targ_address(Dwarf_P_Debug dbg, Dwarf_P_Die die, Dwarf_Half attr, in dwarf_add_AT_targ_address()
182 dwarf_add_AT_targ_address_b(Dwarf_P_Debug dbg, Dwarf_P_Die die, Dwarf_Half attr, in dwarf_add_AT_targ_address_b()
207 dwarf_add_AT_dataref(Dwarf_P_Debug dbg, Dwarf_P_Die die, Dwarf_Half attr, in dwarf_add_AT_dataref()
228 dwarf_add_AT_ref_address(Dwarf_P_Debug dbg, Dwarf_P_Die die, Dwarf_Half attr, in dwarf_add_AT_ref_address()
253 dwarf_add_AT_unsigned_const(Dwarf_P_Debug dbg, Dwarf_P_Die die, Dwarf_Half attr, in dwarf_add_AT_unsigned_const()
285 dwarf_add_AT_signed_const(Dwarf_P_Debug dbg, Dwarf_P_Die die, Dwarf_Half attr, in dwarf_add_AT_signed_const()
317 dwarf_add_AT_reference(Dwarf_P_Debug dbg, Dwarf_P_Die die, Dwarf_Half attr, in dwarf_add_AT_reference()
345 dwarf_add_AT_flag(Dwarf_P_Debug dbg, Dwarf_P_Die die, Dwarf_Half attr, in dwarf_add_AT_flag()
369 dwarf_add_AT_string(Dwarf_P_Debug dbg, Dwarf_P_Die die, Dwarf_Half attr, in dwarf_add_AT_string()
H A Ddwarf_attrval.c32 dwarf_attrval_flag(Dwarf_Die die, Dwarf_Half attr, Dwarf_Bool *valp, Dwarf_Error *err) in dwarf_attrval_flag()
65 dwarf_attrval_string(Dwarf_Die die, Dwarf_Half attr, const char **strp, Dwarf_Error *err) in dwarf_attrval_string()
100 dwarf_attrval_signed(Dwarf_Die die, Dwarf_Half attr, Dwarf_Signed *valp, Dwarf_Error *err) in dwarf_attrval_signed()
142 dwarf_attrval_unsigned(Dwarf_Die die, Dwarf_Half attr, Dwarf_Unsigned *valp, Dwarf_Error *err) in dwarf_attrval_unsigned()
/freebsd-src/sys/compat/linuxkpi/common/include/linux/
H A Dinterval_tree_generic.h32 attr, name) \ argument
56 #define __IT_DEFINE_ITER_FIRST(type, valtype, attr, name) \ argument
63 #define __IT_DEFINE_ITER_NEXT(type, field, valtype, attr, name) \ argument
70 #define __IT_DEFINE_INSERT(type, field, START, attr, name) \ argument
94 #define __IT_DEFINE_REMOVE(type, field, attr, name) \ argument
/freebsd-src/contrib/ofed/libcxgb4/
H A Dverbs.c48 int c4iw_query_device(struct ibv_context *context, struct ibv_device_attr *attr) in c4iw_query_device()
72 struct ibv_port_attr *attr) in c4iw_query_port()
287 struct ibv_srq_init_attr *attr) in c4iw_create_srq()
292 int c4iw_modify_srq(struct ibv_srq *srq, struct ibv_srq_attr *attr, in c4iw_modify_srq()
310 struct ibv_qp_init_attr *attr) in create_qp_v0()
417 struct ibv_qp_init_attr *attr) in create_qp()
572 struct ibv_qp_init_attr *attr) in c4iw_create_qp()
594 int c4iw_modify_qp(struct ibv_qp *ibqp, struct ibv_qp_attr *attr, in c4iw_modify_qp()
647 int c4iw_query_qp(struct ibv_qp *ibqp, struct ibv_qp_attr *attr, in c4iw_query_qp()
662 struct ibv_ah *c4iw_create_ah(struct ibv_pd *pd, struct ibv_ah_attr *attr) in c4iw_create_ah()
/freebsd-src/usr.sbin/bluetooth/sdpd/
H A Dprofile.h51 struct attr struct
53 uint16_t attr; /* attribute id */ argument
54 profile_attr_create_p create; /* create attr value */ argument
/freebsd-src/contrib/ofed/libmlx5/
H A Dverbs.c58 int mlx5_query_device(struct ibv_context *context, struct ibv_device_attr *attr) in mlx5_query_device()
126 struct ibv_port_attr *attr) in mlx5_query_port()
626 struct ibv_srq_init_attr *attr) in mlx5_create_srq()
733 struct ibv_srq_attr *attr, in mlx5_modify_srq()
742 struct ibv_srq_attr *attr) in mlx5_query_srq()
823 struct ibv_qp_init_attr_ex *attr, in mlx5_calc_send_wqe()
860 struct ibv_qp_init_attr_ex *attr, in mlx5_calc_rcv_wqe()
883 struct ibv_qp_init_attr_ex *attr, in mlx5_calc_sq_size()
933 struct ibv_wq_init_attr *attr) in mlx5_calc_rwq_size()
966 struct ibv_qp_init_attr_ex *attr, in mlx5_calc_rq_size()
[all …]
/freebsd-src/contrib/wpa/src/radius/
H A Dradius.c282 const struct radius_attr_type *attr; radius_msg_dump_attr() local
361 struct radius_attr_hdr *attr = radius_get_attr_hdr(msg, i); radius_msg_dump() local
372 struct radius_attr_hdr *attr; radius_msg_finish() local
402 struct radius_attr_hdr *attr; radius_msg_finish_srv() local
446 struct radius_attr_hdr *attr; radius_msg_finish_das_resp() local
553 struct radius_attr_hdr *attr = NULL, *tmp; radius_msg_verify_das_req() local
608 radius_msg_add_attr_to_array(struct radius_msg * msg,struct radius_attr_hdr * attr) radius_msg_add_attr_to_array() argument
634 struct radius_attr_hdr *attr; radius_msg_add_attr() local
679 struct radius_attr_hdr *attr; radius_msg_parse() local
766 struct radius_attr_hdr *attr; radius_msg_get_eap() local
804 struct radius_attr_hdr *attr = NULL, *tmp; radius_msg_verify_msg_auth() local
889 struct radius_attr_hdr *attr; radius_msg_copy_attr() local
933 struct radius_attr_hdr *attr = radius_get_attr_hdr(msg, i); radius_msg_get_vendor_attr() local
1192 struct radius_attr_hdr *attr; radius_msg_add_mppe_keys() local
1264 struct radius_attr_hdr *attr; radius_msg_add_wfa() local
1361 struct radius_attr_hdr *attr = NULL, *tmp; radius_msg_get_attr() local
1386 struct radius_attr_hdr *attr = NULL, *tmp; radius_msg_get_attr_ptr() local
1412 struct radius_attr_hdr *attr = radius_get_attr_hdr(msg, i); radius_msg_count_attr() local
1457 struct radius_attr_hdr *attr = NULL; radius_msg_get_vlanid() local
1568 struct radius_attr_hdr *attr; radius_msg_get_tunnel_password() local
1704 struct radius_attr_hdr *attr; radius_msg_find_unlisted_attr() local
[all...]
/freebsd-src/contrib/ofed/libmlx4/
H A Dverbs.c46 int mlx4_query_device(struct ibv_context *context, struct ibv_device_attr *attr) in mlx4_query_device()
69 struct ibv_device_attr_ex *attr, in mlx4_query_device_ex()
151 struct ibv_port_attr *attr) in mlx4_query_port()
228 struct ibv_xrcd_init_attr *attr) in mlx4_open_xrcd()
647 struct ibv_srq_init_attr *attr) in mlx4_create_srq()
719 struct ibv_srq_attr *attr, in mlx4_modify_srq()
728 struct ibv_srq_attr *attr) in mlx4_query_srq()
756 struct ibv_qp_init_attr_ex *attr, in mlx4_cmd_create_qp_ex()
793 struct ibv_qp_init_attr_ex *attr) in mlx4_create_qp_ex()
932 struct ibv_qp *mlx4_create_qp(struct ibv_pd *pd, struct ibv_qp_init_attr *attr) in mlx4_create_qp()
[all …]
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFBaseDIE.cpp42 GetAttributeValueAsString(const dw_attr_t attr,const char * fail_value) const GetAttributeValueAsString() argument
50 GetAttributeValueAsUnsigned(const dw_attr_t attr,uint64_t fail_value) const GetAttributeValueAsUnsigned() argument
65 GetAttributeValueAsAddress(const dw_attr_t attr,uint64_t fail_value) const GetAttributeValueAsAddress() argument

12345678910>>...22