Home
last modified time | relevance | path

Searched refs:pu_command (Results 1 – 3 of 3) sorted by relevance

/titanic_50/usr/src/uts/common/syscall/
H A Dexacctsys.c121 pu->pu_command = kmem_zalloc(MAXCOMLEN + 1, KM_SLEEP); in getacct_proc()
126 kmem_free(pu->pu_command, MAXCOMLEN + 1); in getacct_proc()
139 kmem_free(pu->pu_command, MAXCOMLEN + 1); in getacct_proc()
266 pu->pu_command = kmem_zalloc(MAXCOMLEN + 1, KM_SLEEP); in wracct_proc()
271 kmem_free(pu->pu_command, MAXCOMLEN + 1); in wracct_proc()
283 kmem_free(pu->pu_command, MAXCOMLEN + 1); in wracct_proc()
/titanic_50/usr/src/uts/common/sys/
H A Dexacct_impl.h103 char *pu_command; /* command string */ member
/titanic_50/usr/src/uts/common/os/
H A Dexacct.c796 (void) ea_attach_item(record, pu->pu_command, in exacct_attach_proc_item()
797 strlen(pu->pu_command) + 1, EXT_STRING | EXD_PROC_COMMAND); in exacct_attach_proc_item()
986 bcopy(p->p_user.u_comm, pu->pu_command, strlen(p->p_user.u_comm) + 1); in exacct_calculate_proc_usage()
1120 pu->pu_command = kmem_alloc(size, KM_SLEEP); in exacct_do_commit_proc()
1128 kmem_free(pu->pu_command, strlen(pu->pu_command) + 1); in exacct_do_commit_proc()