Searched defs:probe (Results 1 - 15 of 15) sorted by relevance

/osnet-11/usr/src/grub/grub-0.97/netboot/
H A Dconfig.c22 * If you want to probe for another device behind the same pci
23 * device just increment index. And the previous probe call
60 if (state->dev.driver->probe(dev, &state->dev)) {
106 if (state->driver->probe(dev, state->driver->ioaddrs)) {
122 int probe(struct dev *dev) function
126 EnterFunction("probe");
155 LeaveFunction("probe");
H A Disa.h16 int (*probe)(struct dev *, unsigned short *); member in struct:isa_driver
H A Dpci.h342 pci_probe_t probe; member in struct:pci_driver
/osnet-11/usr/src/lib/libparted/common/include/parted/
H A Dfilesys.h40 PedGeometry* (*probe) (PedGeometry* geom); member in struct:_PedFileSystemOps
70 * and does not probe aliases separately.
H A Ddisk.h192 int (*probe) (const PedDevice *dev); member in struct:_PedDiskOps
/osnet-11/usr/src/lib/libdtrace/common/
H A Ddt_map.c43 dtrace_probedesc_t *probe; local
114 if ((probe = malloc(sizeof (dtrace_probedesc_t))) == NULL) {
119 probe->dtpd_id = enabled->dtepd_probeid;
121 if (dt_ioctl(dtp, DTRACEIOC_PROBES, probe) == -1) {
194 dtp->dt_pdesc[id] = probe;
207 free(probe);
/osnet-11/usr/src/lib/libast/common/path/
H A Dpathprobe.c27 * return in path the full path name of the probe(1)
38 * 0 verbose probe
39 * 1 silent probe
62 #define PROBE "probe"
112 char* probe; local
149 probe = PROBE;
151 k = lib + sfsprintf(lib, x - lib, "lib/%s/", probe);
160 e = strncopy(p, probe, x - p);
176 strncopy(np, probe, nx - np);
181 * yes lib/probe/<lan
[all...]
/osnet-11/usr/src/lib/pybootmgmt/common/bootmgmt/backend/loader/
H A Dsbb.py56 """Generic probe checks for OBP boot loaders"""
63 def probe(**kwargs): member in class:WanbootBootLoader
69 def probe(**kwargs): member in class:HSFSBootLoader
75 def probe(**kwargs): member in class:UFSBootLoader
93 def probe(**kwargs): member in class:ZFSBootLoader
117 """This ZFS boot block probe function searches the ZFS top-level
H A Dlegacygrub.py62 WEIGHT = 1 # Legacy GRUB's probe weight
159 def probe(cls, **kwargs): function
195 """This Legacy GRUB probe function searches the ODD's root, looking for
230 """This Legacy GRUB probe function searches the ZFS top-level dataset
H A Dgrub2.py692 def probe(cls, **kwargs): member in class:GRUB2BootLoader
725 """This GRUB2 probe function searches the ODD's root, looking for
752 """This GRUB2 probe function searches the net install image root,
768 """This GRUB2 probe function invokes probe_artifacts to look for
785 """Generic probe function for GRUB2.
880 # List of essential data files need to pass the disk probe:
910 'sbin/grub-probe'),
920 'sbin/grub-probe'),
/osnet-11/usr/src/grub/grub2/util/
H A Dgrub-probe.c1 /* grub-probe.c - probe device information for a given path */
310 probe (const char *path, char *device_name) function
760 probe (NULL, argument);
762 probe (argument, NULL);
/osnet-11/usr/src/lib/pybootmgmt/common/bootmgmt/
H A Dbootloader.py97 def probe(cls, **kwargs): member in class:BootLoader
/osnet-11/usr/src/grub/grub2/grub-core/gnulib/
H A Dalloca.c153 auto char probe; /* Probes stack depth: */ local
154 register char *depth = ADDRESS_FUNCTION (probe);
/osnet-11/usr/src/lib/libdtrace_jni/common/
H A Ddtj_consume.c282 jobject probe = NULL; local
290 probe = dtj_new_probedesc(jc, data->dteda_pdesc);
291 if (!probe) {
298 (*jenv)->DeleteLocalRef(jenv, probe);
313 (*jenv)->DeleteLocalRef(jenv, probe);
318 probe,
326 (*jenv)->DeleteLocalRef(jenv, probe);
638 * the last record if rec is NULL (signalling end of probe data).
641 r = edesc->dtepd_nrecs; /* end of probe data */
700 * End of probe dat
[all...]
H A Ddtrace_jni.c711 "invalid probe specifier %s: %s",
1571 * In the future it may be desirable to support an array of probe filters rather
1572 * than a single filter. It could be that if a probe matched any of the given
1601 dtrace_probedesc_t probe; local
1633 bzero(&probe, sizeof (probe));
1635 &probe);
1640 "%s is not a valid probe description: %s",
1646 pdp = &probe;
1670 /* add probe t
[all...]

Completed in 51 milliseconds