Searched refs:attrs (Results 1 - 25 of 202) sorted by relevance

123456789

/freebsd-current/tools/tools/locale/tools/
H A Dcharmaps.pm58 my @attrs = @_;
59 my %attrs = ();
62 while ($#attrs >= 0) {
63 $attrs{$attrs[0]} = $attrs[1];
64 shift(@attrs);
65 shift(@attrs);
73 my $name = $attrs{name};
74 my $countries = $attrs{countrie
[all...]
/freebsd-current/sys/tests/
H A Dktest_example.c86 struct test1_attrs *attrs = npt_alloc(ctx->npt, sizeof(*attrs)); local
88 ctx->arg = attrs;
89 if (attrs != NULL)
90 return (nl_parse_nested(nla, &test1_parser, ctx->npt, attrs));
97 struct test1_attrs *attrs = ctx->arg; local
99 if (attrs->text != NULL)
100 KTEST_LOG(ctx, "Get '%s'", attrs->text);
101 KTEST_LOG(ctx, "%u + %u = %u", attrs->arg1, attrs
[all...]
/freebsd-current/sys/netlink/
H A Dktest_netlink_message_writer.c60 struct test_nlbuf_attrs *attrs = npt_alloc(ctx->npt, sizeof(*attrs)); local
62 ctx->arg = attrs;
63 if (attrs != NULL)
64 return (nl_parse_nested(nla, &nlbuf_w_parser, ctx->npt, attrs));
71 struct test_nlbuf_attrs *attrs = ctx->arg; local
76 ret = nlmsg_get_buf_wrapper(&nw, attrs->size, attrs->waitok);
81 KTEST_LOG(ctx, "requested %u, allocated %d", attrs->size, alloc_len);
93 if (alloc_len < attrs
[all...]
H A Dnetlink_snl_generic.h99 struct _getfamily_attrs *attrs)
104 memset(attrs, 0, sizeof(*attrs));
114 if (snl_parse_nlmsg(ss, hdr, &_genl_ctrl_getfam_parser, attrs))
124 struct _getfamily_attrs attrs = {}; local
126 snl_get_genl_family_info(ss, family_name, &attrs);
127 return (attrs.family_id);
98 snl_get_genl_family_info(struct snl_state *ss, const char *family_name, struct _getfamily_attrs *attrs) argument
/freebsd-current/sys/compat/linuxkpi/common/include/linux/
H A Ddma-attrs.h49 init_dma_attrs(struct dma_attrs *attrs) argument
51 attrs->flags = 0;
/freebsd-current/sys/ofed/drivers/infiniband/core/
H A Dib_uverbs_std_types_mr.c39 struct uverbs_attr_bundle *attrs)
42 &attrs->driver_udata);
46 struct uverbs_attr_bundle *attrs)
49 uverbs_attr_get_obj(attrs, UVERBS_ATTR_ADVISE_MR_PD_HANDLE);
61 ret = uverbs_get_const(&advice, attrs, UVERBS_ATTR_ADVISE_MR_ADVICE);
65 ret = uverbs_get_flags32(&flags, attrs, UVERBS_ATTR_ADVISE_MR_FLAGS,
71 attrs, UVERBS_ATTR_ADVISE_MR_SGE_LIST, sizeof(struct ib_sge));
75 sg_list = uverbs_attr_get_alloced_ptr(attrs,
78 attrs);
82 struct uverbs_attr_bundle *attrs)
37 uverbs_free_mr(struct ib_uobject *uobject, enum rdma_remove_reason why, struct uverbs_attr_bundle *attrs) argument
45 UVERBS_METHOD_ADVISE_MR( struct uverbs_attr_bundle *attrs) argument
81 UVERBS_METHOD_DM_MR_REG( struct uverbs_attr_bundle *attrs) argument
[all...]
H A Dib_uverbs_std_types_device.c18 struct uverbs_attr_bundle *attrs)
20 struct uverbs_api *uapi = attrs->ufile->device->uapi;
25 rc = uverbs_get_const(&cmd, attrs, UVERBS_ATTR_WRITE_CMD);
33 uverbs_fill_udata(attrs, &attrs->ucore, UVERBS_ATTR_CORE_IN,
36 if (attrs->ucore.inlen < method_elm->req_size ||
37 attrs->ucore.outlen < method_elm->resp_size)
40 return method_elm->handler(attrs);
58 struct uverbs_attr_bundle *attrs,
70 handles = uverbs_zalloc(attrs, out_le
17 UVERBS_METHOD_INVOKE_WRITE( struct uverbs_attr_bundle *attrs) argument
56 gather_objects_handle(struct ib_uverbs_file *ufile, const struct uverbs_api_object *uapi_object, struct uverbs_attr_bundle *attrs, ssize_t out_len, u64 *total) argument
93 UVERBS_METHOD_INFO_HANDLES( struct uverbs_attr_bundle *attrs) argument
161 UVERBS_METHOD_QUERY_PORT( struct uverbs_attr_bundle *attrs) argument
196 UVERBS_METHOD_GET_CONTEXT( struct uverbs_attr_bundle *attrs) argument
[all...]
H A Dib_uverbs_std_types_dm.c39 struct uverbs_attr_bundle *attrs)
48 return dm->device->dealloc_dm(dm, attrs);
52 struct uverbs_attr_bundle *attrs)
56 uverbs_attr_get(attrs, UVERBS_ATTR_ALLOC_DM_HANDLE)
58 struct ib_device *ib_dev = attrs->context->device;
65 ret = uverbs_copy_from(&attr.length, attrs,
70 ret = uverbs_copy_from(&attr.alignment, attrs,
75 dm = ib_dev->alloc_dm(ib_dev, attrs->context, &attr, attrs);
37 uverbs_free_dm(struct ib_uobject *uobject, enum rdma_remove_reason why, struct uverbs_attr_bundle *attrs) argument
51 UVERBS_METHOD_DM_ALLOC( struct uverbs_attr_bundle *attrs) argument
H A Dib_uverbs_std_types_counters.c42 struct uverbs_attr_bundle *attrs)
55 struct uverbs_attr_bundle *attrs)
58 attrs, UVERBS_ATTR_CREATE_COUNTERS_HANDLE);
59 struct ib_device *ib_dev = attrs->context->device;
71 counters = ib_dev->create_counters(ib_dev, attrs);
89 struct uverbs_attr_bundle *attrs)
94 uverbs_attr_get_obj(attrs, UVERBS_ATTR_READ_COUNTERS_HANDLE);
103 ret = uverbs_get_flags32(&read_attr.flags, attrs,
109 uattr = uverbs_attr_get(attrs, UVERBS_ATTR_READ_COUNTERS_BUFF);
112 attrs, array_siz
40 uverbs_free_counters(struct ib_uobject *uobject, enum rdma_remove_reason why, struct uverbs_attr_bundle *attrs) argument
54 UVERBS_METHOD_COUNTERS_CREATE( struct uverbs_attr_bundle *attrs) argument
88 UVERBS_METHOD_COUNTERS_READ( struct uverbs_attr_bundle *attrs) argument
[all...]
H A Dib_uverbs_std_types_cq.c39 struct uverbs_attr_bundle *attrs)
47 ret = ib_destroy_cq_user(cq, &attrs->driver_udata);
61 struct uverbs_attr_bundle *attrs)
64 uverbs_attr_get_uobject(attrs, UVERBS_ATTR_CREATE_CQ_HANDLE),
66 struct ib_device *ib_dev = attrs->context->device;
77 ret = uverbs_copy_from(&attr.comp_vector, attrs,
80 ret = uverbs_copy_from(&attr.cqe, attrs,
83 ret = uverbs_copy_from(&user_handle, attrs,
88 ret = uverbs_get_flags32(&attr.flags, attrs,
95 ev_file_uobj = uverbs_attr_get_uobject(attrs, UVERBS_ATTR_CREATE_CQ_COMP_CHANNE
37 uverbs_free_cq(struct ib_uobject *uobject, enum rdma_remove_reason why, struct uverbs_attr_bundle *attrs) argument
60 UVERBS_METHOD_CQ_CREATE( struct uverbs_attr_bundle *attrs) argument
174 UVERBS_METHOD_CQ_DESTROY( struct uverbs_attr_bundle *attrs) argument
[all...]
H A Dib_uverbs_std_types_flow_action.c39 struct uverbs_attr_bundle *attrs)
51 static u64 esp_flags_uverbs_to_verbs(struct uverbs_attr_bundle *attrs, argument
56 if (uverbs_attr_is_valid(attrs, UVERBS_ATTR_FLOW_ACTION_ESP_ESN))
59 if (is_modify && uverbs_attr_is_valid(attrs,
194 struct uverbs_attr_bundle *attrs)
199 ret = uverbs_copy_from(&uverbs_encap, attrs,
228 struct uverbs_attr_bundle *attrs,
236 ret = uverbs_copy_from(&esp_attr->hdr.esn, attrs,
244 if (uverbs_attr_is_valid(attrs, UVERBS_ATTR_FLOW_ACTION_ESP_ATTRS)) {
245 ret = uverbs_copy_from_or_zero(&uverbs_esp, attrs,
37 uverbs_free_flow_action(struct ib_uobject *uobject, enum rdma_remove_reason why, struct uverbs_attr_bundle *attrs) argument
193 flow_action_esp_get_encap(struct ib_flow_spec_list *out, struct uverbs_attr_bundle *attrs) argument
227 parse_flow_action_esp(struct ib_device *ib_dev, struct uverbs_attr_bundle *attrs, struct ib_flow_action_esp_attr *esp_attr, bool is_modify) argument
308 UVERBS_METHOD_FLOW_ACTION_ESP_CREATE( struct uverbs_attr_bundle *attrs) argument
337 UVERBS_METHOD_FLOW_ACTION_ESP_MODIFY( struct uverbs_attr_bundle *attrs) argument
[all...]
H A Dib_rdma_core.c124 struct uverbs_attr_bundle *attrs)
126 struct ib_uverbs_file *ufile = attrs->ufile;
139 attrs);
194 int uobj_destroy(struct ib_uobject *uobj, struct uverbs_attr_bundle *attrs) argument
196 struct ib_uverbs_file *ufile = attrs->ufile;
205 ret = uverbs_destroy_uobject(uobj, RDMA_REMOVE_DESTROY, attrs);
222 u32 id, struct uverbs_attr_bundle *attrs)
227 uobj = rdma_lookup_get_uobject(obj, attrs->ufile, id,
228 UVERBS_LOOKUP_DESTROY, attrs);
232 ret = uobj_destroy(uobj, attrs);
122 uverbs_destroy_uobject(struct ib_uobject *uobj, enum rdma_remove_reason reason, struct uverbs_attr_bundle *attrs) argument
221 __uobj_get_destroy(const struct uverbs_api_object *obj, u32 id, struct uverbs_attr_bundle *attrs) argument
245 __uobj_perform_destroy(const struct uverbs_api_object *obj, u32 id, struct uverbs_attr_bundle *attrs) argument
259 alloc_uobj(struct uverbs_attr_bundle *attrs, const struct uverbs_api_object *obj) argument
372 rdma_lookup_get_uobject(const struct uverbs_api_object *obj, struct ib_uverbs_file *ufile, s64 id, enum rdma_lookup_mode mode, struct uverbs_attr_bundle *attrs) argument
424 alloc_begin_idr_uobject(const struct uverbs_api_object *obj, struct uverbs_attr_bundle *attrs) argument
453 alloc_begin_fd_uobject(const struct uverbs_api_object *obj, struct uverbs_attr_bundle *attrs) argument
491 rdma_alloc_begin_uobject(const struct uverbs_api_object *obj, struct uverbs_attr_bundle *attrs) argument
521 destroy_hw_idr_uobject(struct ib_uobject *uobj, enum rdma_remove_reason why, struct uverbs_attr_bundle *attrs) argument
559 destroy_hw_fd_uobject(struct ib_uobject *uobj, enum rdma_remove_reason why, struct uverbs_attr_bundle *attrs) argument
617 rdma_alloc_commit_uobject(struct ib_uobject *uobj, struct uverbs_attr_bundle *attrs) argument
642 rdma_alloc_abort_uobject(struct ib_uobject *uobj, struct uverbs_attr_bundle *attrs) argument
751 struct uverbs_attr_bundle attrs = { local
809 struct uverbs_attr_bundle attrs = { .ufile = ufile }; local
886 uverbs_get_uobject_from_file(u16 object_id, enum uverbs_obj_access access, s64 id, struct uverbs_attr_bundle *attrs) argument
911 uverbs_finalize_object(struct ib_uobject *uobj, enum uverbs_obj_access access, bool commit, struct uverbs_attr_bundle *attrs) argument
[all...]
H A Dib_uverbs_cmd.c65 static int uverbs_response(struct uverbs_attr_bundle *attrs, const void *resp, argument
70 if (uverbs_attr_is_valid(attrs, UVERBS_ATTR_CORE_OUT))
72 attrs, UVERBS_ATTR_CORE_OUT, resp, resp_len);
74 if (copy_to_user(attrs->ucore.outbuf, resp,
75 min(attrs->ucore.outlen, resp_len)))
78 if (resp_len < attrs->ucore.outlen) {
83 ret = clear_user(attrs->ucore.outbuf + resp_len,
84 attrs->ucore.outlen - resp_len);
98 static int uverbs_request(struct uverbs_attr_bundle *attrs, void *req, argument
101 if (copy_from_user(req, attrs
122 uverbs_response_length(struct uverbs_attr_bundle *attrs, size_t resp_len) argument
137 uverbs_request_start(struct uverbs_attr_bundle *attrs, struct uverbs_req_iter *iter, void *req, size_t req_len) argument
189 uverbs_get_cleared_udata(struct uverbs_attr_bundle *attrs) argument
196 _ib_uverbs_lookup_comp_file(s32 fd, struct uverbs_attr_bundle *attrs) argument
215 ib_alloc_ucontext(struct uverbs_attr_bundle *attrs) argument
237 ib_init_ucontext(struct uverbs_attr_bundle *attrs) argument
273 ib_uverbs_get_context(struct uverbs_attr_bundle *attrs) argument
368 ib_uverbs_query_device(struct uverbs_attr_bundle *attrs) argument
389 ib_uverbs_query_port(struct uverbs_attr_bundle *attrs) argument
417 ib_uverbs_alloc_pd(struct uverbs_attr_bundle *attrs) argument
470 ib_uverbs_dealloc_pd(struct uverbs_attr_bundle *attrs) argument
567 ib_uverbs_open_xrcd(struct uverbs_attr_bundle *attrs) argument
675 ib_uverbs_close_xrcd(struct uverbs_attr_bundle *attrs) argument
687 ib_uverbs_dealloc_xrcd(struct ib_uobject *uobject, struct ib_xrcd *xrcd, enum rdma_remove_reason why, struct uverbs_attr_bundle *attrs) argument
712 ib_uverbs_reg_mr(struct uverbs_attr_bundle *attrs) argument
795 ib_uverbs_rereg_mr(struct uverbs_attr_bundle *attrs) argument
873 ib_uverbs_dereg_mr(struct uverbs_attr_bundle *attrs) argument
885 ib_uverbs_alloc_mw(struct uverbs_attr_bundle *attrs) argument
948 ib_uverbs_dealloc_mw(struct uverbs_attr_bundle *attrs) argument
960 ib_uverbs_create_comp_channel(struct uverbs_attr_bundle *attrs) argument
993 create_cq(struct uverbs_attr_bundle *attrs, struct ib_uverbs_ex_create_cq *cmd) argument
1072 ib_uverbs_create_cq(struct uverbs_attr_bundle *attrs) argument
1093 ib_uverbs_ex_create_cq(struct uverbs_attr_bundle *attrs) argument
1113 ib_uverbs_resize_cq(struct uverbs_attr_bundle *attrs) argument
1169 ib_uverbs_poll_cq(struct uverbs_attr_bundle *attrs) argument
1222 ib_uverbs_req_notify_cq(struct uverbs_attr_bundle *attrs) argument
1244 ib_uverbs_destroy_cq(struct uverbs_attr_bundle *attrs) argument
1270 create_qp(struct uverbs_attr_bundle *attrs, struct ib_uverbs_ex_create_qp *cmd) argument
1506 ib_uverbs_create_qp(struct uverbs_attr_bundle *attrs) argument
1534 ib_uverbs_ex_create_qp(struct uverbs_attr_bundle *attrs) argument
1552 ib_uverbs_open_qp(struct uverbs_attr_bundle *attrs) argument
1646 ib_uverbs_query_qp(struct uverbs_attr_bundle *attrs) argument
1760 modify_qp(struct uverbs_attr_bundle *attrs, struct ib_uverbs_ex_modify_qp *cmd) argument
1920 ib_uverbs_modify_qp(struct uverbs_attr_bundle *attrs) argument
1936 ib_uverbs_ex_modify_qp(struct uverbs_attr_bundle *attrs) argument
1965 ib_uverbs_destroy_qp(struct uverbs_attr_bundle *attrs) argument
2000 ib_uverbs_post_send(struct uverbs_attr_bundle *attrs) argument
2292 ib_uverbs_post_recv(struct uverbs_attr_bundle *attrs) argument
2343 ib_uverbs_post_srq_recv(struct uverbs_attr_bundle *attrs) argument
2395 ib_uverbs_create_ah(struct uverbs_attr_bundle *attrs) argument
2476 ib_uverbs_destroy_ah(struct uverbs_attr_bundle *attrs) argument
2488 ib_uverbs_attach_mcast(struct uverbs_attr_bundle *attrs) argument
2537 ib_uverbs_detach_mcast(struct uverbs_attr_bundle *attrs) argument
2656 kern_spec_to_ib_spec_action(struct uverbs_attr_bundle *attrs, struct ib_uverbs_flow_spec *kern_spec, union ib_flow_spec *ib_spec, struct ib_uflow_resources *uflow_res) argument
2881 kern_spec_to_ib_spec(struct uverbs_attr_bundle *attrs, struct ib_uverbs_flow_spec *kern_spec, union ib_flow_spec *ib_spec, struct ib_uflow_resources *uflow_res) argument
2896 ib_uverbs_ex_create_wq(struct uverbs_attr_bundle *attrs) argument
2989 ib_uverbs_ex_destroy_wq(struct uverbs_attr_bundle *attrs) argument
3017 ib_uverbs_ex_modify_wq(struct uverbs_attr_bundle *attrs) argument
3051 ib_uverbs_ex_create_rwq_ind_table(struct uverbs_attr_bundle *attrs) argument
3168 ib_uverbs_ex_destroy_rwq_ind_table(struct uverbs_attr_bundle *attrs) argument
3184 ib_uverbs_ex_create_flow(struct uverbs_attr_bundle *attrs) argument
3352 ib_uverbs_ex_destroy_flow(struct uverbs_attr_bundle *attrs) argument
3367 __uverbs_create_xsrq(struct uverbs_attr_bundle *attrs, struct ib_uverbs_create_xsrq *cmd, struct ib_udata *udata) argument
3510 ib_uverbs_create_srq(struct uverbs_attr_bundle *attrs) argument
3532 ib_uverbs_create_xsrq(struct uverbs_attr_bundle *attrs) argument
3544 ib_uverbs_modify_srq(struct uverbs_attr_bundle *attrs) argument
3571 ib_uverbs_query_srq(struct uverbs_attr_bundle *attrs) argument
3604 ib_uverbs_destroy_srq(struct uverbs_attr_bundle *attrs) argument
3629 ib_uverbs_ex_query_device(struct uverbs_attr_bundle *attrs) argument
3693 ib_uverbs_ex_modify_cq(struct uverbs_attr_bundle *attrs) argument
[all...]
H A Dib_uverbs_std_types.c42 struct uverbs_attr_bundle *attrs)
46 &attrs->driver_udata);
51 struct uverbs_attr_bundle *attrs)
71 struct uverbs_attr_bundle *attrs)
78 struct uverbs_attr_bundle *attrs)
99 ret = ib_destroy_qp_user(qp, &attrs->driver_udata);
112 struct uverbs_attr_bundle *attrs)
128 struct uverbs_attr_bundle *attrs)
135 ret = ib_destroy_wq(wq, &attrs->driver_udata);
145 struct uverbs_attr_bundle *attrs)
40 uverbs_free_ah(struct ib_uobject *uobject, enum rdma_remove_reason why, struct uverbs_attr_bundle *attrs) argument
49 uverbs_free_flow(struct ib_uobject *uobject, enum rdma_remove_reason why, struct uverbs_attr_bundle *attrs) argument
69 uverbs_free_mw(struct ib_uobject *uobject, enum rdma_remove_reason why, struct uverbs_attr_bundle *attrs) argument
76 uverbs_free_qp(struct ib_uobject *uobject, enum rdma_remove_reason why, struct uverbs_attr_bundle *attrs) argument
110 uverbs_free_rwq_ind_tbl(struct ib_uobject *uobject, enum rdma_remove_reason why, struct uverbs_attr_bundle *attrs) argument
126 uverbs_free_wq(struct ib_uobject *uobject, enum rdma_remove_reason why, struct uverbs_attr_bundle *attrs) argument
143 uverbs_free_srq(struct ib_uobject *uobject, enum rdma_remove_reason why, struct uverbs_attr_bundle *attrs) argument
168 uverbs_free_xrcd(struct ib_uobject *uobject, enum rdma_remove_reason why, struct uverbs_attr_bundle *attrs) argument
188 uverbs_free_pd(struct ib_uobject *uobject, enum rdma_remove_reason why, struct uverbs_attr_bundle *attrs) argument
239 uverbs_destroy_def_handler(struct uverbs_attr_bundle *attrs) argument
[all...]
/freebsd-current/crypto/heimdal/lib/gssapi/mech/
H A Dgss_inquire_name.c40 gss_buffer_set_t *attrs)
51 if (attrs != NULL)
52 *attrs = GSS_C_NO_BUFFER_SET;
67 attrs);
36 gss_inquire_name(OM_uint32 *minor_status, gss_name_t input_name, int *name_is_MN, gss_OID *MN_mech, gss_buffer_set_t *attrs) argument
/freebsd-current/sys/netlink/route/
H A Drt.c420 struct rta_mpath_nh *attrs = (struct rta_mpath_nh *)_attrs; local
422 set_scope6(attrs->gw, attrs->ifp);
518 struct nl_parsed_route *attrs = (struct nl_parsed_route *)_attrs; local
520 set_scope6(attrs->rta_dst, attrs->rta_oif);
521 set_scope6(attrs->rta_gw, attrs->rta_oif);
607 handle_rtm_getroute(struct nlpcb *nlp, struct nl_parsed_route *attrs, argument
614 uint32_t fibnum = attrs
767 get_pxflag(const struct nl_parsed_route *attrs) argument
803 create_nexthop_one(struct nl_parsed_route *attrs, struct rta_mpath_nh *mpnh, struct nl_pstate *npt, struct nhop_object **pnh) argument
834 create_nexthop_from_attrs(struct nl_parsed_route *attrs, struct nl_pstate *npt, int *perror) argument
929 struct nl_parsed_route attrs = {}; local
975 struct nl_parsed_route *attrs = (struct nl_parsed_route *)_data; local
993 struct nl_parsed_route attrs = {}; local
1020 struct nl_parsed_route attrs = {}; local
[all...]
H A Dneigh.c344 struct nl_parsed_neigh *attrs = (struct nl_parsed_neigh *)_attrs; local
346 set_scope6(attrs->nda_dst, attrs->nda_ifp);
365 struct nl_parsed_neigh attrs = {}; local
366 error = nl_parse_nlmsg(hdr, &ndmsg_parser, npt, &attrs);
370 if (attrs.nda_ifp == NULL || attrs.nda_dst == NULL || attrs.nda_lladdr == NULL) {
371 if (attrs.nda_ifp == NULL)
373 if (attrs
478 struct nl_parsed_neigh attrs = {}; local
505 struct nl_parsed_neigh attrs = {}; local
[all...]
H A Diface.c419 struct nl_parsed_link *attrs = (struct nl_parsed_link *)_arg; local
421 if (attrs->ifi_index != 0 && attrs->ifi_index != if_getindex(ifp))
423 if (attrs->ifi_type != 0 && attrs->ifi_index != if_gettype(ifp))
425 if (attrs->ifla_ifname != NULL && strcmp(attrs->ifla_ifname, if_name(ifp)))
456 struct nl_parsed_link attrs = {}; local
457 error = nl_parse_nlmsg(hdr, &ifmsg_parser, npt, &attrs);
471 if ((attrs
537 struct nl_parsed_link attrs = {}; local
673 struct nl_parsed_link attrs = {}; local
769 struct nl_parsed_ifa *attrs = (struct nl_parsed_ifa *)_attrs; local
1063 struct nl_parsed_ifa attrs = {}; local
1110 handle_newaddr_inet(struct nlmsghdr *hdr, struct nl_parsed_ifa *attrs, if_t ifp, struct nlpcb *nlp, struct nl_pstate *npt) argument
1194 handle_deladdr_inet(struct nlmsghdr *hdr, struct nl_parsed_ifa *attrs, if_t ifp, struct nlpcb *nlp, struct nl_pstate *npt) argument
1215 handle_newaddr_inet6(struct nlmsghdr *hdr, struct nl_parsed_ifa *attrs, if_t ifp, struct nlpcb *nlp, struct nl_pstate *npt) argument
1278 handle_deladdr_inet6(struct nlmsghdr *hdr, struct nl_parsed_ifa *attrs, if_t ifp, struct nlpcb *nlp, struct nl_pstate *npt) argument
1304 struct nl_parsed_ifa attrs = {}; local
[all...]
/freebsd-current/contrib/wpa/src/radius/
H A Dradius_das.c59 struct radius_das_attrs attrs; local
76 os_memset(&attrs, 0, sizeof(attrs));
86 attrs.nas_ip_addr = buf;
98 attrs.nas_ipv6_addr = buf;
104 attrs.nas_identifier = buf;
105 attrs.nas_identifier_len = len;
120 attrs.sta_addr = sta_addr;
125 attrs.user_name = buf;
126 attrs
219 struct radius_das_attrs attrs; local
[all...]
/freebsd-current/libexec/rc/rc.d/
H A Dgptboot45 while read start size pos type attrs rest; do
50 echo "${attrs}" | egrep -q '(\[|,)bootfailed(,|\])'
52 echo "${attrs}" | egrep -q '(\[|,)bootonce(,|\])'
/freebsd-current/crypto/openssl/test/helpers/
H A Dpkcs12.h80 const PKCS12_ATTR *attrs);
82 const PKCS12_ATTR *attrs, const PKCS12_ENC *enc);
84 const PKCS12_ATTR *attrs);
98 const PKCS12_ATTR *attrs);
100 const PKCS12_ATTR *attrs, const PKCS12_ENC *enc);
102 const PKCS12_ATTR *attrs);
/freebsd-current/tests/examples/
H A Dtest_ktest_example.py5 from atf_python.sys.netlink.attrs import NlAttrStr
6 from atf_python.sys.netlink.attrs import NlAttrU32
/freebsd-current/crypto/openssl/Configurations/
H A Dgentemplate.pm60 unless defined $opts{attrs}->{skip};
213 my %attrs = %{$self->{info}->{attributes}->{generate}->{$src} // {}};
225 attrs => { %attrs },
335 my %attrs = %{$self->{info}->{attributes}->{libraries}->{$lib} // {}};
376 print STDERR "DEBUG[dolib:shlib] \%attrs for $lib : ", ,
377 join(",", map { "\n $_ = $attrs{$_}" } sort keys %attrs), "\n"
378 if %attrs && $debug_rules;
390 attrs
[all...]
/freebsd-current/contrib/ncurses/ncurses/widechar/
H A Dlib_cchar.c51 const attr_t attrs,
59 TR(TRACE_CCALLS, (T_CALLED("setcchar(%p,%s,attrs=%lu,pair=%d,%p)"),
61 (unsigned long) attrs, color_pair, opts));
88 SetAttr(*wcval, attrs);
103 attr_t *attrs,
113 (void *) attrs,
136 } else if (attrs == 0 || pair_arg == 0) {
141 *attrs = AttrOf(*wcval) & A_ATTRIBUTES;
49 setcchar(cchar_t *wcval, const wchar_t *wch, const attr_t attrs, NCURSES_PAIRS_T pair_arg, const void *opts) argument
101 getcchar(const cchar_t *wcval, wchar_t *wch, attr_t *attrs, NCURSES_PAIRS_T *pair_arg, void *opts) argument
/freebsd-current/sys/ofed/include/rdma/
H A Duverbs_types.h91 struct uverbs_attr_bundle *attrs);
104 struct uverbs_attr_bundle *attrs);
135 struct uverbs_attr_bundle *attrs);
141 struct uverbs_attr_bundle *attrs);
145 struct uverbs_attr_bundle *attrs);
147 struct uverbs_attr_bundle *attrs);
149 struct uverbs_attr_bundle *attrs);

Completed in 225 milliseconds

123456789