Searched refs:oexp (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.0-release/contrib/nvi/ex/
H A Dex_init.c46 EX_PRIVATE *oexp, *nexp; local
59 oexp = EXP(orig);
61 if (oexp->lastbcomm != NULL &&
62 (nexp->lastbcomm = v_wstrdup(sp, oexp->lastbcomm,
63 STRLEN(oexp->lastbcomm))) == NULL) {
H A Dex_tag.c544 EX_PRIVATE *oexp, *nexp; local
549 oexp = EXP(orig);
553 TAILQ_FOREACH(aqp, oexp->tq, q) {
568 TAILQ_FOREACH(atfp, oexp->tagfq, q) {
575 if (oexp->tag_last != NULL &&
576 (nexp->tag_last = v_wstrdup(sp, oexp->tag_last,
577 STRLEN(oexp->tag_last))) == NULL) {
/freebsd-10.0-release/sys/kern/
H A Dvfs_mount.c1944 vfs_oexport_conv(const struct oexport_args *oexp, struct export_args *exp) argument
1947 bcopy(oexp, exp, sizeof(*oexp));
/freebsd-10.0-release/sys/sys/
H A Dmount.h867 void vfs_oexport_conv(const struct oexport_args *oexp,

Completed in 75 milliseconds