HomeSort by: relevance | last modified time | path
    Searched defs:old29 (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/ipf/netinet/
ip_fil_compat.c 1710 frauth_4_1_29_t *old29; local
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; local
3360 KMALLOC(old29, frauth_4_1_29_t *);
3361 if (old29 == NULL)
    [all...]
  /src/external/bsd/ipf/dist/
ip_fil_compat.c 1717 frauth_4_1_29_t *old29; local
1719 KMALLOC(old29, frauth_4_1_29_t *);
1720 if (old29 == NULL) {
1725 error = COPYIN(obj->ipfo_ptr, old29, sizeof(*old29));
1727 frauth_4_1_29_to_current(old29, ptr);
1731 KFREE(old29);
3425 frauth_4_1_29_t *old29; local
3427 KMALLOC(old29, frauth_4_1_29_t *);
3428 if (old29 == NULL)
    [all...]

Completed in 32 milliseconds