Searched refs:self (Results 276 - 300 of 318) sorted by relevance

<<111213

/freebsd-11-stable/sys/arm/arm/
H A Dgic.c374 static phandle_t self; local
377 if (self == 0) {
380 self = iparent;
385 if (self != iparent)
/freebsd-11-stable/sys/compat/linuxkpi/common/src/
H A Dlinux_pci.c186 pbus->self = pdev;
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ADT/
H A DSTLExtras.h85 Ty &operator()(Ty &self) const {
86 return self;
88 const Ty &operator()(const Ty &self) const {
89 return self;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/Unix/
H A DPath.inc238 const char *aPath = "/proc/self/exe";
250 // On Linux, /proc/self/exe always looks through symlinks. However, on
251 // GNU/Hurd, /proc/self/exe is a symlink to the path that was used to start
905 static const bool Result = (::access("/proc/self/fd", R_OK) == 0);
1003 snprintf(ProcPath, sizeof(ProcPath), "/proc/self/fd/%d", ResultFD);
/freebsd-11-stable/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_lock.h231 volatile union kmp_ticket_lock *self; // points to the lock union member in struct:kmp_base_ticket_lock
244 volatile union kmp_ticket_lock *self; // points to the lock union member in struct:kmp_base_ticket_lock
/freebsd-11-stable/contrib/apr/memory/unix/
H A Dapr_pools.c592 apr_memnode_t *self; /* The node containing the pool itself */ member in struct:apr_pool_t
963 active = pool->active = pool->self;
1028 active = pool->self;
1109 pool->active = pool->self = node;
1200 pool->active = pool->self = node;
1240 * self-contained with no callouts.
/freebsd-11-stable/sys/dev/pccard/
H A Dpccard.c854 pccard_suspend(device_t self) argument
856 pccard_detach_card(self);
862 pccard_resume(device_t self) argument
/freebsd-11-stable/sys/dev/usb/wlan/
H A Dif_run.c685 run_match(device_t self) argument
687 struct usb_attach_arg *uaa = device_get_ivars(self);
700 run_attach(device_t self) argument
702 struct run_softc *sc = device_get_softc(self);
703 struct usb_attach_arg *uaa = device_get_ivars(self);
709 device_set_usb_desc(self);
711 sc->sc_dev = self;
724 device_printf(self, "could not allocate USB transfers, "
761 ic->ic_name = device_get_nameunit(self);
824 run_detach(self);
844 run_detach(device_t self) argument
[all...]
/freebsd-11-stable/sys/dev/usb/input/
H A Dwsp.c688 wsp_probe(device_t self) argument
690 struct usb_attach_arg *uaa = device_get_ivars(self);
H A Dums.c766 ums_detach(device_t self) argument
768 struct ums_softc *sc = device_get_softc(self);
H A Datp.c2158 atp_probe(device_t self) argument
2160 struct usb_attach_arg *uaa = device_get_ivars(self);
/freebsd-11-stable/share/mk/
H A Dsys.mk79 # Since the build is self-reliant and bootstraps everything it needs,
/freebsd-11-stable/usr.bin/top/
H A Dmachine.c857 show_self = sel->self == -1;
877 if (!show_self && pp->ki_pid == sel->self)
878 /* skip self */
/freebsd-11-stable/sys/conf/
H A Dkern.mk23 NO_WSELF_ASSIGN= -Wno-self-assign
/freebsd-11-stable/crypto/openssh/
H A Dmonitor.c1422 debug3("%s: session %d pid %ld", __func__, s->self, (long)s->pid);
1427 session_unused(s->self);
/freebsd-11-stable/sys/dev/usb/serial/
H A Du3g.c877 u3g_probe(device_t self) argument
879 struct usb_attach_arg *uaa = device_get_ivars(self);
/freebsd-11-stable/sys/mips/mips/
H A Dpmap.c624 int cpuid, cpu, self; local
645 self = CPU_ISSET(cpuid, &active_cpus);
649 if (self)
652 if (self)
/freebsd-11-stable/sys/compat/linuxkpi/common/include/linux/
H A Dpci.h214 struct pci_dev *self; member in struct:pci_bus
/freebsd-11-stable/sys/netinet/
H A Dsctp_structs.h57 void *self; member in struct:sctp_timer
/freebsd-11-stable/usr.sbin/tzsetup/
H A Dtzsetup.c94 int (*fire)(struct dialogMenuItem *self);
/freebsd-11-stable/sys/dev/usb/controller/
H A Dxhci.c560 xhci_init(struct xhci_softc *sc, device_t self, uint8_t dma32) argument
567 sc->sc_bus.parent = self;
616 device_printf(self, "%d bytes context size, %d-bit DMA\n",
673 USB_GET_DMA_TAG(self), &xhci_iterate_hw_softc)) {
/freebsd-11-stable/contrib/tzdata/
H A DMakefile184 # The name of a locale using the UTF-8 encoding, used during self-tests.
267 -Winit-self -Wjump-misses-init -Wlogical-op \
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCall.cpp460 // arguments, except also using the formal 'self' type.
467 /// the 'self' type of the method or even an Objective-C pointer type.
2708 /// If this is a +1 of the value of an immutable 'self', remove it.
2711 // This is only applicable to a method with an immutable 'self'.
2715 const VarDecl *self = method->getSelfDecl();
2716 if (!self->getType().isConstQualified()) return nullptr;
2725 // Look for an ordinary load of 'self'.
2730 load->getPointerOperand() != CGF.GetAddrOfLocalVar(self).getPointer())
2750 // If we're returning 'self', kill the initial retain. This is a
2752 // case where we have a return of self durin
[all...]
H A DCGObjCGNU.cpp763 llvm::Value *self; variable
766 self = CGF.LoadObjCSelf();
768 self = llvm::ConstantPointerNull::get(IdTy);
778 EnforceType(Builder, self, IdTy) };
2494 ///send to self with special delivery semantics indicating which class's method
/freebsd-11-stable/sys/mips/rmi/dev/nlge/
H A Dif_nlge.c1541 struct xlr_gmac_port *self; local
1545 self = device_get_ivars(sc->nlge_dev);

Completed in 319 milliseconds

<<111213