Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/cmd/zed/agents/
H A Dfmd_serd.c241 fmd_serd_elem_t *sep, *oep; in fmd_serd_eng_record() local
275 oep = list_tail(&sgp->sg_list); in fmd_serd_eng_record()
278 fmd_event_delta(oep->se_hrt, sep->se_hrt) <= sgp->sg_t) { in fmd_serd_eng_record()
/freebsd/usr.sbin/mountd/
H A Dmountd.c2165 struct exportlist *ep, *oep; in compare_nmount_exportlist() local
2184 oep = ex_search(&ep->ex_fs, oldexphead); in compare_nmount_exportlist()
2185 if (oep != NULL) { in compare_nmount_exportlist()
2201 if (compare_export(ep, oep) != 0) { in compare_nmount_exportlist()
2210 (oep->ex_flag & EX_PUBLICFH) != 0) in compare_nmount_exportlist()
2221 oep->ex_flag |= EX_DONE; in compare_nmount_exportlist()
2237 if ((oep->ex_flag & EX_DONE) == 0) { in compare_nmount_exportlist()
2239 if (statfs(oep->ex_fsdir, &ofs) >= 0 && in compare_nmount_exportlist()
2250 (oep->ex_flag & EX_PUBLICFH) != 0) in compare_nmount_exportlist()
2289 if (strcmp(ep->ex_fsdir, oep->ex_fsdir) != 0) in compare_export()
[all …]
/freebsd/contrib/tcsh/
H A Dsh.func.c1731 Char **oep = ep; in tsetenv()
1761 xfree(oep); in tsetenv()
1770 Char **oep = ep; in Unsetenv() local
1787 xfree(oep); in Unsetenv()