Home
last modified time | relevance | path

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

/freebsd/usr.sbin/mountd/
H A Dmountd.c2176 struct exportlist *ep, *oep; in compare_nmount_exportlist() local
2195 oep = ex_search(&ep->ex_fs, oldexphead); in compare_nmount_exportlist()
2196 if (oep != NULL) { in compare_nmount_exportlist()
2204 if (strcmp(ep->ex_fsdir, oep->ex_fsdir) != 0) in compare_nmount_exportlist()
2212 if (compare_export(ep, oep) != 0) { in compare_nmount_exportlist()
2221 (oep->ex_flag & EX_PUBLICFH) != 0) in compare_nmount_exportlist()
2232 oep->ex_flag |= EX_DONE; in compare_nmount_exportlist()
2247 SLIST_FOREACH(oep, &oldexphead[i], entries) { in compare_nmount_exportlist()
2248 if ((oep->ex_flag & EX_DONE) == 0) { in compare_nmount_exportlist()
2249 LOGDEBUG("not done delete=%s", oep->ex_fsdir); in compare_nmount_exportlist()
[all …]
/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/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()