HomeSort by relevance Sort by last modified time
    Searched defs:hint (Results 1 - 25 of 33) sorted by null

1 2

  /onnv/onnv-gate/usr/src/lib/efcode/packages/
memalloc.c 45 void *hint; local
51 hint = (void *)POP(DS);
55 fc_int2cell(align), fc_size2cell(size), fc_ptr2cell(hint), &vaddr);
  /onnv/onnv-gate/usr/src/uts/common/disp/
cmt_policy.c 114 * cp is a hint CPU, against which CMT load balancing will be performed.
122 int hint, i, cpu, nsiblings; local
162 hint = CPU_PSEUDO_RANDOM() % nsiblings;
166 * "hint" is a hint for where to start looking
168 i = hint;
187 } while (i != hint);
214 hint = CPU_PSEUDO_RANDOM() % tgt_size;
215 cpu = hint;
225 } while (cpu != hint);
    [all...]
  /onnv/onnv-gate/usr/src/cmd/picl/plugins/sun4v/mdesc/
mdescplugin.c 106 char *hint; local
132 if (nvlist_lookup_string(nvlp, PICLEVENTARG_HINT, &hint)) {
145 if (strcmp(hint, DR_HINT_INSERT) == 0)
147 else if (strcmp(hint, DR_HINT_REMOVE) == 0)
  /onnv/onnv-gate/usr/src/cmd/sendmail/aux/
editmap.c 293 char *hint; local
296 (hint = smdb_db_definition(typename)) != NULL)
299 progname, hint, typename);
makemap.c 327 char *hint; local
330 (hint = smdb_db_definition(typename)) != NULL)
333 progname, hint, typename);
  /onnv/onnv-gate/usr/src/lib/libslp/javalib/com/sun/slp/
ServiceLocationManager.java 327 // Get type hint if any.
329 Vector hint = config.getTypeHint(); local
334 int i, n = hint.size();
340 buf.append(hint.elementAt(i).toString());
SLPConfig.java 791 // Type hint
794 // Return a vector of ServiceType objects for the type hint.
797 Vector hint = new Vector(); local
801 return hint;
805 // Create a vector of ServiceType objects for the type hint.
809 hint = SrvLocHeader.parseCommaSeparatedListIn(sTypeList, true);
811 int i, n = hint.size();
814 String type = (String)hint.elementAt(i);
816 hint.setElementAt(new ServiceType(type), i);
824 hint.removeAllElements()
    [all...]
  /onnv/onnv-gate/usr/src/lib/libtnfprobe/
tnf_buf.c 150 * first. fh->next_tag_alloc is only a hint; it is updated
189 fprintf(stderr, "alloc_block (%d): read hint (%d, %d)\n",
265 * Read the hint one more time, only update it if we'll be increasing
289 fprintf(stderr, "alloc_block (%d): wrote hint (%d, %d)\n",
405 fprintf(stderr, "alloc hint initialized to (%d, %d, %d)\n",
427 mutex_init(&hintlock, "tnf buffer hint lock", MUTEX_SPIN_DEFAULT,
696 uint_t *hint = (uint_t *)((uintptr_t)fh + fh->next_fw_alloc); local
709 sprintf(tmp_buf, "tnfw_b_vw_alloc: (1)hint=%p\n", hint);
713 while ((uintptr_t)hint != (uintptr_t)zone_end)
    [all...]
  /onnv/onnv-gate/usr/src/uts/sun4u/serengeti/io/
ssm.c 96 ssm_generate_event(int node, int board, int hint);
879 int hint = SE_NO_HINT; local
884 hint = SE_HINT_INSERT;
887 hint = SE_HINT_REMOVE;
891 ssm_generate_event(softsp->ssm_nodeid, slot, hint);
942 ssm_generate_event(int node, int board, int hint)
972 * Add the hint
975 evnt_val.value.sv_string = SE_HINT2STR(hint);
1011 int hint; local
1032 hint = SE_HINT_REMOVE
    [all...]
  /onnv/onnv-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/os/
locate_kdc.c 247 struct addrinfo *addrs, *a, *anext, hint; local
256 memset(&hint, 0, sizeof(hint));
257 hint.ai_family = family;
258 hint.ai_socktype = socktype;
260 hint.ai_flags = AI_NUMERICSERV;
264 err = getaddrinfo (hostname, portbuf, &hint, &addrs);
282 hint.ai_family = AF_INET;
283 err = getaddrinfo (hostname, secportbuf, &hint, &addrs);
  /onnv/onnv-gate/usr/src/uts/common/os/
devid_cache.c 407 char hint[DEVID_HINT_SIZE + 1]; local
416 /* Make a copy of the driver hint */
417 bcopy(id->did_driver, hint, i);
418 hint[i] = '\0';
420 /* search for the devid using the hint driver */
421 hint_major = ddi_name_to_major(hint);
  /onnv/onnv-gate/usr/src/uts/sun4u/lw8/io/
lw8.c 546 int hint; local
573 hint = SE_HINT_REMOVE;
576 hint = SE_HINT_INSERT;
579 hint = SE_NO_HINT;
602 * Add the hint
605 evnt_val.value.sv_string = SE_HINT2STR(hint);
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/io/pciex/hotplug/
pciehpc.c 2046 int hint; local
    [all...]
pcishpc.c 1732 int hint; local
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/avs/ns/sdbc/
sd_misc.c 735 args->arg1 = args32.arg1; /* hint */
746 args->arg0 = args32.arg0; /* hint */
1054 uint_t hint; local
1059 if ((rc = _sd_get_cd_hint((int)args.arg0, &hint)) == 0)
1060 *rvp = hint;
1074 uint_t hint; local
1075 if ((rc = _sd_get_node_hint(&hint)) == 0)
1076 *rvp = hint;
    [all...]
  /onnv/onnv-gate/usr/src/cmd/avs/sdbc/
scmadm.c 159 gettext("%s: get cd(%d) hint failed\n"), progname, cd);
312 /* Node hint */
339 /* Node hint */
831 gettext("%s: persistent hint for %s"
841 save_hint(int cd, int hint, int flag)
850 if (hint != NSC_WRTHRU && hint != NSC_NOCACHE)
890 if (hint == NSC_WRTHRU)
904 else if (hint == NSC_WRTHRU)
938 int hint; local
1781 int hint; local
    [all...]
  /onnv/onnv-gate/usr/src/cmd/sgs/libld/common/
files.c 1330 const char *hint, *iflb, *siflb; local
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/rpc/
svc.c 123 * If there is none we take a hint from the pool's `xprt-ready' queue.
147 * case we try the next hint. The `xprt-ready' queue has fixed size (by
910 * a hint for svc_poll() which transport has a pending request.
937 /* Insert a hint and move pool->p_qtop */
943 * Called from svc_poll() to get a hint which transport has a
971 /* Get a hint and move pool->p_qend */
1912 SVCMASTERXPRT *hint; local
    [all...]
  /onnv/onnv-gate/usr/src/cmd/ntfsprogs/
ntfsresize.c 1252 int hint)
1264 if (hint)
1533 int hint; local
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/io/audio/impl/
audio_oss.c 1074 * are nothing more than a "hint" and not to be relied upon
1084 int hint = *policy; local
1085 if ((hint >= 2) && (hint <= 10)) {
1086 auclnt_set_latency(auclnt_input_stream(c), hint, 0); local
1087 auclnt_set_latency(auclnt_output_stream(c), hint, 0); local
    [all...]
  /onnv/onnv-gate/usr/src/lib/libshell/common/sh/
io.c 120 getaddrinfo(const char* node, const char* service, const struct addrinfo* hint, struct addrinfo **addr)
143 if (hint)
144 switch (hint->ai_socktype)
147 switch (hint->ai_protocol)
178 if (hint)
179 *ap = *hint;
213 struct addrinfo hint; local
217 memset(&hint, 0, sizeof(hint));
218 hint.ai_family = PF_UNSPEC
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/io/hotplug/pcihp/
pcihp.c 2321 int hint; local
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/io/mac/
mac_sched.c 166 * or flow specific workload hint that can be set using dladm
319 #define TX_SRS_TO_SOFT_RING(mac_srs, head, hint) { \
321 hash = HASH_HINT(hint); \
369 * b_prev may be set to the fanout hint \
448 * 'hint' is fanout_hint (type of uint64_t) which is given by the TCP/IP stack,
451 #define HASH_HINT(hint) (((hint) << 17) | ((hint) >> 16))
3090 uint64_t hint; local
    [all...]
  /onnv/onnv-gate/usr/src/cmd/picl/plugins/sun4u/lw8/frutree/
piclfrutree.c 504 * Recursively call this function based on has_children hint
2157 char *hint; local
    [all...]
  /onnv/onnv-gate/usr/src/cmd/picl/plugins/sun4u/mpxu/frudr/
piclfrudr.c 1416 char *hint; local
    [all...]

Completed in 1800 milliseconds

1 2