Searched defs:comm (Results 1 - 25 of 35) sorted by relevance

12

/external/autotest/client/site_tests/security_Minijail_seccomp/src/
H A Dopen.c11 void usage(const char *comm) { argument
12 fprintf(stderr, "Usage: %s <access mode>\n", comm);
/external/iproute2/lib/
H A Dfs.c144 int get_command_name(const char *pid, char *comm, size_t len) argument
159 comm[0] = '\0';
175 strlcpy(comm, name, len);
/external/chromium-trace/catapult/third_party/pyserial/serial/
H A Dserialjava.py33 # http://mho.republika.pl/java/comm/
35 comm = detect_java_comm([ variable
36 'javax.comm', # Sun/IBM
43 enum = comm.CommPortIdentifier.getPortIdentifiers()
47 if el.getPortType() == comm.CommPortIdentifier.PORT_SERIAL:
64 portId = comm.CommPortIdentifier.getPortIdentifier(self._port)
66 portId = comm.CommPortIdentifier.getPortIdentifier(device(self._port)) # numbers are transformed to a comport id obj
84 jdatabits = comm.SerialPort.DATABITS_5
86 jdatabits = comm.SerialPort.DATABITS_6
88 jdatabits = comm
[all...]
/external/mesa3d/src/gallium/drivers/nouveau/nv50/
H A Dnv98_video_bsp.c26 static void dump_comm_bsp(struct comm *comm) argument
28 unsigned idx = comm->bsp_cur_index & 0xf;
29 debug_printf("Cur seq: %x, bsp byte ofs: %x\n", comm->bsp_cur_index, comm->byte_ofs);
30 debug_printf("Status: %08x, pos: %08x\n", comm->status[idx], comm->pos[idx]);
117 memset(dec->comm, 0, 0x200);
127 PUSH_DATA (push, comm_addr); // 70c comm
177 dump_comm_bsp(dec->comm);
[all...]
H A Dnv98_video_vp.c27 static void dump_comm_vp(struct nouveau_vp3_decoder *dec, struct comm *comm, u32 comm_seq, argument
30 unsigned i, idx = comm->pvp_cur_index & 0xf;
31 debug_printf("Status: %08x, stage: %08x\n", comm->status_vp[idx], comm->pvp_stage);
33 debug_printf("Acked byte ofs: %x, bsp byte ofs: %x\n", comm->acked_byte_ofs, comm->byte_ofs);
34 debug_printf("Irq/parse indexes: %i %i\n", comm->irq_index, comm->parse_endpos_index);
36 for (i = 0; i != comm
[all...]
/external/mesa3d/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_video_bsp.c26 static void dump_comm_bsp(struct comm *comm) argument
28 unsigned idx = comm->bsp_cur_index & 0xf;
29 debug_printf("Cur seq: %x, bsp byte ofs: %x\n", comm->bsp_cur_index, comm->byte_ofs);
30 debug_printf("Status: %08x, pos: %08x\n", comm->status[idx], comm->pos[idx]);
170 memset(dec->comm, 0, 0x200);
180 PUSH_DATA (push, comm_addr); // 70c comm
226 dump_comm_bsp(dec->comm);
[all...]
H A Dnvc0_video_vp.c27 static void dump_comm_vp(struct nouveau_vp3_decoder *dec, struct comm *comm, u32 comm_seq, argument
30 unsigned i, idx = comm->pvp_cur_index & 0xf;
31 debug_printf("Status: %08x, stage: %08x\n", comm->status_vp[idx], comm->pvp_stage);
33 debug_printf("Acked byte ofs: %x, bsp byte ofs: %x\n", comm->acked_byte_ofs, comm->byte_ofs);
34 debug_printf("Irq/parse indexes: %i %i\n", comm->irq_index, comm->parse_endpos_index);
36 for (i = 0; i != comm
[all...]
/external/perf_data_converter/src/
H A Dperf_data_handler.h98 // A comm event.
99 const quipper::PerfDataProto::CommEvent* comm; member in struct:perftools::PerfDataHandler::CommContext
123 // When comm.pid()==comm.tid() it indicates an exec() happened.
124 virtual void Comm(const CommContext& comm) = 0;
H A Dperf_data_converter.cc116 uint64 comm = 0; member in struct:perftools::__anon18568::SampleKey
123 (a.exec_mode == b.exec_mode) && (a.comm == b.comm) &&
135 hash ^= std::hash<uint64>()(k.comm);
211 void Comm(const CommContext& comm) override;
251 // Returns whether comm labels were requested for inclusion in the
305 const string& comm = per_pid_[pid].tid_to_comm_map[tid]; local
306 if (!comm.empty()) {
307 sample_key.comm = UTF8StringId(comm, builde
530 Comm(const CommContext& comm) argument
[all...]
/external/iproute2/ip/
H A Diptuntap.c282 char *comm; local
286 err = asprintf(&comm, "/proc/%d/comm", pid);
290 f = fopen(comm, "r");
291 free(comm);
297 if (fscanf(f, "%ms\n", &comm) != 1) {
299 comm = NULL;
306 return comm;
H A Dipvrf.c129 char *nl, comm[32]; local
135 if (get_command_name(buf, comm, sizeof(comm)))
136 strcpy(comm, "<terminated?>");
138 printf("%5s %s\n", buf, comm);
/external/kernel-headers/original/uapi/linux/
H A Dcn_proc.h113 char comm[16]; member in struct:proc_event::__anon9405::comm_proc_event
114 } comm; member in union:proc_event::__anon9405
/external/strace/
H A Dperf_event_struct.h25 comm :1, member in struct:perf_event_attr
/external/iptables/extensions/
H A Dlibxt_owner.c34 char comm[16]; member in struct:ipt_owner_info
43 char comm[16]; member in struct:ip6t_owner_info
106 .flags = XTOPT_INVERT | XTOPT_PUT, XTOPT_POINTER(s, comm)},
333 printf(" %.*s", (int)sizeof(info->comm), info->comm);
/external/mesa3d/src/gallium/drivers/nouveau/
H A Dnouveau_vp3_video.h71 /* dump fence and comm, as needed.. */
73 struct comm *comm; member in struct:nouveau_vp3_decoder
124 struct comm { struct
/external/strace/tests/
H A Dperf_event_open.c87 comm :1, member in struct:pea_flags
235 ", comm=%u"
250 attr->comm,
/external/strace/tests-m32/
H A Dperf_event_open.c87 comm :1, member in struct:pea_flags
235 ", comm=%u"
250 attr->comm,
/external/strace/tests-mx32/
H A Dperf_event_open.c87 comm :1, member in struct:pea_flags
235 ", comm=%u"
250 attr->comm,
/external/perf_data_converter/src/quipper/
H A Dperf_serializer.cc78 S(comm);
130 S(comm);
561 const struct comm_event& comm = event.comm; local
562 sample->set_pid(comm.pid);
563 sample->set_tid(comm.tid);
564 sample->set_comm(comm.comm);
565 sample->set_comm_md5_prefix(Md5Prefix(comm.comm));
572 struct comm_event& comm = event->comm; local
[all...]
/external/mksh/src/
H A Dmain.c782 command(const char *comm, int line) argument
788 s->start = s->str = comm;
/external/pdfium/third_party/libtiff/
H A Dtif_jpeg.c139 * are going. comm can be used to refer to the fields
150 struct jpeg_common_struct comm; member in union:__anon18166::__anon18167
376 return CALLVJPEG(sp, jpeg_abort(&sp->cinfo.comm));
382 return CALLVJPEG(sp, jpeg_destroy(&sp->cinfo.comm));
390 (*sp->cinfo.comm.mem->alloc_sarray)
391 (&sp->cinfo.comm, pool_id, samplesperrow, numrows));
983 assert(sp->cinfo.comm.is_decompressor);
1029 if (sp->cinfo.comm.is_decompressor == 0)
1034 assert(sp->cinfo.comm.is_decompressor);
1601 assert(!sp->cinfo.comm
[all...]
/external/perf_data_converter/src/quipper/kernel/
H A Dperf_internals.h129 char comm[16]; member in struct:quipper::comm_event
361 struct comm_event comm; member in union:quipper::perf_event
/external/toybox/lib/
H A Dlib.c1024 char *cmd = 0, *comm, **cur; local
1031 sprintf(libbuf, "/proc/%u/comm", u);
1033 if (!(comm = readfileat(AT_FDCWD, libbuf, libbuf, &len)) || !len)
1042 // Fast path: only matching a filename (no path) that fits in comm.
1045 if (len<=14 && bb==*cur && !strcmp(comm, bb)) goto match;
/external/valgrind/mpi/
H A Dlibmpiwrap.c397 static __inline__ int comm_rank ( MPI_Comm comm )
400 err = PMPI_Comm_rank(comm, &r);
404 static __inline__ int comm_size ( MPI_Comm comm )
407 err = PMPI_Comm_size(comm, &r);
1061 int dest, int tag, MPI_Comm comm)
1069 CALL_FN_W_6W(err, fn, buf,count,datatype,dest,tag,comm);
1075 int dest, int tag, MPI_Comm comm) {
1076 return generic_Send(buf,count,datatype, dest,tag,comm);
1079 int dest, int tag, MPI_Comm comm) {
1080 return generic_Send(buf,count,datatype, dest,tag,comm);
1060 generic_Send(void *buf, int count, MPI_Datatype datatype, int dest, int tag, MPI_Comm comm) argument
1074 PMPI_Send(void *buf, int count, MPI_Datatype datatype, int dest, int tag, MPI_Comm comm) argument
1078 PMPI_Bsend(void *buf, int count, MPI_Datatype datatype, int dest, int tag, MPI_Comm comm) argument
1082 PMPI_Ssend(void *buf, int count, MPI_Datatype datatype, int dest, int tag, MPI_Comm comm) argument
1086 PMPI_Rsend(void *buf, int count, MPI_Datatype datatype, int dest, int tag, MPI_Comm comm) argument
1097 PMPI_Recv(void *buf, int count, MPI_Datatype datatype, int source, int tag, MPI_Comm comm, MPI_Status *status) argument
1374 generic_Isend(void *buf, int count, MPI_Datatype datatype, int dest, int tag, MPI_Comm comm, MPI_Request* request) argument
1391 PMPI_Isend(void *buf, int count, MPI_Datatype datatype, int dest, int tag, MPI_Comm comm, MPI_Request* request) argument
1396 PMPI_Ibsend(void *buf, int count, MPI_Datatype datatype, int dest, int tag, MPI_Comm comm, MPI_Request* request) argument
1401 PMPI_Issend(void *buf, int count, MPI_Datatype datatype, int dest, int tag, MPI_Comm comm, MPI_Request* request) argument
1406 PMPI_Irsend(void *buf, int count, MPI_Datatype datatype, int dest, int tag, MPI_Comm comm, MPI_Request* request) argument
1419 PMPI_Irecv( void* buf, int count, MPI_Datatype datatype, int source, int tag, MPI_Comm comm, MPI_Request* request ) argument
1627 PMPI_Iprobe(int source, int tag, MPI_Comm comm, int* flag, MPI_Status* status) argument
1655 PMPI_Probe(int source, int tag, MPI_Comm comm, MPI_Status* status) argument
1709 PMPI_Sendrecv( void *sendbuf, int sendcount, MPI_Datatype sendtype, int dest, int sendtag, void *recvbuf, int recvcount, MPI_Datatype recvtype, int source, int recvtag, MPI_Comm comm, MPI_Status *status) argument
1911 PMPI_Bcast(void *buffer, int count, MPI_Datatype datatype, int root, MPI_Comm comm) argument
1953 PMPI_Gather( void *sendbuf, int sendcount, MPI_Datatype sendtype, void *recvbuf, int recvcount, MPI_Datatype recvtype, int root, MPI_Comm comm) argument
1989 PMPI_Scatter( void* sendbuf, int sendcount, MPI_Datatype sendtype, void* recvbuf, int recvcount, MPI_Datatype recvtype, int root, MPI_Comm comm) argument
2024 PMPI_Alltoall( void* sendbuf, int sendcount, MPI_Datatype sendtype, void* recvbuf, int recvcount, MPI_Datatype recvtype, MPI_Comm comm) argument
2057 PMPI_Reduce(void *sendbuf, void *recvbuf, int count, MPI_Datatype datatype, MPI_Op op, int root, MPI_Comm comm) argument
2085 PMPI_Allreduce(void *sendbuf, void *recvbuf, int count, MPI_Datatype datatype, MPI_Op op, MPI_Comm comm) argument
2138 PMPI_Comm_create(MPI_Comm comm, MPI_Group group, MPI_Comm* newcomm) argument
2154 PMPI_Comm_dup(MPI_Comm comm, MPI_Comm* newcomm) argument
2169 PMPI_Comm_free(MPI_Comm* comm) argument
2184 PMPI_Comm_rank(MPI_Comm comm, int *rank) argument
2201 PMPI_Comm_size(MPI_Comm comm, int *size) argument
[all...]
/external/blktrace/
H A Dblkparse.c77 char comm[16]; member in struct:process_pid_map
565 strcpy(ppm->comm, name);
628 return ppm->comm;
650 return ppi_hash_name(ppm->comm);
677 if (!strcmp(ppm->comm, name))
1707 res = strverscmp(ppi1->ppm->comm, ppi2->ppm->comm);
1755 sprintf(name, "%s (%u, ...)", ppm->comm, ppm->pid);
1757 sprintf(name, "%s (%u)", ppm->comm, ppm->pid);

Completed in 672 milliseconds

12