Searched defs:infop (Results 1 - 11 of 11) sorted by last modified time

/external/strace/tests/
H A Dwaitid.c149 const siginfo_t *const infop,
158 infop, poison(options), rusage);
147 do_waitid(const unsigned int idtype, const unsigned int id, const siginfo_t *const infop, const unsigned int options, const struct rusage *const rusage) argument
/external/sqlite/dist/orig/
H A Dsqlite3.c25314 const et_info *infop; /* Pointer to the appropriate info structure */ local
[all...]
/external/sqlite/dist/
H A Dsqlite3.c25314 const et_info *infop; /* Pointer to the appropriate info structure */ local
[all...]
/external/strace/tests-m32/
H A Dwaitid.c149 const siginfo_t *const infop,
158 infop, poison(options), rusage);
147 do_waitid(const unsigned int idtype, const unsigned int id, const siginfo_t *const infop, const unsigned int options, const struct rusage *const rusage) argument
/external/strace/tests-mx32/
H A Dwaitid.c149 const siginfo_t *const infop,
158 infop, poison(options), rusage);
147 do_waitid(const unsigned int idtype, const unsigned int id, const siginfo_t *const infop, const unsigned int options, const struct rusage *const rusage) argument
/external/ltp/testcases/kernel/syscalls/waitid/
H A Dwaitid01.c47 void display_status(siginfo_t * infop) argument
49 tst_resm(TINFO, "Process %d terminated:", infop->si_pid);
50 tst_resm(TINFO, "code = %d", infop->si_code);
51 if (infop->si_code == CLD_EXITED)
52 tst_resm(TINFO, "exit value = %d", infop->si_status);
54 tst_resm(TINFO, "signal = %d", infop->si_status);
60 siginfo_t infop; local
79 TEST(waitid(P_ALL, getpid(), &infop, WEXITED));
85 display_status(&infop); //CLD_EXITED = 1
98 TEST(waitid(P_ALL, 0, &infop, WEXITE
[all...]
H A Dwaitid02.c224 siginfo_t infop; local
227 if (waitid(P_PID, t->child, &infop, WSTOPPED) != 0)
253 siginfo_t infop; local
260 t->id, &infop, t->options);
261 memset(&infop, 0, sizeof(infop));
263 TEST(waitid(t->idtype, t->id, &infop, t->options));
279 infop.si_pid, infop.si_code,
280 infop
[all...]
/external/libpcap/
H A Dpcap-dlpi.c496 register dl_info_ack_t *infop; local
535 infop = &(MAKE_DL_PRIMITIVES(buf))->info_ack;
537 if (infop->dl_mac_type == DL_IPATM)
540 if (infop->dl_provider_style == DL_STYLE2) {
750 infop = &(MAKE_DL_PRIMITIVES(buf))->info_ack;
751 if (pcap_process_mactype(p, infop->dl_mac_type) != 0) {
/external/elfutils/libdw/
H A Ddwarf_getpubnames.c114 unsigned char *infop local
117 if (read_4ubyte_unaligned_noncvt (infop) == DWARF3_LENGTH_64_BIT)
/external/e2fsprogs/lib/ss/
H A Derror.c26 register ss_data *infop; local
28 infop = ss_info(sci_idx);
29 if (infop->current_request == (char const *)NULL) {
31 (strlen(infop->subsystem_name)+1)
35 strcpy(ret_val, infop->subsystem_name);
42 (strlen(infop->subsystem_name)+
43 strlen(infop->current_request)+
46 cp1 = infop->subsystem_name;
51 cp1 = infop->current_request;
/external/curl/lib/
H A Dmprintf.c977 struct nsprintf *infop=(struct nsprintf *)data; local
980 if(infop->length < infop->max) {
982 infop->buffer[0] = outc; /* store */
983 infop->buffer++; /* increase pointer */
984 infop->length++; /* we are now one byte larger */
1025 struct asprintf *infop=(struct asprintf *)data; local
1028 if(!infop->buffer) {
1029 infop->buffer = malloc(32);
1030 if(!infop
[all...]

Completed in 760 milliseconds