mp 130 source4/lib/registry/local.c struct mountpoint *mp;
mp 132 source4/lib/registry/local.c for (mp = rctx->mountpoints; mp != NULL; mp = mp->next) {
mp 133 source4/lib/registry/local.c if (mp->path.predefined_key == key_id &&
mp 134 source4/lib/registry/local.c mp->path.elements == NULL)
mp 138 source4/lib/registry/local.c if (mp == NULL)
mp 141 source4/lib/registry/local.c *key = reg_import_hive_key(ctx, mp->key,
mp 142 source4/lib/registry/local.c mp->path.predefined_key,
mp 143 source4/lib/registry/local.c mp->path.elements);
mp 330 source4/lib/registry/local.c struct mountpoint *mp = talloc(rctx, struct mountpoint);
mp 333 source4/lib/registry/local.c mp->path.predefined_key = key_id;
mp 334 source4/lib/registry/local.c mp->prev = mp->next = NULL;
mp 335 source4/lib/registry/local.c mp->key = hive_key;
mp 337 source4/lib/registry/local.c mp->path.elements = talloc_array(mp, const char *,
mp 340 source4/lib/registry/local.c mp->path.elements[i] = talloc_reference(mp->path.elements,
mp 343 source4/lib/registry/local.c mp->path.elements[i] = NULL;
mp 345 source4/lib/registry/local.c mp->path.elements = NULL;
mp 348 source4/lib/registry/local.c DLIST_ADD(reg_local->mountpoints, mp);
mp 48 source4/lib/wmi/wbemdata.c struct MInterfacePointer *mp;
mp 50 source4/lib/wmi/wbemdata.c mp = (struct MInterfacePointer *)((char *)o - offsetof(struct MInterfacePointer, obj)); /* FIXME:high remove this Mumbo Jumbo */
mp 55 source4/lib/wmi/wbemdata.c ndr->data = talloc_array(mp, uint8_t, ndr->alloc_size);
mp 69 source4/lib/wmi/wbemdata.c o->u_objref.u_custom.pData = talloc_realloc(mp, ndr->data, uint8_t, ndr->offset);
mp 71 source4/lib/wmi/wbemdata.c mp->size = sizeof(struct OBJREF) - sizeof(union OBJREF_Types) + sizeof(struct u_custom) + o->u_objref.u_custom.size - 4;