Searched refs:query (Results 26 - 50 of 89) sorted by relevance

1234

/illumos-gate/usr/src/lib/libslp/javalib/com/sun/slp/
H A DUARequester.java143 * the query. The services are returned from the locale of the
148 * @param query A string with the SLP query.
158 findServices(ServiceType type, Vector scopes, String query) argument
163 Assert.nonNullParameter(query, "query");
169 query,
450 // Get query. If an attribute request, then the user
453 String query = "";
456 query
[all...]
H A DServiceStore.java288 * returned service URLs will match the service type, scope, query,
296 * @param query The query, with any escaped characters as yet unprocessed.
297 * @param locale The locale in which to lowercase query and search.
306 * during query parsing or if any
314 String query,
361 * @return A Vector of ServiceLocationAttribute objects matching the query.
312 findServices(String serviceType, Vector scopes, String query, Locale locale) argument
H A DParser.java41 * The Parser class implements LDAP query parsing for ServiceStoreInMemory.
82 * The QueryEvaluator interface evaluates a term in a query, given
86 * class to perform query parsing must provide this.
94 * Evaluate the query, storing away the services that match.
117 * Parse a query and incrementally evaluate.
121 * @param query The query. Escapes have not yet been processed.
123 * @param locale Locale in which to interpret query strings.
128 parseAndEvaluateQuery(String query, argument
136 StreamTokenizer tk = new StreamTokenizer(new StringReader(query));
[all...]
H A DSunServerDATable.java250 String query = "(" + ADDRESS_ID + "=" + address.getHostAddress() + ")";
261 Hashtable das = returnMatchingDAs(query);
287 * URL's as keys, scopes as values) for DAs matching the query.
289 * @param query Query for DA attributes.
292 public synchronized Hashtable returnMatchingDAs(String query) argument
296 // Get DA records matching the query.
303 query,
329 // Formulate a query for the DAs.
H A DServiceTable.java951 String query = req.query;
971 query,
1009 query,
1026 query,
1348 String query = rqst.query;
1363 ServerDATable.getServerDATable().returnMatchingDAs(query);
1464 String query = rqst.query;
[all...]
/illumos-gate/usr/src/lib/libshell/common/tests/
H A Dcoprocess.sh267 [[ $got == $exp ]] || err_exit "main coprocess main query failed -- expected $exp, got '$got'"
278 [[ $got == $exp ]] || err_exit "main coprocess subshell query failed -- expected $exp, got '$got'"
294 [[ $got == $exp ]] || err_exit "subshell coprocess main query failed -- expected $exp, got '$got'"
308 [[ $got == $exp ]] || err_exit "subshell coprocess subshell query failed -- expected $exp, got '$got'"
/illumos-gate/usr/src/cmd/make/lib/mksh/
H A Dglobals.cc104 Name query; variable
/illumos-gate/usr/src/lib/libsasl/lib/
H A Dcheckpw.c504 char query[8192]; local
505 char *query_end = query;
543 if (u_len + p_len + s_len + r_len + 30 > (unsigned short) sizeof(query)) {
578 arg.data_ptr = query;
579 arg.data_size = query_end - query;
620 iov[0].iov_len = query_end - query;
621 iov[0].iov_base = query;
/illumos-gate/usr/src/uts/common/io/
H A Ddevpool.c53 * snapshots of the current configuration and change/query pool bindings.
210 pool_query_t query; local
284 query.pq_io_bufsize = query32.pq_io_bufsize;
285 query.pq_io_buf = (char *)(uintptr_t)query32.pq_io_buf;
290 if (ddi_copyin((void *)arg, &query,
312 } else if (query.pq_io_bufsize != 0) {
313 kbufsz = query.pq_io_bufsize;
335 query.pq_io_bufsize = size;
336 if (ddi_copyout(&query, (void *)arg,
340 if (ret == 0 && query
[all...]
H A Ddcopy.c271 dcopy_query(dcopy_query_t *query) argument
273 query->dq_version = DCOPY_QUERY_V0;
274 query->dq_num_channels = dcopy_statep->d_globalchan_list.dl_cnt;
376 dcopy_query_channel(dcopy_handle_t channel, dcopy_query_channel_t *query) argument
378 *query = channel->ch_info;
/illumos-gate/usr/src/cmd/sendmail/aux/
H A Deditmap.c82 bool query = false; local
150 query = true;
188 (query && argc != 3) ||
275 if (query)
322 if (query)
/illumos-gate/usr/src/lib/libslp/clib/
H A Dslp_targets.c148 char *query, *reply; local
194 if (!(query = malloc(strlen(scopes) -
208 format_query(query, scopes);
210 if ((err = slp_find_das(query, &reply)) != SLP_OK &&
216 free(query);
219 free(query);
/illumos-gate/usr/src/lib/print/libpapi-lpd/
H A DMakefile.com29 OBJECTS = job.o library.o lpd-cancel.o lpd-job.o lpd-query.o printer.o \
/illumos-gate/usr/src/lib/libcmd/common/
H A Dgrep.c165 unsigned char query; /* return status but no output */ member in struct:State_s
329 if (state->query || state->list)
396 if (state->query || state->list)
417 if (state->query || state->list)
542 if (!state->query)
574 if (state->query)
577 if (!state->query)
754 state.query = 1;
797 if (state.count || state.list || state.query || (state.options & REG_INVERT))
823 if (state.query
[all...]
/illumos-gate/usr/src/cmd/refer/
H A Drefer2.c49 int stat, nf, nr, query = 0, alph, digs; local
55 while (input(line)) { /* get query */
64 query = 1;
65 strcat(query ? dbuff : buff, line);
67 err(gettext("query too long (%d)"), strlen(buff));
109 if (buff[0]) { /* do not search if no query */
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/mdnsd/
H A DmDNS.c109 // Defined to set the kDNSQClass_UnicastResponse bit in the first four query packets.
110 // else, it's just set it the first query.
114 // RequestUnicast value set to a value one greater than the number of times you want the query
483 // Right now we just stop and re-use the existing query. If we really wanted to be 100% perfect,
484 // and track CNAMEs coming and going, we should really create a subordinate query here,
516 mDNS_StopQuery_internal(m, q); // Stop old query
519 // If a unicast query results in a CNAME that points to a .local, we need to re-try
521 // to try this as unicast query even though it is a .local name
528 mDNS_StartQuery_internal(m, q); // start new query
719 // We adjust the 100 second TTL to 127. This means that when we do our 80% query a
2978 BuildQuestion(mDNS *const m, const NetworkInterfaceInfo *intf, DNSMessage *query, mDNSu8 **queryptr, DNSQuestion *q, CacheRecord ***kalistptrptr, mDNSu32 *answerforecast) argument
6868 GenerateUnicastResponse(const DNSMessage *const query, const mDNSu8 *const end, const mDNSInterfaceID InterfaceID, mDNSBool LegacyQuery, DNSMessage *const response, AuthRecord *ResponseRecords) argument
7047 ResolveSimultaneousProbe(mDNS *const m, const DNSMessage *const query, const mDNSu8 *const end, DNSQuestion *q, AuthRecord *our) argument
7219 ProcessQuery(mDNS *const m, const DNSMessage *const query, const mDNSu8 *const end, const mDNSAddr *srcaddr, const mDNSInterfaceID InterfaceID, mDNSBool LegacyQuery, mDNSBool QueryWasMulticast, mDNSBool QueryWasLocalUnicast, DNSMessage *const response) argument
12121 ServiceInfoQuery *query = (ServiceInfoQuery *)question->QuestionContext; local
12182 ServiceInfoQuery *query = (ServiceInfoQuery *)question->QuestionContext; local
12207 ServiceInfoQuery *query = (ServiceInfoQuery *)question->QuestionContext; local
12249 mDNS_StartResolveService(mDNS *const m, ServiceInfoQuery *query, ServiceInfo *info, mDNSServiceInfoQueryCallback *Callback, void *Context) argument
[all...]
/illumos-gate/usr/src/uts/common/xen/os/
H A Dgnttab.c125 struct gnttab_query_size query; local
128 query.dom = DOMID_SELF;
130 rc = HYPERVISOR_grant_table_op(GNTTABOP_query_size, &query, 1);
131 if ((rc < 0) || (query.status != GNTST_okay))
134 ASSERT(query.max_nr_frames);
135 return (query.max_nr_frames);
/illumos-gate/usr/src/lib/libipmp/common/
H A Dipmp_query.c26 * IPMP query interfaces (see PSARC/2002/615 and PSARC/2007/272).
59 * Using `statep', send a query request for `type' to in.mpathd, and if
61 * error code. If successful, the caller may then read additional query
63 * ipmp_querydone() to complete the query operation. Only one query may be
70 mi_query_t query; local
74 query.miq_command = MI_QUERY;
75 query.miq_inforeq = type;
79 (void) strlcpy(query.miq_grname, name, LIFGRNAMSIZ);
80 query
[all...]
/illumos-gate/usr/src/uts/intel/io/acpica/
H A Dacpica_ec.c263 outb(ec.ec_sc, EC_QR); /* output a query command */
353 int query;
358 query = ec_query();
359 if (query < 0)
362 (void) snprintf(query_str, 5, "_Q%02X", (uint8_t)query);
/illumos-gate/usr/src/cmd/make/bin/
H A Dimplicit.cc66 extern void add_target_to_chain(Name target, Chain * query);
447 add_target_to_chain(source, &(line->body.line.query));
1044 /* free query chain if one exist */
1045 while(line->body.line.query != NULL) {
1046 Chain to_free = line->body.line.query;
1047 line->body.line.query = line->body.line.query->next;
1094 add_target_to_chain(depe->name, &(line->body.line.query));
1447 add_target_to_chain(Name target, Chain * query) argument
1453 for (query_tail = query; *query_tai
[all...]
H A Ddoname.cc495 if (line->body.line.query != NULL) {
496 delete_query_chain(line->body.line.query);
498 line->body.line.query = out_of_date_list;
741 if (line->body.line.query != NULL) {
742 delete_query_chain(line->body.line.query);
744 line->body.line.query = NULL;
762 if (line->body.line.query != NULL) {
763 delete_query_chain(line->body.line.query);
765 line->body.line.query = NULL;
821 if (line->body.line.query !
[all...]
/illumos-gate/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon_umap.c94 static int hermon_umap_db_compare(const void *query, const void *entry);
1890 hermon_umap_db_query_t query; local
1906 query.hqdb_common = umapdb->hdbe_common;
1907 query.hqdb_flags = 0;
1908 (void) avl_find(&hermon_userland_rsrc_db.hdl_umapdb_avl, &query,
1947 hermon_umap_db_query_t query; local
1958 query.hqdb_flags = flags;
1959 query.hqdb_common.hdb_key = key;
1960 query.hqdb_common.hdb_type = type;
1961 query
[all...]
/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);
1542 tavor_umap_db_query_t query; local
1560 query.tqdb_common = umapdb->tdbe_common;
1561 query.tqdb_flags = 0;
1562 (void) avl_find(&tavor_userland_rsrc_db.tdl_umapdb_avl, &query,
1606 tavor_umap_db_query_t query; local
1619 query.tqdb_flags = flags;
1620 query.tqdb_common.tdb_key = key;
1621 query.tqdb_common.tdb_type = type;
1622 query
[all...]
/illumos-gate/usr/src/cmd/eject/
H A Deject.c65 static boolean_t query(char *, boolean_t);
82 * returns exit codes: (KEEP THESE - especially important for query)
275 if (!query(name, B_TRUE)) {
300 gettext("\t\t-q query for media present\n"));
549 query(char *name, boolean_t doprint) function
/illumos-gate/usr/src/cmd/krb5/kadmin/kclient/
H A Dkclient.sh334 function query { function
614 query "$(gettext "Do you have multiple DNS domains spanning the Kerberos realm") $realm ?"
1138 query "$(gettext "Do you want the client to join a new domain") ?"
1296 query "$(gettext "Do you wish to recreate this computer account") ?"
1306 query "$(gettext "Would you like to delete any sub-object found for this computer account") ?"
1737 query "$(gettext "Is this a client of a non-Solaris KDC") ?"
1799 query "$(gettext "Do you want to use DNS for kerberos lookups") ?"
1840 query "$(gettext "Do you have any slave KDC(s)") ?"
1853 query "$(gettext "Will this client need service keys") ?"
1864 query "
[all...]

Completed in 2596 milliseconds

1234