Searched refs:ivars (Results 1 - 17 of 17) sorted by relevance

/freebsd-9.3-release/sys/xen/xenbus/
H A Dxenbusb.c82 * \param ivars The instance variable block to free.
85 xenbusb_free_child_ivars(struct xenbus_device_ivars *ivars) argument
87 if (ivars->xd_otherend_watch.node != NULL) {
88 xs_unregister_watch(&ivars->xd_otherend_watch);
89 free(ivars->xd_otherend_watch.node, M_XENBUS);
90 ivars->xd_otherend_watch.node = NULL;
93 if (ivars->xd_local_watch.node != NULL) {
94 xs_unregister_watch(&ivars->xd_local_watch);
95 ivars->xd_local_watch.node = NULL;
98 if (ivars
136 struct xenbus_device_ivars *ivars; local
174 struct xenbus_device_ivars *ivars; local
209 struct xenbus_device_ivars *ivars; local
231 struct xenbus_device_ivars *ivars; local
444 struct xenbus_device_ivars *ivars; local
648 struct xenbus_device_ivars *ivars; local
783 struct xenbus_device_ivars *ivars; local
843 struct xenbus_device_ivars *ivars = device_get_ivars(child); local
856 struct xenbus_device_ivars *ivars = device_get_ivars(child); local
886 struct xenbus_device_ivars *ivars = device_get_ivars(child); local
964 struct xenbus_device_ivars *ivars; local
[all...]
H A Dxenbusb_front.c129 * a split device whose local end is represented by ivars.
135 * \param ivars Instance variables from the XenBus child device for
142 xenbusb_front_get_otherend_node(device_t dev, struct xenbus_device_ivars *ivars) argument
147 if (ivars->xd_otherend_path != NULL) {
148 free(ivars->xd_otherend_path, M_XENBUS);
149 ivars->xd_otherend_path = NULL;
152 error = xs_gather(XST_NIL, ivars->xd_node,
153 "backend-id", "%i", &ivars->xd_otherend_id,
158 ivars->xd_otherend_path = strdup(otherend_path, M_XENBUS);
159 ivars
[all...]
H A Dxenbusb_back.c180 * a split device whose local end is represented by ivars.
183 * \param ivars Instance variables from the XenBus child device for
194 xenbusb_back_get_otherend_node(device_t dev, struct xenbus_device_ivars *ivars) argument
199 if (ivars->xd_otherend_path != NULL) {
200 free(ivars->xd_otherend_path, M_XENBUS);
201 ivars->xd_otherend_path = NULL;
204 error = xs_gather(XST_NIL, ivars->xd_node,
205 "frontend-id", "%i", &ivars->xd_otherend_id,
210 ivars->xd_otherend_path = strdup(otherend_path, M_XENBUS);
211 ivars
[all...]
/freebsd-9.3-release/sys/dev/mii/
H A Dmii.c127 struct miibus_ivars *ivars; local
145 ivars = device_get_ivars(dev);
146 ifmedia_init(&mii->mii_media, IFM_IMASK, ivars->ifmedia_upd,
147 ivars->ifmedia_sts);
148 mii->mii_ifp = ivars->ifp;
187 struct miibus_ivars *ivars; local
193 ivars = device_get_ivars(dev);
196 *result = ivars->mii_flags;
231 struct miibus_ivars *ivars; local
265 ivars
364 struct miibus_ivars *ivars; local
[all...]
/freebsd-9.3-release/sys/arm/xscale/pxa/
H A Dpxa_smi.c321 struct smi_ivars *ivars; local
323 ivars = (struct smi_ivars *)malloc(
325 if (ivars == NULL)
330 free(ivars, M_PXASMI);
334 device_set_ivars(child, ivars);
335 resource_list_init(&ivars->smid_resources);
342 resource_list_add(&ivars->smid_resources, SYS_RES_MEMORY, 0,
344 ivars->smid_mem = (bus_addr_t)start;
351 resource_list_add(&ivars->smid_resources, SYS_RES_IRQ, 0, start,
/freebsd-9.3-release/sys/arm/at91/
H A Dat91.c413 struct at91_ivar *ivars; local
417 ivars = device_get_ivars(child);
418 rl = &ivars->resources;
/freebsd-9.3-release/sys/arm/econa/
H A Decona.c626 struct econa_ivar *ivars; local
630 ivars = device_get_ivars(child);
631 rl = &ivars->resources;
/freebsd-9.3-release/sys/dev/e1000/
H A Dif_em.h363 u32 ivars; member in struct:adapter
H A Dif_em.c1389 E1000_WRITE_REG(&adapter->hw, E1000_IVAR, adapter->ivars);
2606 adapter->ivars |= (8 | rxr->msix) << (i * 4);
2640 adapter->ivars |= (8 | txr->msix) << (8 + (i * 4));
2665 adapter->ivars |= (8 | vector) << 16;
2666 adapter->ivars |= 0x80000000;
/freebsd-9.3-release/sys/dev/fdc/
H A Dfdc.c1626 struct fdc_ivars *ivars = device_get_ivars(child); local
1630 *result = ivars->fdunit;
1633 *result = ivars->fdtype;
1644 struct fdc_ivars *ivars = device_get_ivars(child); local
1648 ivars->fdunit = value;
1651 ivars->fdtype = value;
/freebsd-9.3-release/sys/pc98/cbus/
H A Dfdc.c700 struct fdc_ivars *ivars = device_get_ivars(child); local
704 *result = ivars->fdunit;
707 *result = ivars->fdtype;
718 struct fdc_ivars *ivars = device_get_ivars(child); local
722 ivars->fdunit = value;
725 ivars->fdtype = value;
/freebsd-9.3-release/contrib/gdb/gdb/
H A Dobjc-lang.c62 CORE_ADDR ivars; member in struct:objc_class
1774 class->ivars = read_memory_unsigned_integer (addr + 24, 4);
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaDeclObjC.cpp1120 ObjCIvarDecl **ivars, unsigned numIvars,
1133 ivars[i]->setLexicalDeclContext(ImpDecl);
1134 IDecl->makeDeclVisibleInContext(ivars[i]);
1135 ImpDecl->addDecl(ivars[i]);
1144 assert(ivars && "missing @implementation ivars");
1149 ObjCIvarDecl* ImplIvar = ivars[i];
1156 // Check class extensions (unnamed categories) for duplicate ivars.
1183 ObjCIvarDecl* ImplIvar = ivars[j++];
1212 Diag(ivars[
1119 CheckImplementationIvars(ObjCImplementationDecl *ImpDecl, ObjCIvarDecl **ivars, unsigned numIvars, SourceLocation RBrace) argument
[all...]
H A DSemaDeclCXX.cpp12365 /// Objective-C implementation whose ivars need be initialized.
12370 SmallVector<ObjCIvarDecl*, 8> ivars; local
12371 CollectIvarsToConstructOrDestruct(OID, ivars);
12372 if (ivars.empty())
12375 for (unsigned i = 0; i < ivars.size(); i++) {
12376 FieldDecl *Field = ivars[i];
/freebsd-9.3-release/sys/kern/
H A Dsubr_bus.c136 void *ivars; /**< instance variables */ member in struct:device
1737 dev->ivars = NULL;
2444 * @brief Get the device's ivars field
2446 * The ivars field is used by the parent device to store per-device
2455 return (dev->ivars);
2459 * @brief Set the device's ivars field
2462 device_set_ivars(device_t dev, void * ivars) argument
2466 dev->ivars = ivars;
3182 * somewhere in the child device's ivars (se
[all...]
/freebsd-9.3-release/sys/sys/
H A Dbus.h442 void device_set_ivars(device_t dev, void *ivars);
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Rewrite/Frontend/
H A DRewriteModernObjC.cpp955 assert(IMD && OID && "Synthesized ivars must be attached to @implementation");
3998 // Generate the struct type for this group of bitfield ivars.
4059 /// an objective-c class with ivars.
4077 // If no ivars and no root or if its root, directly or indirectly,
4078 // have no ivars (thus not synthesized) then no need to synthesize this class.
4135 /// RewriteIvarOffsetSymbols - Rewrite ivar offset symbols of those ivars which
6077 // private ivars.
6360 /// const struct _ivar_list_t *ivars;
6445 Result += "\tconst struct _ivar_list_t *ivars;\n";
6629 ArrayRef<ObjCIvarDecl *>ivars,
6623 Write__class_ro_t_initializer(ASTContext *Context, std::string &Result, unsigned int flags, const std::string &InstanceStart, const std::string &InstanceSize, ArrayRef<ObjCMethodDecl *>baseMethods, ArrayRef<ObjCProtocolDecl *>baseProtocols, ArrayRef<ObjCIvarDecl *>ivars, ArrayRef<ObjCPropertyDecl *>Properties, StringRef VarName, StringRef ClassName) argument
[all...]

Completed in 220 milliseconds