Symbol: MAXCOMLEN
usr/src/cmd/bhyve/common/bhyverun.c
386
char tname[MAXCOMLEN + 1];
usr/src/cmd/bhyve/common/block_if.c
559
char tname[MAXCOMLEN + 1];
usr/src/cmd/bhyve/common/pci_virtio_net.c
625
char tname[MAXCOMLEN + 1];
usr/src/cmd/bhyve/common/pci_virtio_scsi.c
947
char tname[MAXCOMLEN + 1];
usr/src/cmd/bhyve/common/pci_virtio_viona.c
930
char tname[MAXCOMLEN + 1];
usr/src/cmd/bhyve/common/rfb.c
1215
char tname[MAXCOMLEN + 1];
usr/src/cmd/mdb/common/modules/dtrace/dtrace.c
1680
data->dtsd_proc, MAXCOMLEN, proc.p_user.u_comm, addr);
usr/src/cmd/mdb/common/modules/dtrace/dtrace.c
1732
MAXCOMLEN, "NAME", "FILE");
usr/src/cmd/mdb/common/modules/dtrace/dtrace.c
1750
getminor(state.dts_dev), "-", MAXCOMLEN,
usr/src/cmd/mdb/common/modules/genunix/genunix.c
2021
char u_comm[MAXCOMLEN + 1];
usr/src/cmd/mdb/common/modules/genunix/genunix.c
284
char u_comm[MAXCOMLEN + 1];
usr/src/cmd/mdb/common/modules/genunix/genunix.c
3180
char u_comm[MAXCOMLEN + 1];
usr/src/cmd/mdb/common/modules/genunix/genunix.c
3539
char u_comm[MAXCOMLEN + 1];
usr/src/cmd/mdb/common/modules/genunix/genunix.c
460
char u_comm[MAXCOMLEN + 1];
usr/src/cmd/mdb/common/modules/klmmod/klmmod.c
1033
MAXCOMLEN, "cmd", arg->opt_v ? 9 : 5, "state");
usr/src/cmd/mdb/common/modules/klmmod/klmmod.c
1045
ld->l_flock.l_pid, MAXCOMLEN,
usr/src/cmd/mdb/common/modules/ptm/ptm.c
179
char c[MAXCOMLEN + 1];
usr/src/cmd/mdb/common/modules/ptm/ptm.c
90
char c[MAXCOMLEN + 1];
usr/src/lib/brand/solaris10/s10_npreload/common/s10_npreload.c
58
char cmd_buf[MAXCOMLEN + 1];
usr/src/uts/common/brand/solaris10/s10_brand.c
215
char cmd_buf[MAXCOMLEN + 1];
usr/src/uts/common/os/exec.c
207
char exec_file[MAXCOMLEN+1];
usr/src/uts/common/os/exec.c
354
bzero(exec_file, MAXCOMLEN+1);
usr/src/uts/common/os/exec.c
355
(void) strncpy(exec_file, pn.pn_path, MAXCOMLEN);
usr/src/uts/common/os/exec.c
433
bcopy(exec_file, up->u_comm, MAXCOMLEN+1);
usr/src/uts/common/sys/user.h
227
char u_comm[MAXCOMLEN + 1]; /* executable file name from exec */
usr/src/uts/common/syscall/exacctsys.c
119
pu->pu_command = kmem_zalloc(MAXCOMLEN + 1, KM_SLEEP);
usr/src/uts/common/syscall/exacctsys.c
124
kmem_free(pu->pu_command, MAXCOMLEN + 1);
usr/src/uts/common/syscall/exacctsys.c
137
kmem_free(pu->pu_command, MAXCOMLEN + 1);
usr/src/uts/common/syscall/exacctsys.c
264
pu->pu_command = kmem_zalloc(MAXCOMLEN + 1, KM_SLEEP);
usr/src/uts/common/syscall/exacctsys.c
269
kmem_free(pu->pu_command, MAXCOMLEN + 1);
usr/src/uts/common/syscall/exacctsys.c
281
kmem_free(pu->pu_command, MAXCOMLEN + 1);