Searched refs:location (Results 51 - 75 of 124) sorted by relevance

12345

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Math/BigInt/t/
H A Dmbi_rand.t13 my $location = $0; $location =~ s/mbi_rand.t//;
14 unshift @INC, $location; # to locate the testing files
H A Dbigints.t10 my $location = $0; $location =~ s/bigints.t//i;
20 unshift @INC, File::Spec->catdir(File::Spec->updir, $location);
24 unshift @INC, $location;
H A Dinf_nan.t18 my $location = $0; $location =~ s/inf_nan.t//i;
28 unshift @INC, File::Spec->catdir(File::Spec->updir, $location);
32 unshift @INC, $location;
/osnet-11/usr/src/lib/libdhcpsvc/modules/files0/
H A Ddhcptab.c55 open_dt(void **handlep, const char *location, uint_t flags) argument
67 (void) strlcpy(dhp->dh_location, location, MAXPATHLEN);
94 remove_dt(const char *location) argument
98 dt2path(dtpath, MAXPATHLEN, location, "");
198 * back additional location information.
429 list_dt(const char *location, char ***listppp, uint_t *countp) argument
434 if (access(location, F_OK|R_OK) == -1) {
447 dt2path(dtpath, MAXPATHLEN, location, "");
H A Ddhcp_network.c61 open_dn(void **handlep, const char *location, uint_t flags, argument
75 (void) strlcpy(dhp->dh_location, location, MAXPATHLEN);
82 net2path(dnpath, MAXPATHLEN, location, netp->s_addr, "");
533 list_dn(const char *location, char ***listppp, uint_t *countp) argument
542 dirp = opendir(location);
/osnet-11/usr/src/lib/pybootmgmt/common/bootmgmt/
H A Dbootloader.py391 def install(self, location, force=False, verbose_file=None, platdict=None):
392 """Install the boot loader onto a disk or set of disks. location
397 configuration files (see below). If location is None, only the
402 loader installation time, each location specified will be queried
404 The boot loader will be installed to each installation location
409 support files are copied to a well-known location, and that
410 location is used as an input to other programs or configuration
422 location (see the commit_boot_config() documentation in children
439 if isinstance(location, basestring):
441 filemode = os.stat(location)
[all...]
/osnet-11/usr/src/lib/libdhcpsvc/modules/files/
H A Ddhcptab.c55 open_dt(void **handlep, const char *location, uint_t flags) argument
71 (void) strlcpy(dhp->dh_location, location, MAXPATHLEN);
73 dt2path(dtpath, MAXPATHLEN, location, "");
128 remove_dt(const char *location) argument
132 dt2path(dtpath, MAXPATHLEN, location, "");
244 * location information.
498 list_dt(const char *location, char ***listppp, uint_t *countp) argument
503 if (access(location, F_OK|R_OK) == -1) {
516 dt2path(dtpath, MAXPATHLEN, location, "");
H A Ddhcp_network.c61 open_dn(void **handlep, const char *location, uint_t flags, argument
81 (void) strlcpy(dhp->dh_location, location, MAXPATHLEN);
83 net2path(dnpath, MAXPATHLEN, location, netp->s_addr, "");
630 list_dn(const char *location, char ***listppp, uint_t *countp) argument
640 dirp = opendir(location);
/osnet-11/usr/src/grub/grub-0.97/netboot/
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 Depic100.c57 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 Ddavicom.c156 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 Dnatsemi.c214 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;
H A Dsis900.c131 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 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 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...]
/osnet-11/usr/src/lib/libdhcpsvc/modules/binfiles/
H A Ddhcptab.c91 open_dt(void **handlep, const char *location, uint_t flags) argument
104 (void) strlcpy(dhp->dh_location, location, MAXPATHLEN);
106 dt2path(dtpath, MAXPATHLEN, location, "");
124 (void) remove_dt(location);
161 remove_dt(const char *location) argument
165 dt2path(dtpath, MAXPATHLEN, location, "");
262 * additional location information.
638 list_dt(const char *location, char ***listppp, uint_t *countp) argument
643 if (access(location, F_OK|R_OK) == -1) {
656 dt2path(dtpath, MAXPATHLEN, location, "");
[all...]
/osnet-11/usr/src/grub/grub-0.97/stage2/
H A Diso9660.h194 iso_32bit_t location; member in struct:rock_ridge::__anon314::CL
197 iso_32bit_t location; member in struct:rock_ridge::__anon314::PL
/osnet-11/usr/src/lib/libnisdb/
H A Ddb_mindex_c.x54 % entryp location;
59 % { location = loc; next = n; }
243 % to location of where entry is found for input as subsequent 'next'
250 % to location of where entry is found for input as subsequent 'next'
H A Ddb_index_entry_c.c54 if (!xdr_entryp(xdrs, &ep->location))
H A Ddb_entry.cc44 print_entry(entryp location, entry_object *e) argument
46 printf("entry at location %d: \n", location);
/osnet-11/usr/src/lib/fm/topo/modules/i86pc/x86pi/common/
H A Dx86pi_bboard.c114 bb_hcfmri.location = x86pi_cleanup_smbios_str(mod, ip.smbi_location,
164 topo_mod_dprintf(mod, "%s: location (%s)\n", f, bb_hcfmri.location);
189 if (bb_hcfmri.location != NULL) {
190 topo_mod_strfree(mod, (char *)bb_hcfmri.location);
H A Dx86pi_impl.h162 const char *location; member in struct:x86pi_hcfmri_info_s
/osnet-11/usr/src/lib/libshell/common/bltins/
H A Dhist.c57 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)
/osnet-11/usr/src/lib/libshell/common/edit/
H A Dhistory.c953 Histloc_t location; local
954 location.hist_command = -1;
955 location.hist_char = 0;
956 location.hist_line = 0;
958 return(location);
972 coffset = &location.hist_char;
980 return(location);
983 return(location);
988 if((location.hist_line=hist_match(hp,offset,string,coffset))>=0)
990 location
[all...]
/osnet-11/usr/src/lib/libdscfg/common/
H A Dcfg.h110 char *cfg_location(char *location, int mode, char *altroot);
113 * location modes
121 * location strings

Completed in 106 milliseconds

12345