/illumos-gate/usr/src/lib/krb5/kadm5/clnt/ |
H A D | client_handle.c | 25 int _kadm5_check_handle(void *handle) argument 27 CHECK_HANDLE(handle);
|
/illumos-gate/usr/src/lib/sun_fc/common/ |
H A D | Sun_fcCloseAdapter.cc | 38 * @param handle the handle to close 42 void Sun_fcCloseAdapter(HBA_HANDLE handle) { argument 45 Handle::closeHandle(handle);
|
H A D | Sun_fcDoForceLip.cc | 37 * @param handle The desired HBA 41 HBA_STATUS Sun_fcDoForceLip(HBA_HANDLE handle, argument 46 Handle *myHandle = Handle::findHandle(handle);
|
H A D | Sun_fcGetAdapterAttributes.cc | 39 * @param handle The desired HBA 43 HBA_STATUS Sun_fcGetAdapterAttributes(HBA_HANDLE handle, argument 54 Handle *myHandle = Handle::findHandle(handle);
|
H A D | Sun_fcGetEventBuffer.cc | 38 HBA_STATUS Sun_fcGetEventBuffer(HBA_HANDLE handle, argument
|
H A D | Sun_fcGetFCPStatistics.cc | 38 HBA_STATUS Sun_fcGetFCPStatistics(HBA_HANDLE handle, argument
|
H A D | Sun_fcGetFcpPersistentBinding.cc | 38 HBA_STATUS Sun_fcGetFcpPersistentBinding(HBA_HANDLE handle, argument
|
H A D | Sun_fcGetPortStatistics.cc | 37 HBA_STATUS Sun_fcGetPortStatistics(HBA_HANDLE handle, argument
|
H A D | Sun_fcNPIVGetAdapterAttributes.cc | 34 HBA_STATUS Sun_fcNPIVGetAdapterAttributes(HBA_HANDLE handle, argument 45 Handle *myHandle = Handle::findHandle(handle);
|
H A D | Sun_fcOpenAdapterByWWN.cc | 40 * @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 D | Sun_fcOpenTgtAdapterByWWN.cc | 40 * @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 D | Sun_fcRefreshInformation.cc | 37 * @param handle The HBA to refresh 39 void Sun_fcRefreshInformation(HBA_HANDLE handle) { argument 42 Handle *myHandle = Handle::findHandle(handle);
|
H A D | Sun_fcResetStatistics.cc | 38 void Sun_fcResetStatistics(HBA_HANDLE handle, HBA_UINT32 port) { argument
|
H A D | Sun_fcAdapterReturnWWN.cc | 36 HBA_STATUS Sun_fcAdapterReturnWWN(HBA_HANDLE handle, argument
|
H A D | Sun_fcGetFC4Statistics.cc | 38 HBA_STATUS Sun_fcGetFC4Statistics(HBA_HANDLE handle, argument
|
H A D | Sun_fcGetPortAttributesByWWN.cc | 39 * @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 D | server_handle.c | 25 int _kadm5_check_handle(void *handle) argument 27 CHECK_HANDLE(handle);
|
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/ |
H A D | getuid.c | 45 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 D | mblib.c | 39 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 D | wctomb.c | 46 char *handle; /* handle */ local 92 handle = _ml_open_library(); 93 if (handle == (char *)NULL) 95 p = (int (*)()) dlsym(handle, "_wctomb");
|
H A D | mbstowcs.c | 47 char *handle; /* handle */ local 90 handle = _ml_open_library(); 91 if (handle == (void *)NULL) 93 p = (int (*)()) dlsym(handle, "_mbstowcs");
|
H A D | wcstombs.c | 47 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 D | Sun_sasGetLUNStatistics.c | 34 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 D | regalloc.c | 31 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 D | bootconf_errmsg.c | 39 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)) {
|