| /onnv-gate/usr/src/lib/libast/common/vmalloc/ |
| H A D | malloc.c | 517 extern Void_t* F2(_calloc, size_t,n, size_t,m) { return calloc(n, m); } in F2() argument 520 extern Void_t* F1(_malloc, size_t,n) { return malloc(n); } in F1() argument 522 extern Void_t* F2(_memalign, size_t,a, size_t,n) { return memalign(a, n); } in F2() argument 525 extern Void_t* F1(_pvalloc, size_t,n) { return pvalloc(n); } in F1() argument 527 extern Void_t* F2(_realloc, Void_t*,p, size_t,n) { return realloc(p, n); } in F2() argument 529 extern Void_t* F1(_valloc, size_t,n) { return valloc(n); } in F1() argument 534 extern Void_t* F2(__calloc, size_t,n, size_t,m) { return calloc(n, m); } in F2() argument 537 extern Void_t* F1(__malloc, size_t,n) { return malloc(n); } in F1() argument 539 extern Void_t* F2(__memalign, size_t,a, size_t,n) { return memalign(a, n); } in F2() argument 542 extern Void_t* F1(__pvalloc, size_t,n) { return pvalloc(n); } in F1() argument [all …]
|
| H A D | vmwalk.c | 36 int vmwalk(Vmalloc_t* vm, int(*segf)(Vmalloc_t*, Void_t*, size_t, Vmdisc_t*, Void_t*), Void_t* hand… in vmwalk() argument
|
| /onnv-gate/usr/src/common/openssl/crypto/ |
| H A D | mem.c | 125 int CRYPTO_set_mem_functions(void *(*m)(size_t), void *(*r)(void *, size_t), in CRYPTO_set_mem_functions() argument 141 void *(*m)(size_t,const char *,int), in CRYPTO_set_mem_ex_functions() 157 int CRYPTO_set_locked_mem_functions(void *(*m)(size_t), void (*f)(void *)) in CRYPTO_set_locked_mem_functions() argument 169 void *(*m)(size_t,const char *,int), in CRYPTO_set_locked_mem_ex_functions() 198 void CRYPTO_get_mem_functions(void *(**m)(size_t), void *(**r)(void *, size_t), in CRYPTO_get_mem_functions() argument 209 void *(**m)(size_t,const char *,int), in CRYPTO_get_mem_ex_functions() 220 void CRYPTO_get_locked_mem_functions(void *(**m)(size_t), void (**f)(void *)) in CRYPTO_get_locked_mem_functions() argument 228 void *(**m)(size_t,const char *,int), in CRYPTO_get_locked_mem_ex_functions()
|
| /onnv-gate/usr/src/common/mdesc/ |
| H A D | mdesc_init_intern.c | 35 md_init_intern(uint64_t *ptr, void *(*allocp)(size_t), in md_init_intern()
|
| /onnv-gate/usr/src/head/iso/ |
| H A D | stddef_iso.h | 78 typedef unsigned long size_t; /* size of something in bytes */ typedef 80 typedef unsigned int size_t; /* (historical version) */ typedef
|
| H A D | stdlib_iso.h | 79 typedef unsigned long size_t; /* size of something in bytes */ typedef 81 typedef unsigned int size_t; /* (historical version) */ typedef
|
| H A D | wchar_iso.h | 106 typedef unsigned long size_t; /* size of something in bytes */ typedef 108 typedef unsigned int size_t; /* (historical version) */ typedef
|
| H A D | stdio_iso.h | 97 typedef unsigned long size_t; /* size of something in bytes */ typedef 99 typedef unsigned int size_t; /* (historical version) */ typedef
|
| H A D | string_iso.h | 61 typedef unsigned long size_t; /* size of something in bytes */ typedef
|
| H A D | time_iso.h | 69 typedef unsigned long size_t; /* size of something in bytes */ typedef
|
| /onnv-gate/usr/src/uts/common/sys/ |
| H A D | un.h | 70 typedef unsigned long size_t; /* size of something in bytes */ typedef 72 typedef unsigned int size_t; /* (historical version) */ typedef
|
| /onnv-gate/usr/src/lib/libpri/common/ |
| H A D | pri.c | 135 void *(*allocp)(size_t), void (*freep)(void *, size_t)) in pri_get() argument
|
| /onnv-gate/usr/src/uts/common/os/ |
| H A D | exacct.c | 628 int (*callback)(ac_info_t *, void *, size_t, void *, size_t, size_t *), in exacct_assemble_task_usage() argument 1021 int (*callback)(ac_info_t *, void *, size_t, void *, size_t, size_t *), in exacct_assemble_proc_usage() argument 1344 int (*callback)(ac_info_t *, void *, size_t, void *, size_t, size_t *), in exacct_assemble_net_usage() argument 1542 int (*callback)(ac_info_t *, void *, size_t, void *, size_t, size_t *), in exacct_assemble_flow_usage() argument
|
| H A D | ksyms_snapshot.c | 106 void (*emit)(const void *, void *, size_t), void *src, int actions) in ksyms_walk() argument 129 ksyms_snapshot(void (*emit)(const void *, void *, size_t), in ksyms_snapshot() argument
|
| /onnv-gate/usr/src/cmd/man/src/util/nsgmls.src/lib/ |
| H A D | EventGenerator.cxx | 23 size_t) in makeSubdocEventGenerator() argument
|
| /onnv-gate/usr/src/lib/libast/common/regex/ |
| H A D | regalloc.c | 31 regalloc(void* handle, void*(*resize)(void*,void*,size_t), regflags_t flags) in regalloc() argument
|
| /onnv-gate/usr/src/cmd/man/src/util/nsgmls.src/include/ |
| H A D | xnew.h | 44 *operator new(size_t, void *p) in new() argument
|
| /onnv-gate/usr/src/grub/grub-0.97/netboot/ |
| H A D | stdint.h | 6 typedef unsigned size_t; typedef
|
| /onnv-gate/usr/src/cmd/cmd-inet/usr.bin/nc/ |
| H A D | atomicio.c | 44 atomicio(ssize_t (*f) (int, void *, size_t), int fd, void *_s, size_t n) in atomicio() argument
|
| /onnv-gate/usr/src/lib/libbc/inc/include/sys/ |
| H A D | stdtypes.h | 58 typedef int size_t; /* ??? */ typedef
|
| /onnv-gate/usr/src/uts/common/avs/ns/ |
| H A D | nsctl_inter.h | 124 void *nsc_kmem_alloc(size_t, int, void *) { } in nsc_kmem_alloc() argument 125 void *nsc_kmem_zalloc(size_t, int, void *) { } in nsc_kmem_zalloc() argument 126 void nsc_kmem_free(void *, size_t) { } in nsc_kmem_free() argument 127 void nsc_mem_sizes(void *, size_t *, size_t *, size_t *) { } in nsc_mem_sizes() argument 130 int nsc_commit_mem(void *, void *, size_t, void) { } in nsc_commit_mem() argument 132 void nsc_cm_errhdlr(void *, void *, size_t, int) { } in nsc_cm_errhdlr() argument
|
| /onnv-gate/usr/src/uts/common/crypto/core/ |
| H A D | kcf_prov_lib.c | 398 int (*cipher)(void *, caddr_t, size_t, crypto_data_t *), in crypto_update_iov() argument 420 int (*cipher)(void *, caddr_t, size_t, crypto_data_t *), in crypto_update_uio() argument 485 int (*cipher)(void *, caddr_t, size_t, crypto_data_t *), in crypto_update_mp() argument
|
| /onnv-gate/usr/src/head/ |
| H A D | mon.h | 47 typedef unsigned long size_t; /* size of something in bytes */ typedef
|
| /onnv-gate/usr/src/cmd/fm/modules/common/disk-monitor/ |
| H A D | util.c | 248 new_queue(boolean_t block_on_empty, void *(*nodealloc)(size_t), in new_queue()
|
| /onnv-gate/usr/src/uts/common/vm/ |
| H A D | vm_pvn.c | 749 size_t *, int, cred_t *), in pvn_vplist_dirty() argument 1100 int (*getpage)(vnode_t *, u_offset_t, size_t, uint_t *, page_t *[], in pvn_getpages() argument
|