/titanic_51/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
|
/titanic_51/usr/src/contrib/ast/src/lib/libast/vmalloc/ |
H A D | malloc.c | 843 F2(_calloc,size_t,n,size_t,m) F2() argument 846 F1(_malloc,size_t,n) F1() argument 848 F2(_memalign,size_t,a,size_t,n) F2() argument 851 F1(_pvalloc,size_t,n) F1() argument 853 F2(_realloc,Void_t *,p,size_t,n) F2() argument 855 F1(_valloc,size_t,n) F1() argument 860 F2(__calloc,size_t,n,size_t,m) F2() argument 863 F1(__malloc,size_t,n) F1() argument 865 F2(__memalign,size_t,a,size_t,n) F2() argument 868 F1(__pvalloc,size_t,n) F1() argument 870 F2(__realloc,Void_t *,p,size_t,n) F2() argument 872 F1(__valloc,size_t,n) F1() argument 877 F2(__libc_calloc,size_t,n,size_t,m) F2() argument 880 F1(__libc_malloc,size_t,n) F1() argument 882 F2(__libc_memalign,size_t,a,size_t,n) F2() argument 885 F1(__libc_pvalloc,size_t,n) F1() argument 887 F2(__libc_realloc,Void_t *,p,size_t,n) F2() argument 889 F1(__libc_valloc,size_t,n) F1() argument 1038 F1(_ast_malloc,size_t,n) F1() argument 1040 F2(_ast_memalign,size_t,a,size_t,n) F2() argument 1042 F2(_ast_realloc,Void_t *,p,size_t,n) F2() argument 1046 F2(_ast_calloc,size_t,n,size_t,m) F2() argument 1049 F1(_ast_pvalloc,size_t,n) F1() argument 1052 F1(_ast_valloc,size_t,n) 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* handle ) in vmwalk() argument
|
/titanic_51/usr/src/head/iso/ |
H A D | stddef_iso.h | 75 typedef unsigned long size_t; /* size of something in bytes */ typedef 77 typedef unsigned int size_t; /* (historical version) */ typedef
|
H A D | stdlib_iso.h | 78 typedef unsigned long size_t; /* size of something in bytes */ typedef 80 typedef unsigned int size_t; /* (historical version) */ typedef [all...] |
H A D | wchar_iso.h | 108 typedef unsigned long size_t; /* size of something in bytes */ typedef 110 typedef unsigned int size_t; /* (historical version) */ typedef [all...] |
H A D | stdio_iso.h | 99 typedef unsigned long size_t; /* size of something in bytes */ typedef 101 typedef unsigned int size_t; /* (historical version) */ typedef
|
/titanic_51/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() argument
|
/titanic_51/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
|
/titanic_51/usr/src/lib/libpri/common/ |
H A D | pri.c | 135 void *(*allocp)(size_t), void (*freep)(void *, size_t)) in pri_get() argument
|
/titanic_51/usr/src/uts/common/os/ |
H A D | exacct.c | 628 exacct_assemble_task_usage(ac_info_t * ac_task,task_t * tk,int (* callback)(ac_info_t *,void *,size_t,void *,size_t,size_t *),void * ubuf,size_t ubufsize,size_t * actual,int flag) exacct_assemble_task_usage() argument 1021 exacct_assemble_proc_usage(ac_info_t * ac_proc,proc_usage_t * pu,int (* callback)(ac_info_t *,void *,size_t,void *,size_t,size_t *),void * ubuf,size_t ubufsize,size_t * actual,int flag) exacct_assemble_proc_usage() argument 1344 exacct_assemble_net_usage(ac_info_t * ac_net,void * ninfo,int (* callback)(ac_info_t *,void *,size_t,void *,size_t,size_t *),void * ubuf,size_t ubufsize,size_t * actual,int what) exacct_assemble_net_usage() argument 1542 exacct_assemble_flow_usage(ac_info_t * ac_flow,flow_usage_t * fu,int (* callback)(ac_info_t *,void *,size_t,void *,size_t,size_t *),void * ubuf,size_t ubufsize,size_t * actual) exacct_assemble_flow_usage() argument [all...] |
/titanic_51/usr/src/boot/include/ |
H A D | strings.h | 36 typedef __size_t size_t; typedef
|
H A D | string.h | 49 typedef __size_t size_t; typedef [all...] |
H A D | stddef.h | 54 typedef __size_t size_t; typedef
|
/titanic_51/usr/src/contrib/ast/src/lib/libast/regex/ |
H A D | regalloc.c | 31 regalloc(void* handle, void*(*resize)(void*,void*,size_t), regflags_t flags) in regalloc() argument
|
/titanic_51/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
|
/titanic_51/usr/src/head/ |
H A D | uchar.h | 39 typedef unsigned long size_t; /* size of something in bytes */ typedef
|
H A D | mon.h | 49 typedef unsigned long size_t; /* size of something in bytes */ typedef
|
/titanic_51/usr/src/boot/sys/sys/ |
H A D | _iovec.h | 39 typedef __size_t size_t; typedef
|
/titanic_51/usr/src/grub/grub-0.97/netboot/ |
H A D | stdint.h | 6 typedef unsigned size_t; typedef
|
/titanic_51/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
|
/titanic_51/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
|
/titanic_51/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 crypto_update_mp(void * ctx,crypto_data_t * input,crypto_data_t * output,int (* cipher)(void *,caddr_t,size_t,crypto_data_t *),void (* copy_block)(uint8_t *,uint64_t *)) crypto_update_mp() argument [all...] |
/titanic_51/usr/src/lib/libbc/inc/include/sys/ |
H A D | stdtypes.h | 58 typedef int size_t; /* ??? */ typedef
|