Home
last modified time | relevance | path

Searched refs:ex1 (Results 1 – 2 of 2) sorted by relevance

/titanic_44/usr/src/uts/common/fs/nfs/
H A Dnfs_export.c1023 struct exportinfo *ex, *ex1, *ex2; in exportfs() local
1054 for (ex1 = exptable_path_hash[pkp_tab_hash(lookpn.pn_path, in exportfs()
1055 strlen(lookpn.pn_path))]; ex1; ex1 = ex1->path_hash.next) { in exportfs()
1056 if (ex1 != exi_root && 0 == in exportfs()
1057 strcmp(ex1->exi_export.ex_path, lookpn.pn_path)) { in exportfs()
1058 exi_hold(ex1); in exportfs()
1068 if (ex1 == NULL) in exportfs()
1070 error = unexport(ex1); in exportfs()
1071 exi_rele(ex1); in exportfs()
1096 if (ex1) in exportfs()
[all …]
/titanic_44/usr/src/cmd/awk/
H A Drun.c154 goto ex1; in program()
163 ex1: in program()