Home
last modified time | relevance | path

Searched refs:mem (Results 1 – 25 of 231) sorted by relevance

12345678910

/illumos-gate/usr/src/test/util-tests/tests/smbios/
H A Dsmbios_test_memdevice.c70 mem->smbmdev_set = 0; in smbios_test_memdevice_fill()
71 mem->smbmdev_dloc = 0; in smbios_test_memdevice_fill()
72 mem->smbmdev_bloc = 0; in smbios_test_memdevice_fill()
75 mem->smbmdev_asset = 0; in smbios_test_memdevice_fill()
76 mem->smbmdev_part = 0; in smbios_test_memdevice_fill()
98 smb_memdevice_t mem; in smbios_test_memdevice_mktable_32() local
116 smb_memdevice_t mem; in smbios_test_memdevice_mktable_33() local
134 smb_memdevice_t mem; in smbios_test_memdevice_mktable_33ext() local
152 smb_memdevice_t mem; in smbios_test_memdevice_mktable_37() local
165 (void) smbios_test_table_append(table, &mem, sizeof (mem)); in smbios_test_memdevice_mktable_37()
[all …]
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/daktari/frutree/
H A Dpiclfrutree.info33 name:/frutree/chassis/system-board/cpu-mem-slot?Label=A/mem-slot?Label=J2900
35 name:/frutree/chassis/system-board/cpu-mem-slot?Label=A/mem-slot?Label=J3100
37 name:/frutree/chassis/system-board/cpu-mem-slot?Label=A/mem-slot?Label=J2901
39 name:/frutree/chassis/system-board/cpu-mem-slot?Label=A/mem-slot?Label=J3101
41 name:/frutree/chassis/system-board/cpu-mem-slot?Label=A/mem-slot?Label=J3000
43 name:/frutree/chassis/system-board/cpu-mem-slot?Label=A/mem-slot?Label=J3200
45 name:/frutree/chassis/system-board/cpu-mem-slot?Label=A/mem-slot?Label=J3001
47 name:/frutree/chassis/system-board/cpu-mem-slot?Label=A/mem-slot?Label=J3201
49 name:/frutree/chassis/system-board/cpu-mem-slot?Label=A/mem-slot?Label=J7900
51 name:/frutree/chassis/system-board/cpu-mem-slot?Label=A/mem-slot?Label=J8100
[all …]
/illumos-gate/usr/src/uts/common/io/i40e/
H A Di40e_osdep.c29 mem->size = size; in i40e_allocate_virt_mem()
37 if (mem->va != NULL) in i40e_free_virt_mem()
38 kmem_free(mem->va, mem->size); in i40e_free_virt_mem()
81 NULL, (caddr_t *)&mem->va, &len, &mem->idm_acc_handle); in i40e_allocate_dma_mem()
84 mem->va = NULL; in i40e_allocate_dma_mem()
96 rc = ddi_dma_addr_bind_handle(mem->idm_dma_handle, NULL, mem->va, len, in i40e_allocate_dma_mem()
100 mem->pa = 0; in i40e_allocate_dma_mem()
104 mem->va = NULL; in i40e_allocate_dma_mem()
142 mem->pa = 0; in i40e_free_dma_mem()
143 mem->size = 0; in i40e_free_dma_mem()
[all …]
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/cherrystone/frutree/
H A Dpiclfrutree.info33 name:/frutree/chassis/system-board/cpu-mem-slot?Label=A/mem-slot?Label=J2900
35 name:/frutree/chassis/system-board/cpu-mem-slot?Label=A/mem-slot?Label=J3100
37 name:/frutree/chassis/system-board/cpu-mem-slot?Label=A/mem-slot?Label=J2901
39 name:/frutree/chassis/system-board/cpu-mem-slot?Label=A/mem-slot?Label=J3101
41 name:/frutree/chassis/system-board/cpu-mem-slot?Label=A/mem-slot?Label=J3000
43 name:/frutree/chassis/system-board/cpu-mem-slot?Label=A/mem-slot?Label=J3200
45 name:/frutree/chassis/system-board/cpu-mem-slot?Label=A/mem-slot?Label=J3001
47 name:/frutree/chassis/system-board/cpu-mem-slot?Label=A/mem-slot?Label=J3201
49 name:/frutree/chassis/system-board/cpu-mem-slot?Label=A/mem-slot?Label=J7900
51 name:/frutree/chassis/system-board/cpu-mem-slot?Label=A/mem-slot?Label=J8100
[all …]
/illumos-gate/usr/src/tools/ndrgen/
H A Dndr_gen.c269 macro, fname_type, mem->name, mem->pdu_offset); in generate_member_macro()
322 if (!mem->advice.a_in && mem->advice.a_out) { in generate_member_prototypes()
356 if (mem->advice.a_in && !mem->advice.a_out) { in generate_member()
361 if (!mem->advice.a_in && mem->advice.a_out) { in generate_member()
377 if (!mem->advice.a_in && mem->advice.a_out) { in generate_member()
399 mem, mem->type->type_down, np); in generate_member()
408 mem, mem->type->type_down, np); in generate_member()
414 mem, mem->type->type_down); in generate_member()
422 mem, mem->type->type_down, np); in generate_member()
430 mem, mem->type->type_down, np); in generate_member()
[all …]
H A Dndr_anal.c81 ndr_member_t *mem; in show_typeinfo_list() local
123 mem = &ti->member[i]; in show_typeinfo_list()
129 tdti = mem->type; in show_typeinfo_list()
134 mem->pdu_offset); in show_typeinfo_list()
343 ndr_member_t *mem; in analyze_typeinfo_typedef() local
363 mem = &ti->member[i]; in analyze_typeinfo_typedef()
386 ndr_member_t *mem; in analyze_typeinfo_struct() local
408 mem = &ti->member[i]; in analyze_typeinfo_struct()
440 ndr_member_t *mem; in analyze_typeinfo_union() local
487 ndr_member_t *mem; in analyze_typeinfo_aggregate_finish() local
[all …]
/illumos-gate/usr/src/tools/ctf/stabs/common/
H A Dfth_struct.c171 if (mem->fsm_format) in fth_free_str_mem()
173 free(mem); in fth_free_str_mem()
324 fth_str_mem_t mem; in fth_print_array() local
340 mem.fsm_off = off; in fth_print_array()
381 return (fth_print_integer(mem->fsm_memname, mem->fsm_off, in fth_print_member()
390 return (fth_print_pointer(mem->fsm_memname, mem->fsm_off, in fth_print_member()
394 return (fth_print_array(mem->fsm_memname, tid, mem->fsm_off, sz, in fth_print_member()
399 return (fth_print_struct(mem->fsm_memname, mem->fsm_off, in fth_print_member()
403 return (fth_print_enum(mem->fsm_memname, mem->fsm_off, in fth_print_member()
425 fth_str_mem_t *mem; in fth_struct_members_cb() local
[all …]
/illumos-gate/usr/src/lib/libtecla/common/
H A Dhash.c113 HashMemory *mem; in _new_HashMemory() local
118 if(!mem) { in _new_HashMemory()
144 return mem; in _new_HashMemory()
165 if(mem) { in _del_HashMemory()
171 mem->hash_memory = _del_FreeList(mem->hash_memory, force); in _del_HashMemory()
172 mem->node_memory = _del_FreeList(mem->node_memory, force); in _del_HashMemory()
173 mem->string_memory = _del_StringMem(mem->string_memory, force); in _del_HashMemory()
174 free(mem); in _del_HashMemory()
229 if(!mem) in _new_HashTable()
239 mem = _del_HashMemory(mem, 1); in _new_HashTable()
[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
170 name:/frutree/chassis/system-board/mem-slot?Label=J0100/mem-module
174 name:/frutree/chassis/system-board/mem-slot?Label=J0101/mem-module
178 name:/frutree/chassis/system-board/mem-slot?Label=J0202/mem-module
182 name:/frutree/chassis/system-board/mem-slot?Label=J0203/mem-module
186 name:/frutree/chassis/system-board/mem-slot?Label=J0304/mem-module
190 name:/frutree/chassis/system-board/mem-slot?Label=J0305/mem-module
194 name:/frutree/chassis/system-board/mem-slot?Label=J0406/mem-module
[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
102 name:/frutree/chassis/system-board/mem-slot?Label=DIMM0/mem-module
107 name:/frutree/chassis/system-board/mem-slot?Label=DIMM1/mem-module
112 name:/frutree/chassis/system-board/mem-slot?Label=DIMM2/mem-module
117 name:/frutree/chassis/system-board/mem-slot?Label=DIMM3/mem-module
129 REFPROP _fru_parent /frutree/chassis/system-board/mem-slot?Label=DIMM0/mem-module
132 REFPROP _fru_parent /frutree/chassis/system-board/mem-slot?Label=DIMM0/mem-module
[all …]
/illumos-gate/usr/src/tools/ctf/common/
H A Dmemory.c47 void *mem; in xmalloc() local
49 if ((mem = malloc(size)) == NULL) in xmalloc()
52 return (mem); in xmalloc()
58 void *mem; in xcalloc() local
60 mem = xmalloc(size); in xcalloc()
61 bzero(mem, size); in xcalloc()
63 return (mem); in xcalloc()
94 void *mem; in xrealloc() local
96 if ((mem = realloc(ptr, size)) == NULL) in xrealloc()
99 return (mem); in xrealloc()
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/lw2plus/frutree/
H A Dsystem-board.info66 NODE mem-slot location
71 NODE mem-slot location
76 NODE mem-slot location
199 name:/frutree/chassis/system-board/mem-slot?Label=J0407/mem-module
203 name:/frutree/chassis/system-board/mem-slot?Label=J0406/mem-module
207 name:/frutree/chassis/system-board/mem-slot?Label=J0305/mem-module
211 name:/frutree/chassis/system-board/mem-slot?Label=J0304/mem-module
215 name:/frutree/chassis/system-board/mem-slot?Label=J0203/mem-module
219 name:/frutree/chassis/system-board/mem-slot?Label=J0202/mem-module
223 name:/frutree/chassis/system-board/mem-slot?Label=J0101/mem-module
[all …]
/illumos-gate/usr/src/lib/libsqlite/tool/
H A Dmemleak.awk6 mem[$6] = $0
9 mem[$8] = "";
10 mem[$10] = $0
13 if (mem[$6]=="") {
16 mem[$6] = "";
25 for(addr in mem){
26 if( mem[addr]=="" ) continue
27 print mem[addr], str[addr]
/illumos-gate/usr/src/contrib/mDNSResponder/mDNSShared/
H A DPlatformCommon.c95 if (!mem) in mallocL()
104 mem[ 1] = size; in mallocL()
109 return(&mem[2]); in mallocL()
121 if (!mem) in callocL()
130 mem[ 1] = size; in callocL()
134 return(&mem[2]); in callocL()
145 …if (mem[0] == kFreeMagic) { LogMemCorruption("free( %s : %lu @ %p ) !!!! ALREADY DISPOSED !!… in freeL()
146 …if (mem[0] != kAllocMagic) { LogMemCorruption("free( %s : %lu @ %p ) !!!! NEVER ALLOCATED !!!… in freeL()
147 …if (mem[1] > kAllocLargeSize) LogMsg("free( %s : %lu @ %p) suspiciously large", … in freeL()
158 memset(mem + 2, 0xFF, mem[1] + 2 * sizeof(mDNSu32)); in freeL()
[all …]
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/littleneck/frutree/
H A Dpiclfrutree.info33 name:/frutree/chassis/system-board/mem-slot?Label=J0100
34 REFNODE mem-module fru WITH /platform/pci/ebus/i2c?UnitAddress=1,2e/dimm-fru?UnitAddress=1,a0
36 name:/frutree/chassis/system-board/mem-slot?Label=J0101
37 REFNODE mem-module fru WITH /platform/pci/ebus/i2c?UnitAddress=1,2e/dimm-fru?UnitAddress=1,a2
39 name:/frutree/chassis/system-board/mem-slot?Label=J0202
40 REFNODE mem-module fru WITH /platform/pci/ebus/i2c?UnitAddress=1,2e/dimm-fru?UnitAddress=1,a4
42 name:/frutree/chassis/system-board/mem-slot?Label=J0203
45 name:/frutree/chassis/system-board/mem-slot?Label=J0304
48 name:/frutree/chassis/system-board/mem-slot?Label=J0305
51 name:/frutree/chassis/system-board/mem-slot?Label=J0406
[all …]
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/enchilada/frutree/
H A Dsystem-board.info70 NODE mem-slot location
75 NODE mem-slot location
80 NODE mem-slot location
158 name:/frutree/chassis/MB/system-board/mem-slot?Label=DIMM0/mem-module
162 name:/frutree/chassis/MB/system-board/mem-slot?Label=DIMM1/mem-module
166 name:/frutree/chassis/MB/system-board/mem-slot?Label=DIMM2/mem-module
170 name:/frutree/chassis/MB/system-board/mem-slot?Label=DIMM3/mem-module
174 name:/frutree/chassis/MB/system-board/mem-slot?Label=DIMM4/mem-module
178 name:/frutree/chassis/MB/system-board/mem-slot?Label=DIMM5/mem-module
182 name:/frutree/chassis/MB/system-board/mem-slot?Label=DIMM6/mem-module
[all …]
/illumos-gate/usr/src/uts/common/io/
H A Davintr.c158 struct autovec *mem; in add_nmintr() local
173 mem->av_dip = NULL; in add_nmintr()
174 mem->av_link = NULL; in add_nmintr()
179 nmivect = mem; in add_nmintr()
198 mem->av_link = p; in add_nmintr()
199 nmivect = mem; in add_nmintr()
201 mem->av_link = p; in add_nmintr()
211 prev->av_link = mem; in add_nmintr()
355 mem->av_vector = f; in insert_av()
361 mem->av_dip = dip; in insert_av()
[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
101 name:/frutree/chassis/MB/SUNW,Netra-CP3010/mem-slot?Label=DIMM1
104 name:/frutree/chassis/MB/SUNW,Netra-CP3010/mem-slot?Label=DIMM2
120 name:/frutree/chassis/MB/SUNW,Netra-CP3010/mem-slot?Label=DIMM0/mem-module
124 name:/frutree/chassis/MB/SUNW,Netra-CP3010/mem-slot?Label=DIMM1/mem-module
128 name:/frutree/chassis/MB/SUNW,Netra-CP3010/mem-slot?Label=DIMM2/mem-module
[all …]
/illumos-gate/usr/src/cmd/getent/
H A Ddogetgr.c37 char **mem; in putgrent() local
50 mem = grp ->gr_mem; in putgrent()
52 if (mem != NULL) { in putgrent()
53 if (*mem != NULL) in putgrent()
54 if (fputs(*mem++, fp) == EOF) in putgrent()
57 while (*mem != NULL) in putgrent()
58 if (fprintf(fp, ",%s", *mem++) == EOF) in putgrent()
/illumos-gate/usr/src/cmd/fm/fminject/common/
H A Dinj_util.c55 inj_mem2item(inj_memtype_t mem) in inj_mem2item() argument
57 switch (mem) { in inj_mem2item()
72 inj_mem2str(inj_memtype_t mem) in inj_mem2str() argument
82 return (mem >= 0 && in inj_mem2str()
83 mem < sizeof (names) / sizeof (char *) ? names[mem] : "???"); in inj_mem2str()
/illumos-gate/usr/src/cmd/sgs/libelf/common/
H A Dar.c279 register char *mem; in _elf_arinit() local
301 hdr = mem + sz; in _elf_arinit()
303 elf->ed_arsym = mem; in _elf_arinit()
319 (void) memcpy(nmem, mem, sz); in _elf_arinit()
321 mem = nmem; in _elf_arinit()
324 elf->ed_arstr = mem; in _elf_arinit()
328 if (*mem == '/') in _elf_arinit()
329 *mem = '\0'; in _elf_arinit()
330 ++mem; in _elf_arinit()
332 *(mem - 1) = '\0'; in _elf_arinit()
[all …]
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/taco/frutree/
H A Dsystem-board.info57 NODE mem-slot location
62 NODE mem-slot location
67 NODE mem-slot location
72 NODE mem-slot location
110 name:/frutree/chassis/MB/system-board/mem-slot?Label=DIMM0/mem-module
114 name:/frutree/chassis/MB/system-board/mem-slot?Label=DIMM1/mem-module
118 name:/frutree/chassis/MB/system-board/mem-slot?Label=DIMM2/mem-module
122 name:/frutree/chassis/MB/system-board/mem-slot?Label=DIMM3/mem-module
130 REFPROP _fru_parent /frutree/chassis/MB/system-board/mem-slot?Label=DIMM0/mem-module
133 REFPROP _fru_parent /frutree/chassis/MB/system-board/mem-slot?Label=DIMM1/mem-module
[all …]
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/ents/frutree/
H A Dsystem-board.info173 name:/frutree/chassis/MB/system-board/DIMM0/mem-module
176 name:/frutree/chassis/MB/system-board/DIMM1/mem-module
179 name:/frutree/chassis/MB/system-board/DIMM2/mem-module
182 name:/frutree/chassis/MB/system-board/DIMM3/mem-module
185 name:/frutree/chassis/MB/system-board/DIMM4/mem-module
188 name:/frutree/chassis/MB/system-board/DIMM5/mem-module
191 name:/frutree/chassis/MB/system-board/DIMM6/mem-module
194 name:/frutree/chassis/MB/system-board/DIMM7/mem-module
202 REFPROP _fru_parent name:/frutree/chassis/MB/system-board/DIMM0/mem-module
204 REFPROP _fru_parent name:/frutree/chassis/MB/system-board/DIMM1/mem-module
[all …]
/illumos-gate/usr/src/uts/i86pc/cpu/amd_opteron/
H A Dao_mca_disp.in36 code = 0000 bus src 0 drd <39:6> mem/io lg -
52 code = 0000 mem - - drd <39:6> - l2 data
84 code = 0000 mem - - drd <39:6> - l2 data
100 code = 0000 mem - - err <11:3> - l1 data
150 code = 0000 mem - - err <11:3> - l1 data
266 code = 0000 bus src 0 ird <39:6> mem lg -
282 code = 0000 mem - - ird <39:6> - l2 instr
298 code = 0000 bus src 0 ird <39:6> mem lg -
347 code = 0000 mem - - ev none - l1 instr
364 code = 0000 mem - - ev none - l1 instr
[all …]
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/chicago/frutree/
H A Dsystem-board.info62 NODE mem-slot location
67 NODE mem-slot location
72 NODE mem-slot location
168 name:/frutree/chassis/MB/system-board/mem-slot?Label=DIMM0/mem-module
172 name:/frutree/chassis/MB/system-board/mem-slot?Label=DIMM1/mem-module
176 name:/frutree/chassis/MB/system-board/mem-slot?Label=DIMM2/mem-module
180 name:/frutree/chassis/MB/system-board/mem-slot?Label=DIMM3/mem-module
184 name:/frutree/chassis/MB/system-board/mem-slot?Label=DIMM4/mem-module
188 name:/frutree/chassis/MB/system-board/mem-slot?Label=DIMM5/mem-module
192 name:/frutree/chassis/MB/system-board/mem-slot?Label=DIMM6/mem-module
[all …]

12345678910