Searched refs:self (Results 326 - 350 of 763) sorted by relevance

<<11121314151617181920>>

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/alpha/kernel/
H A Dsys_nautilus.c77 dev->bus->self && dev->bus->self->device == 0x700f)
212 bus->self = irongate;
249 /* pci_common_swizzle() relies on bus->self being NULL
251 bus->self = NULL;
H A Dsys_sable.c417 else if (PCI_SLOT(dev->bus->self->devfn) == 3) {
424 if (PCI_SLOT(dev->bus->self->devfn) == 3) {
431 dev = dev->bus->self;
434 } while (dev->bus->self);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/kernel/
H A Dcrunch.c37 static int crunch_do(struct notifier_block *self, unsigned long cmd, void *t) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/pci/
H A Dpci.h158 if (dev->bus->self)
159 parent_dstates = dev->bus->self->no_d1d2;
229 return bus->self && bus->self->ari_enabled;
252 struct pci_dev *self; /* this PF */ member in struct:pci_sriov
H A Dsetup-bus.c151 struct pci_dev *bridge = bus->self;
217 struct pci_dev *bridge = bus->self;
249 struct pci_dev *bridge = bus->self;
270 struct pci_dev *bridge = bus->self;
305 struct pci_dev *bridge = bus->self;
337 struct pci_dev *bridge = bus->self;
450 dev_info(&bus->self->dev, "disabling bridge window "
540 dev_info(&bus->self->dev, "disabling bridge window "
555 struct pci_dev *bridge = bus->self;
626 if (!bus->self)
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-runtime/intl/
H A Dlock.c323 pthread_t self = pthread_self (); local
324 if (lock->owner != self)
328 lock->owner = self;
444 thread_t self = thr_self (); local
445 if (lock->owner != self)
449 lock->owner = self;
847 DWORD self = GetCurrentThreadId (); local
848 if (lock->owner != self)
851 lock->owner = self;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libunistring-0.9.3/lib/glthread/
H A Dlock.c409 pthread_t self = pthread_self (); local
410 if (lock->owner != self)
417 lock->owner = self;
548 thread_t self = thr_self (); local
549 if (lock->owner != self)
556 lock->owner = self;
977 DWORD self = GetCurrentThreadId (); local
978 if (lock->owner != self)
981 lock->owner = self;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Dlock.c322 pthread_t self = pthread_self (); local
323 if (lock->owner != self)
327 lock->owner = self;
443 thread_t self = thr_self (); local
444 if (lock->owner != self)
448 lock->owner = self;
846 DWORD self = GetCurrentThreadId (); local
847 if (lock->owner != self)
850 lock->owner = self;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/libgettextpo/
H A Dlock.c322 pthread_t self = pthread_self (); local
323 if (lock->owner != self)
327 lock->owner = self;
443 thread_t self = thr_self (); local
444 if (lock->owner != self)
448 lock->owner = self;
846 DWORD self = GetCurrentThreadId (); local
847 if (lock->owner != self)
850 lock->owner = self;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/core/
H A Dhcd-pci.c91 hcd->self.hs_companion = &companion_hcd->self;
100 companion_hcd->self.hs_companion = &hcd->self;
103 companion_hcd->self.hs_companion = NULL;
129 hcd->self.hs_companion = NULL;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/examples_c/ex_rep/base/
H A Drep_msg.c56 repsite_t self; local
144 self.host = (char *)rec.data;
145 self.host = strtok(self.host, ":");
150 self.port = atoi(c);
170 &self, &already_open, &tid)) != 0)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A DwxPython.tex146 007: def __init__(self, parent, id, title):
148 009: wxFrame.__init__(self, parent, id, title,
152 013: EVT_SIZE(self, self.OnSize)
153 014: EVT_MOVE(self, self.OnMove)
156 017: panel = wxPanel(self, -1)
161 022: self.sizeCtrl = wxTextCtrl(panel, -1, "",
165 026: self.posCtrl = wxTextCtrl(panel, -1, "",
173 034: def OnCloseWindow(self, even
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/parisc/
H A Ddino.c594 if((bus->self->resource[i].flags &
598 if(bus->self->resource[i].flags & IORESOURCE_MEM) {
605 bus->self->resource[i].end = bus->self->resource[i].end - bus->self->resource[i].start + DINO_BRIDGE_ALIGN;
606 bus->self->resource[i].start = DINO_BRIDGE_ALIGN;
611 dev_name(&bus->self->dev), i,
612 bus->self->resource[i].start,
613 bus->self->resource[i].end);
614 WARN_ON(pci_assign_resource(bus->self,
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/hpfs/
H A Dhpfs.h267 dnode_secno self; /* pointer to this dnode */ member in struct:dnode
434 anode_secno self; /* pointer to this anode */ member in struct:anode
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/host/
H A Dohci-hub.c94 if (ohci_to_hcd(ohci)->self.root_hub->do_remote_wakeup || autostop) {
181 usb_root_hub_lost_power(hcd->self.root_hub);
266 if (hcd->self.bandwidth_isoc_reqs || hcd->self.bandwidth_int_reqs)
393 ->self.root_hub->dev)) {
430 !ohci_to_hcd(ohci)->self.root_hub->
800 if (hcd->self.otg_port == (wIndex + 1)
801 && hcd->self.b_hnp_enable)
H A Dehci-pci.c84 struct pci_dev *pdev = to_pci_dev(hcd->self.controller);
367 struct pci_dev *pdev = to_pci_dev(hcd->self.controller);
386 if (!hcd->self.root_hub->do_remote_wakeup)
393 usb_root_hub_lost_power(hcd->self.root_hub);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/vms/
H A Dmakesfx.com2 $! MAKESFX.COM: command-procedure to create self-extracting ZIP archives
64 $! Finally create the self-extracting archive
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zebra/lib/
H A Dcommand.h175 (struct cmd_element *self, struct vty *vty, int argc, char **argv)
202 (struct cmd_element *self, struct vty *vty, int argc, char **argv)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/trace/
H A Dtrace_printk.c73 static int module_trace_bprintk_format_notify(struct notifier_block *self, argument
89 module_trace_bprintk_format_notify(struct notifier_block *self, argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/net/irda/
H A Dirda_device.h218 void irlap_close(struct irlap_cb *self);
230 int irda_device_set_raw_mode(struct net_device* self, int status);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/python/
H A Dpy_spoolss_ports.c25 PyObject *spoolss_enumports(PyObject *self, PyObject *args, PyObject *kw) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/stc/scintilla/src/
H A DExternalLexer.h51 ExternalLexerModule *self; member in class:LexerMinder
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/macintosh/
H A Dwindfarm_cpufreq_clamp.c19 static int clamp_notifier_call(struct notifier_block *self, argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/oprofile/
H A Dbuffer_sync.c54 task_free_notify(struct notifier_block *self, unsigned long val, void *data) argument
69 task_exit_notify(struct notifier_block *self, unsigned long val, void *data) argument
85 munmap_notify(struct notifier_block *self, unsigned long val, void *data) argument
112 module_load_notify(struct notifier_block *self, unsigned long val, void *data) argument
H A Dtimer_int.c77 static int __cpuinit oprofile_cpu_notify(struct notifier_block *self, argument

Completed in 209 milliseconds

<<11121314151617181920>>