/freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/ |
H A D | dt_program.c | 406 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/sys/dev/sfxge/common/ |
H A D | ef10_image.c | 529 __out efx_image_info_t *infop) in efx_check_reflash_image() argument 537 EFSYS_ASSERT(infop != NULL); in efx_check_reflash_image() 538 if (infop == NULL) { in efx_check_reflash_image() 542 memset(infop, 0, sizeof (*infop)); in efx_check_reflash_image() 579 infop->eii_format = format; in efx_check_reflash_image() 580 infop->eii_imagep = bufferp; in efx_check_reflash_image() 581 infop->eii_image_size = buffer_size; in efx_check_reflash_image() 582 infop->eii_headerp = (efx_image_header_t *)imagep; in efx_check_reflash_image() 592 infop->eii_format = EFX_IMAGE_FORMAT_INVALID; in efx_check_reflash_image() 593 infop->eii_imagep = NULL; in efx_check_reflash_image() [all …]
|
H A D | efx.h | 1885 __out efx_image_info_t *infop); 1892 __in efx_image_info_t *infop,
|
/freebsd/lib/libc/sys/ |
H A D | wait6.c | 42 siginfo_t *infop) in wait6() argument 44 return (INTERPOS_SYS(wait6, idtype, id, status, options, ru, infop)); in wait6()
|
/freebsd/contrib/netbsd-tests/lib/libc/db/ |
H A D | h_db.c | 94 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/lib/libc/db/test/ |
H A D | dbtest.c | 66 void *infop; /* Iflags. */ variable 130 infop = NULL; 135 infop = setinfo(type, p); 152 oflags, S_IRUSR | S_IWUSR, type, infop)) == NULL)
|
/freebsd/sys/cddl/contrib/opensolaris/uts/common/sys/ |
H A D | processor.h | 120 processor_info_t *infop);
|
/freebsd/contrib/libpcap/ |
H A D | pcap-dlpi.c | 526 register dl_info_ack_t *infop; local 565 infop = &(MAKE_DL_PRIMITIVES(buf))->info_ack; 567 if (infop->dl_mac_type == DL_IPATM) 570 if (infop->dl_provider_style == DL_STYLE2) { 791 infop = &(MAKE_DL_PRIMITIVES(buf))->info_ack; 792 if (pcap_process_mactype(p, infop->dl_mac_type) != 0) {
|
/freebsd/lib/libc/rpc/ |
H A D | clnt_vc.c | 516 void *infop = info; in clnt_vc_control() local 555 ct->ct_wait = *(struct timeval *)infop; in clnt_vc_control() 559 *(struct timeval *)infop = ct->ct_wait; in clnt_vc_control()
|
/freebsd/lib/libthr/thread/ |
H A D | thr_syscalls.c | 575 struct __wrusage *ru, siginfo_t *infop) in __thr_wait6() argument 582 ret = __sys_wait6(idtype, id, status, options, ru, infop); in __thr_wait6()
|
/freebsd/sys/rpc/ |
H A D | clnt_vc.c | 633 void *infop = info; in clnt_vc_control() local 664 ct->ct_wait = *(struct timeval *)infop; in clnt_vc_control() 667 *(struct timeval *)infop = ct->ct_wait; in clnt_vc_control()
|
/freebsd/contrib/libxo/libxo/ |
H A D | xo.h | 195 xo_set_info (xo_handle_t *xop, xo_info_t *infop, int count);
|
H A D | libxo.c | 2523 xo_set_info (xo_handle_t *xop, xo_info_t *infop, int count) in xo_set_info() argument 2527 if (count < 0 && infop) { in xo_set_info() 2530 for (xip = infop, count = 0; xip->xi_name; xip++, count++) in xo_set_info() 2534 xop->xo_info = infop; in xo_set_info()
|
/freebsd/contrib/llvm-project/compiler-rt/include/sanitizer/ |
H A D | linux_syscall_hooks.h | 349 #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), \ 2219 void __sanitizer_syscall_pre_impl_waitid(long which, long pid, long infop, 2222 long infop, long options, long ru);
|
/freebsd/contrib/libxo/doc/ |
H A D | api.rst | 1096 void xo_set_info (xo_handle_t *xop, xo_info_t *infop, int count); 1101 If the count is -1, libxo will count the elements of infop, but there 1126 .. c:function:: void xo_set_info (xo_handle_t *xop, xo_info_t *infop, int count) 1130 :param infop: Array of information structures 1131 :type infop: xo_info_t *
|
/freebsd/sys/compat/linux/ |
H A D | linux_misc.c | 719 int options, void *rup, l_siginfo_t *infop) in linux_common_wait() argument 750 if (error == 0 && infop != NULL && td->td_retval[0] != 0) { in linux_common_wait() 753 error = copyout(&lsi, infop, sizeof(lsi)); in linux_common_wait()
|
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_common_syscalls.inc | 709 (long which, long pid, void *infop, long options, void *ru) {} 712 (long res, long which, long pid, void *infop, long options, void *ru) { 714 if (infop) 715 POST_WRITE(infop, siginfo_t_sz);
|
H A D | sanitizer_common_interceptors.inc | 2567 INTERCEPTOR_WITH_SUFFIX(int, waitid, int idtype, long long id, void *infop, 2570 INTERCEPTOR_WITH_SUFFIX(int, waitid, int idtype, int id, void *infop, 2574 COMMON_INTERCEPTOR_ENTER(ctx, waitid, idtype, id, infop, options); 2578 int res = COMMON_INTERCEPTOR_BLOCK_REAL(waitid)(idtype, id, infop, options); 2579 if (res != -1 && infop) 2580 COMMON_INTERCEPTOR_WRITE_RANGE(ctx, infop, siginfo_t_sz);
|
/freebsd/contrib/sqlite3/ |
H A D | sqlite3.c | 31338 const et_info *infop; /* Pointer to the appropriate info structure */ in sqlite3_str_vappendf() local 31481 infop = &fmtinfo[0]; in sqlite3_str_vappendf() 31485 infop = &fmtinfo[idx]; in sqlite3_str_vappendf() 31486 xtype = infop->type; in sqlite3_str_vappendf() 31520 if( infop->flags & FLAG_SIGNED ){ in sqlite3_str_vappendf() 31583 const char *cset = &aDigits[infop->charset]; in sqlite3_str_vappendf() 31584 u8 base = infop->base; in sqlite3_str_vappendf() 31610 if( flag_alternateform && infop->prefix ){ /* Add "0" or "0x" */ in sqlite3_str_vappendf() 31613 pre = &aPrefix[infop->prefix]; in sqlite3_str_vappendf() 31752 *(bufpt++) = aDigits[infop->charset]; in sqlite3_str_vappendf()
|