Searched refs:aw (Results 1 – 11 of 11) sorted by relevance
/titanic_44/usr/src/cmd/mdb/common/modules/genunix/ |
H A D | avl.c | 84 struct aw_info *aw; in avl_walk_init_range() local 96 wsp->walk_data = aw = mdb_zalloc(sizeof (struct aw_info), UM_SLEEP); in avl_walk_init_range() 101 tree = &aw->aw_tree; in avl_walk_init_range() 116 aw->aw_buff = mdb_zalloc(tree->avl_size, UM_SLEEP); in avl_walk_init_range() 117 aw->aw_end = (end == NULL ? NULL : end + tree->avl_offset); in avl_walk_init_range() 118 aw->aw_elem_name = element_name; in avl_walk_init_range() 119 aw->aw_elem_check = element_check; in avl_walk_init_range() 120 aw->aw_elem_check_arg = arg; in avl_walk_init_range() 132 addr = avl_leftmostchild(addr, aw->aw_buff, tree->avl_offset, in avl_walk_init_range() 133 tree->avl_size, aw->aw_elem_name); in avl_walk_init_range() [all …]
|
H A D | memory.c | 1103 anon_walk_data_t *aw; in anon_walk_init_common() local 1110 aw = mdb_alloc(sizeof (anon_walk_data_t), UM_SLEEP); in anon_walk_init_common() 1111 aw->aw_ampp = (struct anon_map *)wsp->walk_addr; in anon_walk_init_common() 1113 if (mdb_vread(&aw->aw_amp, sizeof (aw->aw_amp), wsp->walk_addr) == -1) { in anon_walk_init_common() 1115 mdb_free(aw, sizeof (anon_walk_data_t)); in anon_walk_init_common() 1119 if (mdb_vread(&aw->aw_ahp, sizeof (aw->aw_ahp), in anon_walk_init_common() 1120 (uintptr_t)(aw->aw_amp.ahp)) == -1) { in anon_walk_init_common() 1121 mdb_warn("failed to read anon hdr ptr at %p", aw->aw_amp.ahp); in anon_walk_init_common() 1122 mdb_free(aw, sizeof (anon_walk_data_t)); in anon_walk_init_common() 1127 maxslot = MIN(maxslot, aw->aw_ahp.size); in anon_walk_init_common() [all …]
|
/titanic_44/usr/src/tools/aw/ |
H A D | Makefile | 27 PROG = aw
|
/titanic_44/usr/src/tools/ |
H A D | Makefile | 68 aw \
|
/titanic_44/usr/src/uts/i86pc/sys/ |
H A D | immu.h | 454 #define CONT_SET_AW(hcent, aw) \ argument 455 ((hcent)->hi |= (((((aw) + 2) - 30) / 9) & 0x7))
|
/titanic_44/usr/src/uts/common/pcmcia/cs/ |
H A D | cs.c | 4623 uint32_t aw; in cs_request_window() local 4696 if ((error = cs_find_mem_window(sp->socket_num, rw, &aw)) != in cs_request_window() 4711 *wh = cs_create_window_handle(aw); in cs_request_window() 4712 if ((cw = cs_get_wp(aw)) == NULL) { in cs_request_window() 5155 cs_create_window_handle(uint32_t aw) in cs_create_window_handle() argument 5157 return (WINDOW_HANDLE_MAGIC | (aw & WINDOW_HANDLE_MASK)); in cs_create_window_handle() 8475 cs_add_windows(int aw, uint32_t bn) 8480 if (aw <= 0) 8488 while (aw--) {
|
/titanic_44/usr/src/uts/i86pc/ |
H A D | Makefile.rules | 230 DBOOT_AS = $(ONBLD_TOOLS)/bin/$(MACH)/aw
|
/titanic_44/usr/src/pkg/manifests/ |
H A D | developer-build-onbld.mf | 62 $(i386_ONLY)file path=opt/onbld/bin/$(ARCH)/aw mode=0555
|
/titanic_44/usr/src/cmd/sgs/packages/common/ |
H A D | SUNWonld-README | 1473 6728555 Fix for amd64 aw (6617475) breaks pure gcc builds
|
/titanic_44/usr/src/data/zoneinfo/ |
H A D | europe | 2174 # Thanks to Przemysław Augustyniak (2005-05-28) for this reference.
|
/titanic_44/ |
H A D | .gitignore | 8923 usr/src/tools/aw/aw
|