/titanic_41/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_41/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()
|
/titanic_41/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 | 76 typedef unsigned long size_t; /* size of something in bytes */ typedef 78 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 | 68 typedef unsigned long size_t; /* size of something in bytes */ typedef
|
/titanic_41/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_41/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_41/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
|
/titanic_41/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_41/usr/src/grub/grub-0.97/netboot/ |
H A D | stdint.h | 6 typedef unsigned size_t; typedef
|
/titanic_41/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_41/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_41/usr/src/lib/libbc/inc/include/sys/ |
H A D | stdtypes.h | 58 typedef int size_t; /* ??? */ typedef
|
/titanic_41/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
|
/titanic_41/usr/src/head/ |
H A D | mon.h | 46 typedef unsigned long size_t; /* size of something in bytes */ typedef
|
/titanic_41/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()
|
/titanic_41/usr/src/uts/common/vm/ |
H A D | vm_pvn.c | 750 size_t *, int, cred_t *), in pvn_vplist_dirty() argument 1099 int (*getpage)(vnode_t *, u_offset_t, size_t, uint_t *, page_t *[], in pvn_getpages() argument
|
/titanic_41/usr/src/cmd/mdb/common/kmdb/ |
H A D | kmdb_kdi.c | 137 kdi_prw(void *buf, size_t nbytes, physaddr_t addr, int (*rw)(caddr_t, size_t, in kdi_prw() argument 138 physaddr_t, size_t *)) in kdi_prw() argument
|
/titanic_41/usr/src/cmd/cmd-inet/usr.lib/wpad/ |
H A D | l2_packet.c | 118 void (*rx_callback)(void *, unsigned char *, unsigned char *, size_t), in l2_packet_init() argument
|
/titanic_41/usr/src/grub/grub-0.97/stage2/ |
H A D | fsys_zfs.h | 43 typedef unsigned long size_t; typedef 45 typedef unsigned int size_t; typedef
|