Lines Matching defs:old29
1710 frauth_4_1_29_t *old29;
1712 KMALLOC(old29, frauth_4_1_29_t *);
1713 if (old29 == NULL) {
1718 error = COPYIN(obj->ipfo_ptr, old29, sizeof(*old29));
1720 frauth_4_1_29_to_current(old29, ptr);
1724 KFREE(old29);
3358 frauth_4_1_29_t *old29;
3360 KMALLOC(old29, frauth_4_1_29_t *);
3361 if (old29 == NULL) {
3366 frauth_current_to_4_1_29(ptr, old29);
3367 error = COPYOUT(old29, obj->ipfo_ptr, sizeof(*old29));
3371 KFREE(old29);