Searched defs:lhandle (Results 1 - 7 of 7) sorted by relevance

/illumos-gate/usr/src/lib/krb5/kadm5/clnt/
H A Dclient_internal.h55 * add lhandle to handle
107 struct _kadm5_server_handle_t *lhandle; member in struct:_kadm5_server_handle_t
119 if (! srvr->lhandle) \
/illumos-gate/usr/src/lib/krb5/kadm5/
H A Dchpass_util.c86 void *lhandle,
220 code2 = kadm5_get_principal (lhandle, princ, &princ_ent,
249 (void) kadm5_free_principal_ent(lhandle, &princ_ent);
253 code2 = kadm5_get_policy(lhandle, princ_ent.policy,
261 (void) kadm5_free_principal_ent(lhandle, &princ_ent);
268 (void) kadm5_free_principal_ent(lhandle, &princ_ent);
269 (void) kadm5_free_policy_ent(lhandle, &policy_ent);
277 (void) kadm5_free_principal_ent(lhandle, &princ_ent);
278 (void) kadm5_free_policy_ent(lhandle, &policy_ent);
294 (void) kadm5_free_principal_ent(lhandle,
85 _kadm5_chpass_principal_util(void *server_handle, void *lhandle, krb5_principal princ, char *new_pw, char **ret_pw, char *msg_ret, unsigned int msg_len) argument
[all...]
H A Dserver_internal.h57 struct _kadm5_server_handle_t *lhandle; member in struct:_kadm5_server_handle_t
153 if (! srvr->lhandle) \
/illumos-gate/usr/src/cmd/krb5/kadmin/cli/
H A Dkeytab.c54 static int add_principal(void *lhandle, char *keytab_str, krb5_keytab keytab,
259 int add_principal(void *lhandle, char *keytab_str, krb5_keytab keytab, argument
328 code = kadm5_randkey_principal_3(lhandle, princ,
375 code = kadm5_get_principal(lhandle, princ, &princ_rec,
392 (void) kadm5_free_principal_ent(lhandle, &princ_rec);
403 code = kadm5_free_principal_ent(lhandle, &princ_rec);
/illumos-gate/usr/src/cmd/krb5/slave/
H A Dkpropd.c119 struct _kadm5_iprop_handle_t *lhandle; member in struct:_kadm5_iprop_handle_t
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/nwamcfg/
H A Dnwamcfg.c2823 boolean_t lhandle = B_FALSE; local
2877 lhandle = B_TRUE;
2966 if (lhandle) {
3424 boolean_t add_destroy = B_FALSE, lhandle = B_FALSE; local
3581 lhandle = B_FALSE;
3593 lhandle = B_TRUE;
3597 if (lhandle) {
3657 lhandle = B_FALSE;
3670 lhandle = B_TRUE;
3673 if (lhandle) {
[all...]
/illumos-gate/usr/src/uts/sun4v/io/
H A Dvds.c5889 ldi_handle_t lhandle; local
5919 status = ldi_open_by_dev(&dev, OTYP_BLK, FREAD, kcred, &lhandle,
5926 if ((status = ldi_ioctl(lhandle, DKIOCINFO,
5940 (void) ldi_close(lhandle, FREAD, kcred);

Completed in 108 milliseconds