Home
last modified time | relevance | path

Searched refs:idmap_namerule_cpy (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/libidmap/common/
H A Didmap_priv.h154 extern idmap_stat idmap_namerule_cpy(idmap_namerule *, idmap_namerule *);
H A Dmapfile-vers96 idmap_namerule_cpy;
H A Didmap_api.c213 retcode = idmap_namerule_cpy(&udthandle->error_rule, in idmap_udt_commit()
220 retcode = idmap_namerule_cpy(&udthandle->conflict_rule, in idmap_udt_commit()
2037 idmap_namerule_cpy(idmap_namerule *to, idmap_namerule *from) in idmap_namerule_cpy() function
/illumos-gate/usr/src/cmd/idmap/idmapd/
H A Dserver.c1002 idmap_namerule_cpy(&res->error_rule, in idmap_update_1_svc()