/freebsd/sys/xen/xenbus/ |
H A D | xenbusb.c | 80 * \param ivars The instance variable block to free. 83 xenbusb_free_child_ivars(struct xenbus_device_ivars *ivars) in xenbusb_free_child_ivars() argument 85 if (ivars->xd_otherend_watch.node != NULL) { in xenbusb_free_child_ivars() 86 xs_unregister_watch(&ivars->xd_otherend_watch); in xenbusb_free_child_ivars() 87 free(ivars->xd_otherend_watch.node, M_XENBUS); in xenbusb_free_child_ivars() 88 ivars->xd_otherend_watch.node = NULL; in xenbusb_free_child_ivars() 91 if (ivars->xd_local_watch.node != NULL) { in xenbusb_free_child_ivars() 92 xs_unregister_watch(&ivars->xd_local_watch); in xenbusb_free_child_ivars() 93 ivars->xd_local_watch.node = NULL; in xenbusb_free_child_ivars() 96 if (ivars in xenbusb_free_child_ivars() 134 struct xenbus_device_ivars *ivars; xenbusb_otherend_watch_cb() local 172 struct xenbus_device_ivars *ivars; xenbusb_local_watch_cb() local 207 struct xenbus_device_ivars *ivars; xenbusb_device_exists() local 229 struct xenbus_device_ivars *ivars; xenbusb_delete_child() local 441 struct xenbus_device_ivars *ivars; xenbusb_probe_children() local 640 struct xenbus_device_ivars *ivars; xenbusb_add_device() local 792 struct xenbus_device_ivars *ivars; xenbusb_resume() local 857 struct xenbus_device_ivars *ivars = device_get_ivars(child); xenbusb_print_child() local 870 struct xenbus_device_ivars *ivars = device_get_ivars(child); xenbusb_read_ivar() local 900 struct xenbus_device_ivars *ivars = device_get_ivars(child); xenbusb_write_ivar() local 997 struct xenbus_device_ivars *ivars; xenbusb_localend_changed() local [all...] |
H A D | xenbusb_front.c | 139 xenbusb_front_get_otherend_node(device_t dev, struct xenbus_device_ivars *ivars) in xenbusb_front_get_otherend_node() argument 144 if (ivars->xd_otherend_path != NULL) { in xenbusb_front_get_otherend_node() 145 free(ivars->xd_otherend_path, M_XENBUS); in xenbusb_front_get_otherend_node() 146 ivars->xd_otherend_path = NULL; in xenbusb_front_get_otherend_node() 149 error = xs_gather(XST_NIL, ivars->xd_node, in xenbusb_front_get_otherend_node() 150 "backend-id", "%i", &ivars->xd_otherend_id, in xenbusb_front_get_otherend_node() 155 ivars->xd_otherend_path = strdup(otherend_path, M_XENBUS); in xenbusb_front_get_otherend_node() 156 ivars->xd_otherend_path_len = strlen(otherend_path); in xenbusb_front_get_otherend_node()
|
H A D | xenbusb_back.c | 191 xenbusb_back_get_otherend_node(device_t dev, struct xenbus_device_ivars *ivars) in xenbusb_back_get_otherend_node() argument 196 if (ivars->xd_otherend_path != NULL) { in xenbusb_back_get_otherend_node() 197 free(ivars->xd_otherend_path, M_XENBUS); in xenbusb_back_get_otherend_node() 198 ivars->xd_otherend_path = NULL; in xenbusb_back_get_otherend_node() 201 error = xs_gather(XST_NIL, ivars->xd_node, in xenbusb_back_get_otherend_node() 202 "frontend-id", "%i", &ivars->xd_otherend_id, in xenbusb_back_get_otherend_node() 207 ivars->xd_otherend_path = strdup(otherend_path, M_XENBUS); in xenbusb_back_get_otherend_node() 208 ivars->xd_otherend_path_len = strlen(otherend_path); in xenbusb_back_get_otherend_node()
|
H A D | xenbusb_if.m | 64 * a split device whose local end is represented by ivars.
|
/freebsd/sys/dev/pwm/ |
H A D | ofw_pwmbus.c | 60 struct ofw_pwmbus_ivars *ivars; in ofw_pwmbus_add_child() local 62 if ((ivars = malloc(sizeof(struct ofw_pwmbus_ivars), M_DEVBUF, in ofw_pwmbus_add_child() 68 free(ivars, M_DEVBUF); in ofw_pwmbus_add_child() 72 ivars->devinfo.obd_node = -1; in ofw_pwmbus_add_child() 73 device_set_ivars(child, ivars); in ofw_pwmbus_add_child() 81 struct ofw_pwmbus_ivars *ivars; in ofw_pwmbus_child_deleted() local 83 ivars = device_get_ivars(child); in ofw_pwmbus_child_deleted() 84 if (ivars != NULL) { in ofw_pwmbus_child_deleted() 85 ofw_bus_gen_destroy_devinfo(&ivars->devinfo); in ofw_pwmbus_child_deleted() 86 free(ivars, M_DEVBUF); in ofw_pwmbus_child_deleted() [all …]
|
H A D | pwmbus.c | 53 struct pwmbus_ivars *ivars; in pwmbus_add_child() local 59 ivars = malloc(sizeof(struct pwmbus_ivars), M_DEVBUF, M_NOWAIT | M_ZERO); in pwmbus_add_child() 60 if (ivars == NULL) { in pwmbus_add_child() 64 device_set_ivars(child, ivars); in pwmbus_add_child() 72 struct pwmbus_ivars *ivars; in pwmbus_child_location() local 74 ivars = device_get_ivars(child); in pwmbus_child_location() 76 device_get_nameunit(device_get_parent(dev)), ivars->pi_channel); in pwmbus_child_location() 84 struct pwmbus_ivars *ivars; in pwmbus_hinted_child() local 93 ivars = device_get_ivars(child); in pwmbus_hinted_child() 94 resource_int_value(dname, dunit, "channel", &ivars->pi_channel); in pwmbus_hinted_child() [all …]
|
/freebsd/sys/dev/mii/ |
H A D | mii.c | 124 struct miibus_ivars *ivars; in miibus_attach() local 142 ivars = device_get_ivars(dev); in miibus_attach() 143 ifmedia_init(&mii->mii_media, IFM_IMASK, ivars->ifmedia_upd, in miibus_attach() 144 ivars->ifmedia_sts); in miibus_attach() 145 mii->mii_ifp = ivars->ifp; in miibus_attach() 158 struct miibus_ivars *ivars; in miibus_detach() local 160 ivars = device_get_ivars(dev); in miibus_detach() 164 free(ivars, M_DEVBUF); in miibus_detach() 197 struct miibus_ivars *ivars; in miibus_read_ivar() local 203 ivars = device_get_ivars(dev); in miibus_read_ivar() [all …]
|
/freebsd/sys/dev/nvdimm/ |
H A D | nvdimm_acpi.c | 102 uintptr_t *ivars; in nvdimm_root_create_devs() local 117 ivars = mallocarray(NVDIMM_ROOT_IVAR_MAX, sizeof(uintptr_t), in nvdimm_root_create_devs() 119 device_set_ivars(child, ivars); in nvdimm_root_create_devs()
|
/freebsd/contrib/llvm-project/lldb/docs/design/ |
H A D | sbapi.rst |
|
/freebsd/sys/dev/fdc/ |
H A D | fdc.c | 1620 struct fdc_ivars *ivars = device_get_ivars(child); in fdc_read_ivar() local 1624 *result = ivars->fdunit; in fdc_read_ivar() 1627 *result = ivars->fdtype; in fdc_read_ivar() 1638 struct fdc_ivars *ivars = device_get_ivars(child); in fdc_write_ivar() local 1642 ivars->fdunit = value; in fdc_write_ivar() 1645 ivars->fdtype = value; in fdc_write_ivar()
|
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
H A D | ObjCUnusedIVarsChecker.cpp | 113 for (const auto *Ivar : ID->ivars()) { in checkObjCUnusedIvar()
|
/freebsd/sys/dev/igc/ |
H A D | if_igc.h | 322 u32 ivars; member
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaDeclObjC.cpp | 2137 ObjCIvarDecl **ivars, unsigned numIvars, in CheckImplementationIvars() argument 2151 ivars[i]->setLexicalDeclContext(ImpDecl); in CheckImplementationIvars() 2157 IDecl->makeDeclVisibleInContext(ivars[i]); in CheckImplementationIvars() 2158 ImpDecl->addDecl(ivars[i]); in CheckImplementationIvars() 2167 assert(ivars && "missing @implementation ivars"); in CheckImplementationIvars() 2172 ObjCIvarDecl* ImplIvar = ivars[i]; in CheckImplementationIvars() 2202 ObjCIvarDecl* ImplIvar = ivars[j++]; in CheckImplementationIvars() 2232 Diag(ivars[j]->getLocation(), diag::err_inconsistent_ivar_count); in CheckImplementationIvars() 3772 for (auto *Ivar : ID->ivars()) { in DiagnoseDuplicateIvars() 3855 Ivars = IntfDecl->ivars(); in DiagnoseVariableSizedIvars() [all …]
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGObjCMac.cpp | 3780 auto ivars = ivarList.beginArray(ObjCTypes.IvarTy); in EmitIvarList() local 3788 auto ivar = ivars.beginStruct(ObjCTypes.IvarTy); in EmitIvarList() 3792 ivar.finishAndAddTo(ivars); in EmitIvarList() 3796 auto count = ivars.size(); in EmitIvarList() 3798 ivars.abandon(); in EmitIvarList() 3803 ivars.finishAndAddTo(ivarList); in EmitIvarList() 5546 SmallVector<const ObjCIvarDecl*, 32> ivars; in BuildIvarLayout() local 5562 ivars.push_back(IVD); in BuildIvarLayout() 5566 } else if (!ivars.empty()) { in BuildIvarLayout() 5568 CharUnits::fromQuantity(ComputeIvarBaseOffset(CGM, OMD, ivars[0])); in BuildIvarLayout() [all …]
|
/freebsd/sys/dev/e1000/ |
H A D | if_em.h | 486 u32 ivars; member
|
H A D | if_em.c | 1607 E1000_WRITE_REG(&sc->hw, E1000_IVAR, sc->ivars); in em_if_init() 2508 sc->ivars |= (8 | rx_que->msix) << (i * 4); in em_if_msix_intr_assign() 2535 sc->ivars |= (8 | tx_que->msix) << (8 + (i * 4)); in em_if_msix_intr_assign() 2555 sc->ivars |= (8 | rx_vectors) << 16; in em_if_msix_intr_assign() 2556 sc->ivars |= 0x80000000; in em_if_msix_intr_assign()
|
/freebsd/contrib/llvm-project/clang/lib/InstallAPI/ |
H A D | Visitor.cpp | 194 D->ivars()); in VisitObjCInterfaceDecl() 212 D->ivars()); in VisitObjCCategoryDecl()
|
/freebsd/sys/dev/ahci/ |
H A D | ahci.c | 692 intptr_t ivars; in ahci_print_child() local 696 ivars = (intptr_t)device_get_ivars(child); in ahci_print_child() 697 if ((ivars & AHCI_EM_UNIT) == 0) in ahci_print_child() 698 retval += printf(" at channel %d", (int)ivars & AHCI_UNIT); in ahci_print_child() 706 intptr_t ivars; in ahci_child_location() local 708 ivars = (intptr_t)device_get_ivars(child); in ahci_child_location() 709 if ((ivars & AHCI_EM_UNIT) == 0) in ahci_child_location() 710 sbuf_printf(sb, "channel=%d", (int)ivars & AHCI_UNIT); in ahci_child_location()
|
/freebsd/sys/kern/ |
H A D | subr_bus.c | 162 void *ivars; /**< instance variables */ member 1406 dev->ivars = NULL; in make_device() 2193 return (dev->ivars); in device_get_ivars() 2200 device_set_ivars(device_t dev, void * ivars) in device_set_ivars() argument 2203 dev->ivars = ivars; in device_set_ivars() 5349 (dev->ivars? "":"no "), in print_device_short() 6316 db_printf(" ivars: %p\n", dev->ivars); in DB_SHOW_COMMAND()
|
/freebsd/stand/kshim/ |
H A D | bsd_kernel.c | 628 device_set_ivars(device_t dev, void *ivars) in device_set_ivars() argument 630 dev->dev_aux = ivars; in device_set_ivars()
|
H A D | bsd_kernel.h | 466 void device_set_ivars(device_t dev, void *ivars);
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/ |
H A D | MachODump.cpp | 3640 uint64_t ivars; // const ivar_list_t * (64-bit pointer) member 3653 uint32_t ivars; /* const ivar_list_t * (32-bit pointer) */ member 3856 uint32_t ivars; /* struct objc_ivar_list * (32-bit pointer) */ member 3959 sys::swapByteOrder(cro.ivars); in swapStruct() 3972 sys::swapByteOrder(cro.ivars); in swapStruct() 4145 sys::swapByteOrder(objc_class.ivars); in swapStruct() 5561 sym_name = get_symbol_64(offset + offsetof(struct class_ro64_t, ivars), S, in print_class_ro64_t() 5562 info, n_value, cro.ivars); in print_class_ro64_t() 5568 if (cro.ivars != 0) in print_class_ro64_t() 5569 outs() << " + " << format("0x%" PRIx64, cro.ivars); in print_class_ro64_t() [all …]
|
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | DeclPrinter.cpp | 1441 for (const auto *I : OID->ivars()) { in VisitObjCImplementationDecl() 1500 for (const auto *I : OID->ivars()) { in VisitObjCInterfaceDecl() 1565 for (const auto *I : PID->ivars()) in VisitObjCCategoryDecl()
|
/freebsd/contrib/llvm-project/clang/include/clang/AST/ |
H A D | DeclObjC.h | 1450 ivar_range ivars() const { return ivar_range(ivar_begin(), ivar_end()); } in ivars() function 2439 ivar_range ivars() const { return ivar_range(ivar_begin(), ivar_end()); } in ivars() function 2746 ivar_range ivars() const { return ivar_range(ivar_begin(), ivar_end()); } in ivars() function
|
/freebsd/contrib/llvm-project/clang/include/clang/ExtractAPI/ |
H A D | ExtractAPIVisitor.h | 1051 Decl->ivars()); in VisitObjCInterfaceDecl() 1194 Decl->ivars()); in VisitObjCCategoryDecl()
|