Home
last modified time | relevance | path

Searched refs:MAXCOMLEN (Results 1 – 7 of 7) sorted by relevance

/titanic_44/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_44/usr/src/lib/brand/solaris10/s10_npreload/common/
H A Ds10_npreload.c38 #define MAXCOMLEN 16 macro
58 char cmd_buf[MAXCOMLEN + 1]; in init()
/titanic_44/usr/src/uts/common/sys/
H A Duser.h172 #define MAXCOMLEN 16 /* <= MAXNAMLEN, >= sizeof (ac_comm) */ macro
209 char u_comm[MAXCOMLEN + 1]; /* executable file name from exec */
/titanic_44/usr/src/cmd/mdb/common/modules/ptm/
H A Dptm.c91 char c[MAXCOMLEN + 1]; in ptms()
180 char c[MAXCOMLEN + 1]; in ptms_qinfo()
/titanic_44/usr/src/uts/common/os/
H A Dexec.c124 char exec_file[MAXCOMLEN+1]; in exec_common()
254 bzero(exec_file, MAXCOMLEN+1); in exec_common()
255 (void) strncpy(exec_file, pn.pn_path, MAXCOMLEN); in exec_common()
333 bcopy(exec_file, up->u_comm, MAXCOMLEN+1); in exec_common()
/titanic_44/usr/src/uts/common/brand/solaris10/
H A Ds10_brand.c214 char cmd_buf[MAXCOMLEN + 1]; in s10_native()
/titanic_44/usr/src/cmd/mdb/common/modules/dtrace/
H A Ddtrace.c1624 data->dtsd_proc, MAXCOMLEN, proc.p_user.u_comm, addr); in dtrace_state_file()
1676 MAXCOMLEN, "NAME", "FILE"); in dtrace_state()
1694 getminor(state.dts_dev), "-", MAXCOMLEN, in dtrace_state()