Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/fs.d/nfs/lib/
H A Dsmfcfg.c476 scf_transaction_entry_t *emin = NULL, *emax = NULL; in nfs_upgrade_server_vers() local
509 emin = scf_entry_create(handle); in nfs_upgrade_server_vers()
513 emin == NULL || emax == NULL || vmin == NULL || vmax == NULL) { in nfs_upgrade_server_vers()
542 if (scf_transaction_property_change_type(tran, emin, in nfs_upgrade_server_vers()
547 if (scf_entry_add_value(emin, vmin) != 0) in nfs_upgrade_server_vers()
557 if (emin != NULL) in nfs_upgrade_server_vers()
558 scf_entry_destroy(emin); in nfs_upgrade_server_vers()
/illumos-gate/usr/src/lib/krb5/kadm5/srv/
H A Dserver_acl.c789 OM_uint32 emaj, emin; local
799 if (GSS_ERROR(emaj = gss_display_name(&emin, caller, &caller_buf,
806 gss_release_buffer(&emin, &caller_buf);
/illumos-gate/usr/src/cmd/krb5/kadmin/server/
H A Dserver_stubs.c124 OM_uint32 emaj, emin; in cmp_gss_names() local
127 if (GSS_ERROR(emaj = gss_compare_name(&emin, n1, n2, &equal))) in cmp_gss_names()