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

  /src/sys/external/bsd/ipf/netinet/
ip_fil_compat.c 1755 frauth_4_1_11_t *old11; local
1757 KMALLOC(old11, frauth_4_1_11_t *);
1758 if (old11 == NULL) {
1763 error = COPYIN(obj->ipfo_ptr, old11, sizeof(*old11));
1765 frauth_4_1_11_to_current(old11, ptr);
1769 KFREE(old11);
3403 frauth_4_1_11_t *old11; local
3405 KMALLOC(old11, frauth_4_1_11_t *);
3406 if (old11 == NULL)
    [all...]
  /src/external/bsd/ipf/dist/
ip_fil_compat.c 1762 frauth_4_1_11_t *old11; local
1764 KMALLOC(old11, frauth_4_1_11_t *);
1765 if (old11 == NULL) {
1770 error = COPYIN(obj->ipfo_ptr, old11, sizeof(*old11));
1772 frauth_4_1_11_to_current(old11, ptr);
1776 KFREE(old11);
3470 frauth_4_1_11_t *old11; local
3472 KMALLOC(old11, frauth_4_1_11_t *);
3473 if (old11 == NULL)
    [all...]

Completed in 25 milliseconds