Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/cmd/zed/
H A Dzed_conf.c89 zcp->state_file, strerror(errno)); in zed_conf_destroy()
117 if (zcp->state_file) { in zed_conf_destroy()
118 free(zcp->state_file); in zed_conf_destroy()
119 zcp->state_file = NULL; in zed_conf_destroy()
564 if (!zcp || !zcp->state_file) { in zed_conf_open_state()
596 (void) unlink(zcp->state_file); in zed_conf_open_state()
616 zcp->state_file); in zed_conf_open_state()
620 pid, zcp->state_file); in zed_conf_open_state()
624 zcp->state_file); in zed_conf_open_state()
676 zcp->state_file, n, len); in zed_conf_read_state()
[all …]
H A Dzed_conf.h37 char *state_file; /* abs path to state file */ member
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/inheritance/
H A Dinherit_001_pos.ksh307 typeset state_file=$1
311 log_note "Reading state from $state_file"
314 grep "^[^#]" $state_file | {