/titanic_51/usr/src/lib/libshell/common/edit/ |
H A D | emacs.c | 146 #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_51/usr/src/cmd/picl/plugins/sun4u/mpxu/frutree/ |
H A D | piclfrutree.info | 82 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 D | system-board.info | 45 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 WIT [all...] |
/titanic_51/usr/src/contrib/ast/src/cmd/ksh93/edit/ |
H A D | emacs.c | 148 #define location ep->_location macro 199 location.hist_command = -5; in ed_emacsread() 225 if (location.hist_command == -5) /* to be initialized */ in ed_emacsread() 228 location.hist_command = hline; in ed_emacsread() 229 location.hist_line = hloff; in ed_emacsread() 231 if (location.hist_command <= hismin) /* don't start below minimum */ in ed_emacsread() 233 location.hist_command = hismin + 1; in ed_emacsread() 234 location.hist_line = 0; in ed_emacsread() 267 location = hist_locate(shgd->hist_ptr,location in ed_emacsread() 1241 Histloc_t location; search() local [all...] |
/titanic_51/usr/src/lib/fm/topo/modules/sun4v/pcibus/ |
H A D | pci_sun4v.c | 43 #define PI_PROP_CHASSIS_LOCATION_NAME "chassis-location-name" 47 char *location; member 81 * chassis-location-name property as the node label. in platform_pci_label() 177 * node with this location and set our FMRI to that value. in platform_pci_fru() 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 236 /* This is the starting node. Do not check the location */ in platform_pci_fru_cb() 240 if (topo_node_label(node, &location, in platform_pci_fru_cb() [all...] |
/titanic_51/usr/src/cmd/picl/plugins/sun4u/seattle/frutree/ |
H A D | system-board.info | 45 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_51/usr/src/cmd/picl/plugins/sun4u/chalupa/frutree/ |
H A D | piclfrutree.info | 82 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...] |
H A D | system-board.info | 45 NODE BAT location 66 Node C0 location 70 Node C1 location 74 Node C2 location 78 Node C3 location 135 REFNODE P0 location WITH name:/frutree/chassis/C0/system-board 140 REFNODE P0 location WITH name:/frutree/chassis/C1/system-board 145 REFNODE P0 location WITH name:/frutree/chassis/C2/system-board 150 REFNODE P0 location WITH name:/frutree/chassis/C3/system-board 166 REFNODE B0 location WIT [all...] |
/titanic_51/usr/src/cmd/picl/plugins/sun4u/ents/frutree/ |
H A D | piclfrutree.info | 77 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_51/usr/src/lib/libnisdb/ |
H A D | db_index_entry_c.x | 41 % Each entry contains the key, the hash value of key, and location 43 % entryp is location information. 45 % identifying the location of an entry somewhere in memory (e.g. 68 entryp location; member 85 % entryp location; 90 %/* Constructor: create an entry using given string and location info. */ 91 % db_index_entry( char* name, int nlen, entryp location ); 98 % object at location is done elsewhere (beforehand) */ 104 %/* Join two lists (entry as identified by its 'location' occurs on both list, 123 % with the same hashvalue, key and location a [all...] |
H A D | db_index_entry.cc | 37 /* Constructor: create an entry using given string and location info. */ 43 location = ep; in db_index_entry() 59 location = ep; in db_index_entry() 66 * Join two lists (entry as identified by its 'location' occurs on both list, 98 if (current->location == other->location) in join() 141 with the same hashvalue, key and location as this entry. */ 149 (np->key->equal(i, casein)) && l == location) { in getnext() 172 np->location == recnum) { in lookup() 240 np->location in remove() [all...] |
/titanic_51/usr/src/cmd/picl/plugins/sun4u/chicago/frutree/ |
H A D | piclfrutree.info | 72 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_51/usr/src/uts/common/io/nxge/npi/ |
H A D | npi_fflp.c | 219 * value contains match location 286 * invalidates entry at tcam location 290 * location : TCAM location 298 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() 341 * 0 - TCAM_SIZE: matching entry location (if match) 374 return (uint32_t)(tctl_stat.bits.ldw.location); in npi_fflp_tcam_entry_match() 384 * Reads a tcam entry from the TCAM location, locatio 398 npi_fflp_tcam_entry_read(npi_handle_t handle,tcam_location_t location,struct tcam_entry * tcam_ptr) npi_fflp_tcam_entry_read() argument 449 npi_fflp_tcam_entry_write(npi_handle_t handle,tcam_location_t location,tcam_entry_t * tcam_ptr) npi_fflp_tcam_entry_write() argument 510 npi_fflp_tcam_asc_ram_entry_write(npi_handle_t handle,tcam_location_t location,uint64_t ram_data) npi_fflp_tcam_asc_ram_entry_write() argument 556 npi_fflp_tcam_asc_ram_entry_read(npi_handle_t handle,tcam_location_t location,uint64_t * ram_data) npi_fflp_tcam_asc_ram_entry_read() argument 605 npi_fflp_fcram_entry_write(npi_handle_t handle,part_id_t partid,uint32_t location,fcram_entry_t * fcram_ptr,fcram_entry_format_t format) npi_fflp_fcram_entry_write() argument 705 npi_fflp_fcram_entry_read(npi_handle_t handle,part_id_t partid,uint32_t location,fcram_entry_t * fcram_ptr,fcram_entry_format_t format) npi_fflp_fcram_entry_read() argument 793 npi_fflp_fcram_entry_invalidate(npi_handle_t handle,part_id_t partid,uint32_t location) npi_fflp_fcram_entry_invalidate() argument 858 npi_fflp_fcram_subarea_write(npi_handle_t handle,part_id_t partid,uint32_t location,uint64_t data) npi_fflp_fcram_subarea_write() argument 919 npi_fflp_fcram_subarea_read(npi_handle_t handle,part_id_t partid,uint32_t location,uint64_t * data) npi_fflp_fcram_subarea_read() argument [all...] |
/titanic_51/usr/src/cmd/fs.d/nfs/nfsref/ |
H A D | nfsref.c | 57 gettext("\tnfsref [-t type] add path location [location ...]\n")); in usage() 98 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[le in addref() [all...] |
/titanic_51/usr/src/cmd/fm/modules/common/disk-monitor/ |
H A D | schg_mgr.c | 134 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() [all...] |
/titanic_51/usr/src/cmd/picl/plugins/sun4u/boston/frutree/ |
H A D | piclfrutree.info | 77 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 D | system-board.info | 158 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 WIT [all...] |
/titanic_51/usr/src/cmd/picl/plugins/sun4u/enchilada/frutree/ |
H A D | piclfrutree.info | 68 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_51/usr/src/cmd/picl/plugins/sun4u/taco/frutree/ |
H A D | piclfrutree.info | 69 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_51/usr/src/uts/common/io/hxge/ |
H A D | hxge_pfc.c | 69 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() 86 " hxge_tcam_dump_entry: tcam read failed at location %d ", 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() 93 HXGE_ERROR_MSG((hxgep, HXGE_ERR_CTL, "location %x\n" 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 in hxge_get_tcam() 166 uint32_t location; hxge_tcam_default_add_entry() local [all...] |
H A D | hpi_pfc.c | 87 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() 156 " tcam ascr write: location %x data %llx ctl value %llx \n", 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) hpi_pfc_tcam_entry_invalidate() argument 615 hpi_pfc_tcam_entry_write(hpi_handle_t handle,uint32_t location,hxge_tcam_entry_t * tcam_ptr) hpi_pfc_tcam_entry_write() argument [all...] |
/titanic_51/usr/src/cmd/picl/plugins/sun4u/snowbird/conf/ |
H A D | SUNW,Netra-CP2300.conf | 29 NODE CPU location 41 NODE PMC-1 location 48 NODE PMC-2 location 79 NODE RTM location
|
/titanic_51/usr/src/cmd/picl/plugins/sun4u/lw2plus/frutree/ |
H A D | piclfrutree.info | 69 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_51/usr/src/uts/common/io/nxge/ |
H A D | nxge_fflp.c | 88 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() 109 NXGE_ERROR_MSG((nxgep, NXGE_ERR_CTL, "location %x\n" 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 > in nxge_get_tcam() 257 uint16_t location; nxge_fflp_tcam_invalidate_all() local 307 uint32_t location; nxge_fflp_fcram_invalidate_all() local 1278 tcam_location_t location; nxge_add_tcam_entry() local 1537 tcam_location_t location; nxge_tcam_handle_ip_fragment() local 2518 nxge_del_tcam_entry(p_nxge_t nxgep,uint32_t location) nxge_del_tcam_entry() argument [all...] |
/titanic_51/usr/src/cmd/picl/plugins/sun4u/excalibur/frutree/ |
H A D | system-board.info | 33 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...] |