Searched defs:handle (Results 101 - 125 of 719) sorted by relevance

1234567891011>>

/illumos-gate/usr/src/lib/sun_sas/common/
H A DSun_sasGetDiscoveredPortAttributes.c33 Sun_sasGetDiscoveredPortAttributes(HBA_HANDLE handle, argument
47 "discovered port %d", handle, port, discoveredport);
52 index = RetrieveIndex(handle);
57 "Invalid handle %08lx.", handle);
98 "Invalid port index %d for handle %08lx",
99 port, handle);
117 "index %d on handle %08lx.",
118 discoveredport, port, handle);
135 "No discovered port on HBA port index %d for handle
[all...]
H A DSun_sasGetPortAttributesByWWN.c33 Sun_sasGetPortAttributesByWWN(HBA_HANDLE handle, HBA_WWN portWWN, argument
53 index = RetrieveIndex(handle);
57 log(LOG_DEBUG, ROUTINE, "Invalid handle %08lx.", handle);
111 "handle %08lx",
112 wwnConversion(portWWN.wwn), handle);
167 "Invalid Port WWN %016llx for handle %08lx",
168 wwnConversion(portWWN.wwn), handle);
176 " (%16llx) for port (%16llx) for handle %08lx",
179 handle);
[all...]
H A DSun_sasGetTargetMapping.c33 Sun_sasGetTargetMapping(HBA_HANDLE handle, HBA_WWN hbaPortWWN, argument
51 index = RetrieveIndex(handle);
55 log(LOG_DEBUG, ROUTINE, "Invalid handle %08lx.", handle);
139 * the given handle
143 "HBA Port WWN %016llx on handle %08lx",
144 wwnConversion(hbaPortWWN.wwn), handle);
152 "port %016llx for port %016llx on handle "
154 wwnConversion(hbaPortWWN.wwn), handle);
H A DSun_sasRefreshInformation.c85 Sun_sasRefreshInformation(HBA_HANDLE handle) argument
100 oHandle = RetrieveOpenHandle(handle);
102 log(LOG_DEBUG, ROUTINE, "Invalid handle %08lx", handle);
/illumos-gate/usr/src/lib/krb5/kadm5/srv/
H A Dsvr_chpass_util.c34 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) argument
57 * the details of the handle structure
59 kadm5_server_handle_t srvrhdl = (kadm5_server_handle_t)handle;
/illumos-gate/usr/src/lib/libast/common/hash/
H A Dhashalloc.c51 void* handle; local
63 handle = va_arg(ap, void*);
65 if (!(tab = (Hash_table_t*)(*region)(handle, NiL, sizeof(Hash_table_t), 0)))
82 if (!(tab->root = (Hash_root_t*)(*region)(handle, NiL, sizeof(Hash_root_t), 0)))
91 tab->root->local->handle = handle;
172 if (!(tab->table = (Hash_bucket_t**)(*region)(handle, NiL, sizeof(Hash_bucket_t*) * tab->size, 0)))
H A Dhashfree.c51 void* handle; local
64 handle = tab->root->local->handle;
79 if (region) (*region)(handle, p->name, 0, 0);
84 if (region) (*region)(handle, p, 0, 0);
96 if (region) (*region)(handle, tab->table, 0, 0);
136 if (region) (*region)(handle, tab->root, 0, 0);
141 if (region) (*region)(handle, tab, 0, 0);
H A Dhashsize.c47 void* handle; local
53 handle = tab->root->local->handle;
54 new_s = (Hash_bucket_t**)(*region)(handle, NiL, sizeof(Hash_bucket_t*) * size, 0);
77 if (region) (*region)(handle, tab->table, 0, 0);
/illumos-gate/usr/src/lib/libfakekernel/common/
H A Dkiconv.c34 kiconv_close(kiconv_t handle) argument
36 if (iconv_close(handle) < 0)
44 kiconv_t handle,
53 code = iconv(handle, (const char **)inbuf, inbytesleft,
43 kiconv( kiconv_t handle, char **inbuf, size_t *inbytesleft, char **outbuf, size_t *outbytesleft, int *errno_out) argument
/illumos-gate/usr/src/lib/libshare/common/
H A Dscfutil.h42 scf_handle_t *handle; member in struct:scfutilhandle
/illumos-gate/usr/src/lib/libfru/libfruraw/
H A Dfru_access.h51 section_hdl_t handle; /* for use in operations on section */ member in struct:__anon3249
61 segment_hdl_t handle; /* for operations on segment */ member in struct:__anon3250
73 packet_hdl_t handle; /* for use in operations on packet */ member in struct:__anon3251
/illumos-gate/usr/src/lib/libnsl/rpc/
H A Dfdsync.c62 static mutex_t *search(const void *handle, int fd);
63 static rpcfd_block_t *create_block(const void *handle, int fd);
87 rpc_fd_lock(const void *handle, int fd) argument
94 mp = search(handle, fd);
96 p = create_block(handle, fd);
108 rpc_fd_unlock(const void *handle, int fd) argument
113 mp = search(handle, fd);
121 create_block(const void *handle, int fd) argument
137 for (l = (rpcfd_block_t *)handle; l; l = l->next) {
157 search(const void *handle, in argument
[all...]
/illumos-gate/usr/src/lib/libipmp/common/
H A Dipmp_admin.c41 ipmp_command(ipmp_handle_t handle, const void *req, uint_t reqsize) argument
43 ipmp_state_t *statep = (ipmp_state_t *)handle;
77 ipmp_offline(ipmp_handle_t handle, const char *ifname, uint_t minred) argument
84 return (ipmp_command(handle, &mio, sizeof (mio)));
88 ipmp_undo_offline(ipmp_handle_t handle, const char *ifname) argument
94 return (ipmp_command(handle, &miu, sizeof (miu)));
98 ipmp_ping_daemon(ipmp_handle_t handle) argument
103 return (ipmp_command(handle, &mip, sizeof (mip)));
/illumos-gate/usr/src/lib/libkmf/libkmf/common/
H A Dkeyop.c39 kmf_create_keypair(KMF_HANDLE_T handle, argument
59 if (handle == NULL)
62 CLEAR_ERROR(handle, ret);
76 plugin = FindPlugin(handle, kstype);
78 return (plugin->funclist->CreateKeypair(handle, num_args,
86 kmf_delete_key_from_keystore(KMF_HANDLE_T handle, argument
106 if (handle == NULL)
109 CLEAR_ERROR(handle, ret);
123 plugin = FindPlugin(handle, kstype);
125 ret = plugin->funclist->DeleteKey(handle, num_arg
155 kmf_find_key(KMF_HANDLE_T handle, int num_args, KMF_ATTRIBUTE *attrlist) argument
199 kmf_create_sym_key(KMF_HANDLE_T handle, int num_args, KMF_ATTRIBUTE *attrlist) argument
245 kmf_get_sym_key_value(KMF_HANDLE_T handle, KMF_KEY_HANDLE *symkey, KMF_RAW_SYM_KEY *rkey) argument
269 kmf_store_key(KMF_HANDLE_T handle, int numattr, KMF_ATTRIBUTE *attrlist) argument
[all...]
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/lib/fruaccess/
H A Dfru_access.h53 section_hdl_t handle; /* for use in operations on section */ member in struct:__anon1145
63 segment_hdl_t handle; /* for operations on segment */ member in struct:__anon1146
75 packet_hdl_t handle; /* for use in operations on packet */ member in struct:__anon1147
/illumos-gate/usr/src/cmd/print/printmgr/com/sun/admin/pm/client/
H A DBSTItem.java40 public int handle = UNINITIALIZED; field in class:BSTItem
52 handle = serial++;
56 return new String("Item " + key + " (" + handle + ")");
/illumos-gate/usr/src/cmd/ibd_upgrade/
H A Dibd_delete_link.c38 ibd_dladm_door_call(dladm_handle_t handle, void *arg, size_t asize, void *rbuf, argument
53 if ((status = dladm_door_fd(handle, &door_fd)) != DLADM_STATUS_OK)
137 (void) fprintf(stderr, "Failed to open dladm handle: %s\n",
/illumos-gate/usr/src/cmd/isns/isnsd/
H A Dconfig.c59 scf_handle_t *handle = NULL; local
72 handle = scf_handle_create(SCF_VERSION);
75 sc = scf_scope_create(handle);
76 svc = scf_service_create(handle);
77 pg = scf_pg_create(handle);
78 prop = scf_property_create(handle);
79 value = scf_value_create(handle);
80 value_iter = scf_iter_create(handle);
83 if (handle == NULL || sc == NULL || svc == NULL || pg == NULL ||
90 /* bind scf handle t
[all...]
/illumos-gate/usr/src/lib/sun_fc/common/
H A DSun_fcGetFcpTargetMapping.cc39 getAdapterPortWWN(HBA_HANDLE handle,HBA_UINT32 index) { argument
43 Handle *myHandle = Handle::findHandle(handle);
61 * @param handle The HBA to fetch mappings for
69 Sun_fcGetFcpTargetMapping(HBA_HANDLE handle, PHBA_FCPTARGETMAPPING mapping) { argument
89 status = Sun_fcGetAdapterAttributes(handle,&attributes);
103 status = Sun_fcGetFcpTargetMappingV2(handle,
104 getAdapterPortWWN(handle,port), mappingV2);
H A DSun_fcScsiInquiryV2.cc47 * @param handle The HBA to operate on
61 Sun_fcScsiInquiryV2(HBA_HANDLE handle, HBA_WWN portWWN, HBA_WWN targetPortWWN, argument
72 Handle *myHandle = Handle::findHandle(handle);
H A DSun_fcScsiReadCapacityV2.cc46 * @param handle The HBA to operate on
58 Sun_fcScsiReadCapacityV2(HBA_HANDLE handle, HBA_WWN portWWN, argument
69 Handle *myHandle = Handle::findHandle(handle);
H A DSun_fcScsiReportLUNsV2.cc46 * @param handle The HBA to operate on
56 HBA_STATUS Sun_fcScsiReportLUNsV2(HBA_HANDLE handle, HBA_WWN portWWN, argument
69 Handle *myHandle = Handle::findHandle(handle);
/illumos-gate/usr/src/uts/common/io/hxge/
H A Dhpi.c85 hpi_rtrace_update(hpi_handle_t handle, boolean_t wr, rtrace_t *rt, argument
94 rt->buf[idx].ctl_addr |= (((handle.function.function
96 ((handle.function.instance << TRACE_INST_SHIFT) & TRACE_INST_MASK));
/illumos-gate/usr/src/uts/common/io/nxge/
H A Dnxge_zcp.c36 npi_handle_t handle; local
44 handle = nxgep->npi_handle;
66 if (npi_zcp_tt_cfifo_entry(handle, OP_SET,
69 if (npi_zcp_tt_cfifo_entry(handle, OP_GET,
74 if (npi_zcp_rest_cfifo_port(handle, portn) != NPI_SUCCESS)
83 NXGE_REG_WR64(handle, ZCP_CFIFO_ECC_PORT0_REG, 0);
86 NXGE_REG_WR64(handle, ZCP_CFIFO_ECC_PORT1_REG, 0);
89 NXGE_REG_WR64(handle, ZCP_CFIFO_ECC_PORT2_REG, 0);
92 NXGE_REG_WR64(handle, ZCP_CFIFO_ECC_PORT3_REG, 0);
96 if ((rs = npi_zcp_clear_istatus(handle)) !
115 npi_handle_t handle; local
391 npi_handle_t handle; local
[all...]
/illumos-gate/usr/src/lib/krb5/kadm5/clnt/
H A Dclnt_policy.c49 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 local
156 kadm5_server_handle_t handle = server_handle; local
[all...]

Completed in 87 milliseconds

1234567891011>>