Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/crypto/io/
H A Dcrypto.c993 STRUCT_DECL(crypto_get_mechanism_list, get_list); in get_mechanism_list()
1001 STRUCT_INIT(get_list, mode); in get_mechanism_list()
1003 if (copyin(arg, STRUCT_BUF(get_list), STRUCT_SIZE(get_list)) != 0) { in get_mechanism_list()
1010 req_count = STRUCT_FGET(get_list, ml_count); in get_mechanism_list()
1012 STRUCT_FSET(get_list, ml_count, count); in get_mechanism_list()
1013 STRUCT_FSET(get_list, ml_return_value, CRYPTO_SUCCESS); in get_mechanism_list()
1017 STRUCT_FSET(get_list, ml_return_value, CRYPTO_BUFFER_TOO_SMALL); in get_mechanism_list()
1021 if (copyout(STRUCT_BUF(get_list), arg, STRUCT_SIZE(get_list)) != 0) { in get_mechanism_list()
1036 offset = (ulong_t)STRUCT_FADDR(get_list, ml_list); in get_mechanism_list()
1037 offset -= (ulong_t)STRUCT_BUF(get_list); in get_mechanism_list()
[all …]
/illumos-gate/usr/src/cmd/ldap/common/
H A Dldaptest.c51 get_list( char *prompt ) in get_list() function
171 tmp.mod_values = get_list( prompt3 ); in get_modlist()
283 if (( argv = get_list( "cmd line arg?" )) == NULL ) { in main()
694 types = get_list( "attrs to return? " ); in main()
761 types = get_list( "attrs to return? " ); in main()