Home
last modified time | relevance | path

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

12345678910

/titanic_41/usr/src/cmd/krb5/kadmin/gui/visualrt/sunsoft/jws/visual/rt/shadow/java/awt/
H A DWindowShadow.java183 return win.location(); in getOnBody()
408 Point location = getWindowLocation(useLayoutLocation()); in resizePreferredSize() local
411 constrainToScreen(win, location, size); in resizePreferredSize()
419 location.x -= size.width/2; in resizePreferredSize()
420 location.y -= size.height/2; in resizePreferredSize()
423 win.reshape(location.x, location.y, size.width, size.height); in resizePreferredSize()
428 win.reshape(location.x, location.y, size.width, size.height); in resizePreferredSize()
434 Point p = frame.location(); in getDialogLocation()
449 Point location = null; in getWindowLocation() local
453 location = (Point) panel.get(/* NOI18N */"layoutLocation"); in getWindowLocation()
[all …]
/titanic_41/usr/src/lib/libshell/common/edit/
H A Demacs.c146 #define location ep->_location macro
196 location.hist_command = -5; in ed_emacsread()
222 if (location.hist_command == -5) /* to be initialized */ in ed_emacsread()
225 location.hist_command = hline; in ed_emacsread()
226 location.hist_line = hloff; in ed_emacsread()
228 if (location.hist_command <= hismin) /* don't start below minimum */ in ed_emacsread()
230 location.hist_command = hismin + 1; in ed_emacsread()
231 location.hist_line = 0; in ed_emacsread()
264 location = hist_locate(sh.hist_ptr,location.hist_command,location.hist_line,1); in ed_emacsread()
265 if (location.hist_command < histlines) in ed_emacsread()
[all …]
/titanic_41/usr/src/cmd/picl/plugins/sun4u/mpxu/frutree/
H A Dpiclfrutree.info82 NODE MB location
86 NODE F0 location
90 NODE F1 location
94 NODE F2 location
98 NODE PS0 location
102 NODE HDD0 location
106 NODE HDD1 location
110 NODE RMD0 location
114 NODE IFB location
119 NODE BB location
[all …]
H A Dsystem-board.info45 NODE SC location
50 NODE BAT location
71 NODE P0 location
75 NODE P1 location
86 REFNODE F0 location WITH name:/frutree/chassis/MB/system-board/P0/cpu
92 REFNODE F1 location WITH name:/frutree/chassis/MB/system-board/P0/cpu
98 REFNODE B0 location WITH name:/frutree/chassis/MB/system-board/P0/cpu
103 REFNODE D0 location WITH name:/frutree/chassis/MB/system-board/P0/cpu
104 REFNODE D1 location WITH name:/frutree/chassis/MB/system-board/P0/cpu
106 REFNODE B1 location WITH name:/frutree/chassis/MB/system-board/P0/cpu
[all …]
/titanic_41/usr/src/lib/fm/topo/modules/sun4v/pcibus/
H A Dpci_sun4v.c47 char *location; member
205 walkdata.location = alloca(locsiz+1); in platform_pci_fru_location()
206 (void) memset(walkdata.location, 0, locsiz+1); in platform_pci_fru_location()
207 (void) memcpy(walkdata.location, loc, locsiz); in platform_pci_fru_location()
232 char *location; in platform_pci_fru_cb() local
240 if (topo_node_label(node, &location, &err) != 0) { in platform_pci_fru_cb()
246 if (strncmp(location, walkdata->location, walkdata->locsiz) == 0) { in platform_pci_fru_cb()
261 topo_mod_strfree(mod, location); in platform_pci_fru_cb()
/titanic_41/usr/src/cmd/picl/plugins/sun4u/seattle/frutree/
H A Dsystem-board.info45 NODE SC location
50 NODE P0 location
54 NODE P1 location
58 NODE HDDBP location
63 NODE RMD0 location
67 NODE SCC location
72 NODE RISER-RIGHT location
75 NODE RISER-LEFT location
78 NODE USB0 location
81 NODE USB1 location
[all …]
/titanic_41/usr/src/cmd/picl/plugins/sun4u/chalupa/frutree/
H A Dpiclfrutree.info82 NODE SYS location
85 NODE led-location fru
87 NODE key-location fru
90 NODE SC location
94 NODE MB location
98 NODE FT0 location
102 NODE FT1 location
106 NODE HDD0 location
110 NODE HDD1 location
114 NODE HDD2 location
[all …]
/titanic_41/usr/src/cmd/picl/plugins/sun4u/ents/frutree/
H A Dpiclfrutree.info77 NODE MB location
81 NODE FT0 location
85 NODE F0 location
89 NODE F1 location
95 NODE FT1 location
99 NODE F0 location
105 NODE FT2 location
109 NODE F0 location
115 NODE PS0 location
119 NODE PS1 location
[all …]
/titanic_41/usr/src/lib/libnisdb/
H A Ddb_index_entry_c.x68 entryp location; member
85 % entryp location;
91 % db_index_entry( char* name, int nlen, entryp location );
133 % entryp getlocation() {return location;}
151 % void replace( entryp ep ) {location = ep;}
H A Ddb_index_entry.cc43 location = ep; in db_index_entry()
59 location = ep; in db_index_entry()
98 if (current->location == other->location) in join()
149 (np->key->equal(i, casein)) && l == location) { in getnext()
172 np->location == recnum) { in lookup()
240 np->location == recnum) { in remove()
328 printf(": %d\n", location); in print()
/titanic_41/usr/src/cmd/picl/plugins/sun4u/chicago/frutree/
H A Dpiclfrutree.info72 NODE MB location
80 NODE FIOB location
86 NODE RM0 location
93 NODE F0 location
98 NODE F1 location
103 NODE F2 location
109 NODE F3 location
115 NODE F4 location
125 NODE PS0 location
140 NODE HDD0 location
[all …]
/titanic_41/usr/src/cmd/krb5/kadmin/gui/visualrt/sunsoft/jws/visual/rt/awt/
H A DRootFrame.java45 private Point location = new Point(0, 0); field in RootFrame
153 public Point location() { in location() method in RootFrame
155 return new Point(location.x, location.y); in location()
157 return super.location(); in location()
165 location = new Point(x, y); in reshape()
212 location = new Point(evt.x, evt.y); in handleEvent()
/titanic_41/usr/src/uts/common/io/nxge/npi/
H A Dnpi_fflp.c298 npi_fflp_tcam_entry_invalidate(npi_handle_t handle, tcam_location_t location) in npi_fflp_tcam_entry_invalidate() argument
314 tctl.bits.ldw.location = location; in npi_fflp_tcam_entry_invalidate()
374 return (uint32_t)(tctl_stat.bits.ldw.location); in npi_fflp_tcam_entry_match()
398 tcam_location_t location, in npi_fflp_tcam_entry_read() argument
406 tctl.bits.ldw.location = location; in npi_fflp_tcam_entry_read()
415 "TCAM read failed loc %d \n", location)); in npi_fflp_tcam_entry_read()
449 tcam_location_t location, in npi_fflp_tcam_entry_write() argument
471 location, tcam_ptr->key0, tcam_ptr->key1, in npi_fflp_tcam_entry_write()
476 tctl.bits.ldw.location = location; in npi_fflp_tcam_entry_write()
486 "TCAM Write failed loc %d \n", location)); in npi_fflp_tcam_entry_write()
[all …]
/titanic_41/usr/src/cmd/fs.d/nfs/nfsref/
H A Dnfsref.c98 char *text, *location; in addref() local
134 location = NULL; in addref()
138 location = realloc(location, len); in addref()
139 location[oldlen] = '\0'; in addref()
141 strlcat(location, buf, len); in addref()
142 strlcat(location, " ", len); in addref()
144 location[len - 2] = '\0'; in addref()
147 err = reparse_add(nvl, svc_type, location); in addref()
/titanic_41/usr/src/cmd/fm/modules/common/disk-monitor/
H A Dschg_mgr.c134 diskp->location, in dm_fault_indicator_set()
157 diskp->location, in schg_execute_state_change_action()
195 diskp->location, in schg_execute_state_change_action()
218 "in %s\n", diskp->location); in schg_send_fru_update()
224 diskp->location); in schg_send_fru_update()
239 "FRU information for disk %s!\n", diskp->location); in schg_update_fru_info()
243 "for disk in %s", diskp->location); in schg_update_fru_info()
392 "for disk %s\n", diskp->location); in disk_state_change_thread()
432 diskp->location, pth == NULL ? "Unknown" : pth); in disk_state_change_thread()
436 diskp->state_change_count, diskp->location, in disk_state_change_thread()
/titanic_41/usr/src/cmd/picl/plugins/sun4u/boston/frutree/
H A Dpiclfrutree.info77 NODE MB location
81 NODE FT0 location
85 NODE FT1 location
89 NODE FT2 location
93 NODE FT3 location
97 NODE FT4 location
101 NODE FT5 location
108 NODE PDB location
115 NODE PS0 location
119 NODE PS1 location
[all …]
H A Dsystem-board.info158 REFNODE P0 location WITH name:/frutree/chassis/MB/system-board/C0/cpu-module
162 REFNODE cpu location WITH name:/platform/SUNW,UltraSPARC-IIIi+@0,0
163 REFNODE cpu location WITH name:/platform/SUNW,UltraSPARC-IIIi@0,0
171 REFNODE P0 location WITH name:/frutree/chassis/MB/system-board/C1/cpu-module
175 REFNODE cpu location WITH name:/platform/SUNW,UltraSPARC-IIIi+@1,0
176 REFNODE cpu location WITH name:/platform/SUNW,UltraSPARC-IIIi@1,0
184 REFNODE P0 location WITH name:/frutree/chassis/MB/system-board/C2/cpu-module
188 REFNODE cpu location WITH name:/platform/SUNW,UltraSPARC-IIIi+@2,0
189 REFNODE cpu location WITH name:/platform/SUNW,UltraSPARC-IIIi@2,0
197 REFNODE P0 location WITH name:/frutree/chassis/MB/system-board/C3/cpu-module
[all …]
/titanic_41/usr/src/cmd/picl/plugins/sun4u/enchilada/frutree/
H A Dpiclfrutree.info68 NODE MB location
72 NODE F0 location
78 NODE F1 location
82 NODE F2 location
86 NODE F3 location
92 NODE PS0 location
101 NODE HDD0 location
105 NODE HDD1 location
110 NODE RM0 location
/titanic_41/usr/src/cmd/picl/plugins/sun4u/taco/frutree/
H A Dpiclfrutree.info69 NODE MB location
73 NODE F0 location
79 NODE F1 location
85 NODE F2 location
91 NODE PS0 location
97 NODE HDD0 location
101 NODE HDD1 location
105 NODE RM0 location
/titanic_41/usr/src/uts/common/io/hxge/
H A Dhxge_pfc.c69 hxge_tcam_dump_entry(p_hxge_t hxgep, uint32_t location) in hxge_tcam_dump_entry() argument
79 bcopy((void *)&hxgep->classifier.tcam_entries[location].tce, in hxge_tcam_dump_entry()
83 status = hpi_pfc_tcam_entry_read(handle, location, &tcam_rdptr); in hxge_tcam_dump_entry()
87 location)); in hxge_tcam_dump_entry()
91 status = hpi_pfc_tcam_asc_ram_entry_read(handle, location, &asc_ram); in hxge_tcam_dump_entry()
94 " key: %llx %llx\n mask: %llx %llx\n ASC RAM %llx \n", location, in hxge_tcam_dump_entry()
105 int location; in hxge_get_tcam() local
110 location = *lptr; in hxge_get_tcam()
112 if ((location >= hxgep->classifier.tcam_size) || (location < -1)) { in hxge_get_tcam()
114 "hxge_tcam_dump: Invalid location %d \n", location)); in hxge_get_tcam()
[all …]
H A Dhpi_pfc.c87 hpi_pfc_tcam_entry_read(hpi_handle_t handle, uint32_t location, in hpi_pfc_tcam_entry_read() argument
103 tctl.bits.addr = location; in hpi_pfc_tcam_entry_read()
118 uint32_t location, uint64_t *ram_data) in hpi_pfc_tcam_asc_ram_entry_read() argument
124 tctl.bits.addr = location; in hpi_pfc_tcam_asc_ram_entry_read()
133 "TCAM RAM read failed loc %d \n", location)); in hpi_pfc_tcam_asc_ram_entry_read()
143 hpi_pfc_tcam_asc_ram_entry_write(hpi_handle_t handle, uint32_t location, in hpi_pfc_tcam_asc_ram_entry_write() argument
152 tctl.bits.addr = location; in hpi_pfc_tcam_asc_ram_entry_write()
157 location, ram_data, tctl.value)); in hpi_pfc_tcam_asc_ram_entry_write()
163 "TCAM RAM write failed loc %d \n", location)); in hpi_pfc_tcam_asc_ram_entry_write()
589 hpi_pfc_tcam_entry_invalidate(hpi_handle_t handle, uint32_t location) in hpi_pfc_tcam_entry_invalidate() argument
[all …]
/titanic_41/usr/src/cmd/picl/plugins/sun4u/snowbird/conf/
H A DSUNW,Netra-CP2300.conf29 NODE CPU location
41 NODE PMC-1 location
48 NODE PMC-2 location
79 NODE RTM location
/titanic_41/usr/src/cmd/picl/plugins/sun4u/lw2plus/frutree/
H A Dpiclfrutree.info69 NODE fan-slot location
75 NODE fan-slot location
81 NODE fan-slot location
87 NODE psu-slot location
95 NODE disk-slot location
100 NODE disk-slot location
/titanic_41/usr/src/uts/common/io/nxge/
H A Dnxge_fflp.c88 nxge_tcam_dump_entry(p_nxge_t nxgep, uint32_t location) in nxge_tcam_dump_entry() argument
98 status = npi_fflp_tcam_entry_read(handle, (tcam_location_t)location, in nxge_tcam_dump_entry()
103 " tcam read failed at location %d ", location)); in nxge_tcam_dump_entry()
107 (tcam_location_t)location, &asc_ram); in nxge_tcam_dump_entry()
112 " ASC RAM %llx \n", location, in nxge_tcam_dump_entry()
125 int location; in nxge_get_tcam() local
130 location = *lptr; in nxge_get_tcam()
132 if ((location >= nxgep->classifier.tcam_size) || (location < -1)) { in nxge_get_tcam()
134 "nxge_tcam_dump: Invalid location %d \n", location)); in nxge_get_tcam()
137 if (location == -1) { in nxge_get_tcam()
[all …]
/titanic_41/usr/src/cmd/picl/plugins/sun4u/excalibur/frutree/
H A Dsystem-board.info33 NODE upa-slot location
37 NODE upa-slot location
41 NODE pci-slot location
44 NODE pci-slot location
47 NODE pci-slot location
50 NODE pci-slot location
53 NODE cpu-slot location
57 NODE cpu-slot location
61 NODE mem-slot location
65 NODE mem-slot location
[all …]

12345678910