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

/freebsd-10.2-release/contrib/ipfilter/
H A Dip_fil_compat.c1715 frauth_4_1_29_t *old29; local
1717 KMALLOC(old29, frauth_4_1_29_t *);
1718 if (old29 == NULL) {
1723 error = COPYIN(obj->ipfo_ptr, old29, sizeof(*old29));
1725 frauth_4_1_29_to_current(old29, ptr);
1729 KFREE(old29);
3423 frauth_4_1_29_t *old29; local
3425 KMALLOC(old29, frauth_4_1_29_t *);
3426 if (old29
[all...]

Completed in 54 milliseconds