/illumos-gate/usr/src/lib/libnisdb/ |
H A D | db_entry.cc | 44 print_entry(entryp location, entry_object *e) argument 46 printf("entry at location %d: \n", location);
|
/illumos-gate/usr/src/cmd/abi/spectrans/parser/ |
H A D | errlog.c | 40 static struct location { struct
|
/illumos-gate/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 in struct:_pci_fru 81 * chassis-location-name property as the node label. 177 * node with this location and set our FMRI to that value. 205 walkdata.location = alloca(locsiz+1); 206 (void) memset(walkdata.location, 0, locsiz+1); 207 (void) memcpy(walkdata.location, loc, locsiz); 232 char *location; local 236 /* This is the starting node. Do not check the location */ 240 if (topo_node_label(node, &location, [all...] |
/illumos-gate/usr/src/lib/libshell/common/bltins/ |
H A D | hist.c | 57 Histloc_t location; local 147 location = hist_find(hp,argv[1],hist_max(hp)-1,0,-1); 148 if((range[++flag] = location.hist_command) < 0)
|
/illumos-gate/usr/src/uts/common/sys/usb/clients/audio/usb_ah/ |
H A D | usb_ah.h | 48 uint_t location; /* which byte contains button info */ member in struct:usb_ah_button_descr
|
/illumos-gate/usr/src/lib/fm/topo/modules/i86pc/x86pi/ |
H A D | x86pi_impl.h | 151 const char *location; member in struct:x86pi_hcfmri_info_s
|
/illumos-gate/usr/src/cmd/pools/poold/com/sun/solaris/domain/pools/ |
H A D | Poold.java | 327 * Default logfile location 332 * Log location indicating <code>syslog</code>, as 343 * Name of configuration property, log location. 346 "system.poold.log-location"; 358 private static String location; field in class:Poold.logHelper 429 * the default location, until the pools 441 location = SYSLOG_LOG_LOC; 512 * Set the log location as specified by the 588 !location.equals(newLogLocation)) 594 location [all...] |
/illumos-gate/usr/src/cmd/pools/poold/com/sun/solaris/service/pools/ |
H A D | Configuration.java | 71 * @param location The location of the configuration. 77 public Configuration(String location, int perms) throws PoolsException argument 82 open(location, perms); 120 * Opens the configuration at the supplied location and with the 126 public void open(String location, int perms) throws PoolsException argument 129 if (PoolInternal.pool_conf_open(getConf(), location, 154 * Returns the location of the configuration. 156 * @return the location of the configuration. 215 * configuration at the supplied location i 221 export(String location, int format) argument [all...] |
/illumos-gate/usr/src/cmd/fm/fmd/common/ |
H A D | fmd_protocol.c | 115 nvlist_t *asru, nvlist_t *fru, nvlist_t *resource, const char *location) 133 if (location != NULL) 134 err |= nvlist_add_string(nvl, FM_FAULT_LOCATION, location); 114 fmd_protocol_fault(const char *class, uint8_t certainty, nvlist_t *asru, nvlist_t *fru, nvlist_t *resource, const char *location) argument
|
/illumos-gate/usr/src/cmd/fs.d/nfs/nfsref/ |
H A D | nfsref.c | 57 gettext("\tnfsref [-t type] add path location [location ...]\n")); 98 char *text, *location; local 134 location = NULL; 138 location = realloc(location, len); 139 location[oldlen] = '\0'; 141 strlcat(location, buf, len); 142 strlcat(location, " ", len); 144 location[le [all...] |
/illumos-gate/usr/src/uts/common/io/usb/clients/audio/usb_ah/ |
H A D | usb_ah.c | 612 uint_t location; local 636 location = offset = 0; 658 bd->location = location; 663 "byte location %d, bit offset %d", bd->location, 667 location++; 705 "uses_report_id=%d, location=%d, offset=%d, " 707 bd->location, bd->offset, bd->no_of_bits); 709 ptr = mp->b_rptr + bd->location; [all...] |
/illumos-gate/usr/src/boot/include/isofs/cd9660/ |
H A D | cd9660_rrip.h | 134 char location [ISODCL ( 4, 11)]; member in struct:__anon23
|
/illumos-gate/usr/src/cmd/fm/modules/common/disk-monitor/ |
H A D | diskmon_conf.h | 131 char *location; /* descriptive location */ member in struct:diskmon
|
/illumos-gate/usr/src/uts/sun4u/lw8/sys/ |
H A D | lw8.h | 148 char location[MAX_LOCATION_LEN]; member in struct:__anon9820 157 char location[MAX_LOCATION_LEN]; member in struct:__anon9821
|
/illumos-gate/usr/src/lib/fm/libfmd_snmp/common/ |
H A D | problem.c | 1041 char *location = "-"; local 1043 (void) nvlist_lookup_string(data, FM_FAULT_LOCATION, &location); 1045 ASN_OCTET_STR, (uchar_t *)location, strlen(location));
|
/illumos-gate/usr/src/lib/libsqlite/src/ |
H A D | main.c | 1128 int location = db->temp_store==0 ? TEMP_STORE : db->temp_store; local 1130 if (location == 1) {
|
/illumos-gate/usr/src/grub/grub-0.97/netboot/ |
H A D | davicom.c | 156 static int read_eeprom(unsigned long ioaddr, int location, int addr_len); 211 static int phy_read(int location) 239 phy_write_1bit(io_dcr9, location&i ? PHY_DATA_1: PHY_DATA_0); 256 static void phy_write(int location, u16 phy_data) 283 phy_write_1bit(io_dcr9, location&i ? PHY_DATA_1: PHY_DATA_0); 393 static int read_eeprom(unsigned long ioaddr, int location, int addr_len) 398 int read_cmd = location | EE_READ_CMD; 208 phy_read(int location) argument 253 phy_write(int location, u16 phy_data) argument 389 read_eeprom(unsigned long ioaddr, int location, int addr_len) argument
|
H A D | epic100.c | 57 static int read_eeprom(int location); 59 static int mii_read(int phy_id, int location); 454 read_eeprom(int location) argument 458 int read_cmd = location | EE_READ_CMD; 494 mii_read(int phy_id, int location) argument 498 outl((phy_id << 9) | (location << 4) | MII_READOP, mmctl);
|
H A D | sis900.c | 131 static u16 sis900_read_eeprom(int location); 134 static u16 sis900_mdio_read(int phy_id, int location); 136 static void sis900_mdio_write(int phy_id, int location, int val); 435 * Description: reads and returns a given location from EEPROM 437 * Arguments: int location: requested EEPROM location 439 * Returns: u16: contents of requested EEPROM location 443 /* Read Serial EEPROM through EEPROM Access Register, Note that location is 445 static u16 sis900_read_eeprom(int location) argument 450 u32 read_cmd = location | EErea 515 sis900_mdio_read(int phy_id, int location) argument [all...] |
H A D | natsemi.c | 214 static int eeprom_read(long addr, int location); 215 static int mdio_read(int phy_id, int location); 350 static int eeprom_read(long addr, int location) argument 355 int read_cmd = location | EE_ReadCmd; 388 static int mdio_read(int phy_id, int location) argument 390 if (phy_id == 1 && location < 32) 391 return inl(ioaddr + 0x80 + (location<<2)) & 0xffff;
|
/illumos-gate/usr/src/uts/common/io/hxge/ |
H A D | hxge_pfc.c | 69 hxge_tcam_dump_entry(p_hxge_t hxgep, uint32_t location) argument 79 bcopy((void *)&hxgep->classifier.tcam_entries[location].tce, 83 status = hpi_pfc_tcam_entry_read(handle, location, &tcam_rdptr); 86 " hxge_tcam_dump_entry: tcam read failed at location %d ", 87 location)); 91 status = hpi_pfc_tcam_asc_ram_entry_read(handle, location, &asc_ram); 93 HXGE_ERROR_MSG((hxgep, HXGE_ERR_CTL, "location %x\n" 94 " key: %llx %llx\n mask: %llx %llx\n ASC RAM %llx \n", location, 105 int location; local 110 location 166 uint32_t location; local [all...] |
/illumos-gate/usr/src/lib/libshell/common/edit/ |
H A D | emacs.c | 146 #define location ep->_location macro 196 location.hist_command = -5; 222 if (location.hist_command == -5) /* to be initialized */ 225 location.hist_command = hline; 226 location.hist_line = hloff; 228 if (location.hist_command <= hismin) /* don't start below minimum */ 230 location.hist_command = hismin + 1; 231 location.hist_line = 0; 264 location = hist_locate(sh.hist_ptr,location 1176 Histloc_t location; local [all...] |
H A D | history.c | 925 Histloc_t location; local 926 location.hist_command = -1; 927 location.hist_char = 0; 928 location.hist_line = 0; 930 return(location); 944 coffset = &location.hist_char; 952 return(location); 955 return(location); 960 if((location.hist_line=hist_match(hp,offset,string,coffset))>=0) 962 location [all...] |
/illumos-gate/usr/src/grub/grub-0.97/stage2/ |
H A D | iso9660.h | 194 iso_32bit_t location; member in struct:rock_ridge::__anon2191::CL 197 iso_32bit_t location; member in struct:rock_ridge::__anon2191::PL
|
/illumos-gate/usr/src/cmd/sgs/mcs/common/ |
H A D | file.c | 64 static uint64_t location(int64_t, int, Elf *, file_state_t *); 450 * be assigned a new location in the resulting ELF 765 x = location(dst_ehdr.e_phoff, 0, src_elf, state); 1170 /* UPDATE location of program header table */ 1171 if (location(dst_ehdr.e_phoff, 0, dst_elf, state) == AFTER) { 1179 /* UPDATE location of section header table */ 1180 if ((location(dst_ehdr.e_shoff, 0, src_elf, state) == AFTER) || 1181 ((location(dst_ehdr.e_shoff, 0, src_elf, state) == PRIOR) && 1473 location(int64_t offset, int mem_search, Elf * elf, file_state_t *state) function 1507 return (location(shd [all...] |