Searched refs:psi (Results 1 - 7 of 7) sorted by relevance

/opensolaris-onvv-gate/usr/src/cmd/cmd-inet/usr.bin/netstat/
H A Dunix.c101 struct sockinfo *psi; /* ptr to current sockinfo */ local
115 if ((psi = ksp->ks_data) == NULL) {
120 pas = &((char *)psi)[sizeof (struct sockinfo)];
136 pas = &(((char *)psi)[sizeof (struct sockinfo)]);
139 (void) printf("%-10.10s ", typetoname(psi->si_serv_type));
146 if ((psi->si_state & SS_ISBOUND) &&
147 (psi->si_ux_laddr_sou_magic == SOU_MAGIC_EXPLICIT)) {
153 if ((psi->si_state & SS_ISCONNECTED) &&
154 (psi->si_ux_faddr_sou_magic == SOU_MAGIC_EXPLICIT)) {
161 if ((psi
[all...]
/opensolaris-onvv-gate/usr/src/cmd/svc/startd/
H A Dwait.c273 psinfo_t psi; local
276 read(fd, &psi, sizeof (psinfo_t)) !=
285 if (psi.pr_nlwp != 0 ||
286 psi.pr_nzomb != 0 ||
287 psi.pr_lwp.pr_lwpid != 0) {
H A Dcontract.c81 psinfo_t psi; local
98 if (read(psfd, &psi, sizeof (psinfo_t)) != sizeof (psinfo_t)) {
106 ctid = psi.pr_contract;
/opensolaris-onvv-gate/usr/src/common/openssl/crypto/pkcs7/
H A Dpk7_lib.c235 int PKCS7_add_signer(PKCS7 *p7, PKCS7_SIGNER_INFO *psi) argument
258 nid=OBJ_obj2nid(psi->digest_alg->algorithm);
283 sk_PKCS7_SIGNER_INFO_push(signer_sk,psi);
/opensolaris-onvv-gate/usr/src/cmd/svc/svcs/
H A Dsvcs.c1950 psinfo_t psi; local
1965 if (get_psinfo(pids[i], &psi) == 0)
1966 (void) printf(" %.*s", PRARGSZ, psi.pr_psargs);
2806 psinfo_t psi; local
2810 if (get_psinfo(pids[i], &psi) != 0)
2819 tm = localtime(&psi.pr_start.tv_sec);
2826 if (now - psi.pr_start.tv_sec < 24 * 60 * 60)
2829 else if (now - psi.pr_start.tv_sec < 12 * 30 * 24 * 60 * 60)
2837 stime, pids[i], PRFNSZ, psi.pr_fname);
/opensolaris-onvv-gate/usr/src/cmd/rcm_daemon/common/
H A Drcm_script.c743 psinfo_t psi; local
756 read(fd, &psi, sizeof (psi)) == sizeof (psi) &&
757 strcmp(psi.pr_fname,
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/
H A DLaTeX.pm184 'Psi' => q|$\Psi$|, # greek capital letter psi
210 'psi' => q|$\psi$|, # greek small letter psi

Completed in 135 milliseconds