Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/binutils-2.17/bfd/
H A Dosf-core.c52 char cmd[MAXCOMLEN + 1];
106 strncpy (core_command (abfd), core_header.name, MAXCOMLEN + 1);
H A Dhppabsd-core.c69 char cmd[MAXCOMLEN + 1];
195 strncpy (core_command (abfd), u.u_comm, MAXCOMLEN + 1);
H A Dhpux-core.c96 char cmd[MAXCOMLEN + 1];
194 strncpy (core_command (abfd), proc_exec.cmd, MAXCOMLEN + 1); in hpux_core_core_file_p()
H A DChangeLog-91933451 * libhppa.h (MAXCOMLEN): Define unconditionally.
3747 Provide definitions for MAXCOMLEN and _PA_RISC_ID suitable
/openbsd/gnu/usr.bin/binutils/bfd/
H A Dosf-core.c51 char cmd[MAXCOMLEN + 1];
105 strncpy (core_command (abfd), core_header.name, MAXCOMLEN + 1);
H A Dhppabsd-core.c70 char cmd[MAXCOMLEN + 1];
198 strncpy (core_command (abfd), u.u_comm, MAXCOMLEN + 1);
H A Dhpux-core.c94 char cmd[MAXCOMLEN + 1];
192 strncpy (core_command (abfd), proc_exec.cmd, MAXCOMLEN + 1);
H A DChangeLog-91933451 * libhppa.h (MAXCOMLEN): Define unconditionally.
3747 Provide definitions for MAXCOMLEN and _PA_RISC_ID suitable
/openbsd/sys/dev/pci/drm/include/linux/
H A Dsched.h36 #define TASK_COMM_LEN (MAXCOMLEN + 1)
/openbsd/sys/sys/
H A Dparam.h62 #define MAXCOMLEN _MAXCOMLEN-1 /* max command name remembered, without NUL */ macro
/openbsd/gnu/llvm/lldb/tools/debugserver/source/
H A DDNB.cpp641 MAXCOMLEN) == 0) { in GetAllInfosMatchingName()
642 if (process_name_len > MAXCOMLEN) { in GetAllInfosMatchingName()
H A DChangeLog20 to MAXCOMLEN when searching kinfo_proc structs for process matches by name.
/openbsd/sys/dev/ic/
H A Di82365.c380 char name[MAXCOMLEN+1]; in pcic_create_event_thread()
H A Dtcic2.c435 char name[MAXCOMLEN+1]; in tcic_create_event_thread()
/openbsd/usr.sbin/vmd/
H A Dvm.c1336 char tname[MAXCOMLEN + 1]; in run_vm()
/openbsd/sys/dev/pci/drm/
H A Ddrm_linux.c288 char name[MAXCOMLEN+1]; in kthread_create_worker()