Searched defs:hint (Results 1 - 25 of 53) sorted by relevance

123

/illumos-gate/usr/src/lib/efcode/packages/
H A Dmemalloc.c45 void *hint; local
51 hint = (void *)POP(DS);
55 fc_int2cell(align), fc_size2cell(size), fc_ptr2cell(hint), &vaddr);
/illumos-gate/usr/src/uts/common/io/
H A Detheraddr.c31 * This is typically initialized (called with 'hint' nonnull)
38 localetheraddr(struct ether_addr *hint, struct ether_addr *result) argument
45 if (hint == NULL) {
50 addr = *hint;
/illumos-gate/usr/src/uts/common/disp/
H A Dcmt_policy.c114 * 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...]
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/ccache/
H A Dccbase.c270 * Generate a new unique ccache, given a ccache type and a hint
271 * string. Ignores the hint string for now.
277 const char *hint,
274 krb5_cc_new_unique( krb5_context context, const char *type, const char *hint, krb5_ccache *id) argument
/illumos-gate/usr/src/lib/libdhcpagent/common/
H A Ddhcp_stable.c140 * provided as a hint. If that works, we can use a DUID-LLT.
255 * uint32_t: the ifIndex for this link (as a "hint")
261 make_stable_iaid(const char *intf, uint32_t hint) argument
269 return (hint);
289 if (ie.ie_iaid == hint)
290 hint = 0;
296 if (hint != 0)
297 return (hint);
/illumos-gate/usr/src/cmd/picl/plugins/sun4v/mdesc/
H A Dmdescplugin.c106 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)
/illumos-gate/usr/src/uts/common/io/aggr/
H A Daggr_send.c72 #define HASH_HINT(hint) \
73 ((hint) ^ ((hint) >> 24) ^ ((hint) >> 16) ^ ((hint) >> 8))
80 aggr_find_tx_ring(void *arg, mblk_t *mp, uintptr_t hint, mac_ring_handle_t *rh) argument
100 * Use hash as the hint so to direct traffic to
102 * is needed in case hint is 0 to get the most
106 if (hint == 0) {
110 hash = hint;
[all...]
/illumos-gate/usr/src/lib/libtnfprobe/
H A Dtnf_buf.c150 * 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 !
[all...]
/illumos-gate/usr/src/cmd/sendmail/aux/
H A Deditmap.c293 char *hint; local
296 (hint = smdb_db_definition(typename)) != NULL)
299 progname, hint, typename);
H A Dmakemap.c327 char *hint; local
330 (hint = smdb_db_definition(typename)) != NULL)
333 progname, hint, typename);
/illumos-gate/usr/src/uts/common/os/
H A Dddi_hp_impl.c416 * Generate the system event with a possible hint
421 ddi_hp_cn_sysevent_t event_sub_class, int hint, int kmflag)
484 switch (hint) {
489 SE_HINT2STR(hint));
502 cmn_err(CE_WARN, "%s%d: Unknown hint on sysevent\n",
514 switch (hint) {
519 SE_REQ2STR(hint));
533 cmn_err(CE_WARN, "%s%d: Unknown hint on sysevent\n",
420 ddihp_cn_gen_sysevent(ddi_hp_cn_handle_t *hdlp, ddi_hp_cn_sysevent_t event_sub_class, int hint, int kmflag) argument
/illumos-gate/usr/src/uts/sun4v/os/
H A Dppage.c124 * hint which when masked yields an offset into a virtual cache
131 * NOTE: For sun4 platforms the meaning of the hint argument is opposite from
132 * that found in other architectures. In other architectures the hint
137 * to worry about virtual cache trashing. Actually, by using the hint to choose
143 ppmapin(page_t *pp, uint_t vprot, caddr_t hint) argument
/illumos-gate/usr/src/uts/sun4u/os/
H A Dppage.c138 * hint which when masked yields an offset into a virtual cache
145 * NOTE: For sun4 platforms the meaning of the hint argument is opposite from
146 * that found in other architectures. In other architectures the hint
151 * to worry about virtual cache trashing. Actually, by using the hint to choose
156 ppmapin(page_t *pp, uint_t vprot, caddr_t hint) argument
167 if ((intptr_t)hint != -1L) {
168 color = addr_to_vcolor(hint);
/illumos-gate/usr/src/cmd/kvmstat/
H A Dkvmstat.c49 int ksf_hint; /* index hint for field in kstat */
271 int hint = field->ksf_hint; local
276 if (hint < 0 || hint >= ksp->ks_ndata ||
277 strcmp(field->ksf_name, nm[hint].name) != 0) {
278 hint = kstat_field_hint(ksp, field);
281 ksi->ksi_data[ksi->ksi_gen][i] = nm[hint].value.ui64;
/illumos-gate/usr/src/cmd/syseventd/daemons/syseventconfd/
H A Dsyseventconfd.c513 init_arglist(int hint) argument
522 arglist->arg_hint = hint;
/illumos-gate/usr/src/cmd/latencytop/common/
H A Ddisplay.c537 * Update hint string at the bottom line. The message to print is stored in
538 * hint. If hint is NULL, the function will display its own message.
541 print_hint(const char *hint) argument
562 if (hint == NULL) {
567 hint = HINTS[index];
578 (void) mvwprintw(hintbar, 0, (screen_width - strlen(hint)) / 2,
579 "%s", hint);
871 * Check if we need to update the hint line whenever we
/illumos-gate/usr/src/cmd/syseventadm/
H A Dsyseventadm.c1000 * Allocate a dynamic string, with a hint to indicate how
1006 initstr(int hint) argument
1014 str->s_hint = hint;
/illumos-gate/usr/src/uts/common/avs/ns/sdbc/
H A Dsd_misc.c735 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;
/illumos-gate/usr/src/uts/i86pc/io/
H A Dimmu_qinv.c165 uint64_t addr, uint_t am, uint_t hint, tlb_inv_g_t type);
236 uint64_t addr, uint_t am, uint_t hint, tlb_inv_g_t type)
256 dsc.hi = IOTLB_INV_DSC_HIGH(addr, hint, am);
605 uint64_t dvma, uint_t count, uint_t hint, immu_inv_wait_t *iwp)
618 dvma, am, hint, TLB_INV_G_PAGE);
625 dvma, 0, hint, TLB_INV_G_DOMAIN);
631 0, hint, TLB_INV_G_DOMAIN);
235 qinv_iotlb_common(immu_t *immu, uint_t domain_id, uint64_t addr, uint_t am, uint_t hint, tlb_inv_g_t type) argument
604 immu_qinv_iotlb_psi(immu_t *immu, uint_t domain_id, uint64_t dvma, uint_t count, uint_t hint, immu_inv_wait_t *iwp) argument
H A Dimmu_regs.c98 uint64_t addr, uint_t am, uint_t hint, immu_iotlb_inv_t type)
127 iva = addr | am | TLB_IVA_HINT(hint);
156 uint_t hint, immu_inv_wait_t *iwp)
196 iotlb_flush(immu, did, dvma, am, hint, IOTLB_PSI);
97 iotlb_flush(immu_t *immu, uint_t domain_id, uint64_t addr, uint_t am, uint_t hint, immu_iotlb_inv_t type) argument
155 immu_regs_iotlb_psi(immu_t *immu, uint_t did, uint64_t dvma, uint_t snpages, uint_t hint, immu_inv_wait_t *iwp) argument
/illumos-gate/usr/src/uts/common/io/pciex/hotplug/
H A Dpcie_hp.c1200 pcie_hp_gen_sysevent_req(char *slot_name, int hint, argument
1243 switch (hint) {
1250 SE_REQ2STR(hint));
1264 cmn_err(CE_WARN, "%s%d: Unknown hint on sysevent",
H A Dpciehpc.c2038 int hint; local
2048 hint = SE_INCOMING_RES;
2053 hint = SE_OUTGOING_RES;
2062 hint,
H A Dpcishpc.c1729 int hint; local
1748 hint = SE_INCOMING_RES;
1753 hint = SE_OUTGOING_RES;
1757 hint,
/illumos-gate/usr/src/uts/sun4u/serengeti/io/
H A Dssm.c99 ssm_generate_event(int node, int board, int hint);
882 int hint = SE_NO_HINT; local
887 hint = SE_HINT_INSERT;
890 hint = SE_HINT_REMOVE;
895 hint);
946 ssm_generate_event(int node, int board, int hint) argument
976 * Add the hint
979 evnt_val.value.sv_string = SE_HINT2STR(hint);
1015 int hint; local
1036 hint
[all...]
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/os/
H A Dlocate_kdc.c273 struct addrinfo *addrs, *a, *anext, hint; local
282 memset(&hint, 0, sizeof(hint));
283 hint.ai_family = family;
284 hint.ai_socktype = socktype;
286 hint.ai_flags = AI_NUMERICSERV;
290 err = getaddrinfo (hostname, portbuf, &hint, &addrs);
308 hint.ai_family = AF_INET;
309 err = getaddrinfo (hostname, secportbuf, &hint, &addrs);

Completed in 138 milliseconds

123