Searched refs:MAXCOMLEN (Results 1 - 9 of 9) sorted by relevance

/illumos-gate/usr/src/lib/brand/solaris10/s10_npreload/common/
H A Ds10_npreload.c37 /* MAXCOMLEN is only defined in user.h in the kernel. */
38 #define MAXCOMLEN 16 macro
58 char cmd_buf[MAXCOMLEN + 1];
/illumos-gate/usr/src/uts/common/syscall/
H A Dexacctsys.c121 pu->pu_command = kmem_zalloc(MAXCOMLEN + 1, KM_SLEEP);
126 kmem_free(pu->pu_command, MAXCOMLEN + 1);
139 kmem_free(pu->pu_command, MAXCOMLEN + 1);
266 pu->pu_command = kmem_zalloc(MAXCOMLEN + 1, KM_SLEEP);
271 kmem_free(pu->pu_command, MAXCOMLEN + 1);
283 kmem_free(pu->pu_command, MAXCOMLEN + 1);
/illumos-gate/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 */
/illumos-gate/usr/src/cmd/mdb/common/modules/ptm/
H A Dptm.c91 char c[MAXCOMLEN + 1];
180 char c[MAXCOMLEN + 1];
/illumos-gate/usr/src/boot/sys/sys/
H A Dparam.h97 * MAXCOMLEN should be >= sizeof(ac_comm) (see <acct.h>)
101 #define MAXCOMLEN 19 /* max command name remembered */ macro
/illumos-gate/usr/src/uts/common/brand/solaris10/
H A Ds10_brand.c214 char cmd_buf[MAXCOMLEN + 1];
/illumos-gate/usr/src/uts/common/os/
H A Dexec.c140 char exec_file[MAXCOMLEN+1];
270 bzero(exec_file, MAXCOMLEN+1);
271 (void) strncpy(exec_file, pn.pn_path, MAXCOMLEN);
349 bcopy(exec_file, up->u_comm, MAXCOMLEN+1);
/illumos-gate/usr/src/cmd/mdb/common/modules/dtrace/
H A Ddtrace.c1624 data->dtsd_proc, MAXCOMLEN, proc.p_user.u_comm, addr);
1676 MAXCOMLEN, "NAME", "FILE");
1694 getminor(state.dts_dev), "-", MAXCOMLEN,
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/mdnsd/
H A Duds_daemon.c58 #define MAXCOMLEN 16 macro
149 char pid_name[MAXCOMLEN]; // Client's process name

Completed in 113 milliseconds