Home
last modified time | relevance | path

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

/freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_program.c406 dt_header_info_t *infop = data; in dt_header_decl() local
423 infop->dthi_pfname, fname) < 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()
459 dt_header_info_t *infop = data; in dt_header_probe() local
489 if (!infop->dthi_empty) { in dt_header_probe()
510 if (!infop->dthi_empty) { in dt_header_probe()
511 if (fprintf(infop->dthi_out, in dt_header_probe()
519 infop->dthi_pmname, mname, in dt_header_probe()
520 infop->dthi_pfname, fname, in dt_header_probe()
[all …]
/freebsd/sys/dev/sfxge/common/
H A Def10_image.c537 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()
593 infop->eii_imagep = NULL; in efx_check_reflash_image()
594 infop->eii_image_size = 0; in efx_check_reflash_image()
607 __in efx_image_info_t *infop, in efx_build_signed_image_write_buffer() argument
629 ((uint8_t *)infop->eii_headerp < (uint8_t *)infop->eii_imagep) || in efx_build_signed_image_write_buffer()
631 ((size_t)((uint8_t *)infop->eii_headerp - infop->eii_imagep) > in efx_build_signed_image_write_buffer()
[all …]
H A Defx.h1885 __out efx_image_info_t *infop);
1892 __in efx_image_info_t *infop,
/freebsd/lib/libc/sys/
H A Dwait6.c42 siginfo_t *infop) in wait6() argument
44 return (INTERPOS_SYS(wait6, idtype, id, status, options, ru, infop)); in wait6()
/freebsd/sys/cddl/contrib/opensolaris/uts/common/sys/
H A Dprocessor.h120 processor_info_t *infop);
/freebsd/contrib/netbsd-tests/lib/libc/db/
H A Dh_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/lib/libc/db/test/
H A Ddbtest.c66 void *infop; /* Iflags. */ variable
130 infop = NULL;
135 infop = setinfo(type, p);
152 oflags, S_IRUSR | S_IWUSR, type, infop)) == NULL)
/freebsd/contrib/libpcap/
H A Dpcap-dlpi.c528 register dl_info_ack_t *infop; local
567 infop = &(MAKE_DL_PRIMITIVES(buf))->info_ack;
569 if (infop->dl_mac_type == DL_IPATM)
572 if (infop->dl_provider_style == DL_STYLE2) {
793 infop = &(MAKE_DL_PRIMITIVES(buf))->info_ack;
794 if (pcap_process_mactype(p, infop->dl_mac_type) != 0) {
/freebsd/lib/libc/rpc/
H A Dclnt_vc.c516 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 Dthr_syscalls.c575 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 Dclnt_vc.c638 void *infop = info; in clnt_vc_control() local
670 ct->ct_wait = *(struct timeval *)infop; in clnt_vc_control()
673 *(struct timeval *)infop = ct->ct_wait; in clnt_vc_control()
/freebsd/contrib/libxo/libxo/
H A Dxo.h195 xo_set_info (xo_handle_t *xop, xo_info_t *infop, int count);
H A Dlibxo.c2523 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 Dlinux_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), \
2212 void __sanitizer_syscall_pre_impl_waitid(long which, long pid, long infop,
2215 long infop, long options, long ru);
/freebsd/contrib/libxo/doc/
H A Dapi.rst1096 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 Dlinux_misc.c719 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 Dsanitizer_common_syscalls.inc695 (long which, long pid, void *infop, long options, void *ru) {}
698 (long res, long which, long pid, void *infop, long options, void *ru) {
700 if (infop)
701 POST_WRITE(infop, siginfo_t_sz);
H A Dsanitizer_common_interceptors.inc2559 INTERCEPTOR_WITH_SUFFIX(int, waitid, int idtype, long long id, void *infop,
2562 INTERCEPTOR_WITH_SUFFIX(int, waitid, int idtype, int id, void *infop,
2566 COMMON_INTERCEPTOR_ENTER(ctx, waitid, idtype, id, infop, options);
2570 int res = REAL(waitid)(idtype, id, infop, options);
2571 if (res != -1 && infop)
2572 COMMON_INTERCEPTOR_WRITE_RANGE(ctx, infop, siginfo_t_sz);
/freebsd/contrib/sqlite3/
H A Dsqlite3.c31338 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()