| /trueos/cddl/contrib/opensolaris/lib/libdtrace/common/ |
| HD | 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 …]
|
| /trueos/sys/compat/mach/ipc/ |
| HD | mach_debug.c | 170 hash_info_bucket_array_t *infop, 184 info = *infop; 194 if (info != *infop) 206 if (info == *infop) { 227 *infop = (hash_info_bucket_t *) copy; 251 ipc_info_space_t *infop, in mach_port_space_info() argument 345 infop->iis_genno_mask = MACH_PORT_NGEN(MACH_PORT_NAME_DEAD); in mach_port_space_info() 346 infop->iis_table_size = space->is_table_size; in mach_port_space_info() 347 infop->iis_table_next = space->is_table_next->its_size; in mach_port_space_info() 348 infop->iis_tree_size = space->is_tree_total; in mach_port_space_info() [all …]
|
| /trueos/lib/libc/sys/ |
| HD | wait6.c | 46 siginfo_t *infop) in wait6() argument 51 status, options, ru, infop)); in wait6()
|
| /trueos/sys/compat/mach/ |
| HD | mach_clock.c | 104 mach_timebase_info(mach_timebase_info_t infop) in mach_timebase_info() argument 116 if ((error = copyout(&info, (void *)infop, in mach_timebase_info()
|
| /trueos/contrib/libpcap/ |
| HD | pcap-dlpi.c | 339 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)
|
| /trueos/contrib/netbsd-tests/lib/libc/db/ |
| HD | h_db.c | 87 static void *infop; /* Iflags. */ variable 151 infop = NULL; in main() 156 infop = setinfo(type, p); in main() 174 oflags, S_IRUSR | S_IWUSR, type, infop)) == NULL) in main()
|
| /trueos/lib/libc/db/test/ |
| HD | dbtest.c | 76 void *infop; /* Iflags. */ variable 140 infop = NULL; 145 infop = setinfo(type, p); 162 oflags, S_IRUSR | S_IWUSR, type, infop)) == NULL)
|
| /trueos/sys/cddl/contrib/opensolaris/uts/common/sys/ |
| HD | processor.h | 119 processor_info_t *infop);
|
| /trueos/contrib/gdb/gdb/ |
| HD | thread-db.c | 103 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()
|
| /trueos/lib/libthr/thread/ |
| HD | thr_syscalls.c | 573 struct __wrusage *ru, siginfo_t *infop) in __thr_wait6() argument 580 ret = __sys_wait6(idtype, id, status, options, ru, infop); in __thr_wait6()
|
| /trueos/lib/libc/rpc/ |
| HD | clnt_vc.c | 523 void *infop = info; local 568 ct->ct_wait = *(struct timeval *)infop; 572 *(struct timeval *)infop = ct->ct_wait;
|
| /trueos/sys/rpc/ |
| HD | clnt_vc.c | 597 void *infop = info; in clnt_vc_control() local 626 ct->ct_wait = *(struct timeval *)infop; in clnt_vc_control() 629 *(struct timeval *)infop = ct->ct_wait; in clnt_vc_control()
|
| /trueos/gnu/usr.bin/gdb/libgdb/ |
| HD | fbsd-threads.c | 117 td_thrinfo_t *infop);
|
| /trueos/crypto/heimdal/lib/sqlite/ |
| HD | sqlite3.c | 19127 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 …]
|
| /trueos/contrib/sqlite3/ |
| HD | sqlite3.c | 19737 const et_info *infop; /* Pointer to the appropriate info structure */ in sqlite3VXPrintf() local 19825 infop = &fmtinfo[0]; in sqlite3VXPrintf() 19829 infop = &fmtinfo[idx]; in sqlite3VXPrintf() 19830 if( useExtended || (infop->flags & FLAG_INTERN)==0 ){ in sqlite3VXPrintf() 19831 xtype = infop->type; in sqlite3VXPrintf() 19868 if( infop->flags & FLAG_SIGNED ){ in sqlite3VXPrintf() 19928 cset = &aDigits[infop->charset]; in sqlite3VXPrintf() 19929 base = infop->base; in sqlite3VXPrintf() 19940 if( flag_alternateform && infop->prefix ){ /* Add "0" or "0x" */ in sqlite3VXPrintf() 19943 pre = &aPrefix[infop->prefix]; in sqlite3VXPrintf() [all …]
|