Home
last modified time | relevance | path

Searched refs:query (Results 1 – 25 of 364) sorted by relevance

12345678910>>...15

/freebsd-12-stable/contrib/wpa/src/ap/
Dgas_query_ap.c73 struct gas_query_pending *query);
130 static void gas_query_free(struct gas_query_pending *query, int del_list) in gas_query_free() argument
133 dl_list_del(&query->list); in gas_query_free()
135 wpabuf_free(query->req); in gas_query_free()
136 wpabuf_free(query->adv_proto); in gas_query_free()
137 wpabuf_free(query->resp); in gas_query_free()
138 os_free(query); in gas_query_free()
143 struct gas_query_pending *query, in gas_query_done() argument
148 MAC2STR(query->addr), query->dialog_token, query->freq, in gas_query_done()
149 query->status_code, gas_result_txt(result)); in gas_query_done()
[all …]
Dieee802_11_auth.c96 static void hostapd_acl_query_free(struct hostapd_acl_query_data *query) in hostapd_acl_query_free() argument
98 if (query == NULL) in hostapd_acl_query_free()
100 os_free(query->auth_msg); in hostapd_acl_query_free()
101 os_free(query); in hostapd_acl_query_free()
107 struct hostapd_acl_query_data *query) in hostapd_radius_acl_query() argument
112 query->radius_id = radius_client_get_id(hapd->radius); in hostapd_radius_acl_query()
113 msg = radius_msg_new(RADIUS_CODE_ACCESS_REQUEST, query->radius_id); in hostapd_radius_acl_query()
229 struct hostapd_acl_query_data *query; in hostapd_allowed_address()
248 query = hapd->acl_queries; in hostapd_allowed_address()
249 while (query) { in hostapd_allowed_address()
[all …]
/freebsd-12-stable/contrib/wpa/wpa_supplicant/
Dgas_query.c79 struct gas_query_pending *query);
136 static void gas_query_free(struct gas_query_pending *query, int del_list) in gas_query_free() argument
138 struct gas_query *gas = query->gas; in gas_query_free()
141 dl_list_del(&query->list); in gas_query_free()
143 if (gas->work && gas->work->ctx == query) { in gas_query_free()
148 wpabuf_free(query->req); in gas_query_free()
149 wpabuf_free(query->adv_proto); in gas_query_free()
150 wpabuf_free(query->resp); in gas_query_free()
151 os_free(query); in gas_query_free()
156 struct gas_query_pending *query, in gas_query_done() argument
[all …]
Dp2p_supplicant_sd.c150 const struct wpabuf *query) in wpas_p2p_service_get_bonjour() argument
155 len = wpabuf_len(query); in wpas_p2p_service_get_bonjour()
158 if (len == wpabuf_len(bsrv->query) && in wpas_p2p_service_get_bonjour()
159 os_memcmp(wpabuf_head(query), wpabuf_head(bsrv->query), in wpas_p2p_service_get_bonjour()
241 5 + wpabuf_len(bsrv->query) + wpabuf_len(bsrv->resp)) in wpas_sd_all_bonjour()
253 wpabuf_put_buf(resp, bsrv->query); /* Key */ in wpas_sd_all_bonjour()
261 static int match_bonjour_query(struct p2p_srv_bonjour *bsrv, const u8 *query, in match_bonjour_query() argument
266 if (query_len < 3 || wpabuf_len(bsrv->query) < 3) in match_bonjour_query()
268 if (os_memcmp(query + query_len - 3, in match_bonjour_query()
269 wpabuf_head_u8(bsrv->query) + wpabuf_len(bsrv->query) - 3, in match_bonjour_query()
[all …]
/freebsd-12-stable/sys/ofed/drivers/infiniband/core/
Dib_sa_query.c489 static inline void ib_sa_disable_local_svc(struct ib_sa_query *query) in ib_sa_disable_local_svc() argument
491 query->flags &= ~IB_SA_ENABLE_LOCAL_SERVICE; in ib_sa_disable_local_svc()
611 void ib_sa_cancel_query(int id, struct ib_sa_query *query) in ib_sa_cancel_query() argument
618 if (idr_find(&query_idr, id) != query) { in ib_sa_cancel_query()
622 agent = query->port->agent; in ib_sa_cancel_query()
623 mad_buf = query->mad_buf; in ib_sa_cancel_query()
746 static int alloc_mad(struct ib_sa_query *query, gfp_t gfp_mask) in alloc_mad() argument
750 spin_lock_irqsave(&query->port->ah_lock, flags); in alloc_mad()
751 if (!query->port->sm_ah) { in alloc_mad()
752 spin_unlock_irqrestore(&query->port->ah_lock, flags); in alloc_mad()
[all …]
/freebsd-12-stable/contrib/subversion/subversion/libsvn_fs_fs/
Dstats.c384 query_t *query, in find_representation() argument
396 info = APR_ARRAY_IDX(query->revisions, revision, revision_info_t*); in find_representation()
430 query_t *query, in parse_representation() argument
442 result = find_representation(&idx, query, &revision_info, rep->revision, in parse_representation()
458 if (!svn_fs_fs__use_log_addressing(query->fs)) in parse_representation()
478 = find_representation(&base_idx, query, NULL, in parse_representation()
502 read_noderev(query_t *query,
517 query_t *query, in read_phsy_noderev() argument
564 parse_dir(query_t *query, in parse_dir() argument
574 SVN_ERR(svn_fs_fs__rep_contents_dir(&entries, query->fs, noderev, in parse_dir()
[all …]
/freebsd-12-stable/crypto/heimdal/lib/hx509/
Dtest_query.in62 ${hxtool} query \
68 ${hxtool} query \
74 ${hxtool} query \
79 ${hxtool} query \
84 ${hxtool} query \
89 ${hxtool} query \
95 ${hxtool} query \
101 ${hxtool} query \
108 ${hxtool} query \
115 ${hxtool} query \
[all …]
Dks_p11.c520 CK_ATTRIBUTE *query, int num_query, in iterate_entries() argument
544 query[i].pValue = NULL; in iterate_entries()
547 (session, object, query, num_query)); in iterate_entries()
552 query[i].pValue = malloc(query[i].ulValueLen); in iterate_entries()
553 if (query[i].pValue == NULL) { in iterate_entries()
559 (session, object, query, num_query)); in iterate_entries()
565 ret = (*func)(context, p, slot, session, object, ptr, query, num_query); in iterate_entries()
570 if (query[i].pValue) in iterate_entries()
571 free(query[i].pValue); in iterate_entries()
572 query[i].pValue = NULL; in iterate_entries()
[all …]
/freebsd-12-stable/contrib/ldns/
Dupdate.c94 ldns_pkt *query, *resp; in ldns_update_soa_mname() local
97 query = ldns_pkt_query_new(ldns_rdf_clone(zone), LDNS_RR_TYPE_SOA, in ldns_update_soa_mname()
99 if (!query) { in ldns_update_soa_mname()
103 ldns_pkt_set_random_id(query); in ldns_update_soa_mname()
104 if (ldns_resolver_send_pkt(&resp, r, query) != LDNS_STATUS_OK) { in ldns_update_soa_mname()
105 ldns_pkt_free(query); in ldns_update_soa_mname()
108 ldns_pkt_free(query); in ldns_update_soa_mname()
137 ldns_pkt *query, *resp; in ldns_update_soa_zone_mname() local
148 query = ldns_pkt_query_new(fqdn_rdf, LDNS_RR_TYPE_SOA, c, LDNS_RD); in ldns_update_soa_zone_mname()
149 if (!query) { in ldns_update_soa_zone_mname()
[all …]
/freebsd-12-stable/contrib/subversion/subversion/libsvn_fs_base/bdb/
Dstrings-table.c84 DBT *query, in locate_key() argument
104 db_err = svn_bdb_dbc_get(*cursor, query, &result, DB_SET); in locate_key()
115 "No such string '%s'", (const char *)query->data); in locate_key()
132 db_err = svn_bdb_dbc_get(*cursor, query, &rerun, DB_SET); in locate_key()
151 get_next_length(apr_size_t *length, DBC *cursor, DBT *query) in get_next_length() argument
163 db_err = svn_bdb_dbc_get(cursor, query, &result, DB_NEXT_DUP); in get_next_length()
181 db_err = svn_bdb_dbc_get(cursor, query, &rerun, DB_NEXT_DUP); in get_next_length()
202 DBT query, result; in svn_fs_bdb__string_read() local
206 svn_fs_base__str_to_dbt(&query, key); in svn_fs_bdb__string_read()
208 SVN_ERR(locate_key(&length, &cursor, &query, fs, trail, pool)); in svn_fs_bdb__string_read()
[all …]
Dreps-table.c85 DBT query, result; in svn_fs_bdb__read_rep() local
90 svn_fs_base__str_to_dbt(&query, key), in svn_fs_bdb__read_rep()
119 DBT query, result; in svn_fs_bdb__write_rep() local
131 svn_fs_base__str_to_dbt(&query, key), in svn_fs_bdb__write_rep()
145 DBT query, result; in svn_fs_bdb__write_new_rep() local
154 svn_fs_base__str_to_dbt(&query, NEXT_KEY_KEY); in svn_fs_bdb__write_new_rep()
158 (bfd->representations, trail->db_txn, &query, in svn_fs_bdb__write_new_rep()
173 svn_fs_base__str_to_dbt(&query, NEXT_KEY_KEY), in svn_fs_bdb__write_new_rep()
189 DBT query; in svn_fs_bdb__delete_rep() local
194 svn_fs_base__str_to_dbt(&query, key), 0); in svn_fs_bdb__delete_rep()
Dchanges-table.c84 DBT query, value; in svn_fs_bdb__changes_add() local
91 svn_fs_base__str_to_dbt(&query, key); in svn_fs_bdb__changes_add()
96 &query, &value, 0)); in svn_fs_bdb__changes_add()
107 DBT query; in svn_fs_bdb__changes_delete() local
112 svn_fs_base__str_to_dbt(&query, key), 0); in svn_fs_bdb__changes_delete()
285 DBT query, result; in svn_fs_bdb__changes_fetch() local
301 svn_fs_base__str_to_dbt(&query, key); in svn_fs_bdb__changes_fetch()
303 db_err = svn_bdb_dbc_get(cursor, &query, &result, DB_SET); in svn_fs_bdb__changes_fetch()
368 db_err = svn_bdb_dbc_get(cursor, &query, &result, DB_NEXT_DUP); in svn_fs_bdb__changes_fetch()
411 DBT query, result; in svn_fs_bdb__changes_fetch_raw() local
[all …]
/freebsd-12-stable/contrib/unbound/contrib/
Dunbound_munin_86 unbound_munin_histogram - histogram of query resolving times
300 tp=`echo $nm | sed -e s/num.query.type.//`
312 tp=`echo $nm | sed -e s/num.query.class.//`
324 tp=`echo $nm | sed -e s/num.query.opcode.//`
455 total.num.cachehits total.num.prefetch num.query.tcp \
456 num.query.tcpout num.query.udpout num.query.tls num.query.tls.resume \
457 num.query.ipv6 unwanted.queries \
501query.flags.QR num.query.flags.AA num.query.flags.TC num.query.flags.RD num.query.flags.RA num.que…
Daaaa-filter-iterator.patch13 +This also causes an additional A query to be sent for each AAAA query.
84 + /* ASN: If this is not a AAAA query, then remove AAAA
85 + * records, no questions asked. If this IS a AAAA query
129 + * @param qstate: query state.
130 + * @param iq: iterator query state.
135 + * a SERVFAIL response because the query has hit a dead end.
145 + /* flag the query properly in order to not loop */
148 + /* re-throw same query, but with a different type */
164 + /* set this query as waiting */
177 + /* ASN: If we have a AAAA query, then also query for A records */
[all …]
Dmetrics.awk75 if(x ~ /^num.query.type./) {
87 if(x ~ /^num.query.class./) {
99 if(x ~ /^num.query.opcode./) {
123 if(x ~ /^num.query.flags./) {
/freebsd-12-stable/contrib/apr-util/dbd/unsupported/
Dapr_dbd_freetds.c103 static RETCODE freetds_exec(DBPROCESS *proc, const char *query, in freetds_exec() argument
107 RETCODE rv = dbcmd(proc, query); in freetds_exec()
132 const char *query, int seek) in dbd_freetds_select() argument
148 sql->err = freetds_exec(sql->proc, query, 1, NULL); in dbd_freetds_select()
249 const char *query = dbd_statement(pool, statement, in dbd_freetds_pselect() local
251 return dbd_freetds_select(pool, sql, results, query, seek); in dbd_freetds_pselect()
273 static int dbd_freetds_query(apr_dbd_t *sql, int *nrows, const char *query);
278 const char *query = dbd_statement(pool, statement, in dbd_freetds_pquery() local
280 return dbd_freetds_query(sql, nrows, query); in dbd_freetds_pquery()
366 static int dbd_freetds_query(apr_dbd_t *sql, int *nrows, const char *query) in dbd_freetds_query() argument
[all …]
/freebsd-12-stable/usr.bin/whois/
Dwhois.c448 whois(const char *query, const char *hostname, const char *hostport, int flags) in whois() argument
477 for (q = query; *q != '\0'; q++) in whois()
480 fprintf(fp, "-T dn%s %s\r\n", idn ? "" : ",ace", query); in whois()
484 fprintf(fp, "--show-handles %s\r\n", query); in whois()
486 strchr(query, ' ') != NULL) in whois()
487 fprintf(fp, "%s\r\n", query); in whois()
489 if (strncasecmp(query, "AS", 2) == 0 && in whois()
490 strspn(query+2, "0123456789") == strlen(query+2)) in whois()
491 fprintf(fp, "+ a %s\r\n", query+2); in whois()
493 fprintf(fp, "+ %s\r\n", query); in whois()
[all …]
/freebsd-12-stable/contrib/wpa/src/drivers/
Dndis_events.c398 WCHAR query[256]; in notification_query() local
400 _snwprintf(query, 256, in notification_query()
402 wpa_printf(MSG_DEBUG, "ndis_events: WMI: %S", query); in notification_query()
404 pSvc, L"WQL", query, 0, 0, pDestSink); in notification_query()
489 WCHAR query[MAX_QUERY_LEN]; in ndis_events_get_adapter() local
514 _snwprintf(query, MAX_QUERY_LEN, in ndis_events_get_adapter()
517 wpa_printf(MSG_DEBUG, "ndis_events: WMI: %S", query); in ndis_events_get_adapter()
520 pSvc, L"WQL", query, in ndis_events_get_adapter()
554 _snwprintf(query, MAX_QUERY_LEN, in ndis_events_get_adapter()
558 wpa_printf(MSG_DEBUG, "ndis_events: WMI: %S", query); in ndis_events_get_adapter()
[all …]
/freebsd-12-stable/sys/dev/bhnd/cores/pmu/
Dbhnd_pmu.c147 error = bhnd_pmu_query_init(&sc->query, dev, sc->cid, &bhnd_pmu_res_io, in bhnd_pmu_attach()
151 sc->io = sc->query.io; in bhnd_pmu_attach()
152 sc->io_ctx = sc->query.io_ctx; in bhnd_pmu_attach()
209 bhnd_pmu_query_fini(&sc->query); in bhnd_pmu_attach()
237 bhnd_pmu_query_fini(&sc->query); in bhnd_pmu_detach()
282 freq = bhnd_pmu_si_clock(&sc->query); in bhnd_pmu_sysctl_bus_freq()
297 freq = bhnd_pmu_cpu_clock(&sc->query); in bhnd_pmu_sysctl_cpu_freq()
312 freq = bhnd_pmu_mem_clock(&sc->query); in bhnd_pmu_sysctl_mem_freq()
533 *freq = bhnd_pmu_si_clock(&sc->query); in bhnd_pmu_get_clock_freq_method()
537 *freq = bhnd_pmu_alp_clock(&sc->query); in bhnd_pmu_get_clock_freq_method()
[all …]
/freebsd-12-stable/sys/dev/mlx5/mlx5_fpga/
Dmlx5fpga_core.c151 struct mlx5_fpga_query query; in mlx5_fpga_device_load_check() local
155 err = mlx5_fpga_query(fdev->mdev, &query); in mlx5_fpga_device_load_check()
161 fdev->last_admin_image = query.admin_image; in mlx5_fpga_device_load_check()
162 fdev->last_oper_image = query.oper_image; in mlx5_fpga_device_load_check()
163 fdev->image_status = query.image_status; in mlx5_fpga_device_load_check()
166 query.image_status, query.admin_image, query.oper_image); in mlx5_fpga_device_load_check()
173 if (query.image_status != MLX5_FPGA_STATUS_SUCCESS) { in mlx5_fpga_device_load_check()
176 query.image_status); in mlx5_fpga_device_load_check()
/freebsd-12-stable/contrib/sendmail/src/
Dsm_resolve.c533 gen_dns_reply(buf, buflen, bufpos, query, qtype, domain, class, type, ttl, size, data, txtlen, pref… in gen_dns_reply() argument
537 const char *query;
567 SM_REQUIRE(query != NULL);
577 query, domain, dns_type_to_string(type), size, ad);
595 n = dn_comp(query, cp, ep - cp - QFIXEDSZ, dnptrs, lastdnptr);
914 dnscrtrr(domain, query, qtype, value, rr_type, flags, herr, adp, answer, anslen, anspos) in dnscrtrr() argument
916 const char *query;
989 query, qtype, domain, C_IN, rr_type, ttl,
999 query, qtype, domain, C_IN, rr_type, ttl,
1014 query, qtype, domain, C_IN, rr_type, ttl,
[all …]
/freebsd-12-stable/usr.bin/resizewin/
Dresizewin.c44 static const char query[] = variable
104 if (write(fd, query, sizeof(query)) != sizeof(query)) { in main()
/freebsd-12-stable/lib/libc/resolv/
Dres_debug.h27 # define DprintQ(cond, args, query, size) /*empty*/ argument
32 # define DprintQ(cond, args, query, size) if (cond) {\ argument
34 res_pquery(statp, query, size, stdout);\
/freebsd-12-stable/usr.bin/proccontrol/
Dproccontrol.c87 bool enable, do_command, query; in main() local
92 query = false; in main()
123 query = true; in main()
135 if (pid != -1 || query) in main()
142 if (query) { in main()
/freebsd-12-stable/contrib/blacklist/diff/
Dnamed.diff61 main.c notify.c query.c server.c sortlist.c statschannel.c \
119 Index: dist/bin/named/query.c
121 RCS file: /cvsroot/src/external/bsd/bind/dist/bin/named/query.c,v
123 diff -u -u -r1.17 query.c
124 --- dist/bin/named/query.c 10 Dec 2014 04:37:52 -0000 1.17
125 +++ dist/bin/named/query.c 23 Jan 2015 21:37:09 -0000
142 char msg[NS_CLIENT_ACLMSGSIZE("query")];
152 * We were allowed by the "allow-query-cache" ACL.

12345678910>>...15