Searched refs:lhandle (Results 1 - 14 of 14) 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) \
H A Dclnt_chpass_util.c34 return _kadm5_chpass_principal_util(handle, handle->lhandle, princ,
H A Dclient_init.c447 handle->lhandle->clnt = handle->clnt;
613 if (! (handle->lhandle = malloc(sizeof(*handle)))) {
624 *handle->lhandle = *handle;
625 handle->lhandle->api_version = KADM5_API_VERSION_2;
626 handle->lhandle->struct_version = KADM5_STRUCT_VERSION;
627 handle->lhandle->lhandle = handle->lhandle;
631 free(handle->lhandle);
638 free(handle->lhandle);
[all...]
/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) \
H A Dadmin_internal.h89 void *lhandle,
/illumos-gate/usr/src/lib/krb5/kadm5/srv/
H A Dsvr_chpass_util.c37 return _kadm5_chpass_principal_util(handle, handle->lhandle, princ,
H A Dserver_init.c314 if (! (handle->lhandle = malloc(sizeof(*handle)))) {
322 *handle->lhandle = *handle;
323 handle->lhandle->api_version = KADM5_API_VERSION_2;
324 handle->lhandle->struct_version = KADM5_STRUCT_VERSION;
325 handle->lhandle->lhandle = handle->lhandle;
434 free(handle->lhandle);
H A Dsvr_principal.c282 if ((ret = kadm5_get_policy(handle->lhandle, entry->policy,
293 (void) kadm5_free_policy_ent(handle->lhandle, &polent);
303 (void) kadm5_free_policy_ent(handle->lhandle, &polent);
359 (void) kadm5_free_policy_ent(handle->lhandle, &polent);
366 (void) kadm5_free_policy_ent(handle->lhandle, &polent);
381 (void) kadm5_free_policy_ent(handle->lhandle, &polent);
397 (void) kadm5_free_policy_ent(handle->lhandle, &polent);
421 if ((ret = kadm5_modify_policy_internal(handle->lhandle, &polent,
426 (void) kadm5_free_policy_ent(handle->lhandle, &polent);
448 (void) kadm5_modify_policy_internal(handle->lhandle,
[all...]
/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/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/cmd/krb5/kadmin/server/
H A Dserver_stubs.c1964 ret.code = kadm5_get_principal(handle->lhandle,
1973 ret2 = kadm5_free_principal_ent(handle->lhandle,
/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/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 113 milliseconds