Searched defs:location (Results 26 - 50 of 54) sorted by relevance

123

/illumos-gate/usr/src/uts/common/io/hxge/
H A Dhpi_pfc.c87 hpi_pfc_tcam_entry_read(hpi_handle_t handle, uint32_t location, argument
103 tctl.bits.addr = location;
118 uint32_t location, uint64_t *ram_data)
124 tctl.bits.addr = location;
133 "TCAM RAM read failed loc %d \n", location));
143 hpi_pfc_tcam_asc_ram_entry_write(hpi_handle_t handle, uint32_t location, argument
152 tctl.bits.addr = location;
156 " tcam ascr write: location %x data %llx ctl value %llx \n",
157 location, ram_data, tctl.value));
163 "TCAM RAM write failed loc %d \n", location));
117 hpi_pfc_tcam_asc_ram_entry_read(hpi_handle_t handle, uint32_t location, uint64_t *ram_data) argument
589 hpi_pfc_tcam_entry_invalidate(hpi_handle_t handle, uint32_t location) argument
615 hpi_pfc_tcam_entry_write(hpi_handle_t handle, uint32_t location, hxge_tcam_entry_t *tcam_ptr) argument
[all...]
/illumos-gate/usr/src/uts/common/sys/nxge/
H A Dnxge_flow.h206 uint64_t location; member in struct:flow_resource_s
/illumos-gate/usr/src/uts/sun4u/lw8/io/
H A Dlw8.c171 char location[MAX_LOCATION_LEN]; member in struct:fru_led_info
969 if (strncmp(set_ledp->location, fru_led_table[i].location,
1013 if (strncmp(get_ledp->location, fru_led_table[i].location,
1166 (void) strncpy(lw8_get_led.location, "chassis",
1185 (void) strncpy(lw8_get_led.location, "chassis",
1252 (void) strncpy(lw8_set_led.location, "chassis",
1300 (void) strncpy(lw8_set_led.location, "chassis",
/illumos-gate/usr/src/cmd/halt/
H A Dhalt.c826 const char *location; local
855 if (get_zfs_bootfs_arg(arg, &location, is_zfs, bootfs_arg) != 0)
858 *mplen = location - arg;
860 if (strstr(location, "/boot/platform") == location) {
867 } else if (strstr(location, "/platform") != location) {
/illumos-gate/usr/src/lib/hal/libhal-storage/common/
H A Dlibhal-storage.c1908 char *location; local
1929 location = strstr (options_string, option);
1930 if (location == NULL) {
1937 location = strstr (options_string, option);
1938 if (location != NULL) {
1941 end = strchr (location, ',');
1943 location[0] = '\0';
1945 strcpy (location, end + 1); /* skip the extra comma */
/illumos-gate/usr/src/lib/libshell/common/edit/
H A Dvi.c2132 Histloc_t location; local
2180 location.hist_command = curhline;
2181 location.hist_char = i;
2188 location = hist_find(sh.hist_ptr,((char*)virtual)+1, curhline, 1, new_direction);
2192 if( (curhline=location.hist_command) >=0 )
/illumos-gate/usr/src/lib/libdscfg/common/
H A Dcfg.c2253 * set or return the default location file to
2255 * location is stored in well known file location
2258 cfg_location(char *location, int mode, char *altroot) argument
2288 if (location == NULL || (strlen(location) > NSC_MAXPATH)) {
2297 * If we're in a cluster, make sure that the config location
2305 if (stat(location, &dscfg_stat) != 0) {
2307 "Unable to access dscfg location");
2313 "dscfg location mus
[all...]
/illumos-gate/usr/src/lib/libpool/common/
H A Dpool.c151 * Return the "static" location string for libpool.
160 * Return the "dynamic" location string for libpool.
1406 * Return the location of a configuration.
1487 pool_conf_open(pool_conf_t *conf, const char *location, int oflags) argument
1516 /* location is ignored when creating a temporary configuration */
1518 location = "";
1520 if ((conf->pc_location = strdup(location)) == NULL) {
1545 } else if (strcmp(location, pool_dynamic_location()) == 0) {
1618 * format (fmt) to the specified location.
1621 pool_conf_export(const pool_conf_t *conf, const char *location, argument
[all...]
H A Dpool_xml.c175 static int pool_xml_export(const pool_conf_t *conf, const char *location,
1140 * - Free the configuration location specifier
1165 * the file backing the configuration. You need a copy of the location
1166 * since the pool_conf_close function, frees the location.
1268 * Export the configuration in the specified format to the specified location.
1270 * active configuration to the supplied location.
1274 pool_xml_export(const pool_conf_t *conf, const char *location, argument
1281 ret = xmlSaveFormatFile(location,
1298 * specified in the configuration location.
H A Dpool_kernel.c917 * saved to the supplied location.
920 pool_knl_export(const pool_conf_t *conf, const char *location, argument
1187 ret = xmlSaveFormatFile(location, info.ktx_doc, 1);
/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Deepro100.c286 static int mdio_write(int phy_id, int location, int value) argument
290 outl(0x04000000 | (location<<16) | (phy_id<<21) | value,
309 static int mdio_read(int phy_id, int location) argument
312 outl(0x08000000 | (location<<16) | (phy_id<<21), ioaddr + SCBCtrlMDI);
H A Drtl8139.c176 static int read_eeprom(struct nic *nic, int location, int addr_len);
256 static int read_eeprom(struct nic *nic, int location, int addr_len) argument
261 int read_cmd = location | (EE_READ_CMD << addr_len);
H A Dsundance.c303 /* Station Address location within the EEPROM */
309 static int eeprom_read(long ioaddr, int location);
310 static int mdio_read(struct nic *nic, int phy_id, unsigned int location);
311 static void mdio_write(struct nic *nic, int phy_id, unsigned int location,
754 static int eeprom_read(long ioaddr, int location) argument
757 outw(0x0200 | (location & 0xff), ioaddr + EECtrl);
805 mdio_read(struct nic *nic __unused, int phy_id, unsigned int location) argument
808 int mii_cmd = (0xf6 << 10) | (phy_id << 5) | location;
838 unsigned int location, int value)
842 (0x5002 << 16) | (phy_id << 23) | (location << 1
837 mdio_write(struct nic *nic __unused, int phy_id, unsigned int location, int value) argument
[all...]
H A Dw89c840.c264 static int eeprom_read(long ioaddr, int location);
265 static int mdio_read(int base_address, int phy_id, int location);
267 static void mdio_write(int base_address, int phy_id, int location, int value);
731 static int eeprom_read(long addr, int location) argument
736 int read_cmd = location | EE_ReadCmd;
794 static int mdio_read(int base_address, int phy_id, int location) argument
797 int mii_cmd = (0xf6 << 10) | (phy_id << 5) | location;
824 static void mdio_write(int base_address, int phy_id, int location, int value)
827 int mii_cmd = (0x5002 << 16) | (phy_id << 23) | (location<<18) | value;
830 if (location
[all...]
H A Dtulip.c479 static int mdio_read(struct nic *nic, int phy_id, int location);
480 static void mdio_write(struct nic *nic, int phy_id, int location, int value);
481 static int read_eeprom(unsigned long ioaddr, int location, int addr_len);
566 int mdio_read(struct nic *nic __unused, int phy_id, int location) argument
569 int read_cmd = (0xf6 << 10) | (phy_id << 5) | location;
579 outl(0x60020000 + (phy_id<<23) + (location<<18), ioaddr + 0xA0);
590 if (location < 7)
591 return inl(ioaddr + 0xB4 + (location<<2));
592 else if (location == 17)
594 else if (location >
627 mdio_write(struct nic *nic __unused, int phy_id, int location, int value) argument
690 read_eeprom(unsigned long ioaddr, int location, int addr_len) argument
[all...]
/illumos-gate/usr/src/cmd/pools/poold/com/sun/solaris/service/pools/
H A DPoolInternal.java78 final static native int pool_conf_open(long conf, String location, argument
82 final static native int pool_conf_export(long conf, String location, argument
/illumos-gate/usr/src/cmd/pools/poold/libjpool/
H A Djpool.c473 const char *location; local
476 location = (jlocation) ? (*jenv)->GetStringUTFChars(jenv,
478 result = (int)pool_conf_open((pool_conf_t *)(uintptr_t)jconf, location,
481 if (location)
482 (*jenv)->ReleaseStringUTFChars(jenv, jlocation, location);
514 const char *location; local
517 location = (jlocation) ? (*jenv)->GetStringUTFChars(jenv,
520 location, (pool_export_format_t)jformat);
522 if (location)
523 (*jenv)->ReleaseStringUTFChars(jenv, jlocation, location);
[all...]
/illumos-gate/usr/src/uts/common/io/hotplug/pcihp/
H A Dpcihp.c1603 /* store HS_CSR location. No events, jut a read operation. */
3521 * place the result in the location pointed to be hs_csr.
3568 int location = -1; local
3592 location = cap_id_loc + PCI_ECP_HS_CSR;
3598 return (location);
3750 * See if there is any PCI HW at this location
3752 * then there is no hardware at this location.
3791 * If occupant not configured, reset HS_CSR location
/illumos-gate/usr/src/uts/common/io/nxge/npi/
H A Dnpi_fflp.c219 * 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) argument
314 tctl.bits.ldw.location = location;
341 * 0 - TCAM_SIZE: matching entry location (if match)
374 return (uint32_t)(tctl_stat.bits.ldw.location);
384 * Reads a tcam entry from the TCAM location, locatio
397 npi_fflp_tcam_entry_read(npi_handle_t handle, tcam_location_t location, struct tcam_entry *tcam_ptr) argument
448 npi_fflp_tcam_entry_write(npi_handle_t handle, tcam_location_t location, tcam_entry_t *tcam_ptr) argument
509 npi_fflp_tcam_asc_ram_entry_write(npi_handle_t handle, tcam_location_t location, uint64_t ram_data) argument
555 npi_fflp_tcam_asc_ram_entry_read(npi_handle_t handle, tcam_location_t location, uint64_t *ram_data) argument
604 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) argument
704 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) argument
792 npi_fflp_fcram_entry_invalidate(npi_handle_t handle, part_id_t partid, uint32_t location) argument
857 npi_fflp_fcram_subarea_write(npi_handle_t handle, part_id_t partid, uint32_t location, uint64_t data) argument
918 npi_fflp_fcram_subarea_read(npi_handle_t handle, part_id_t partid, uint32_t location, uint64_t *data) argument
[all...]
/illumos-gate/usr/src/uts/common/io/nxge/
H A Dnxge_fflp.c88 nxge_tcam_dump_entry(p_nxge_t nxgep, uint32_t location) argument
98 status = npi_fflp_tcam_entry_read(handle, (tcam_location_t)location,
103 " tcam read failed at location %d ", location));
107 (tcam_location_t)location, &asc_ram);
109 NXGE_ERROR_MSG((nxgep, NXGE_ERR_CTL, "location %x\n"
112 " ASC RAM %llx \n", location,
125 int location; local
130 location = *lptr;
132 if ((location >
257 uint16_t location; local
307 uint32_t location; local
1278 tcam_location_t location; local
1537 tcam_location_t location; local
2518 nxge_del_tcam_entry(p_nxge_t nxgep, uint32_t location) argument
[all...]
/illumos-gate/usr/src/uts/common/os/
H A Dsunndi.c2103 ndi_event_dump_hdl(struct ndi_event_hdl *hdl, char *location) argument
2114 location, (void *)hdl, (void *)hdl->ndi_evthdl_dip,
2298 const char *location; local
2309 location = "in datapath to";
2312 location = "in";
2315 location = "external to";
2318 location = "somewhere near";
2377 location, still ? "still " : "", servstate);
/illumos-gate/usr/src/uts/intel/io/pci/
H A Dpci_boot.c815 * given a cap_id, return its cap_id location in config space
822 int location = -1; local
840 location = cap_id_loc;
845 return (location);
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_cmds.c1693 findsym_output(uintptr_t *symlist, uintptr_t value, uintptr_t location) argument
1699 mdb_printf("found %a at %a\n", value, location);
/illumos-gate/usr/src/uts/common/fs/
H A Dvfs.c2273 * free location.
2589 cp = p; /* save location of comma */
2597 ep = p; /* save location of equals */
4443 fs_generic_func_p *location; local
4483 location = (fs_generic_func_p *)
4486 *location = result;
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dbuiltins.c2257 /* Point to the location of the name of a configuration file in Stage 2. */
2636 char *location;
2639 location = stage2_buffer + STAGE2_VER_STR_OFFS;
2640 while (*(location++))
2644 grub_strcpy (location, real_config_filename);
3763 /* This is necessary, because the location of a partition table
2608 char *location; local

Completed in 1158 milliseconds

123