Searched refs:query (Results 1 - 25 of 89) sorted by last modified time

1234

/illumos-gate/usr/src/uts/common/io/iwn/
H A Dif_iwnreg.h1426 uint32_t query; member in struct:iwn_tx_stats
/illumos-gate/usr/src/cmd/make/bin/
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...]
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 Dmisc.cc618 query = GETNAME(wcs_buffer, FIND_LENGTH);
/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...]
H A DmDNSEmbeddedAPI.h165 kDNSQClass_ANY = 255, // Not a DNS class, but a DNS query class, meaning "all classes"
237 kDNSQType_ANY // Not a DNS type, but a DNS query type, meaning "all types"
425 // Most records have a TTL of 75 minutes, so that their 80% cache-renewal query occurs once per hour.
681 // -- We use a random delay on responses to reduce collisions when all the hosts respond to the same query
691 // -- Responses may be sent immediately, because only one host should be responding to any particular query
1369 mDNSu32 teststate; // Have we sent bug-detection query to this server?
1370 mDNSs32 lasttest; // Time we sent last bug-detection query to this server
1377 mDNSBool req_A; // If set, send v4 query (DNSConfig allows A queries)
1378 mDNSBool req_AAAA; // If set, send v6 query (DNSConfig allows AAAA queries)
1517 mDNSu8 AllowRemoteQuery; // Set if we allow hosts not on the local link to query thi
[all...]
/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/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/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/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...]
/illumos-gate/usr/src/lib/libdns_sd/java/com/apple/dnssd/
H A DQueryListener.java26 /** Called when a record query has been completed. Inspect flags
27 parameter to determine nature of query event.<P>
29 @param query
30 The active query object.
38 The interface on which the query was resolved. (The index for a given
56 void queryAnswered( DNSSDService query, int flags, int ifIndex, String fullName, argument
/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
H A DSwingQueryListener.java62 public void queryAnswered( DNSSDService query, int flags, int ifIndex, String fullName, argument
65 fQuery = query;
/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/cmd/make/lib/mksh/
H A Dglobals.cc104 Name query; variable
H A Dmacro.cc255 * query The Name "?", compared against
610 if (name == query) {
/illumos-gate/usr/src/lib/libnisdb/
H A Dldap_nisdbquery.c580 * There's a twist here: the input query
690 db_query **query = 0; local
819 newq = realloc(query, ntq * sizeof (query[0]));
824 myself, ntq * sizeof (query[0]));
827 freeQueries(query, nq);
833 query = newq;
848 query[(nq*i)+j] = cloneQuery(query[j],
850 if (query[(n
[all...]
H A Dnis_db.cc349 db_query *query = NULL; local
352 query = InUseDictionary->translate_to_query(tbl,
354 if (query == NULL)
358 res = dbase->execute(DB_FIRST, query, NULL, NULL);
359 if (query) delete query;
423 db_query *query; local
424 query = InUseDictionary->translate_to_query(tbl,
426 if (query == NULL)
429 res = dbase->execute(DB_LOOKUP, query,
506 db_query *query; local
775 db_query *query; local
1605 query = InUseDictionary->translate_to_query(tbl, local
1661 db_query *query; local
[all...]
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/include/
H A Dlm_stats.h504 struct stats_query_entry query[STATS_QUERY_CMD_COUNT]; member in struct:_lm_stats_fw_stats_req_t
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/
H A Decore_sp_verbs.c1965 struct ecore_exeq_elem query, *pos; local
1969 mm_memcpy(&query, elem, sizeof(query));
1973 query.cmd_data.vlan_mac.cmd = ECORE_VLAN_MAC_DEL;
1976 query.cmd_data.vlan_mac.cmd = ECORE_VLAN_MAC_ADD;
1984 pos = exeq->get(exeq, &query);
1990 if ((query.cmd_data.vlan_mac.cmd ==
/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/uts/common/io/bnxe/577xx/drivers/common/lm/fw/
H A D5710_hsi.h8790 struct stats_query_entry query[STATS_QUERY_CMD_COUNT]; member in struct:stats_query_cmd_group
8809 * Types of statistcis query entry
9699 * Eth statistics query structure for the eth_stats_query ramrod
/illumos-gate/usr/src/uts/common/os/
H A Dlgrp.c3878 lgrp_mem_size(lgrp_id_t lgrpid, lgrp_mem_query_t query) argument
3888 return (lgrp_plat_mem_size(lgrp->lgrp_plathand, query));
/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/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) {

Completed in 2477 milliseconds

1234