| kern_history.c | 425 	size_t xlate_c;  local in function:sysctl_kernhist_helper 458 	xlate_c = 0;
 469 	add_string(xlate_t, &xlate_c, "?", 0);
 472 	add_string(xlate_t, &xlate_c, h->name, h->namelen);
 481 		add_string(xlate_t, &xlate_c, in_evt->fn, in_evt->fnlen);
 482 		add_string(xlate_t, &xlate_c, in_evt->fmt, in_evt->fmtlen);
 488 	    xlate_t[xlate_c].offset;
 494 	j = find_string(xlate_t, &xlate_c, h->name, h->namelen);
 517 		j = find_string(xlate_t, &xlate_c, in_evt->fn, in_evt->fnlen);
 519 		j = find_string(xlate_t, &xlate_c, in_evt->fmt, in_evt->fmtlen)
 [all...]
 |