Home
last modified time | relevance | path

Searched refs:infop (Results 1 – 20 of 20) sorted by relevance

/freebsd-11-stable/cddl/contrib/opensolaris/lib/libdtrace/common/
HDdt_program.c406 dt_header_info_t *infop = data; in dt_header_decl() local
407 dtrace_hdl_t *dtp = infop->dthi_dtp; in dt_header_decl()
422 if (fprintf(infop->dthi_out, "extern void __dtrace_%s___%s(", in dt_header_decl()
423 infop->dthi_pfname, fname) < 0) in dt_header_decl()
427 if (fprintf(infop->dthi_out, "%s", in dt_header_decl()
433 fprintf(infop->dthi_out, ", ") < 0) in dt_header_decl()
437 if (i == 0 && fprintf(infop->dthi_out, "void") < 0) in dt_header_decl()
440 if (fprintf(infop->dthi_out, ");\n") < 0) in dt_header_decl()
443 if (fprintf(infop->dthi_out, in dt_header_decl()
449 infop->dthi_pfname, fname, infop->dthi_pfname, fname) < 0) in dt_header_decl()
[all …]
/freebsd-11-stable/lib/libc/sys/
HDwait6.c46 siginfo_t *infop) in wait6() argument
51 status, options, ru, infop)); in wait6()
/freebsd-11-stable/contrib/libpcap/
HDpcap-dlpi.c509 register dl_info_ack_t *infop; local
548 infop = &(MAKE_DL_PRIMITIVES(buf))->info_ack;
550 if (infop->dl_mac_type == DL_IPATM)
553 if (infop->dl_provider_style == DL_STYLE2) {
774 infop = &(MAKE_DL_PRIMITIVES(buf))->info_ack;
775 if (pcap_process_mactype(p, infop->dl_mac_type) != 0) {
/freebsd-11-stable/contrib/netbsd-tests/lib/libc/db/
HDh_db.c94 static void *infop; /* Iflags. */ variable
158 infop = NULL; in main()
163 infop = setinfo(type, p); in main()
181 oflags, S_IRUSR | S_IWUSR, type, infop)) == NULL) in main()
/freebsd-11-stable/lib/libc/db/test/
HDdbtest.c76 void *infop; /* Iflags. */ variable
140 infop = NULL;
145 infop = setinfo(type, p);
162 oflags, S_IRUSR | S_IWUSR, type, infop)) == NULL)
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/sys/
HDprocessor.h120 processor_info_t *infop);
/freebsd-11-stable/contrib/gdb/gdb/
HDthread-db.c103 td_thrinfo_t *infop);
250 thread_get_info_callback (const td_thrhandle_t *thp, void *infop) in thread_get_info_callback() argument
279 if (infop != NULL) in thread_get_info_callback()
280 *(struct thread_info **) infop = thread_info; in thread_get_info_callback()
/freebsd-11-stable/lib/libthr/thread/
HDthr_syscalls.c591 struct __wrusage *ru, siginfo_t *infop) in __thr_wait6() argument
598 ret = __sys_wait6(idtype, id, status, options, ru, infop); in __thr_wait6()
/freebsd-11-stable/lib/libc/rpc/
HDclnt_vc.c523 void *infop = info; in clnt_vc_control() local
568 ct->ct_wait = *(struct timeval *)infop; in clnt_vc_control()
572 *(struct timeval *)infop = ct->ct_wait; in clnt_vc_control()
/freebsd-11-stable/sys/rpc/
HDclnt_vc.c613 void *infop = info; in clnt_vc_control() local
642 ct->ct_wait = *(struct timeval *)infop; in clnt_vc_control()
645 *(struct timeval *)infop = ct->ct_wait; in clnt_vc_control()
/freebsd-11-stable/contrib/libxo/libxo/
HDxo.h194 xo_set_info (xo_handle_t *xop, xo_info_t *infop, int count);
HDlibxo.c2525 xo_set_info (xo_handle_t *xop, xo_info_t *infop, int count) in xo_set_info() argument
2529 if (count < 0 && infop) { in xo_set_info()
2532 for (xip = infop, count = 0; xip->xi_name; xip++, count++) in xo_set_info()
2536 xop->xo_info = infop; in xo_set_info()
/freebsd-11-stable/contrib/libxo/doc/
HDapi.rst1073 void xo_set_info (xo_handle_t *xop, xo_info_t *infop, int count);
1078 If the count is -1, libxo will count the elements of infop, but there
1103 .. c:function:: void xo_set_info (xo_handle_t *xop, xo_info_t *infop, int count)
1107 :param infop: Array of information structures
1108 :type infop: xo_info_t *
HDlibxo.txt2121 void xo_set_info (xo_handle_t *xop, xo_info_t *infop, int count);
2126 If the count is -1, libxo will count the elements of infop, but there
/freebsd-11-stable/contrib/llvm-project/compiler-rt/include/sanitizer/
HDlinux_syscall_hooks.h349 #define __sanitizer_syscall_pre_waitid(which, pid, infop, options, ru) \ argument
351 (long)(which), (long)(pid), (long)(infop), (long)(options), (long)(ru))
352 #define __sanitizer_syscall_post_waitid(res, which, pid, infop, options, ru) \ argument
354 (long)(infop), (long)(options), \
2203 void __sanitizer_syscall_pre_impl_waitid(long which, long pid, long infop,
2206 long infop, long options, long ru);
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
HDsanitizer_common_syscalls.inc641 PRE_SYSCALL(waitid)(long which, long pid, void *infop, long options, void *ru) {
644 POST_SYSCALL(waitid)(long res, long which, long pid, void *infop, long options,
647 if (infop) POST_WRITE(infop, siginfo_t_sz);
HDsanitizer_common_interceptors.inc2397 INTERCEPTOR_WITH_SUFFIX(int, waitid, int idtype, long long id, void *infop,
2400 INTERCEPTOR_WITH_SUFFIX(int, waitid, int idtype, int id, void *infop,
2404 COMMON_INTERCEPTOR_ENTER(ctx, waitid, idtype, id, infop, options);
2408 int res = REAL(waitid)(idtype, id, infop, options);
2409 if (res != -1 && infop)
2410 COMMON_INTERCEPTOR_WRITE_RANGE(ctx, infop, siginfo_t_sz);
/freebsd-11-stable/gnu/usr.bin/gdb/libgdb/
HDfbsd-threads.c117 td_thrinfo_t *infop);
/freebsd-11-stable/crypto/heimdal/lib/sqlite/
HDsqlite3.c19127 const et_info *infop; /* Pointer to the appropriate info structure */ in sqlite3VXPrintf() local
19220 infop = &fmtinfo[0]; in sqlite3VXPrintf()
19224 infop = &fmtinfo[idx]; in sqlite3VXPrintf()
19225 if( useExtended || (infop->flags & FLAG_INTERN)==0 ){ in sqlite3VXPrintf()
19226 xtype = infop->type; in sqlite3VXPrintf()
19237 if( precision>etBUFSIZE-40 && (infop->flags & FLAG_STRING)==0 ){ in sqlite3VXPrintf()
19269 if( infop->flags & FLAG_SIGNED ){ in sqlite3VXPrintf()
19319 cset = &aDigits[infop->charset]; in sqlite3VXPrintf()
19320 base = infop->base; in sqlite3VXPrintf()
19331 if( flag_alternateform && infop->prefix ){ /* Add "0" or "0x" */ in sqlite3VXPrintf()
[all …]
/freebsd-11-stable/contrib/sqlite3/
HDsqlite3.c28665 const et_info *infop; /* Pointer to the appropriate info structure */
28811 infop = &fmtinfo[0];
28815 infop = &fmtinfo[idx];
28816 xtype = infop->type;
28850 if( infop->flags & FLAG_SIGNED ){
28913 const char *cset = &aDigits[infop->charset];
28914 u8 base = infop->base;
28940 if( flag_alternateform && infop->prefix ){ /* Add "0" or "0x" */
28943 pre = &aPrefix[infop->prefix];
29084 *(bufpt++) = aDigits[infop->charset];