/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/cmd/dtrace/test/cmd/chkargs/ |
H A D | chkargs.c | 39 probe(dtrace_hdl_t *dtp, const dtrace_probedesc_t *pdp, void *data) function 50 (void) printf(" failed to get probe info for " 133 (void) fprintf(stderr, "%s: invalid probe description " 142 (void) dtrace_probe_iter(dtp, pdp, probe, NULL);
|
/vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/ |
H A D | isa.h | 28 * An individual ISA device, identified by probe address 39 /** Number of entries in probe address list */ 52 int ( * probe ) ( struct isa_device *isa ); member in struct:isa_driver
|
H A D | linux.h | 50 int (*probe)(struct linux_device *device, struct linux_device_request *request); member in struct:linux_driver 53 /** Can the driver probe any more devices? */
|
H A D | mca.h | 70 int ( * probe ) ( struct mca_device *mca, member in struct:mca_driver
|
H A D | device.h | 101 int ( * probe ) ( struct root_device *rootdev ); member in struct:root_driver
|
H A D | eisa.h | 72 int ( * probe ) ( struct eisa_device *eisa, member in struct:eisa_driver
|
H A D | image.h | 81 int ( * probe ) ( struct image *image ); member in struct:image_type 92 * Multiboot image probe priority 95 * (e.g. ELF), so we must perform the multiboot probe first. 100 * Normal image probe priority 105 * PXE image probe priority 108 * They must therefore be tried last in the probe order list.
|
H A D | isapnp.h | 225 int ( * probe ) ( struct isapnp_device *isapnp, member in struct:isapnp_driver
|
H A D | netdevice.h | 384 int ( * probe ) ( struct net_device *netdev ); member in struct:net_driver
|
H A D | infiniband.h | 452 int ( * probe ) ( struct ib_device *ibdev ); member in struct:ib_driver
|
H A D | net80211.h | 220 * without starting another probe process that will interfere with its 430 * In its probe callback, an 802.11 driver must read hardware 874 struct net80211_probe_ctx *probe; member in union:net80211_device::__anon15747 1012 * Sometimes we want to keep probe, beacon, and action packets 1018 * When keep_mgmt is TRUE, received probe, beacon, and action 1038 * Received beacon, probe, and action packets will be added to 1080 /** The complete beacon or probe-response frame received */
|
H A D | pci.h | 340 int ( * probe ) ( struct pci_device *pci ); member in struct:pci_driver
|
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/lib/libdtrace/common/ |
H A D | dt_map.c | 45 dtrace_probedesc_t *probe; local 116 if ((probe = malloc(sizeof (dtrace_probedesc_t))) == NULL) { 121 probe->dtpd_id = enabled->dtepd_probeid; 123 if (dt_ioctl(dtp, DTRACEIOC_PROBES, probe) == -1) { 196 dtp->dt_pdesc[id] = probe; 209 free(probe);
|
/vbox/src/VBox/Additions/x11/x11include/libpciaccess-0.10.8/ |
H A D | pciaccess_private.h | 50 int (*probe)( struct pci_device * dev ); member in struct:pci_system_methods
|
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/uts/common/dtrace/ |
H A D | lockstat.c | 89 lockstat_probe_t *probe = parg; local 91 ASSERT(!lockstat_probemap[probe->lsp_probe]); 93 lockstat_probemap[probe->lsp_probe] = id; 112 lockstat_probe_t *probe = parg; local 115 ASSERT(lockstat_probemap[probe->lsp_probe]); 117 lockstat_probemap[probe->lsp_probe] = 0; 127 * This probe is still enabled. We don't need to deal 190 lockstat_probe_t *probe = &lockstat_probes[i]; local 193 probe->lsp_func, probe 207 lockstat_probe_t *probe = parg; local [all...] |
H A D | fasttrap.c | 89 * of tracepoints to enable. If a probe is activated, it adds its ID to 142 * fasttrap.conf file. Each time a probe is created, fasttrap_total is 144 * probe; fasttrap_total is capped at fasttrap_max. 490 fasttrap_tracepoint_enable(proc_t *p, fasttrap_probe_t *probe, uint_t index) argument 498 ASSERT(index < probe->ftp_ntps); 500 pid = probe->ftp_pid; 501 pc = probe->ftp_tps[index].fit_tp->ftt_pc; 502 id = &probe->ftp_tps[index].fit_id; 504 ASSERT(probe->ftp_tps[index].fit_tp->ftt_pid == pid); 510 * on the generation in which this probe wa 663 fasttrap_tracepoint_disable(proc_t *p, fasttrap_probe_t *probe, uint_t index) argument 881 fasttrap_probe_t *probe = parg; local 992 fasttrap_probe_t *probe = parg; local 1063 fasttrap_probe_t *probe = parg; local 1103 fasttrap_probe_t *probe = parg; local 1925 fasttrap_probe_spec_t *probe; local [all...] |
H A D | dtrace.c | 44 * - Non-probe context utility functions 224 static vmem_t *dtrace_arena; /* probe ID arena */ 251 static dtrace_genid_t dtrace_probegen; /* current probe generation */ 264 * etc. Importantly, dtrace_lock is _not_ required when in probe context; 265 * probe context is lock-free -- synchronization is handled via the 288 static kmutex_t dtrace_lock; /* probe state lock */ 329 static dtrace_id_t dtrace_probeid_begin; /* special BEGIN probe */ 330 static dtrace_id_t dtrace_probeid_end; /* special END probe */ 331 dtrace_id_t dtrace_probeid_error; /* special ERROR probe */ 371 #define DTRACE_HASHSTR(hash, probe) \ 5545 dtrace_probe_t *probe = ecb->dte_probe; local 5607 dtrace_probe_t *probe = ecb->dte_probe; local 5854 dtrace_probe_t *probe; local 6581 dtrace_probe_t *probe = bucket->dthb_chain; local 6668 dtrace_hash_remove(dtrace_hash_t *hash, dtrace_probe_t *probe) argument 7062 dtrace_probe_t template, *probe; local 7369 dtrace_probe_t *probe, *first = NULL; local 7557 dtrace_probe_t *probe; local 7619 dtrace_probe_t *probe, **probes; local 7703 dtrace_probe_lookup_match(dtrace_probe_t *probe, void *arg) argument 7747 dtrace_probe_t *probe; local 7846 dtrace_probe_t *probe; local 7941 dof_probe_t *probe; local 9484 dtrace_ecb_add(dtrace_state_t *state, dtrace_probe_t *probe) argument 9553 dtrace_probe_t *probe = ecb->dte_probe; local 10174 dtrace_probe_t *probe = ecb->dte_probe; local 10270 dtrace_ecb_create(dtrace_state_t *state, dtrace_probe_t *probe, dtrace_enabling_t *enab) argument 10355 dtrace_ecb_create_enable(dtrace_probe_t *probe, void *arg) argument 11610 dof_probedesc_t *probe; local 12893 dtrace_probe_t *probe; local 13386 dtrace_probe_t *probe = ecb->dte_probe; local 14083 dof_probe_t *probe; local 14638 dtrace_probe_t template, *probe, *first, *next; local 15568 dtrace_probe_t *probe = NULL; local 15645 dtrace_probe_t *probe; local [all...] |
/vbox/src/VBox/HostDrivers/VBoxUSB/darwin/ |
H A D | VBoxUSB.cpp | 168 * there is some kind of magic that prevents this from happening if we boost the probe 186 virtual IOService *probe(IOService *pProvider, SInt32 *pi32Score); 246 virtual IOService *probe(IOService *pProvider, SInt32 *pi32Score); 996 * probe() method in order to try determine which is the best match for the 1007 * @param pi32Score Where to store the probe score. 1010 org_virtualbox_VBoxUSBDevice::probe(IOService *pProvider, SInt32 *pi32Score) function in class:org_virtualbox_VBoxUSBDevice 1012 Log(("VBoxUSBDevice::probe([%p], %p {%s}, %p={%d})\n", this, 1052 Log2(("VBoxUSBDevice::probe: %d/%s - %#x (32bit=%#x)\n", i, s_aProps[i].pszName, u16, pNum->unsigned32BitValue())); 1055 Log(("VBoxUSBDevice::probe: pObj=%p pNum=%p - %d/%s - rc=%d!\n", pObj, pNum, i, s_aProps[i].pszName, vrc)); 1058 Log(("VBoxUSBDevice::probe 1629 org_virtualbox_VBoxUSBInterface::probe(IOService *pProvider, SInt32 *pi32Score) function in class:org_virtualbox_VBoxUSBInterface [all...] |
/vbox/src/libs/xpcom18a4/xpcom/ds/ |
H A D | pldhash.c | 728 PLDHashEntryHdr *entry, *probe; local 747 probe = ADDRESS_ENTRY(table, hash1); 749 if (probe == entry) { 759 probe = ADDRESS_ENTRY(table, hash1); 760 } while (probe != entry);
|
/vbox/src/VBox/HostDrivers/Support/darwin/ |
H A D | SUPDrv-darwin.cpp | 136 virtual IOService *probe(IOService *pProvider, SInt32 *pi32Score); 1398 IOService *org_virtualbox_SupDrv::probe(IOService *pProvider, SInt32 *pi32Score) function in class:org_virtualbox_SupDrv 1400 LogFlow(("org_virtualbox_SupDrv::probe([%p])\n", this)); 1401 return IOService::probe(pProvider, pi32Score);
|
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/uts/intel/dtrace/ |
H A D | fasttrap_isa.c | 726 fasttrap_usdt_args64(fasttrap_probe_t *probe, struct regs *rp, int argc, argument 729 int i, x, cap = MIN(argc, probe->ftp_nargs); 733 x = probe->ftp_argmap[i]; 748 fasttrap_usdt_args32(fasttrap_probe_t *probe, struct regs *rp, int argc, argument 751 int i, x, cap = MIN(argc, probe->ftp_nargs); 755 x = probe->ftp_argmap[i]; 893 * return probe fasttrap. In this case we need to kill the process 959 fasttrap_probe_t *probe = id->fti_probe; local 964 * probe to help ustack() find the 969 dtrace_probe(probe 1017 fasttrap_probe_t *probe = id->fti_probe; local [all...] |
/vbox/src/VBox/Devices/PC/ipxe/src/net/80211/ |
H A D | net80211.c | 61 /** Context for a probe operation */ 63 /** 802.11 device to probe on */ 66 /** Value of keep_mgmt before probe was started */ 69 /** If scanning actively, pointer to probe packet to send */ 70 struct io_buffer *probe; member in struct:net80211_probe_ctx 75 /** Time probe was started */ 216 * active scan (send probe packets). If this setting is nonzero, an 644 * If enable is TRUE, beacon, probe, and action frames will be kept 1004 * @v capab Capabilities field in beacon, probe, or association frame 1192 * Create information elements for outgoing probe o [all...] |
/vbox/src/VBox/Main/webservice/jaxlibs/ |
H A D | jaxb-xjc.jar | META-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/com. ... |