Home
last modified time | relevance | path

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

/freebsd-9-stable/sys/dev/hwpmc/
Dhwpmc_logging.c296 fo_close(po->po_file, curthread); in pmclog_loop()
330 error = fo_write(po->po_file, &auio, ownercred, 0, td); in pmclog_loop()
546 if (po->po_file != NULL) in pmclog_stop_kthread()
547 fo_close(po->po_file, curthread); in pmclog_stop_kthread()
591 KASSERT(po->po_file == NULL, in pmclog_configure_log()
593 po->po_file)); in pmclog_configure_log()
596 error = fget_write(curthread, logfd, CAP_WRITE, &po->po_file); in pmclog_configure_log()
629 if (po->po_file) in pmclog_configure_log()
630 (void) fdrop(po->po_file, curthread); in pmclog_configure_log()
631 po->po_file = NULL; /* clear file and error state */ in pmclog_configure_log()
[all …]
Dhwpmc_mod.c2034 po->po_file = NULL; in pmc_allocate_owner_descriptor()
/freebsd-9-stable/sys/sys/
Dpmc.h788 struct file *po_file; /* file reference */ member