Home
last modified time | relevance | path

Searched refs:xlate_c (Results 1 – 1 of 1) sorted by relevance

/netbsd/sys/kern/
H A Dkern_history.c425 size_t xlate_c; in sysctl_kernhist_helper() local
458 xlate_c = 0; in sysctl_kernhist_helper()
469 add_string(xlate_t, &xlate_c, "?", 0); in sysctl_kernhist_helper()
472 add_string(xlate_t, &xlate_c, h->name, h->namelen); in sysctl_kernhist_helper()
481 add_string(xlate_t, &xlate_c, in_evt->fn, in_evt->fnlen); in sysctl_kernhist_helper()
482 add_string(xlate_t, &xlate_c, in_evt->fmt, in_evt->fmtlen); in sysctl_kernhist_helper()
488 xlate_t[xlate_c].offset; in sysctl_kernhist_helper()
494 j = find_string(xlate_t, &xlate_c, h->name, h->namelen); in sysctl_kernhist_helper()
517 j = find_string(xlate_t, &xlate_c, in_evt->fn, in_evt->fnlen); in sysctl_kernhist_helper()
519 j = find_string(xlate_t, &xlate_c, in_evt->fmt, in_evt->fmtlen); in sysctl_kernhist_helper()
[all …]