Home
last modified time | relevance | path

Searched refs:self (Results 151 – 175 of 221) sorted by relevance

123456789

/dragonfly/sys/bus/u4b/serial/
H A Du3g.c768 u3g_probe(device_t self) in u3g_probe() argument
770 struct usb_attach_arg *uaa = device_get_ivars(self); in u3g_probe()
/dragonfly/sys/bus/u4b/input/
H A Dums.c766 ums_detach(device_t self) in ums_detach() argument
768 struct ums_softc *sc = device_get_softc(self); in ums_detach()
H A Dwsp.c687 wsp_probe(device_t self) in wsp_probe() argument
689 struct usb_attach_arg *uaa = device_get_ivars(self); in wsp_probe()
/dragonfly/sys/dev/drm/amd/amdgpu/
H A Dcik.c1379 struct pci_dev *root = adev->pdev->bus->self; in cik_pcie_gen3_enable()
1626 struct pci_dev *root = adev->pdev->bus->self; in cik_program_aspm()
/dragonfly/contrib/gcc-8.0/libstdc++-v3/include/tr2/
H A Ddynamic_bitset770 * These should be self-explanatory.
813 * These should be self-explanatory.
1164 * These should be self-explanatory.
/dragonfly/contrib/gdb-7/gdb/python/
H A Dpy-prettyprint.c816 gdbpy_default_visualizer (PyObject *self, PyObject *args) in gdbpy_default_visualizer() argument
/dragonfly/contrib/gdb-7/gdb/
H A Dvalue.c2129 function_destroyer (struct cmd_list_element *self, void *ignore) in function_destroyer() argument
2131 xfree (self->name); in function_destroyer()
2132 xfree (self->doc); in function_destroyer()
H A Dmdebugread.c280 mdebug_read_symtab (struct partial_symtab *self, struct objfile *objfile) in mdebug_read_symtab() argument
284 printf_filtered (_("Reading in symbols for %s..."), self->filename); in mdebug_read_symtab()
290 psymtab_to_symtab_1 (objfile, self, self->filename); in mdebug_read_symtab()
H A Damd64-tdep.c2537 amd64_sigtramp_frame_sniffer (const struct frame_unwind *self, in amd64_sigtramp_frame_sniffer() argument
2620 amd64_epilogue_frame_sniffer (const struct frame_unwind *self, in amd64_epilogue_frame_sniffer() argument
/dragonfly/contrib/gcc-4.7/libgcc/
H A Dunwind-arm-common.inc109 /* Calculate the address encoded by a 31-bit self-relative offset at address
250 /* The low 31 bits of the content field are a self-relative
/dragonfly/contrib/gcc-4.7/libstdc++-v3/include/std/
H A Dbitset950 * These should be self-explanatory.
979 * These should be self-explanatory.
1414 * These should be self-explanatory.
/dragonfly/contrib/gcc-4.7/libstdc++-v3/include/tr2/
H A Ddynamic_bitset912 * These should be self-explanatory.
955 * These should be self-explanatory.
1328 * These should be self-explanatory.
/dragonfly/contrib/gcc-4.7/libobjc/
H A Dsendmsg.c476 if (super->self) in objc_msg_lookup_super()
/dragonfly/contrib/binutils-2.27/libiberty/
H A Dcp-demangle.c5437 struct d_component_stack self; in d_print_comp() local
5439 self.dc = dc; in d_print_comp()
5440 self.parent = dpi->component_stack; in d_print_comp()
5441 dpi->component_stack = &self; in d_print_comp()
5445 dpi->component_stack = self.parent; in d_print_comp()
/dragonfly/contrib/binutils-2.34/libiberty/
H A Dcp-demangle.c5778 struct d_component_stack self; in d_print_comp() local
5788 self.dc = dc; in d_print_comp()
5789 self.parent = dpi->component_stack; in d_print_comp()
5790 dpi->component_stack = &self; in d_print_comp()
5794 dpi->component_stack = self.parent; in d_print_comp()
/dragonfly/contrib/gcc-4.7/gcc/
H A Dtree.def245 argument for "self", which is not present in the declared argument list.
247 is the type of "self". TYPE_ARG_TYPES is the real argument list, which
248 includes the hidden argument for "self". */
585 When you wish to construct such a type you need "self-references"
589 Such a "self-references" is done using a PLACEHOLDER_EXPR. This is
/dragonfly/contrib/gcc-8.0/libiberty/
H A Dcp-demangle.c5714 struct d_component_stack self; in d_print_comp() local
5724 self.dc = dc; in d_print_comp()
5725 self.parent = dpi->component_stack; in d_print_comp()
5726 dpi->component_stack = &self; in d_print_comp()
5730 dpi->component_stack = self.parent; in d_print_comp()
/dragonfly/contrib/cryptsetup/
H A DINSTALL52 3. Optionally, type `make check' to run any self-tests that come with
/dragonfly/contrib/gcc-4.7/gcc/doc/
H A Dobjc.texi562 includes the two hidden parameters (the object @code{self} and the
638 if (self == objc_lookUpClass ("WeakPointer"))
639 class_ivar_set_gcinvisible (self, "weakPointer", YES);
645 return self;
/dragonfly/sys/bus/u4b/controller/
H A Dxhci.c584 xhci_init(struct xhci_softc *sc, device_t self, uint8_t dma32) in xhci_init() argument
591 sc->sc_bus.parent = self; in xhci_init()
634 device_printf(self, "%d bytes context size, %d-bit DMA\n", in xhci_init()
639 USB_GET_DMA_TAG(self), &xhci_iterate_hw_softc)) { in xhci_init()
/dragonfly/contrib/gcc-8.0/libstdc++-v3/include/std/
H A Dbitset965 * These should be self-explanatory.
994 * These should be self-explanatory.
1425 * These should be self-explanatory.
/dragonfly/crypto/openssh/
H A Dmonitor.c1537 debug3_f("session %d pid %ld", s->self, (long)s->pid); in mm_session_close()
1542 session_unused(s->self); in mm_session_close()
/dragonfly/contrib/gcc-8.0/gcc/
H A Dtree.def256 argument for "self", which is not present in the declared argument list.
258 is the type of "self". TYPE_ARG_TYPES is the real argument list, which
259 includes the hidden argument for "self". */
653 When you wish to construct such a type you need "self-references"
657 Such a "self-references" is done using a PLACEHOLDER_EXPR. This is
/dragonfly/usr.sbin/tzsetup/
H A Dtzsetup.c93 int (*fire)(struct dialogMenuItem *self);
/dragonfly/contrib/gcc-4.7/gcc/objc/
H A Dobjc-act.c5123 receiver_is_class_object (tree receiver, int self, int super) in receiver_is_class_object() argument
5130 && (self || super)) in receiver_is_class_object()
5329 int self, super, have_cast; in objc_finish_message_expr() local
5345 self = (rtype == self_decl); in objc_finish_message_expr()
5367 class_tree = receiver_is_class_object (receiver, self, super); in objc_finish_message_expr()
5409 else if (self) in objc_finish_message_expr()

123456789