Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs_export.c1250 struct exportinfo *ex, *ex1, *ex2; in exportfs() local
1283 for (ex1 = ne->exptable_path_hash[pkp_tab_hash(lookpn.pn_path, in exportfs()
1284 strlen(lookpn.pn_path))]; ex1; ex1 = ex1->path_hash.next) { in exportfs()
1285 if (ex1 != ne->exi_root && 0 == in exportfs()
1286 strcmp(ex1->exi_export.ex_path, lookpn.pn_path)) { in exportfs()
1287 exi_hold(ex1); in exportfs()
1297 if (ex1 == NULL) in exportfs()
1299 error = unexport(ne, ex1, cr); in exportfs()
1300 exi_rele(ex1); in exportfs()
1325 if (ex1) in exportfs()
[all …]
/illumos-gate/usr/src/cmd/awk/
H A Drun.c220 goto ex1; in program()
228 ex1: in program()