Searched refs:infop (Results 1 - 8 of 8) sorted by relevance

/freebsd-9.3-release/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_program.c406 dt_header_info_t *infop = data; local
407 dtrace_hdl_t *dtp = infop->dthi_dtp;
422 if (fprintf(infop->dthi_out, "extern void __dtrace_%s___%s(",
423 infop->dthi_pfname, fname) < 0)
427 if (fprintf(infop->dthi_out, "%s",
433 fprintf(infop->dthi_out, ", ") < 0)
437 if (i == 0 && fprintf(infop->dthi_out, "void") < 0)
440 if (fprintf(infop->dthi_out, ");\n") < 0)
443 if (fprintf(infop->dthi_out,
449 infop
459 dt_header_info_t *infop = data; local
[all...]
/freebsd-9.3-release/sys/cddl/contrib/opensolaris/uts/common/sys/
H A Dprocessor.h119 processor_info_t *infop);
/freebsd-9.3-release/lib/libc/db/test/
H A Ddbtest.c76 void *infop; /* Iflags. */ variable
140 infop = NULL;
145 infop = setinfo(type, p);
162 oflags, S_IRUSR | S_IWUSR, type, infop)) == NULL)
/freebsd-9.3-release/contrib/libpcap/
H A Dpcap-dlpi.c339 register dl_info_ack_t *infop; local
506 infop = &(MAKE_DL_PRIMITIVES(buf))->info_ack;
508 if (infop->dl_mac_type == DL_IPATM)
511 if (infop->dl_provider_style == DL_STYLE2) {
692 infop = &(MAKE_DL_PRIMITIVES(buf))->info_ack;
693 if (pcap_process_mactype(p, infop->dl_mac_type) != 0)
/freebsd-9.3-release/contrib/gdb/gdb/
H A Dthread-db.c103 td_thrinfo_t *infop);
254 thread_get_info_callback (const td_thrhandle_t *thp, void *infop)
283 if (infop != NULL)
284 *(struct thread_info **) infop = thread_info;
250 thread_get_info_callback(const td_thrhandle_t *thp, void *infop) argument
/freebsd-9.3-release/lib/libc/rpc/
H A Dclnt_vc.c523 void *infop = info; local
568 ct->ct_wait = *(struct timeval *)infop;
572 *(struct timeval *)infop = ct->ct_wait;
/freebsd-9.3-release/sys/rpc/
H A Dclnt_vc.c598 void *infop = info; local
627 ct->ct_wait = *(struct timeval *)infop;
630 *(struct timeval *)infop = ct->ct_wait;
/freebsd-9.3-release/gnu/usr.bin/gdb/libgdb/
H A Dfbsd-threads.c117 td_thrinfo_t *infop);

Completed in 209 milliseconds