Searched refs:mem (Results 1 - 25 of 204) sorted by relevance

123456789

/illumos-gate/usr/src/lib/libsqlite/tool/
H A Dmemleak.awk9 mem[$6] = $0
12 mem[$8] = "";
13 mem[$10] = $0
16 if (mem[$6]=="") {
19 mem[$6] = "";
28 for(addr in mem){
29 if( mem[addr]=="" ) continue
30 print mem[addr], str[addr]
/illumos-gate/usr/src/tools/ctf/common/
H A Dmemory.c49 void *mem; local
51 if ((mem = malloc(size)) == NULL)
54 return (mem);
60 void *mem; local
62 mem = xmalloc(size);
63 bzero(mem, size);
65 return (mem);
96 void *mem; local
98 if ((mem = realloc(ptr, size)) == NULL)
101 return (mem);
[all...]
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/daktari/frutree/
H A Dpiclfrutree.info35 name:/frutree/chassis/system-board/cpu-mem-slot?Label=A/mem-slot?Label=J2900
36 REFNODE mem-module fru WITH /platform/pci@9,700000/ebus@1/i2c@1,2e/fru@0,a0
37 name:/frutree/chassis/system-board/cpu-mem-slot?Label=A/mem-slot?Label=J3100
38 REFNODE mem-module fru WITH /platform/pci@9,700000/ebus@1/i2c@1,2e/fru@0,a2
39 name:/frutree/chassis/system-board/cpu-mem-slot?Label=A/mem-slot?Label=J2901
40 REFNODE mem-module fru WITH /platform/pci@9,700000/ebus@1/i2c@1,2e/fru@0,a4
41 name:/frutree/chassis/system-board/cpu-mem
[all...]
/illumos-gate/usr/src/cmd/fm/fminject/common/
H A Dinj_util.c57 inj_mem2item(inj_memtype_t mem) argument
59 switch (mem) {
74 inj_mem2str(inj_memtype_t mem) argument
84 return (mem >= 0 &&
85 mem < sizeof (names) / sizeof (char *) ? names[mem] : "???");
/illumos-gate/usr/src/uts/common/io/i40e/
H A Di40e_osdep.c26 i40e_allocate_virt_mem(struct i40e_hw *hw, struct i40e_virt_mem *mem, u32 size) argument
28 mem->va = kmem_zalloc(size, KM_SLEEP);
29 mem->size = size;
35 i40e_free_virt_mem(struct i40e_hw *hw, struct i40e_virt_mem *mem) argument
37 if (mem->va != NULL)
38 kmem_free(mem->va, mem->size);
44 i40e_allocate_dma_mem(struct i40e_hw *hw, struct i40e_dma_mem *mem, argument
62 mem->idm_alignment = alignment;
64 DDI_DMA_DONTWAIT, NULL, &mem
137 i40e_free_dma_mem(struct i40e_hw *hw, struct i40e_dma_mem *mem) argument
[all...]
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/cherrystone/frutree/
H A Dpiclfrutree.info35 name:/frutree/chassis/system-board/cpu-mem-slot?Label=A/mem-slot?Label=J2900
36 REFNODE mem-module fru WITH /platform/pci@9,700000/ebus@1/i2c@1,2e/fru@0,a0
37 name:/frutree/chassis/system-board/cpu-mem-slot?Label=A/mem-slot?Label=J3100
38 REFNODE mem-module fru WITH /platform/pci@9,700000/ebus@1/i2c@1,2e/fru@0,a2
39 name:/frutree/chassis/system-board/cpu-mem-slot?Label=A/mem-slot?Label=J2901
40 REFNODE mem-module fru WITH /platform/pci@9,700000/ebus@1/i2c@1,2e/fru@0,a4
41 name:/frutree/chassis/system-board/cpu-mem
[all...]
/illumos-gate/usr/src/tools/ctf/stabs/common/
H A Dfth_struct.c150 fth_free_str_mem(fth_str_mem_t *mem) argument
152 free(mem->fsm_memname);
153 if (mem->fsm_format)
154 free(mem->fsm_format);
155 free(mem);
305 fth_str_mem_t mem; local
318 mem.fsm_memname = memname;
319 mem.fsm_format = format;
320 mem.fsm_tid = ar.ctr_contents;
321 mem
335 fth_print_member(fth_str_mem_t *mem, int level) argument
406 fth_str_mem_t *mem; local
462 fth_str_mem_t *mem = list_remove(&fth_str_curmems, local
[all...]
/illumos-gate/usr/src/tools/ndrgen/
H A Dndr_gen.c105 ndr_member_t *mem; local
117 mem = &ti->member[i];
118 if (mem->type->type_op != BASIC_TYPE)
121 generate_member(ti, mem);
127 mem = &ti->member[i];
128 if (mem->type->type_op == BASIC_TYPE)
131 if (mem->type->has_pointers)
134 generate_member(ti, mem);
140 mem = &ti->member[i];
141 if (mem
157 ndr_member_t *mem; local
175 ndr_member_t *mem; local
247 generate_member_macro(char *memkind, char *macro, ndr_member_t *mem, ndr_typeinfo_t *ti) argument
269 generate_member_macro_with_arg(char *memkind, char *macro, ndr_member_t *mem, ndr_typeinfo_t *ti, ndr_node_t *np) argument
297 ndr_member_t *mem; local
310 generate_member_prototypes(ndr_typeinfo_t *ti, ndr_member_t *mem, char *fname_type) argument
329 generate_member(ndr_typeinfo_t *ti, ndr_member_t *mem) argument
[all...]
/illumos-gate/usr/src/cmd/dtrace/test/tst/i86xpv/xdt/
H A Dtst.memenable.ksh55 xdt:mem::page-grant-map,
56 xdt:mem::page-grant-unmap,
57 xdt:mem::page-grant-transfer
/illumos-gate/usr/src/cmd/fm/modules/sun4v/
H A DMakefile26 SUBDIRS = etm cpumem-diagnosis cpumem-retire generic-mem
/illumos-gate/usr/src/uts/common/io/i40e/core/
H A Di40e_alloc.h55 struct i40e_dma_mem *mem,
59 struct i40e_dma_mem *mem);
61 struct i40e_virt_mem *mem,
64 struct i40e_virt_mem *mem);
/illumos-gate/usr/src/lib/fm/topo/modules/sun4v/platform-mem/
H A DMakefile27 MODULE = platform-mem
31 MODULESRCS = mem.c mem_mdesc.c
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/littleneck/frutree/
H A Dpiclfrutree.info35 name:/frutree/chassis/system-board/mem-slot?Label=J0100
36 REFNODE mem-module fru WITH /platform/pci/ebus/i2c?UnitAddress=1,2e/dimm-fru?UnitAddress=1,a0
38 name:/frutree/chassis/system-board/mem-slot?Label=J0101
39 REFNODE mem-module fru WITH /platform/pci/ebus/i2c?UnitAddress=1,2e/dimm-fru?UnitAddress=1,a2
41 name:/frutree/chassis/system-board/mem-slot?Label=J0202
42 REFNODE mem-module fru WITH /platform/pci/ebus/i2c?UnitAddress=1,2e/dimm-fru?UnitAddress=1,a4
44 name:/frutree/chassis/system-board/mem-slot?Label=J0203
45 REFNODE mem-module fru WITH /platform/pci/ebus/i2c?UnitAddress=1,2e/dimm-fru?UnitAddress=1,a6
47 name:/frutree/chassis/system-board/mem-slot?Label=J0304
48 REFNODE mem
[all...]
/illumos-gate/usr/src/cmd/fm/schemes/mem/
H A DMakefile.com32 mem.c \
H A Dmem_util.c26 #include <mem.h>
30 #include <sys/mem.h>
/illumos-gate/usr/src/cmd/getent/
H A Ddogetgr.c37 char **mem; local
50 mem = grp ->gr_mem;
52 if (mem != NULL) {
53 if (*mem != NULL)
54 if (fputs(*mem++, fp) == EOF)
57 while (*mem != NULL)
58 if (fprintf(fp, ",%s", *mem++) == EOF)
/illumos-gate/usr/src/uts/common/avs/ns/nsctl/
H A Dnsc_mem.c435 * nsc_kmem_alloc (size_t size, int flag, nsc_mem_t *mem)
440 * If mem is zero then an anonymous category is used.
444 * statistics stored in mem.
450 nsc_kmem_alloc(size_t size, int flag, nsc_mem_t *mem) argument
454 if (!mem)
455 mem = _nsc_anon_mem;
457 if ((vp = _nsc_mem_alloc(&size, flag, mem)) == NULL)
462 mem->nalloc++;
463 mem->used += size;
464 mem
495 _nsc_mem_alloc(size_t *sizep, int flag, nsc_mem_t *mem) argument
607 nsc_kmem_zalloc(size_t size, int flag, nsc_mem_t *mem) argument
635 nsc_mem_sizes(nsc_mem_t *mem, size_t *usedp, size_t *hwmp, size_t *reqp) argument
665 nsc_mem_avail(nsc_mem_t *mem) argument
738 _nsc_rm_alloc(size_t *sizep, nsc_mem_t *mem) argument
866 _nsc_rm_avail(nsc_mem_t *mem) argument
[all...]
/illumos-gate/usr/src/lib/fm/topo/modules/sun4v/
H A DMakefile36 platform-mem \
/illumos-gate/usr/src/cmd/fm/schemes/
H A DMakefile31 mem \
/illumos-gate/usr/src/cmd/fm/schemes/mem/i386/
H A Dmem_disc.c29 #include <mem.h>
33 * We do not yet support DIMM enumeration in the x86 mem scheme because our
/illumos-gate/usr/src/lib/libtecla/common/
H A Dhash.c83 HashMemory *mem; /* HashTable free-list */ member in struct:HashTable
84 int internal_mem; /* True if 'mem' was allocated by _new_HashTable() */
115 HashMemory *mem; local
119 mem = (HashMemory *) malloc(sizeof(HashMemory));
120 if(!mem) {
128 mem->hash_memory = NULL;
129 mem->node_memory = NULL;
130 mem->string_memory = NULL;
134 mem->hash_memory = _new_FreeList(sizeof(HashTable), hash_count);
135 if(!mem
165 _del_HashMemory(HashMemory *mem, int force) argument
213 _new_HashTable(HashMemory *mem, int size, HashCase hcase, void *app_data, HASH_DEL_FN(*del_fn)) argument
[all...]
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/grover/frutree/
H A Dsystem-board.info46 NODE mem-slot location
50 NODE mem-slot location
54 NODE mem-slot location
58 NODE mem-slot location
81 name:/frutree/chassis/system-board/mem-slot?Label=DIMM0
82 REFNODE mem-module fru WITH /platform/pci/pmu/i2c/dimm?UnitAddress=0,a0
83 REFNODE mem-module fru WITH /platform/pci/pmu/i2c/dimm-spd?UnitAddress=0,a0
85 name:/frutree/chassis/system-board/mem-slot?Label=DIMM1
86 REFNODE mem-module fru WITH /platform/pci/pmu/i2c/dimm?UnitAddress=0,a2
87 REFNODE mem
[all...]
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/schumacher/frutree/
H A Dsystem-board.info45 NODE mem-slot location
51 NODE mem-slot location
57 NODE mem-slot location
63 NODE mem-slot location
98 name:/frutree/chassis/MB/SUNW,Netra-CP3010/mem-slot?Label=DIMM0
99 REFNODE mem-module fru WITH /platform/pci@1e,600000/isa@7/ipmc@0,2e8/i2c@81/dimm-spd@81,a0
101 name:/frutree/chassis/MB/SUNW,Netra-CP3010/mem-slot?Label=DIMM1
102 REFNODE mem-module fru WITH /platform/pci@1e,600000/isa@7/ipmc@0,2e8/i2c@81/dimm-spd@81,a2
104 name:/frutree/chassis/MB/SUNW,Netra-CP3010/mem-slot?Label=DIMM2
105 REFNODE mem
[all...]
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/blade/frutree/
H A Dsystem-board.info43 NODE mem-slot location
48 NODE mem-slot location
73 name:/frutree/chassis/system-board/mem-slot?Label=DIMM0
74 REFNODE mem-module fru WITH name:/platform/pci/pmu/i2c/dimm-fru-prom?UnitAddress=0,a8
76 name:/frutree/chassis/system-board/mem-slot?Label=DIMM1
77 REFNODE mem-module fru WITH name:/platform/pci/pmu/i2c/dimm-fru-prom?UnitAddress=0,aa
84 REFPROP _fru_parent name:/frutree/chassis/system-board/mem-slot?Label=DIMM0/mem-module
87 REFPROP _fru_parent name:/frutree/chassis/system-board/mem-slot?Label=DIMM1/mem
[all...]
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/excalibur/frutree/
H A Dsystem-board.info61 NODE mem-slot location
65 NODE mem-slot location
69 NODE mem-slot location
73 NODE mem-slot location
77 NODE mem-slot location
81 NODE mem-slot location
85 NODE mem-slot location
89 NODE mem-slot location
143 name:/frutree/chassis/system-board/mem-slot?Label=J0100
144 REFNODE mem
[all...]

Completed in 246 milliseconds

123456789