Home
last modified time | relevance | path

Searched refs:pii (Results 1 – 8 of 8) sorted by relevance

/titanic_41/usr/src/cmd/cmd-inet/usr.lib/in.mpathd/
H A Dmpd_probe.c63 static void incoming_echo_reply(struct phyint_instance *pii,
65 static void incoming_rtt_reply(struct phyint_instance *pii,
67 static void incoming_mcast_reply(struct phyint_instance *pii,
71 static boolean_t check_pii_crtt_improved(struct phyint_instance *pii);
72 static boolean_t check_exception_target(struct phyint_instance *pii,
74 static void probe_fail_info(struct phyint_instance *pii,
76 static void probe_success_info(struct phyint_instance *pii,
215 probe(struct phyint_instance *pii, uint_t probe_type, hrtime_t start_hrtime) in probe() argument
227 logdebug("probe(%s %s %d %lld)\n", AF_STR(pii->pii_af), in probe()
228 pii->pii_name, probe_type, start_hrtime); in probe()
[all …]
H A Dmpd_tables.c43 static void phyint_inst_insert(struct phyint_instance *pii);
44 static void phyint_inst_print(struct phyint_instance *pii);
51 static void logint_insert(struct phyint_instance *pii, struct logint *li);
52 static struct logint *logint_lookup(struct phyint_instance *pii, char *li_name);
55 static void target_insert(struct phyint_instance *pii, struct target *tg);
56 static struct target *target_first(struct phyint_instance *pii);
57 static struct target *target_select_best(struct phyint_instance *pii);
60 static void reset_pii_probes(struct phyint_instance *pii, struct target *tg);
62 static boolean_t phyint_inst_v6_sockinit(struct phyint_instance *pii);
63 static boolean_t phyint_inst_v4_sockinit(struct phyint_instance *pii);
[all …]
H A Dmpd_main.c65 static void check_if_removed(struct phyint_instance *pii);
191 struct phyint_instance *pii; in pii_process() local
197 pii = phyint_inst_lookup(af, name); in pii_process()
198 if (pii == NULL) { in pii_process()
203 pii = phyint_inst_init_from_k(af, name); in pii_process()
206 err = phyint_inst_update_from_k(pii); in pii_process()
211 pii->pii_in_use = 1; in pii_process()
221 pii_other = phyint_inst_other(pii); in pii_process()
224 phyint_inst_delete(pii); in pii_process()
225 pii = phyint_inst_init_from_k(af, name); in pii_process()
[all …]
H A Dmpd_tables.h85 #define PROBE_ENABLED(pii) \ argument
86 (((pii) != NULL) && ((pii)->pii_probe_sock != -1) && \
87 ((pii)->pii_probe_logint != NULL) && \
88 (((pii)->pii_probe_logint->li_dupaddr == 0)))
90 #define PROBE_CAPABLE(pii) \ argument
91 (PROBE_ENABLED(pii) && ((pii)->pii_ntargets != 0))
415 extern struct phyint_instance *phyint_inst_other(struct phyint_instance *pii);
416 extern int phyint_inst_update_from_k(struct phyint_instance *pii);
417 extern void phyint_inst_delete(struct phyint_instance *pii);
418 extern uint_t phyint_inst_timer(struct phyint_instance *pii);
[all …]
/titanic_41/usr/src/cmd/ptools/ppriv/
H A Dppriv.c236 priv_info_uint_t *pii; in look() local
241 pii = (priv_info_uint_t *)x; in look()
243 flags2str(pii->val); in look()
492 priv_info_uint_t *pii; in privupdate() local
503 pii = (priv_info_uint_t *)x; in privupdate()
504 fl = pii->val; in privupdate()
521 pii = (priv_info_uint_t *) in privupdate()
533 pii->info.priv_info_size = sizeof (*pii); in privupdate()
534 pii->info.priv_info_type = PRIV_INFO_FLAGS; in privupdate()
535 pii->val = fl; in privupdate()
/titanic_41/usr/src/lib/libc/port/gen/
H A Ducred.c299 priv_info_uint_t *pii; in ucred_getpflags() local
304 pii = (priv_info_uint_t *)x; in ucred_getpflags()
305 return ((pii->val & flag) ? 1 : 0); in ucred_getpflags()
/titanic_41/usr/src/uts/common/os/
H A Dpriv.c232 priv_info_uint_t *pii; in priv_pr_spriv() local
236 pii = (priv_info_uint_t *)x; in priv_pr_spriv()
237 if (pii->info.priv_info_size != sizeof (*pii)) { in priv_pr_spriv()
242 CR_FLAGS(newcred) |= (pii->val & PRIV_USER); in priv_pr_spriv()
/titanic_41/usr/src/uts/common/io/chxge/com/
H A Dmc5.c672 const u32 *pii = (const u32 *)pi; in mc5_cmp() local
675 if (*pii < *pjj) in mc5_cmp()
678 return *pii > *pjj; in mc5_cmp()