Searched refs:probed (Results  1 – 14 of 14) sorted by relevance
| /onnv-gate/usr/src/lib/libparted/common/libparted/ | 
| H A D | filesys.c | 257 		PedGeometry*	probed;  in ped_file_system_probe()  local259 		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 D | disk.c | 308 		int	probed;  in ped_disk_clobber_exclude()  local314 		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 D | README | 26 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 D | parted.c | 1601         PedGeometry*                    probed;  in _rescue_add_partition()  local1610         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 D | nic.c | 158 	static int probed = 0;  in grub_eth_probe()  local163 	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 D | lgrpplat.c | 1234 	boolean_t			probed;  in lgrp_plat_probe()  local1268 	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 D | grub.info-4 | 81 accessing mode of the "loading drive", since Stage 1 has already probed
 | 
| H A D | internals.texi | 351 already probed them.
 | 
| H A D | grub.info | 4125 accessing mode of the "loading drive", since Stage 1 has already probed
 | 
| /onnv-gate/usr/src/uts/common/os/ | 
| H A D | devcfg.c | 5406 	int		probed;  in devi_config_one()  local5471 			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 D | RELEASE | 390 	 add pp:spaceout for probed compilers that don't allow pp override
 | 
| /onnv-gate/usr/src/cmd/perl/5.8.4/distrib/ | 
| H A D | config_h.SH | 2948  *	even be probed for and will be left undefined.
 | 
| /onnv-gate/usr/src/cmd/perl/5.8.4/distrib/Porting/ | 
| H A D | Glossary | 2373 	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 D | ChangeLog | 5909 	devices to be probed to 8 for IDE disks and 16 for SCSI
 |