Searched refs:comm (Results 1 - 25 of 105) sorted by relevance

12345

/freebsd-11-stable/usr.bin/comm/
H A DMakefile6 PROG= comm
/freebsd-11-stable/contrib/llvm-project/lldb/source/Core/
H A DCommunication.cpp201 snprintf(thread_name, sizeof(thread_name), "<lldb.comm.%s>",
307 Communication *comm = (Communication *)p; local
318 while (!done && comm->m_read_thread_enabled) {
319 size_t bytes_read = comm->ReadFromConnection(
322 comm->AppendBytesToCache(buf, bytes_read, true, status);
324 if (comm->GetCloseOnEOF())
325 comm->Disconnect();
326 comm->AppendBytesToCache(buf, bytes_read, true, status);
339 comm->Disconnect();
350 comm
[all...]
/freebsd-11-stable/contrib/binutils/opcodes/
H A Darc-dis.h55 const char *comm[6]; /* instr name, cond, NOP, 3 operands */ member in struct:arcDisState
/freebsd-11-stable/stand/sparc64/loader/
H A Dlocore.S42 .comm stack, STACK_SIZE, 32
/freebsd-11-stable/contrib/groff/
H A DMakefile.lib3 $(top_srcdir)/Makefile.comm \
H A DMakefile.cpg3 $(top_srcdir)/Makefile.comm \
H A DMakefile.ccpg3 $(top_srcdir)/Makefile.comm \
/freebsd-11-stable/lib/libc/sparc64/sys/
H A Dsigaction1.S50 .comm sigcode_installed, 4, 4
/freebsd-11-stable/tools/tools/kernelcruft/
H A Dkernelcruft.sh30 comm -13 /tmp/_0 /tmp/_1 | while read f
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors_vfork_x86_64.inc.S5 .comm _ZN14__interception10real_vforkE,8,8
H A Dsanitizer_common_interceptors_vfork_aarch64.inc.S7 .comm _ZN14__interception10real_vforkE,8,8
H A Dsanitizer_common_interceptors_vfork_arm.inc.S7 .comm _ZN14__interception10real_vforkE,4,4
H A Dsanitizer_common_interceptors_vfork_i386.inc.S5 .comm _ZN14__interception10real_vforkE,4,4
/freebsd-11-stable/contrib/nvi/catalog/
H A DMakefile50 comm -13 __ck1 __ck2; \
53 comm -23 __ck1 __ck2; \
/freebsd-11-stable/usr.bin/lorder/
H A Dlorder.sh82 comm -23 $R $S >$T
/freebsd-11-stable/stand/pc98/btx/lib/
H A Dbtxcsu.S48 .comm __base,4 # Client base address
49 .comm __args,4 # Client arguments
/freebsd-11-stable/stand/i386/btx/lib/
H A Dbtxcsu.S48 .comm __base,4 # Client base address
49 .comm __args,4 # Client arguments
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteClientBase.h58 Lock(GDBRemoteClientBase &comm, bool interrupt);
135 explicit ContinueLock(GDBRemoteClientBase &comm);
/freebsd-11-stable/gnu/usr.bin/gdb/kgdb/
H A Dkthr.c227 char comm[MAXCOMLEN + 1]; local
239 if (kvm_read(kvm, (uintptr_t)&p->p_comm[0], &comm, sizeof(comm)) !=
240 sizeof(comm))
243 strlcat(buf, comm, sizeof(buf));
247 strcmp(comm, td_name) != 0) {
/freebsd-11-stable/contrib/netbsd-tests/bin/ps/
H A Dt_ps.sh102 # Convert a list of keywords like "pid comm" to a regexp
237 check_heading_keywords '-o comm' \
238 "comm"
240 check_heading_keywords '-o comm,pid' \
241 "comm pid"
255 check_heading_regexp '-o pid=PPP -o comm' \
257 check_heading_regexp '-o pid=PPP -o comm=CCC' \
259 check_heading_regexp '-o pid,comm=CCC' \
261 check_heading_regexp '-o pid -o comm=CCC' \
264 check_heading_regexp '-o comm
[all...]
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl_amd64.S174 .comm _ZN14__interception15real___setjmp14E,8,8
176 .comm _ZN14__interception11real_setjmpE,8,8
224 .comm _ZN14__interception12real__setjmpE,8,8
259 .comm _ZN14__interception18real___sigsetjmp14E,8,8
264 .comm _ZN14__interception14real_sigsetjmpE,8,8
321 .comm _ZN14__interception16real___sigsetjmpE,8,8
/freebsd-11-stable/contrib/bsnmp/snmpd/
H A Dtrap.c83 u_char comm[SNMP_COMMUNITY_MAXLEN + 1]; member in struct:trapsink_dep
111 t->comm[0] = '\0';
139 strcpy(t->comm, tdep->comm);
141 if (t->comm[0] != '\0')
176 strcpy(tdep->rb_comm, t->comm);
190 strcpy(t->comm, tdep->comm);
195 if (t->comm[0] == '\0') {
198 strcpy(t->comm, tde
[all...]
/freebsd-11-stable/sys/kern/
H A Dtty_info.c223 char comm[MAXCOMLEN + 1]; local
302 strlcpy(comm, p->p_comm, sizeof comm);
308 comm, pid, stateprefix, state,
/freebsd-11-stable/tools/build/options/
H A Dmakeman269 comm -13 $t/config_WITH_ALL $t/config_WITH_ALL_${opt} | sed -n "/^${opt}$/!p" > $t/deps
273 comm -13 $t/config_WITHOUT_ALL $t/config_WITHOUT_ALL_${opt} | sed -n "/^${opt}$/!p" > $t/deps
280 comm -13 $t/config_default $t/config_${opt} | sed -n "/^${opt}$/!p" |
281 comm -13 $t/deps - > $t/deps2
/freebsd-11-stable/lib/libmilter/
H A DMakefile27 SRCS+= main.c engine.c listener.c handler.c comm.c monitor.c smfi.c \

Completed in 154 milliseconds

12345