Home
last modified time | relevance | path

Searched defs:heap (Results 1 – 23 of 23) sorted by relevance

/titanic_41/usr/src/lib/smbsrv/libmlrpc/common/
H A Dndr_heap.c69 ndr_heap_t *heap; in ndr_heap_create() local
98 ndr_heap_destroy(ndr_heap_t *heap) in ndr_heap_destroy()
124 ndr_heap_malloc(ndr_heap_t *heap, unsigned size) in ndr_heap_malloc()
160 ndr_heap_strdup(ndr_heap_t *heap, const char *s) in ndr_heap_strdup()
184 ndr_heap_mstring(ndr_heap_t *heap, const char *s, ndr_mstring_t *out) in ndr_heap_mstring()
208 ndr_heap_mkvcs(ndr_heap_t *heap, char *s, ndr_vcstr_t *vc) in ndr_heap_mkvcs()
228 ndr_heap_mkvcb(ndr_heap_t *heap, uint8_t *data, uint32_t datalen, in ndr_heap_mkvcb()
256 ndr_heap_siddup(ndr_heap_t *heap, smb_sid_t *sid) in ndr_heap_siddup()
274 ndr_heap_used(ndr_heap_t *heap) in ndr_heap_used()
286 ndr_heap_avail(ndr_heap_t *heap) in ndr_heap_avail()
H A Dndr_ops.c126 int composite_op, ndr_heap_t *heap) in nds_initialize()
H A Dlibmlrpc.h430 ndr_heap_t *heap; member
457 ndr_heap_t *heap; member
/titanic_41/usr/src/uts/intel/io/drm/
H A Dradeon_mem.c93 alloc_block(struct mem_block *heap, int size, int align2, drm_file_t *filp) in alloc_block()
108 find_block(struct mem_block *heap, int start) in find_block()
149 init_heap(struct mem_block **heap, int start, int size) in init_heap()
177 radeon_mem_release(drm_file_t *filp, struct mem_block *heap) in radeon_mem_release()
208 radeon_mem_takedown(struct mem_block **heap) in radeon_mem_takedown()
247 struct mem_block *block, **heap; in radeon_mem_alloc() local
303 struct mem_block *block, **heap; in radeon_mem_free() local
334 struct mem_block **heap; in radeon_mem_init_heap() local
H A Di915_mem.c142 static struct mem_block *alloc_block(struct mem_block *heap, int size, in alloc_block()
157 static struct mem_block *find_block(struct mem_block *heap, int start) in find_block()
168 struct mem_block *find_block_by_proc(struct mem_block *heap, drm_file_t *fpriv) in find_block_by_proc()
205 static int init_heap(struct mem_block **heap, int start, int size) in init_heap()
231 void i915_mem_release(drm_device_t * dev, drm_file_t *fpriv, struct mem_block *heap) in i915_mem_release()
261 void i915_mem_takedown(struct mem_block **heap) in i915_mem_takedown()
296 struct mem_block *block, **heap; in i915_mem_alloc() local
345 struct mem_block *block, **heap; in i915_mem_free() local
376 struct mem_block **heap; in i915_mem_init_heap() local
403 struct mem_block **heap; in i915_mem_destroy_heap() local
/titanic_41/usr/src/grub/grub-0.97/stage2/
H A Dcmdline.c123 enter_cmdline (char *heap, int forever) in enter_cmdline()
185 run_script (char *script, char *heap) in run_script()
H A Dstage2.c238 char *heap, int entryno) in run_menu()
/titanic_41/usr/src/cmd/pack/
H A Dpack.c108 struct heap { struct
111 } heap [END+2]; variable
/titanic_41/usr/src/lib/smbsrv/libmlsvc/common/
H A Dnetr_logon.c303 ndr_heap_t *heap; in netr_server_samlogon() local
436 netr_network_samlogon(ndr_heap_t *heap, netr_info_t *netr_info, in netr_network_samlogon()
590 netr_setup_identity(ndr_heap_t *heap, smb_logon_t *user_info, in netr_setup_identity()
H A Dmlsvc_client.c308 ndr_heap_t *heap; in ndr_rpc_malloc() local
424 ndr_heap_t *heap = clnt->heap; in ndr_xa_init() local
H A Dsamr_clnt.c511 ndr_heap_t *heap; in samr_create_user() local
/titanic_41/usr/src/lib/libresolv2/include/isc/
H A Dheap.h26 void **heap; member
/titanic_41/usr/src/cmd/mdb/common/modules/genunix/
H A Dcyclic.c132 cyclic_dump_node(cyc_cpu_t *cpu, cyc_index_t *heap, char **c, size_t w, in cyclic_dump_node()
198 cyc_index_t *heap; in cyclic_pretty_dump() local
253 cyc_index_t root, i, *heap; in cycinfo() local
/titanic_41/usr/src/uts/common/os/
H A Dcallout.c536 callout_heap_t *heap; in callout_heap_expand() local
592 callout_heap_t *heap, *hcurrent, *hparent; in callout_upheap() local
673 callout_heap_t *heap, *hleft, *hright, *hcurrent; in callout_downheap() local
753 callout_heap_t *heap; in callout_heap_delete() local
861 callout_heap_t *heap; in callout_heap_process() local
H A Dcyclic.c737 cyc_index_t *heap; in cyclic_upheap() local
780 cyc_index_t *heap = cpu->cyp_heap; in cyclic_downheap() local
945 cyc_index_t *heap = cpu->cyp_heap; in cyclic_fire() local
1763 cyc_index_t *heap, last; in cyclic_remove_xcall() local
1961 cyc_index_t *heap; in cyclic_reprogram_cyclic() local
H A Dvmem.c1752 vmem_t *heap; in vmem_init() local
/titanic_41/usr/src/common/bzip2/
H A Dhuffman.c75 Int32 heap [ BZ_MAX_ALPHA_SIZE + 2 ]; in BZ2_hbMakeCodeLengths() local
/titanic_41/usr/src/lib/smbsrv/libsmbns/common/
H A Dsmbns_netbios_name.c484 unsigned char *heap = buf; in smb_name_buf_from_packet() local
672 unsigned char *heap; in smb_name_buf_to_packet() local
/titanic_41/usr/src/uts/common/zmod/
H A Ddeflate.h203 int heap[2*L_CODES+1]; /* heap used to build the Huffman trees */ member
/titanic_41/usr/src/lib/libumem/common/
H A Dvmem.c1697 vmem_t *parent, *heap; in vmem_init() local
/titanic_41/usr/src/uts/common/smbsrv/
H A Dndr.h256 struct ndr_heap *heap; member
/titanic_41/usr/src/cmd/cmd-inet/usr.bin/pppdump/
H A Dzlib.c324 int heap[2*L_CODES+1]; /* heap used to build the Huffman trees */ member
/titanic_41/usr/src/uts/common/io/ppp/spppcomp/
H A Dzlib.c486 int heap[2*L_CODES+1]; /* heap used to build the Huffman trees */ member