| /illumos-gate/usr/src/uts/common/syscall/ |
| H A D | exacctsys.c | 119 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/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()
|
| /illumos-gate/usr/src/contrib/mDNSResponder/mDNSShared/ |
| H A D | uds_daemon.h | 89 #if (!defined(MAXCOMLEN)) 90 #define MAXCOMLEN 16 macro 100 char pid_name[MAXCOMLEN]; // Client's process name
|
| /illumos-gate/usr/src/uts/common/sys/ |
| H A D | user.h | 190 #define MAXCOMLEN 16 /* <= MAXNAMLEN, >= sizeof (ac_comm) */ macro 227 char u_comm[MAXCOMLEN + 1]; /* executable file name from exec */
|
| /illumos-gate/usr/src/compat/bhyve/sys/ |
| H A D | param.h | 21 #define MAXCOMLEN 16 macro
|
| /illumos-gate/usr/src/cmd/mdb/common/modules/ptm/ |
| H A D | ptm.c | 90 char c[MAXCOMLEN + 1]; in ptms() 179 char c[MAXCOMLEN + 1]; in ptms_qinfo()
|
| /illumos-gate/usr/src/boot/sys/sys/ |
| H A D | param.h | 101 #define MAXCOMLEN 19 /* max command name remembered */ macro
|
| /illumos-gate/usr/src/cmd/mdb/common/modules/klmmod/ |
| H A D | klmmod.c | 1033 MAXCOMLEN, "cmd", arg->opt_v ? 9 : 5, "state"); in nlm_lockson_cb() 1045 ld->l_flock.l_pid, MAXCOMLEN, in nlm_lockson_cb()
|
| /illumos-gate/usr/src/uts/common/os/ |
| H A D | exec.c | 207 char exec_file[MAXCOMLEN+1]; in exec_common() 354 bzero(exec_file, MAXCOMLEN+1); in exec_common() 355 (void) strncpy(exec_file, pn.pn_path, MAXCOMLEN); in exec_common() 433 bcopy(exec_file, up->u_comm, MAXCOMLEN+1); in exec_common()
|
| /illumos-gate/usr/src/uts/common/brand/solaris10/ |
| H A D | s10_brand.c | 215 char cmd_buf[MAXCOMLEN + 1]; in s10_native()
|
| /illumos-gate/usr/src/cmd/bhyve/common/ |
| H A D | pci_virtio_net.c | 625 char tname[MAXCOMLEN + 1]; in pci_vtnet_init()
|
| H A D | bhyverun.c | 386 char tname[MAXCOMLEN + 1]; in fbsdrun_start_thread()
|
| H A D | block_if.c | 559 char tname[MAXCOMLEN + 1]; in blockif_open()
|
| H A D | pci_virtio_viona.c | 930 char tname[MAXCOMLEN + 1]; in pci_viona_init()
|
| H A D | pci_virtio_scsi.c | 947 char tname[MAXCOMLEN + 1]; in pci_vtscsi_init_queue()
|
| H A D | rfb.c | 1215 char tname[MAXCOMLEN + 1]; in rfb_client_tx_thread()
|
| /illumos-gate/usr/src/cmd/mdb/common/modules/dtrace/ |
| H A D | dtrace.c | 1680 data->dtsd_proc, MAXCOMLEN, proc.p_user.u_comm, addr); in dtrace_state_file() 1732 MAXCOMLEN, "NAME", "FILE"); in dtrace_state() 1750 getminor(state.dts_dev), "-", MAXCOMLEN, in dtrace_state()
|
| /illumos-gate/usr/src/cmd/mdb/common/modules/genunix/ |
| H A D | genunix.c | 284 char u_comm[MAXCOMLEN + 1]; 460 char u_comm[MAXCOMLEN + 1]; 2021 char u_comm[MAXCOMLEN + 1]; 3180 char u_comm[MAXCOMLEN + 1]; 3539 char u_comm[MAXCOMLEN + 1];
|