Searched refs:MAXCOMLEN (Results 1 – 7 of 7) sorted by relevance
/titanic_44/usr/src/uts/common/syscall/ |
H A D | exacctsys.c | 121 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 D | s10_npreload.c | 38 #define MAXCOMLEN 16 macro 58 char cmd_buf[MAXCOMLEN + 1]; in init()
|
/titanic_44/usr/src/uts/common/sys/ |
H A D | user.h | 172 #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 D | ptm.c | 91 char c[MAXCOMLEN + 1]; in ptms() 180 char c[MAXCOMLEN + 1]; in ptms_qinfo()
|
/titanic_44/usr/src/uts/common/os/ |
H A D | exec.c | 124 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 D | s10_brand.c | 214 char cmd_buf[MAXCOMLEN + 1]; in s10_native()
|
/titanic_44/usr/src/cmd/mdb/common/modules/dtrace/ |
H A D | dtrace.c | 1624 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()
|