Searched defs:handle (Results 1 - 25 of 719) sorted by relevance

1234567891011>>

/illumos-gate/usr/src/lib/krb5/kadm5/clnt/
H A Dclient_handle.c25 int _kadm5_check_handle(void *handle) argument
27 CHECK_HANDLE(handle);
/illumos-gate/usr/src/lib/sun_fc/common/
H A DSun_fcCloseAdapter.cc38 * @param handle the handle to close
42 void Sun_fcCloseAdapter(HBA_HANDLE handle) { argument
45 Handle::closeHandle(handle);
H A DSun_fcDoForceLip.cc37 * @param handle The desired HBA
41 HBA_STATUS Sun_fcDoForceLip(HBA_HANDLE handle, argument
46 Handle *myHandle = Handle::findHandle(handle);
H A DSun_fcGetAdapterAttributes.cc39 * @param handle The desired HBA
43 HBA_STATUS Sun_fcGetAdapterAttributes(HBA_HANDLE handle, argument
54 Handle *myHandle = Handle::findHandle(handle);
H A DSun_fcGetEventBuffer.cc38 HBA_STATUS Sun_fcGetEventBuffer(HBA_HANDLE handle, argument
H A DSun_fcGetFCPStatistics.cc38 HBA_STATUS Sun_fcGetFCPStatistics(HBA_HANDLE handle, argument
H A DSun_fcGetFcpPersistentBinding.cc38 HBA_STATUS Sun_fcGetFcpPersistentBinding(HBA_HANDLE handle, argument
H A DSun_fcGetPortStatistics.cc37 HBA_STATUS Sun_fcGetPortStatistics(HBA_HANDLE handle, argument
H A DSun_fcNPIVGetAdapterAttributes.cc34 HBA_STATUS Sun_fcNPIVGetAdapterAttributes(HBA_HANDLE handle, argument
45 Handle *myHandle = Handle::findHandle(handle);
H A DSun_fcOpenAdapterByWWN.cc40 * @param handle Output argument where open handle is stored
43 HBA_STATUS Sun_fcOpenAdapterByWWN(HBA_HANDLE *handle, HBA_WWN wwn) { argument
47 if (handle == NULL) {
48 log.userError("NULL handle pointer");
52 *handle = HBAList::instance()->
H A DSun_fcOpenTgtAdapterByWWN.cc40 * @param handle Output argument where open handle is stored
43 HBA_STATUS Sun_fcOpenTgtAdapterByWWN(HBA_HANDLE *handle, HBA_WWN wwn) { argument
47 if (handle == NULL) {
48 log.userError("NULL handle pointer");
52 *handle = HBAList::instance()->
H A DSun_fcRefreshInformation.cc37 * @param handle The HBA to refresh
39 void Sun_fcRefreshInformation(HBA_HANDLE handle) { argument
42 Handle *myHandle = Handle::findHandle(handle);
H A DSun_fcResetStatistics.cc38 void Sun_fcResetStatistics(HBA_HANDLE handle, HBA_UINT32 port) { argument
H A DSun_fcAdapterReturnWWN.cc36 HBA_STATUS Sun_fcAdapterReturnWWN(HBA_HANDLE handle, argument
H A DSun_fcGetFC4Statistics.cc38 HBA_STATUS Sun_fcGetFC4Statistics(HBA_HANDLE handle, argument
H A DSun_fcGetPortAttributesByWWN.cc39 * @param handle The HBA to operate on
44 HBA_STATUS Sun_fcGetPortAttributesByWWN(HBA_HANDLE handle, HBA_WWN pwwn, argument
54 Handle *myHandle = Handle::findHandle(handle);
/illumos-gate/usr/src/lib/krb5/kadm5/srv/
H A Dserver_handle.c25 int _kadm5_check_handle(void *handle) argument
27 CHECK_HANDLE(handle);
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/
H A Dgetuid.c45 void *handle; local
54 if (((handle = dlopen(0, (RTLD_LAZY | RTLD_FIRST))) == NULL) ||
55 ((gptr = (uid_t (*)())dlsym(handle, KRB5_UID)) == NULL)) {
/illumos-gate/usr/src/lib/libbc/libc/gen/common/
H A Dmblib.c39 static void *handle = (void *)NULL; /* initialize it with NULL */ variable
47 if (handle == (void *)NULL) {
52 dlclose(handle);
54 handle = (void *)NULL;
66 if (handle != (void *)NULL) /* This library is already opened */
67 return (handle);
78 handle = dlopen(buf, 1);
79 if (handle != (void *)NULL)
85 return (handle);
H A Dwctomb.c46 char *handle; /* handle */ local
92 handle = _ml_open_library();
93 if (handle == (char *)NULL)
95 p = (int (*)()) dlsym(handle, "_wctomb");
H A Dmbstowcs.c47 char *handle; /* handle */ local
90 handle = _ml_open_library();
91 if (handle == (void *)NULL)
93 p = (int (*)()) dlsym(handle, "_mbstowcs");
H A Dwcstombs.c47 char *handle; /* handle */ local
90 handle = _ml_open_library();
91 if (handle == (char *)NULL)
93 p = (int (*)()) dlsym(handle, "_wcstombs");
/illumos-gate/usr/src/lib/sun_sas/common/
H A DSun_sasGetLUNStatistics.c34 HBA_HANDLE handle,
33 Sun_sasGetLUNStatistics( HBA_HANDLE handle, const HBA_SCSIID *lunit, SMHBA_PROTOCOLSTATISTICS *pstatistics) argument
/illumos-gate/usr/src/lib/libast/common/regex/
H A Dregalloc.c31 regalloc(void* handle, void*(*resize)(void*,void*,size_t), regflags_t flags) argument
35 state.disc.re_resizehandle = handle;
/illumos-gate/usr/src/common/net/wanboot/
H A Dbootconf_errmsg.c39 bootconf_errmsg(bc_handle_t *handle) argument
47 switch (handle->bc_error_code) {
63 handle->bc_error_pos)) > 0 && chars < sizeof (errmsg)) {
70 handle->bc_error_pos)) > 0 && chars < sizeof (errmsg)) {
77 handle->bc_error_pos)) > 0 && chars < sizeof (errmsg)) {
136 handle->bc_error_code)) > 0 && chars < sizeof (errmsg)) {

Completed in 79 milliseconds

1234567891011>>