Searched refs:query (Results 51 - 75 of 89) sorted by relevance

1234

/illumos-gate/usr/src/cmd/rcm_daemon/common/
H A Drcm_impl.c30 static int query(char **, int, const char *, int, pid_t, uint_t, timespec_t *,
267 * Query the operation first. The return value of the query indicates
270 if (query(rsrcnames, CMD_SUSPEND, "suspend", RCM_STATE_SUSPEND_QUERYING,
280 /* Update the lock from a query state to the suspending state */
333 * Query the operation first. The return value of the query indicates
336 if (query(rsrcnames, CMD_OFFLINE, "offline", RCM_STATE_OFFLINE_QUERYING,
552 "request state change query denied\n");
675 * Perform a query of an offline or suspend.
682 query(char **rsrcnames, int cmd, const char *opname, int querystate, pid_t pid, function
691 /* Only query fo
[all...]
/illumos-gate/usr/src/cmd/sgs/error/common/
H A Derror.h116 FILE *queryfile; /* where the query responses from the user come from */
122 extern boolean query;
H A Derrortouch.c314 if (query) {
338 if (query) {
/illumos-gate/usr/src/cmd/krb5/kadmin/kdcmgr/
H A Dkdcmgr.sh88 function query { function
524 query "$(gettext "Do you wish to destroy realm"): $realm ?"
742 query "$(gettext "Is this machine to be configured as a master?"): \c"
746 query "$(gettext "Is this machine to be configured as a slave?"): \c"
/illumos-gate/usr/src/head/
H A Dresolv.h128 * initial name server(s) to query and the domain search list.
143 const uchar_t **query,
150 const uchar_t *query,
204 unsigned ndots:4; /* threshold for initial abs. query */
211 res_send_qhook qhook; /* query hook */
268 #define RES_PRIMARY 0x00000010 /* query primary server only (!IMPL) */
278 #define RES_ROTATE 0x00004000 /* rotate ns list after each query */
/illumos-gate/usr/src/cmd/backup/dump/
H A Ddump.h300 extern int query(char *);
426 extern int query();
H A Ddumpoptr.c47 query(question) function
226 if (query(gettext(
H A Ddumponline.c262 if (!query(gettext(
H A Ddumptape.c738 if (!query(buf)) {
753 if (!query(buf)) {
1327 * Note that query() will update *telapsed, and we
1330 * tstart_writing to the current time, and query()
1354 while (!query(buf1)) {
1357 if (query(buf2)) {
1543 if (!query(buf)) {
1709 if (!query(gettext(
2418 if (!query(msgbuf)) {
/illumos-gate/usr/src/uts/common/io/ib/adapters/tavor/
H A Dtavor_qp.c1539 tavor_qpn_entry_t query; local
1546 * Build a query (for the AVL tree lookup) and attempt to find
1553 query.qpn_indx = qpc->tr_indx;
1556 &query, &where);
1691 tavor_qpn_entry_t *entry, *query; local
1696 query = (tavor_qpn_entry_t *)q;
1698 if (query->qpn_indx < entry->qpn_indx) {
1701 } else if (query->qpn_indx > entry->qpn_indx) {
/illumos-gate/usr/src/lib/libpool/common/
H A Dpool_kernel.c88 * Information required to evaluate qualifying elements for a query
715 pool_query_t query = {0}; local
735 if (ioctl(prov->pkc_fd, POOL_QUERY, &query) < 0) {
739 if ((query.pq_io_buf = calloc(1,
740 (query.pq_io_bufsize < KERNEL_SNAPSHOT_BUF_SZ) ?
741 query.pq_io_bufsize * 2 : query.pq_io_bufsize)) == NULL) {
745 if (ioctl(prov->pkc_fd, POOL_QUERY, &query) < 0) {
746 free(query.pq_io_buf);
751 query
[all...]
/illumos-gate/usr/src/lib/print/libpapi-lpd/common/
H A Dlpd-port.c609 query(int fd, char *printer, int ac, char **av) function
797 case OP_QUERY: /* send the query string, return the fd */
798 if (query(fd, queue, ac - optind, &av[optind]) < 0)
/illumos-gate/usr/src/cmd/make/include/mksh/
H A Ddefs.h582 struct _Chain *query; member in struct:Line
880 extern Name query;
/illumos-gate/usr/src/lib/libslp/javalib/com/sun/slp/
H A DServerDATable.java152 * URL's as keys, scopes as values) for DAs matching the query.
154 * @param query Query for DA attributes.
157 abstract Hashtable returnMatchingDAs(String query) argument
H A DServiceStoreInMemory.java933 // Evaluate the query by matching the attribute tag and
1938 * returned service URLs will match the service type, scope, query,
1946 * @param query The query, with any escaped characters as yet unprocessed.
1947 * @param locale The locale in which to lowercase query and search.
1956 * during query parsing or if any
1965 String query,
1983 query = query.trim();
1984 len = query
1963 findServices(String serviceType, Vector scopes, String query, Locale locale) argument
[all...]
/illumos-gate/usr/src/lib/libdns_sd/java/com/apple/dnssd/docs/examples/src/
H A DSimpleChat.java170 // Start a record query to obtain IP address from hostname
178 public void queryAnswered( DNSSDService query, int flags, int ifIndex, String fullName, argument
/illumos-gate/usr/src/cmd/dcs/sparc/sun4u/
H A Dri_init.c348 * Initialize rcm handle, memory stats. Cache query result if necessary.
572 * result is cached so the query state can be looked up as we process
635 * Cache query result. Since we are only interested in the
834 * Resource names will be used for the offline query.
870 * just add to offline query page count.
1347 /* Add extra query usage to the ri_client_t */
1648 * If this tuple was cached in the offline query pass, add the
1649 * query state and error string to the ri_client_t.
1677 int query; local
1682 query
[all...]
/illumos-gate/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon_qp.c2407 hermon_qpn_entry_t query; local
2412 * Build a query (for the AVL tree lookup) and attempt to find
2419 query.qpn_indx = qpc->hr_indx;
2422 &query, &where);
2554 hermon_qpn_entry_t *entry, *query; local
2557 query = (hermon_qpn_entry_t *)q;
2559 if (query->qpn_indx < entry->qpn_indx) {
2561 } else if (query->qpn_indx > entry->qpn_indx) {
/illumos-gate/usr/src/uts/i86pc/os/
H A Dlgrpplat.c436 lgrp_mem_query_t query);
824 "!lgrp: failed to query lgrp info for CPU(%d).",
885 "!lgrp: failed to query lgrp info for CPU(%d).",
1128 * Count number of memory pages (_t) based on mnode id (_n) and query type (_t).
1150 * For query of LGRP_MEM_SIZE_FREE, return the number of base pagesize
1151 * pages on freelists. For query of LGRP_MEM_SIZE_AVAIL, return the
1154 * For query of LGRP_MEM_SIZE_INSTALL, return the amount of physical
1158 lgrp_plat_mem_size(lgrp_handle_t plathand, lgrp_mem_query_t query) argument
1167 return (lgrp_plat_mem_size_default(plathand, query));
1173 _LGRP_PLAT_MEM_SIZE(mnode, query, npg
2130 lgrp_plat_mem_size_default(lgrp_handle_t lgrphand, lgrp_mem_query_t query) argument
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/rdist/
H A Dserver.c67 static void query(char *name);
160 query(cp);
733 query(name) function
1260 * Return the following codes to remove query.
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/
H A Dlm_stats.c727 * 2. make last query to hw stats for current link
979 * Allocates physical memory to be used for OCBB statisics query by MFW needed for E3+ only
1497 cur_query_entry = &stats_fw->fw_stats_req->query[LM_STATS_PORT_QUERY_IDX];
1500 /* For port query index is a DONT CARE */
1510 cur_query_entry = &stats_fw->fw_stats_req->query[LM_STATS_PF_QUERY_IDX];
1513 /* For PF query index is a DONT CARE */
1519 /**** Toe query ****/
1523 ASSERT_STATIC(LM_STATS_TOE_IDX<ARRSIZE(stats_fw->fw_stats_req->query));
1524 cur_query_entry = &stats_fw->fw_stats_req->query[LM_STATS_TOE_IDX];
1535 /**** FCoE query ****/
[all...]
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_main.c209 query:
267 goto query;
/illumos-gate/usr/src/cmd/rmvolmgr/
H A Drmm_common.c977 rmm_rescan(LibHalContext *hal_ctx, const char *name, boolean_t query) argument
1037 if (query) {
/illumos-gate/usr/src/cmd/lvm/util/
H A Dmetaset.c41 query, enumerator in enum:metaset_cmd
2379 cmd = query;
2645 /* query for data marks */
2646 if (cmd == query) {
/illumos-gate/usr/src/cmd/krb5/kadmin/cli/
H A Dkadmin.c201 char *princstr = NULL, *keytab_name = NULL, *query = NULL; local
263 query = optarg;
587 return query;

Completed in 1896 milliseconds

1234