/illumos-gate/usr/src/grub/grub-0.97/stage2/ |
H A D | vstafs.h | 43 struct alloc struct 55 struct alloc fs_freesecs[0]; argument
|
/illumos-gate/usr/src/common/lzma/ |
H A D | LzFind.c | 22 static void LzInWindow_Free(CMatchFinder *p, ISzAlloc *alloc) in LzInWindow_Free() 33 static int LzInWindow_Create(CMatchFinder *p, UInt32 keepSizeReserv, ISzAlloc *alloc) in LzInWindow_Create() 145 static void MatchFinder_FreeThisClassMemory(CMatchFinder *p, ISzAlloc *alloc) in MatchFinder_FreeThisClassMemory() 151 void MatchFinder_Free(CMatchFinder *p, ISzAlloc *alloc) in MatchFinder_Free() 157 static CLzRef* AllocRefs(UInt32 num, ISzAlloc *alloc) in AllocRefs() 167 ISzAlloc *alloc) in MatchFinder_Create()
|
H A D | LzmaDec.c | 901 void LzmaDec_FreeProbs(CLzmaDec *p, ISzAlloc *alloc) in LzmaDec_FreeProbs() 908 static void LzmaDec_FreeDict(CLzmaDec *p, ISzAlloc *alloc) in LzmaDec_FreeDict() 915 void LzmaDec_Free(CLzmaDec *p, ISzAlloc *alloc) in LzmaDec_Free() 947 static SRes LzmaDec_AllocateProbs2(CLzmaDec *p, const CLzmaProps *propNew, ISzAlloc *alloc) in LzmaDec_AllocateProbs2() 961 SRes LzmaDec_AllocateProbs(CLzmaDec *p, const Byte *props, unsigned propsSize, ISzAlloc *alloc) in LzmaDec_AllocateProbs() 970 SRes LzmaDec_Allocate(CLzmaDec *p, const Byte *props, unsigned propsSize, ISzAlloc *alloc) in LzmaDec_Allocate() 994 ELzmaStatus *status, ISzAlloc *alloc) in LzmaDecode()
|
H A D | LzmaEnc.c | 485 static int RangeEnc_Alloc(CRangeEnc *p, ISzAlloc *alloc) in RangeEnc_Alloc() 497 static void RangeEnc_Free(CRangeEnc *p, ISzAlloc *alloc) in RangeEnc_Free() 1720 CLzmaEncHandle LzmaEnc_Create(ISzAlloc *alloc) in LzmaEnc_Create() 1729 void LzmaEnc_FreeLits(CLzmaEnc *p, ISzAlloc *alloc) in LzmaEnc_FreeLits() 1737 void LzmaEnc_Destruct(CLzmaEnc *p, ISzAlloc *alloc, ISzAlloc *allocBig) in LzmaEnc_Destruct() 1747 void LzmaEnc_Destroy(CLzmaEncHandle p, ISzAlloc *alloc, ISzAlloc *allocBig) in LzmaEnc_Destroy() 1918 static SRes LzmaEnc_Alloc(CLzmaEnc *p, UInt32 keepWindowSize, ISzAlloc *alloc, ISzAlloc *allocBig) in LzmaEnc_Alloc() 2041 static SRes LzmaEnc_AllocAndInit(CLzmaEnc *p, UInt32 keepWindowSize, ISzAlloc *alloc, ISzAlloc *all… in LzmaEnc_AllocAndInit() 2059 ISzAlloc *alloc, ISzAlloc *allocBig) in LzmaEnc_Prepare() 2069 ISzAlloc *alloc, ISzAlloc *allocBig) in LzmaEnc_PrepareForLzma2() [all …]
|
/illumos-gate/usr/src/lib/libc/port/gen/ |
H A D | getcwd.c | 48 int alloc = 0; in getcwd() local
|
/illumos-gate/usr/src/contrib/ast/src/lib/libast/regex/ |
H A D | reginit.c | 394 alloc(register regdisc_t* disc, void* p, size_t n) in alloc() function
|
/illumos-gate/usr/src/uts/intel/os/ |
H A D | cpr_intel.c | 41 cpr_default_setup(int alloc) in cpr_default_setup()
|
/illumos-gate/usr/src/lib/libdemangle/common/ |
H A D | demangle-sys.h | 33 void *(*alloc)(size_t); member
|
/illumos-gate/usr/src/uts/common/sys/fs/ |
H A D | smbfs_ioctl.h | 42 uint32_t alloc; /* allocated length */ member
|
/illumos-gate/usr/src/cmd/mandoc/ |
H A D | compat_ohash.h | 32 void *(*alloc)(size_t, void *); member
|
/illumos-gate/usr/src/cmd/ldap/ns_ldap/ |
H A D | ldapaddent.h | 62 int alloc; member
|
/illumos-gate/usr/src/tools/smatch/src/ |
H A D | smatch_expressions.c | 182 char *alloc; in get_expression_from_base_and_str() local 260 char *alloc; in gen_expression_from_key() local
|
/illumos-gate/usr/src/lib/libsip/common/ |
H A D | sip_add_hdrs.c | 93 sip_add_aquot_to_str(char *str, boolean_t *alloc) in sip_add_aquot_to_str() 474 boolean_t alloc = B_FALSE; in sip_add_accept() local 558 boolean_t alloc; in sip_add_alert_info() local 597 boolean_t alloc; in sip_add_call_info() local 704 boolean_t alloc; in sip_add_error_info() local
|
/illumos-gate/usr/src/cmd/filesync/ |
H A D | ignore.c | 255 ign_hash(const char *name, int alloc) in ign_hash()
|
/illumos-gate/usr/src/contrib/ast/src/lib/libast/hash/ |
H A D | hashlib.h | 47 Hash_alloc_f alloc; /* value allocation routine */ member
|
/illumos-gate/usr/src/cmd/mdb/common/modules/libumem/ |
H A D | libumem.c | 98 umastat_cpu_alloc(uintptr_t addr, const umem_cpu_cache_t *ccp, int *alloc) in umastat_cpu_alloc() 221 int avail, alloc, total, nptc = 0; in umastat_cache() local
|
/illumos-gate/usr/src/lib/libumem/common/ |
H A D | vmem_sbrk.c | 92 vmem_sbrk_extend_alloc(vmem_t *src, void *pos, size_t size, size_t alloc, in vmem_sbrk_extend_alloc()
|
/illumos-gate/usr/src/cmd/expr/ |
H A D | compile.c | 145 int alloc = 0; in dhl_compile() local
|
/illumos-gate/usr/src/cmd/sh/ |
H A D | blok.c | 69 alloc(size_t nbytes) in alloc() function
|
/illumos-gate/usr/src/lib/libc/port/stdio/ |
H A D | open_memstream.c | 83 memstream_newsize(size_t pos, size_t alloc, size_t nbytes, size_t *nallocp) in memstream_newsize()
|
/illumos-gate/usr/src/lib/libgen/common/ |
H A D | reg_compile.c | 153 int alloc; in _compile() local
|
/illumos-gate/usr/src/cmd/audio/utilities/ |
H A D | AudioBuffer.cc | 65 alloc() in alloc() function in AudioBuffer
|
/illumos-gate/usr/src/cmd/sgs/m4/common/ |
H A D | m4.c | 1054 wstr2str(wchar_t *from, int alloc) in wstr2str() 1098 str2wstr(char *from, int alloc) in str2wstr()
|
/illumos-gate/usr/src/contrib/ast/src/lib/libast/vmalloc/ |
H A D | vmprofile.c | 57 Vmulong_t alloc; /* amount allocated */ member 363 reg Vmulong_t nalloc, alloc, nfree, free; local
|
/illumos-gate/usr/src/uts/i86pc/i86hvm/io/xpv/ |
H A D | evtchn.c | 185 evtchn_alloc_unbound_t alloc; in xen_alloc_unbound_evtchn() local
|