Home
last modified time | relevance | path

Searched refs:query (Results 26 – 50 of 119) sorted by last modified time

12345

/illumos-gate/usr/src/lib/libsqlite/test/
H A Dtrigger2.test280 set query {SELECT * FROM tbl; SELECT * FROM log;}
286 set before_data [ execsql "$prep $tr_program_cooked $statement $query" ]
292 do_test trigger2-2.$ii-before "execsql {$statement $query}" $before_data
298 set after_data [ execsql "$prep $statement $tr_program_cooked $query" ]
304 do_test trigger2-2.$ii-after "execsql {$statement $query}" $after_data
H A Dprogress.test49 # Test that the query is abandoned when the progress callback returns non-zero
59 # Test that the query is rolled back when the progress callback returns
74 # Now set up the progress callback to abandon the query after the number of
77 # callback abandons the query.
88 # progress query abandons a query.
H A Dquote.test30 # Insert, update and query the table.
H A Dselect1.test336 # ORDER BY ignored on an aggregate query
H A Dselect2.test32 # Do a second query inside a first.
H A Dlock.test163 # Nor can the other thread do a query.
H A Dinterrupt.test147 # the beginning of a complex query - before the first callback. We
H A Dcapi2.test458 # Ticket #261 - make sure we can finalize before the end of a query.
/illumos-gate/usr/src/lib/libsqlite/src/
H A Dsqlite.h.in98 ** invoked once for each row of the query result. This callback
100 ** value then the query is aborted, all subsequent SQL statements
107 ** columns in the query result. The 3rd parameter to the callback
128 ** If the query could not be executed because a database file is
243 ** or Ctrl-C where the user wants a long query operation to halt
273 ** Sqlite is re-entrant, so the busy handler may start a new query.
277 ** data structures out from under the executing query and will
299 ** query has finished.
301 ** As an example, suppose the query result where this table:
615 ** To execute an SQLite query without the use of callbacks, you first have
[all …]
/illumos-gate/usr/src/lib/libslp/clib/
H A Dslp_targets.c146 char *query, *reply; in slp_new_target_list() local
192 if (!(query = malloc(strlen(scopes) - in slp_new_target_list()
206 format_query(query, scopes); in slp_new_target_list()
208 if ((err = slp_find_das(query, &reply)) != SLP_OK && in slp_new_target_list()
214 free(query); in slp_new_target_list()
217 free(query); in slp_new_target_list()
/illumos-gate/usr/src/lib/libsasl/lib/
H A Dcheckpw.c503 char query[8192]; in saslauthd_verify_password() local
504 char *query_end = query; in saslauthd_verify_password()
542 if (u_len + p_len + s_len + r_len + 30 > (unsigned short) sizeof(query)) { in saslauthd_verify_password()
577 arg.data_ptr = query; in saslauthd_verify_password()
578 arg.data_size = query_end - query; in saslauthd_verify_password()
619 iov[0].iov_len = query_end - query; in saslauthd_verify_password()
620 iov[0].iov_base = query; in saslauthd_verify_password()
/illumos-gate/usr/src/lib/libnisdb/
H A Ddb_log_entry.cc46 query = q; in db_log_entry()
77 if (query != NULL) in print()
78 query->print(); in print()
H A Ddb_log_entry_c.x55 db_query *query; /* query supplied with action (if any) */ member
69 % db_query *query; /* query supplied with action (if any) */
76 % db_log_entry() { query = NULL, object = NULL; next = NULL; }
94 % db_query *get_query() { return( query ); }
/illumos-gate/usr/src/cmd/rcm_daemon/common/
H A Drcm_impl.c28 static int query(char **, int, const char *, int, pid_t, uint_t, timespec_t *,
268 if (query(rsrcnames, CMD_SUSPEND, "suspend", RCM_STATE_SUSPEND_QUERYING, in process_resource_suspend()
334 if (query(rsrcnames, CMD_OFFLINE, "offline", RCM_STATE_OFFLINE_QUERYING, in process_resource_offline()
680 query(char **rsrcnames, int cmd, const char *opname, int querystate, pid_t pid, in query() function
/illumos-gate/usr/src/cmd/eject/
H A Deject.c64 static boolean_t query(char *, boolean_t);
274 if (!query(name, B_TRUE)) { in work()
548 query(char *name, boolean_t doprint) in query() function
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/wpad/
H A DREADME587 wpa_supplicant. It is used to query current status, change
/illumos-gate/usr/src/uts/common/xen/os/
H A Dgnttab.c123 struct gnttab_query_size query; in max_nr_grant_frames() local
126 query.dom = DOMID_SELF; in max_nr_grant_frames()
128 rc = HYPERVISOR_grant_table_op(GNTTABOP_query_size, &query, 1); in max_nr_grant_frames()
129 if ((rc < 0) || (query.status != GNTST_okay)) in max_nr_grant_frames()
132 ASSERT(query.max_nr_frames); in max_nr_grant_frames()
133 return (query.max_nr_frames); in max_nr_grant_frames()
/illumos-gate/usr/src/boot/forth/
H A Dbeadm.4th191 \ otherwize, we query device:/boot/menu.lst for bootfs and
/illumos-gate/usr/src/uts/common/io/ib/adapters/tavor/
H A Dtavor_umap.c84 static int tavor_umap_db_compare(const void *query, const void *entry);
1357 tavor_umap_db_query_t query; in tavor_umap_db_add_nolock() local
1373 query.tqdb_common = umapdb->tdbe_common; in tavor_umap_db_add_nolock()
1374 query.tqdb_flags = 0; in tavor_umap_db_add_nolock()
1375 (void) avl_find(&tavor_userland_rsrc_db.tdl_umapdb_avl, &query, in tavor_umap_db_add_nolock()
1414 tavor_umap_db_query_t query; in tavor_umap_db_find_nolock() local
1425 query.tqdb_flags = flags; in tavor_umap_db_find_nolock()
1426 query.tqdb_common.tdb_key = key; in tavor_umap_db_find_nolock()
1427 query.tqdb_common.tdb_type = type; in tavor_umap_db_find_nolock()
1428 query.tqdb_common.tdb_instance = instance; in tavor_umap_db_find_nolock()
[all …]
H A Dtavor_qp.c1436 tavor_qpn_entry_t query; in tavor_qp_create_qpn() local
1448 query.qpn_indx = qpc->tr_indx; in tavor_qp_create_qpn()
1451 &query, &where); in tavor_qp_create_qpn()
1580 tavor_qpn_entry_t *entry, *query; in tavor_qpn_avl_compare() local
1583 query = (tavor_qpn_entry_t *)q; in tavor_qpn_avl_compare()
1585 if (query->qpn_indx < entry->qpn_indx) { in tavor_qpn_avl_compare()
1587 } else if (query->qpn_indx > entry->qpn_indx) { in tavor_qpn_avl_compare()
H A Dtavor_cmd.c2191 uint_t queryindx, void *query, uint_t size, uint_t sleepflag) in tavor_cmn_query_cmd_post() argument
2232 ((uint64_t *)query)[i] = data; in tavor_cmn_query_cmd_post()
/illumos-gate/usr/src/uts/sun4/os/
H A Dlgrpplat.c198 lgrp_plat_mem_size(lgrp_handle_t plathand, lgrp_mem_query_t query) in lgrp_plat_mem_size() argument
208 return (lgrp_plat_mem_size_default(plathand, query)); in lgrp_plat_mem_size()
213 switch (query) { in lgrp_plat_mem_size()
271 lgrp_plat_mem_size_default(lgrp_handle_t lgrphand, lgrp_mem_query_t query) in lgrp_plat_mem_size_default() argument
278 switch (query) { in lgrp_plat_mem_size_default()
/illumos-gate/usr/src/uts/intel/io/acpica/
H A Dchanges.txt996 return TRUE to a query with this string.
H A Dacpica_ec.c353 int query; in ec_gpe_callback() local
358 query = ec_query(); in ec_gpe_callback()
359 if (query < 0) in ec_gpe_callback()
362 (void) snprintf(query_str, 5, "_Q%02X", (uint8_t)query); in ec_gpe_callback()
/illumos-gate/usr/src/uts/i86pc/os/
H A Dlgrpplat.c436 lgrp_mem_query_t query);
1158 lgrp_plat_mem_size(lgrp_handle_t plathand, lgrp_mem_query_t query) in lgrp_plat_mem_size() argument
1167 return (lgrp_plat_mem_size_default(plathand, query)); in lgrp_plat_mem_size()
1173 _LGRP_PLAT_MEM_SIZE(mnode, query, npgs); in lgrp_plat_mem_size()
1179 _LGRP_PLAT_MEM_SIZE(mnode, query, npgs); in lgrp_plat_mem_size()
2131 lgrp_plat_mem_size_default(lgrp_handle_t lgrphand, lgrp_mem_query_t query) in lgrp_plat_mem_size_default() argument
2140 switch (query) { in lgrp_plat_mem_size_default()

12345