Searched refs:po_file (Results 1 – 2 of 2) sorted by relevance
| /NextBSD/sys/dev/hwpmc/ |
| HD | hwpmc_logging.c | 304 fo_close(po->po_file, curthread); in pmclog_loop() 338 error = fo_write(po->po_file, &auio, ownercred, 0, td); in pmclog_loop() 554 if (po->po_file != NULL) in pmclog_stop_kthread() 555 fo_close(po->po_file, curthread); in pmclog_stop_kthread() 599 KASSERT(po->po_file == NULL, in pmclog_configure_log() 601 po->po_file)); in pmclog_configure_log() 605 cap_rights_init(&rights, CAP_WRITE), &po->po_file); in pmclog_configure_log() 638 if (po->po_file) in pmclog_configure_log() 639 (void) fdrop(po->po_file, curthread); in pmclog_configure_log() 640 po->po_file = NULL; /* clear file and error state */ in pmclog_configure_log() [all …]
|
| /NextBSD/sys/sys/ |
| HD | pmc.h | 818 struct file *po_file; /* file reference */ member
|