Home
last modified time | relevance | path

Searched refs:probed (Results 1 – 14 of 14) sorted by relevance

/onnv-gate/usr/src/lib/libparted/common/libparted/
H A Dfilesys.c257 PedGeometry* probed; in ped_file_system_probe() local
259 probed = ped_file_system_probe_specific (walk, geom); in ped_file_system_probe()
260 if (probed) { in ped_file_system_probe()
263 = _geometry_error (geom, probed); in ped_file_system_probe()
265 ped_geometry_destroy (probed); in ped_file_system_probe()
303 PedGeometry* probed; in ped_file_system_clobber() local
308 probed = ped_file_system_probe_specific (fs_type, geom); in ped_file_system_clobber()
309 if (!probed) { in ped_file_system_clobber()
313 ped_geometry_destroy (probed); in ped_file_system_clobber()
H A Ddisk.c308 int probed; in ped_disk_clobber_exclude() local
314 probed = walk->ops->probe (dev); in ped_disk_clobber_exclude()
315 if (!probed) in ped_disk_clobber_exclude()
319 if (probed && walk->ops->clobber) { in ped_disk_clobber_exclude()
/onnv-gate/usr/src/cmd/hal/fdi/
H A DREADME26 These files are processed BEFORE the device have been been probed.
48 These files are processed AFTER the device have been probed but before
68 These files are processed AFTER the device have been been probed and
/onnv-gate/usr/src/cmd/parted/
H A Dparted.c1601 PedGeometry* probed; in _rescue_add_partition() local
1610 probed = ped_file_system_probe_specific (fs_type, &part->geom); in _rescue_add_partition()
1611 if (!probed) in _rescue_add_partition()
1614 if (!ped_geometry_test_inside (&part->geom, probed)) { in _rescue_add_partition()
1615 ped_geometry_destroy (probed); in _rescue_add_partition()
1619 constraint = ped_constraint_exact (probed); in _rescue_add_partition()
1621 probed->start, probed->end)) { in _rescue_add_partition()
1627 found_start = ped_unit_format (probed->dev, probed->start); in _rescue_add_partition()
1628 found_end = ped_unit_format (probed->dev, probed->end); in _rescue_add_partition()
1636 ped_geometry_destroy (probed); in _rescue_add_partition()
/onnv-gate/usr/src/grub/grub-0.97/netboot/
H A Dnic.c158 static int probed = 0; in grub_eth_probe() local
163 if (probed) in grub_eth_probe()
174 probed = (eth_probe(dev) == PROBE_WORKED); in grub_eth_probe()
177 return probed; in grub_eth_probe()
/onnv-gate/usr/src/uts/i86pc/os/
H A Dlgrpplat.c1234 boolean_t probed; in lgrp_plat_probe() local
1268 probed = B_FALSE; in lgrp_plat_probe()
1282 probed = B_TRUE; in lgrp_plat_probe()
1306 if (probed == B_FALSE) in lgrp_plat_probe()
/onnv-gate/usr/src/grub/grub-0.97/docs/
H A Dgrub.info-481 accessing mode of the "loading drive", since Stage 1 has already probed
H A Dinternals.texi351 already probed them.
H A Dgrub.info4125 accessing mode of the "loading drive", since Stage 1 has already probed
/onnv-gate/usr/src/uts/common/os/
H A Ddevcfg.c5406 int probed; in devi_config_one() local
5471 probed = (DEVI(pdip)->devi_flags & DEVI_MADE_CHILDREN); in devi_config_one()
5494 if (probed && in devi_config_one()
5498 probed = 0; in devi_config_one()
/onnv-gate/usr/src/lib/libpp/common/
H A DRELEASE390 add pp:spaceout for probed compilers that don't allow pp override
/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/
H A Dconfig_h.SH2948 * even be probed for and will be left undefined.
/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/Porting/
H A DGlossary2373 even be probed for and will be left undefined.
3340 This variable holds the directory names probed for libraries.
/onnv-gate/usr/src/grub/grub-0.97/
H A DChangeLog5909 devices to be probed to 8 for IDE disks and 16 for SCSI