Searched refs:location (Results 76 - 100 of 124) sorted by relevance

12345

/osnet-11/usr/src/lib/libparted/common/libparted/fs/hfs/
H A Dhfs.c364 mdb->old_new.embedded.location.start_block ) * i,
366 mdb->old_new.embedded.location.block_count ) * i );
443 .embedded.location.start_block )
447 .embedded.location.block_count)
795 .embedded.location.block_count );
796 hfs_priv_data->mdb->old_new.embedded.location.block_count =
819 .location.start_block )
823 .location.start_block )
865 .embedded.location.start_block) {
868 .embedded.location
[all...]
H A Dadvfs_plus.c352 .location.block_count )
H A Dhfs.h184 HfsExtDescriptor location; member in struct:_HfsMasterDirectoryBlock::__anon2234::__anon2236
/osnet-11/usr/src/lib/fm/topo/modules/i86pc/x86pi/common/
H A Dx86pi_bay.c499 hcfmri.location = x86pi_cleanup_smbios_str(mod, smb_port.smbo_eref,
513 /* free up location string */
514 if (hcfmri.location != NULL) {
515 topo_mod_strfree(mod, (char *)hcfmri.location);
H A Dx86pi_generic.c173 result = x86pi_set_label(mod, hcfmri->location, hcfmri->hc_name,
H A Dx86pi_subr.c80 if (hc->location != NULL)
81 topo_mod_strfree(mod, (char *)hc->location);
/osnet-11/usr/src/grub/grub-0.97/netboot/
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 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);
/osnet-11/usr/src/lib/libc/sparc/threads/
H A Dasm_subr.s36 nop ! this is the location from which the func() was "called"
/osnet-11/usr/src/lib/fm/libfmd_zfs/common/
H A Dfmd_zfs.c319 char *devid, *chassissn, *location, *path; local
335 &location) == 0 &&
336 strcmp(cbp->cb_location, location) == 0)
476 fmd_zfs_iter_by_location(libzfs_handle_t *zhdl, char *chassissn, char *location, argument
483 cb.cb_location = location;
/osnet-11/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 */
/osnet-11/usr/src/lib/fm/libfmd_snmp/common/
H A Dproblem.c1150 char *location = "-"; local
1152 (void) nvlist_lookup_string(data, FM_FAULT_LOCATION, &location);
1154 ASN_OCTET_STR, (uchar_t *)location, strlen(location));
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/DynaLoader/
H A DXSLoader_pm.PL298 To reduce the overhead as much as possible, only one possible location
299 is checked to find the extension DLL (this location is where C<make install>
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/CPAN/
H A DFirstTime.pm591 my(%all,$url,$expected_size,$default,$ans,$host,$dst,$country,$continent,@location);
598 next unless /\s+dst_(dst|location)/;
599 /location\s+=\s+\"([^\"]+)/ and @location = (split /\s*,\s*/, $1) and
600 ($continent, $country) = @location[-1,-2];
/osnet-11/usr/src/lib/libpool/common/
H A Dpool.c148 * Return the "static" location string for libpool.
157 * Return the "dynamic" location string for libpool.
1403 * Return the location of a configuration.
1484 pool_conf_open(pool_conf_t *conf, const char *location, int oflags) argument
1513 /* location is ignored when creating a temporary configuration */
1515 location = "";
1517 if ((conf->pc_location = strdup(location)) == NULL) {
1542 } else if (strcmp(location, pool_dynamic_location()) == 0) {
1615 * format (fmt) to the specified location.
1618 pool_conf_export(const pool_conf_t *conf, const char *location, argument
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/
H A DInstall.pm257 default site installation location.
266 install location with no way to control site vs core vs vendor
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/
H A DFind.pm36 $location = pod_where( { -inc => 1 }, "Pod::Find" );
317 Returns the location of a pod document given a search directory
411 # Add location of pod documentation for perl man pages (eg perlfunc)
418 # Add location of binaries such as pod2text
/osnet-11/usr/src/lib/libshell/common/edit/
H A Dvi.c2217 Histloc_t location; local
2265 location.hist_command = curhline;
2266 location.hist_char = i;
2273 location = hist_find(shgd->hist_ptr,((char*)virtual)+1, curhline, 1, new_direction);
2277 if( (curhline=location.hist_command) >=0 )
/osnet-11/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...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DAutoLoader.pm214 file with a name related to the location of the file from which the
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/User/
H A Dpwent.pm265 full name, office location, work phone number, and home phone number.
/osnet-11/usr/src/lib/libc/sparc/gen/
H A Dstrlcpy.s52 ! which checks for the exact location of a zero-byte within a
/osnet-11/usr/src/lib/libnisdb/
H A Ddb_mindex.cc468 * location of where entry is found for input as subsequent 'next' operation.
562 entry_object_p ptr = table->get_entry((*where)->location);
578 * location of where entry is found for input as subsequent 'next' operation.
598 table->get_entry((*where)->location);
/osnet-11/usr/src/lib/libc/sparcv9/gen/
H A Dstrlcpy.s53 ! which checks for the exact location of a zero-byte within a
227 ! %i2 points to the location
/osnet-11/usr/src/lib/libsqlite/src/
H A Dmain.c1128 int location = db->temp_store==0 ? TEMP_STORE : db->temp_store; local
1130 if (location == 1) {

Completed in 165 milliseconds

12345