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

  /src/sys/external/bsd/ipf/netinet/
ip_fil_compat.c 1726 frauth_4_1_24_t *old24; local
1728 KMALLOC(old24, frauth_4_1_24_t *);
1729 if (old24 == NULL) {
1734 error = COPYIN(obj->ipfo_ptr, old24, sizeof(*old24));
1736 frauth_4_1_24_to_current(old24, ptr);
1740 KFREE(old24);
3373 frauth_4_1_24_t *old24; local
3375 KMALLOC(old24, frauth_4_1_24_t *);
3376 if (old24 == NULL)
    [all...]
  /src/external/bsd/ipf/dist/
ip_fil_compat.c 1733 frauth_4_1_24_t *old24; local
1735 KMALLOC(old24, frauth_4_1_24_t *);
1736 if (old24 == NULL) {
1741 error = COPYIN(obj->ipfo_ptr, old24, sizeof(*old24));
1743 frauth_4_1_24_to_current(old24, ptr);
1747 KFREE(old24);
3440 frauth_4_1_24_t *old24; local
3442 KMALLOC(old24, frauth_4_1_24_t *);
3443 if (old24 == NULL)
    [all...]

Completed in 67 milliseconds