| /onnv/onnv-gate/usr/src/lib/libc/port/gen/ |
| getcwd.c | 45 int alloc = 0; local 57 alloc = 1; 63 if (alloc)
|
| /onnv/onnv-gate/usr/src/lib/libast/common/regex/ |
| reginit.c | 25 * posix regex state and alloc 388 * malloc(n) alloc(0,n) 389 * realloc(p,n) alloc(p,n) 390 * free(p) alloc(p,0) 394 alloc(register regdisc_t* disc, void* p, size_t n) function
|
| /onnv/onnv-gate/usr/src/cmd/ssh/include/ |
| buffer.h | 28 u_int alloc; /* Number of bytes allocated for data. */ member in struct:__anon1780
|
| /onnv/onnv-gate/usr/src/uts/common/sys/fs/ |
| smbfs_ioctl.h | 44 uint32_t alloc; /* allocated length */ member in struct:ioc_sdbuf
|
| /onnv/onnv-gate/usr/src/cmd/man/src/util/nsgmls.src/lib/ |
| Allocator.cxx | 34 void *Allocator::alloc(size_t sz) function in class:SP_NAMESPACE::Allocator
|
| /onnv/onnv-gate/usr/src/cmd/ldap/ns_ldap/ |
| ldapaddent.h | 65 int alloc; member in struct:line_buf
|
| /onnv/onnv-gate/usr/src/cmd/expr/ |
| compile.c | 147 int alloc = 0; local 165 alloc = 1; 244 if (alloc) 250 if (alloc)
|
| /onnv/onnv-gate/usr/src/uts/intel/io/drm/ |
| radeon_mem.c | 246 drm_radeon_mem_alloc_t alloc; local 260 alloc.region = alloc32.region; 261 alloc.alignment = alloc32.alignment; 262 alloc.size = alloc32.size; 263 alloc.region_offset = (void *)(uintptr_t)alloc32.region_offset; 266 DRM_COPYFROM_WITH_RETURN(&alloc, (void *) data, sizeof (alloc)); 271 heap = get_heap(dev_priv, alloc.region); 279 if (alloc.alignment < 12) 280 alloc.alignment = 12 [all...] |
| i915_mem.c | 295 drm_i915_mem_alloc_t alloc; local 307 alloc.region = alloc32.region; 308 alloc.alignment = alloc32.alignment; 309 alloc.size = alloc32.size; 310 alloc.region_offset = (int *)(uintptr_t)alloc32.region_offset; 312 DRM_COPYFROM_WITH_RETURN(&alloc, (void *) data, sizeof(alloc)); 314 heap = get_heap(dev_priv, alloc.region); 321 if (alloc.alignment < 12) 322 alloc.alignment = 12 [all...] |
| /onnv/onnv-gate/usr/src/lib/libast/common/hash/ |
| hashlib.h | 47 Hash_alloc_f alloc; /* value allocation routine */ member in struct:__anon36 49 Hash_region_f region; /* region alloc/free routine */
|
| /onnv/onnv-gate/usr/src/cmd/audio/utilities/ |
| AudioBuffer.cc | 67 alloc() function in class:AudioBuffer 82 AUDIO_DEBUG((5, "%d: AudioBuffer::alloc - change from %d to %d bytes\n", 92 "%d: AudioBuffer::alloc - zfree mmapped buffer\n", 97 "%d: AudioBuffer::alloc - free malloc'd buffer\n", 107 AUDIO_DEBUG((5, "%d: AudioBuffer::alloc - bad size\n", 115 "%d: AudioBuffer::alloc - zmalloc new buffer\n", 121 "%d: AudioBuffer::alloc - malloc new buffer\n", 128 "%d: AudioBuffer::alloc - buffer alloc failed\n", 138 "%d: AudioBuffer::alloc - realloc to change size\n" [all...] |
| /onnv/onnv-gate/usr/src/lib/libgen/common/ |
| reg_compile.c | 155 int alloc; local 166 alloc = 0; 187 alloc = 1; 429 if (alloc) 434 if (alloc)
|
| /onnv/onnv-gate/usr/src/lib/libtnfprobe/ |
| tnf_trace.h | 109 void * (*alloc)(TNFW_B_WCB *, size_t, enum tnf_alloc_mode); member in struct:_tnf_ops
|
| /onnv/onnv-gate/usr/src/uts/common/io/drm/ |
| drm_agpsupport.c | 217 agp_allocate_t alloc; local 230 alloc.agpa_pgcount = pages; 231 alloc.agpa_type = AGP_NORMAL; 233 (intptr_t)&alloc, FKIOCTL, kcred, &rval); 242 entry->handle = (void*)(uintptr_t)(alloc.agpa_key + DRM_AGP_KEY_OFFSET); 244 entry->phys_addr = (void*)(uintptr_t)alloc.agpa_physical; 251 request.physical = alloc.agpa_physical;
|
| /onnv/onnv-gate/usr/src/cmd/sh/ |
| blok.c | 69 alloc(size_t nbytes) function 296 * with alloc() and free(). I really hate having to do things like this, 327 return (alloc(nbytes)); 334 q = alloc(nbytes); 341 q = alloc(nbytes); 358 q = alloc(nbytes); 365 q = alloc(nbytes);
|
| /onnv/onnv-gate/usr/src/cmd/rpcsvc/nis/utils/ |
| nistbladm.c | 68 int alloc; member in struct:buf 77 b->alloc = 100; /* start with a fair amount of room */ 78 b->s = (char *)malloc(b->alloc); 89 if (b->len >= b->alloc) { 90 b->alloc += 25; /* make room for extra chars */ 91 b->s = (char *)realloc((void *)b->s, b->alloc);
|
| /onnv/onnv-gate/usr/src/grub/grub-0.97/stage2/ |
| vstafs.h | 43 struct alloc struct 55 struct alloc fs_freesecs[0]; 76 struct alloc blocks[32];
|
| /onnv/onnv-gate/usr/src/lib/libadm/common/ |
| devreserv.c | 343 struct devlks *alloc; /* Ptr to alloc'ed space */ local 356 if (alloc = malloc(bufsiz)) { 359 if (read(lkfilefd, alloc, bufsiz) != (ssize_t)bufsiz) 363 if (!noerror) free(alloc); 371 locklist = (lockcount > 0) ? alloc : NULL; 1097 size_t bufsiz; /* Size of buffer to alloc */ 1114 /* Alloc space for the return list */
|
| /onnv/onnv-gate/usr/src/lib/scsi/libses/common/ |
| ses_snap.c | 187 size_t alloc; local 236 (void) libscsi_action_get_buffer(ap, &buf, &alloc, &pp->ssp_len); 240 ASSERT(alloc == pp->ssp_alloc);
|
| /onnv/onnv-gate/usr/src/uts/i86pc/i86hvm/io/xpv/ |
| evtchn.c | 185 evtchn_alloc_unbound_t alloc; local 188 alloc.dom = DOMID_SELF; 189 alloc.remote_dom = (domid_t)domid; 192 &alloc)) == 0) { 193 *evtchnp = alloc.port;
|
| /onnv/onnv-gate/usr/src/cmd/mdb/common/modules/libumem/ |
| libumem.c | 54 { " alloc", " succeed", "---------", "%9u " }, 55 { "alloc", " fail", "-----", "%5llu " }, 65 { " alloc", " succeed", "---------", "%9llu " }, 66 { "alloc", " fail", "-----", "%5llu " }, 84 umastat_cpu_alloc(uintptr_t addr, const umem_cpu_cache_t *ccp, int *alloc) 86 *alloc += ccp->cc_alloc; 115 int avail, alloc, total; local 125 alloc = cp->cache_slab_alloc + cp->cache_full.ml_alloc; 129 (void) mdb_pwalk("umem_cpu_cache", cpu_alloc, &alloc, addr); 144 kv->kv_alloc += alloc; [all...] |
| /onnv/onnv-gate/usr/src/uts/common/sys/ |
| pg.h | 86 struct pg *(*alloc)(); member in struct:pg_ops
|
| /onnv/onnv-gate/usr/src/cmd/fmli/inc/ |
| smdef.h | 74 #define alloc(Q) (Q *) calloc(1, sizeof(Q)) macro
|
| /onnv/onnv-gate/usr/src/cmd/troff/ |
| n3.c | 289 extern filep alloc(); 311 if (i == NM || (nextb = alloc()) == 0) { 435 filep alloc() /*return free blist[] block in nextb*/ function 453 fdprintf(stderr, "alloc: "); 518 if (alloc() == 0) {
|
| /onnv/onnv-gate/usr/src/lib/libparted/common/include/parted/ |
| disk.h | 175 PedDisk* (*alloc) (const PedDevice* dev); member in struct:_PedDiskOps
|