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

  /src/sys/kern/
kern_history.c 424 size_t bufsize, xlate_s; local in function:sysctl_kernhist_helper
456 xlate_s = sizeof(struct addr_xlt) * h->n * 2 + 3;
457 xlate_t = kmem_alloc(xlate_s, KM_SLEEP);
556 kmem_free(xlate_t, xlate_s);

Completed in 12 milliseconds