Home | History | Annotate | Download | only in bpf

Lines Matching defs:tmpc

404 		char tmpc;
406 if (read(sysctl_fd, &tmpc, sizeof(tmpc)) == 1)
407 enabled = (tmpc != '0');