HomeSort by relevance Sort by last modified time
    Searched defs:handle (Results 1 - 25 of 376) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /onnv/onnv-gate/usr/src/lib/krb5/kadm5/clnt/
clnt_chpass_util.c 31 kadm5_server_handle_t handle = server_handle; local
34 return _kadm5_chpass_principal_util(handle, handle->lhandle, princ,
clnt_privs.c 45 kadm5_server_handle_t handle = server_handle; local
47 r = get_privs_2(&handle->api_version, handle->clnt);
clnt_policy.c 49 kadm5_server_handle_t handle = server_handle; local
57 arg.api_version = handle->api_version;
59 r = create_policy_2(&arg, handle->clnt);
71 kadm5_server_handle_t handle = server_handle; local
79 arg.api_version = handle->api_version;
81 r = delete_policy_2(&arg, handle->clnt);
94 kadm5_server_handle_t handle = server_handle; local
102 arg.api_version = handle->api_version;
105 r = modify_policy_2(&arg, handle->clnt);
117 kadm5_server_handle_t handle = server_handle local
156 kadm5_server_handle_t handle = server_handle; local
    [all...]
  /onnv/onnv-gate/usr/src/cmd/dtrace/test/tst/common/pid/
tst.args1.c 40 handle(int sig) function
49 (void) signal(SIGUSR1, handle);
tst.ret2.c 46 handle(int sig) function
55 (void) signal(SIGUSR1, handle);
tst.weak1.c 46 handle(int sig) function
55 (void) signal(SIGUSR1, handle);
tst.weak2.c 46 handle(int sig) function
55 (void) signal(SIGUSR1, handle);
tst.ret1.c 52 handle(int sig) function
61 (void) signal(SIGUSR1, handle);
  /onnv/onnv-gate/usr/src/cmd/dtrace/test/tst/common/raise/
tst.raise2.c 33 handle(int sig) function
43 sa.sa_handler = handle;
tst.raise3.c 33 handle(int sig) function
43 sa.sa_handler = handle;
  /onnv/onnv-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/
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)) {
  /onnv/onnv-gate/usr/src/lib/krb5/kadm5/srv/
svr_misc_free.c 37 kadm5_server_handle_t handle = server_handle; local
43 krb5_free_principal(handle->context, val->principal);
45 krb5_free_principal(handle->context, val->mod_name);
51 if (handle->api_version == KADM5_API_VERSION_1)
svr_chpass_util.c 34 kadm5_server_handle_t handle = server_handle; local
37 return _kadm5_chpass_principal_util(handle, handle->lhandle, princ,
53 _kadm5_get_kpasswd_protocol(void *handle)
57 * the details of the handle structure
59 kadm5_server_handle_t srvrhdl = (kadm5_server_handle_t)handle;
  /onnv/onnv-gate/usr/src/lib/libbc/libc/gen/common/
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);
wctomb.c 46 char *handle; /* handle */ local
92 handle = _ml_open_library();
93 if (handle == (char *)NULL)
95 p = (int (*)()) dlsym(handle, "_wctomb");
mbstowcs.c 47 char *handle; /* handle */ local
90 handle = _ml_open_library();
91 if (handle == (void *)NULL)
93 p = (int (*)()) dlsym(handle, "_mbstowcs");
wcstombs.c 47 char *handle; /* handle */ local
90 handle = _ml_open_library();
91 if (handle == (char *)NULL)
93 p = (int (*)()) dlsym(handle, "_wcstombs");
mbtowc.c 49 char *handle; /* handle */ local
103 handle = _ml_open_library();
104 if (handle == (char *)NULL)
106 p = (int (*)()) dlsym(handle, "_mbtowc");
  /onnv/onnv-gate/usr/src/lib/libumem/common/
init_lib.c 41 void *handle = dlopen("libmapmalloc.so.1", RTLD_NOLOAD); local
43 if (handle != NULL) {
  /onnv/onnv-gate/usr/src/uts/sun4u/io/pci/
pcix.c 46 ddi_acc_handle_t handle; local
48 if (pci_config_setup(child, &handle) != DDI_SUCCESS)
54 if ((pci_config_get8(handle, PCI_CONF_HEADER) & PCI_HEADER_TYPE_M)
58 if (PCI_CAP_LOCATE(handle, PCI_CAP_ID_PCIX, &pcix_cap_ptr) ==
68 if ((pcix_cmd = PCI_CAP_GET16(handle, NULL, pcix_cap_ptr, 2))
81 PCI_CAP_PUT16(handle, NULL, pcix_cap_ptr, 2, pcix_cmd);
84 pci_config_teardown(&handle);
  /onnv/onnv-gate/usr/src/lib/smbsrv/libmlsvc/common/
dssetup_clnt.c 43 mlsvc_handle_t handle; local
50 if (ndr_rpc_bind(&handle, di.d_dc, di.d_primary.di_nbname,
58 rc = ndr_rpc_call(&handle, opnum, &arg);
60 ndr_rpc_unbind(&handle);
69 ndr_rpc_unbind(&handle);
78 ndr_rpc_unbind(&handle);
  /onnv/onnv-gate/usr/src/lib/libast/common/string/
streval.c 39 userconv(const char* s, char** end, void* handle)
41 return((*((Handle_t*)handle)->convert)(s, end));
47 Handle_t handle; local
49 return((handle.convert = convert) ? strexpr(s, end, userconv, &handle) : strexpr(s, end, (Convert_t)0, NiL));
  /onnv/onnv-gate/usr/src/lib/sun_fc/common/
FCSyseventBridge.h 77 FCSyseventBridge() :handle(NULL) { }
83 sysevent_handle_t *handle; member in class:FCSyseventBridge
HandleNPIVPort.h 32 class Handle;
37 #include "Handle.h"
50 HandleNPIVPort(Handle *handle, HandlePort *porthandle,
62 Handle *handle; member in class:HandleNPIVPort
HandlePort.h 32 class Handle;
37 #include "Handle.h"
49 * a given port for this open handle. This class is used exclusivly
50 * by instances of the Handle class.
54 HandlePort(Handle *handle, HBA *hba, HBAPort *port);
75 Handle *handle; member in class:HandlePort

Completed in 480 milliseconds

1 2 3 4 5 6 7 8 91011>>