Searched refs:query (Results 1 - 25 of 89) sorted by path

1234

/illumos-gate/usr/src/cmd/backup/dump/
H A Ddump.h300 extern int query(char *);
426 extern int query();
H A Ddumponline.c262 if (!query(gettext(
H A Ddumpoptr.c47 query(question) function
226 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/cmd/cmd-inet/usr.bin/pppd/
H A Dasppp2pppd143 local ($query, $default) = @_;
149 print $query, " [", $defans, "]? ";
/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/cmd/cmd-inet/usr.bin/
H A Dwhois.c155 * from the query. If the TLD is a number, query ARIN. Otherwise, use
256 whois(const char *query, const char *hostname, int flags) argument
289 (void) fprintf(sfo, "-T dn,ace -C US-ASCII %s\r\n", query);
291 (void) fprintf(sfo, "--show-handles %s\r\n", query);
293 (void) fprintf(sfo, "%s\r\n", query);
340 whois(query, nhost, 0);
/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/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/fm/modules/common/fabric-xlate/
H A Dfx_subr.c230 fab_xpath_query(fmd_hdl_t *hdl, const char *query) argument
236 fmd_hdl_debug(hdl, "xpathObj query %s\n", query);
238 xpathObj = xmlXPathEvalExpression((const xmlChar *)query,
250 fmd_hdl_debug(hdl, "query result: %s\n", temp);
270 char *query; local
273 query = fmd_hdl_alloc(hdl, len, FMD_SLEEP);
274 (void) snprintf(query, len, "//propval[@name='resource' and contains("
279 *dev_path = fab_xpath_query(hdl, query);
281 fmd_hdl_free(hdl, query, le
354 char query[500]; local
398 char query[500]; local
510 char query[500]; local
581 char query[500]; local
630 char query[500]; local
870 char query[500]; local
892 char query[600]; local
[all...]
/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;
/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/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/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/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/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/cmd/mdb/common/mdb/
H A Dmdb_main.c209 query:
267 goto query;
/illumos-gate/usr/src/cmd/print/printmgr/com/sun/admin/pm/client/
H A DpmHelpIndexPanel.java63 pmUtility.getResource("type.your.query.below..."));
129 // queryPanel.query.requestFocus();
296 JTextField query; field in class:pmHelpIndexQueryPanel
327 query = new JTextField();
328 query.setEditable(true);
329 query.setText("");
331 promptLabel.setLabelFor(query);
333 query.addActionListener(new ActionListener() {
346 this.add(query, c);
354 handleText(query
[all...]
H A DpmHelpSearchPanel.java141 // queryPanel.query.requestFocus();
299 JTextField query; field in class:pmHelpSearchQueryPanel
340 String s = query.getText();
365 query = new JTextField();
366 query.setEditable(true);
367 query.setText(" ");
369 promptLabel.setLabelFor(query);
371 query.addActionListener(new ActionListener() {
378 query.getDocument().addDocumentListener(new DocumentListener() {
400 if (query
[all...]

Completed in 715 milliseconds

1234