Searched refs:psi (Results 1 – 8 of 8) sorted by relevance
/titanic_41/usr/src/cmd/cmd-inet/usr.bin/netstat/ |
H A D | unix.c | 101 struct sockinfo *psi; /* ptr to current sockinfo */ in print_kn() local 115 if ((psi = ksp->ks_data) == NULL) { in print_kn() 120 pas = &((char *)psi)[sizeof (struct sockinfo)]; in print_kn() 136 pas = &(((char *)psi)[sizeof (struct sockinfo)]); in print_kn() 139 (void) printf("%-10.10s ", typetoname(psi->si_serv_type)); in print_kn() 146 if ((psi->si_state & SS_ISBOUND) && in print_kn() 147 (psi->si_ux_laddr_sou_magic == SOU_MAGIC_EXPLICIT)) { in print_kn() 153 if ((psi->si_state & SS_ISCONNECTED) && in print_kn() 154 (psi->si_ux_faddr_sou_magic == SOU_MAGIC_EXPLICIT)) { in print_kn() 161 if ((psi->si_state & SS_ISBOUND) && in print_kn() [all …]
|
/titanic_41/usr/src/cmd/svc/startd/ |
H A D | wait.c | 277 psinfo_t psi; in wait_thread() local 280 read(fd, &psi, sizeof (psinfo_t)) != in wait_thread() 289 if (psi.pr_nlwp != 0 || in wait_thread() 290 psi.pr_nzomb != 0 || in wait_thread() 291 psi.pr_lwp.pr_lwpid != 0) { in wait_thread()
|
H A D | contract.c | 81 psinfo_t psi; in contract_init() local 98 if (read(psfd, &psi, sizeof (psinfo_t)) != sizeof (psinfo_t)) { in contract_init() 106 ctid = psi.pr_contract; in contract_init()
|
/titanic_41/usr/src/cmd/svc/svcs/ |
H A D | svcs.c | 2042 psinfo_t psi; in detailed_list_processes() local 2057 if (get_psinfo(pids[i], &psi) == 0) in detailed_list_processes() 2058 (void) printf(" %.*s", PRARGSZ, psi.pr_psargs); in detailed_list_processes() 2929 psinfo_t psi; in add_processes() local 2933 if (get_psinfo(pids[i], &psi) != 0) in add_processes() 2942 tm = localtime(&psi.pr_start.tv_sec); in add_processes() 2949 if (now - psi.pr_start.tv_sec < 24 * 60 * 60) in add_processes() 2952 else if (now - psi.pr_start.tv_sec < 12 * 30 * 24 * 60 * 60) in add_processes() 2960 stime, pids[i], PRFNSZ, psi.pr_fname); in add_processes()
|
/titanic_41/usr/src/cmd/rcm_daemon/common/ |
H A D | rcm_script.c | 743 psinfo_t psi; in script_ps_state_file_kill_pids() local 756 read(fd, &psi, sizeof (psi)) == sizeof (psi) && in script_ps_state_file_kill_pids() 757 strcmp(psi.pr_fname, in script_ps_state_file_kill_pids()
|
/titanic_41/usr/src/cmd/units/ |
H A D | unittab | 512 psi lb-g/in2
|
/titanic_41/usr/src/cmd/look/ |
H A D | words | 18214 psi
|
/titanic_41/usr/src/cmd/spell/ |
H A D | list | 18213 psi
|