Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/syscall/
H A Dexacctsys.c119 pu->pu_command = kmem_zalloc(MAXCOMLEN + 1, KM_SLEEP); in getacct_proc()
124 kmem_free(pu->pu_command, MAXCOMLEN + 1); in getacct_proc()
137 kmem_free(pu->pu_command, MAXCOMLEN + 1); in getacct_proc()
264 pu->pu_command = kmem_zalloc(MAXCOMLEN + 1, KM_SLEEP); in wracct_proc()
269 kmem_free(pu->pu_command, MAXCOMLEN + 1); in wracct_proc()
281 kmem_free(pu->pu_command, MAXCOMLEN + 1); in wracct_proc()
/illumos-gate/usr/src/uts/common/sys/
H A Dexacct_impl.h103 char *pu_command; /* command string */ member
/illumos-gate/usr/src/uts/common/os/
H A Dexacct.c798 (void) ea_attach_item(record, pu->pu_command, in exacct_attach_proc_item()
799 strlen(pu->pu_command) + 1, EXT_STRING | EXD_PROC_COMMAND); in exacct_attach_proc_item()
988 bcopy(p->p_user.u_comm, pu->pu_command, strlen(p->p_user.u_comm) + 1); in exacct_calculate_proc_usage()
1125 pu->pu_command = kmem_alloc(size, KM_SLEEP); in exacct_do_commit_proc()
1133 kmem_free(pu->pu_command, strlen(pu->pu_command) + 1); in exacct_do_commit_proc()