Searched defs:attrs (Results 26 - 50 of 200) sorted by relevance

12345678

/illumos-gate/usr/src/lib/sun_fc/common/
H A DFCHBANPIVPort.cc72 HBA_NPIVATTRIBUTES attrs = getPortAttributes(tmp); local
73 memcpy(&tmp, &attrs.PortWWN, 8);
75 memcpy(&tmp, &attrs.NodeWWN, 8);
85 fc_hba_npiv_attributes_t attrs; local
90 fcio.fcio_olen = sizeof (attrs);
92 fcio.fcio_obuf = (caddr_t)&attrs;
95 stateChange = attrs.lastChange;
96 memcpy(&attributes.NodeWWN, &attrs.NodeWWN, 8);
97 memcpy(&attributes.PortWWN, &attrs.PortWWN, 8);
H A DFCHBA.cc62 HBA_ADAPTERATTRIBUTES attrs = getHBAAttributes(); local
63 name = attrs.Manufacturer;
65 name += attrs.Model;
68 for (int i = 1; i < attrs.NumberOfPorts; i++) {
172 fc_hba_adapter_attributes_t attrs; local
177 fcio.fcio_olen = sizeof (attrs);
179 fcio.fcio_obuf = (caddr_t)&attrs;
198 attributes.NumberOfPorts = attrs.NumberOfPorts;
199 attributes.VendorSpecificID = attrs.VendorSpecificID;
200 memcpy(attributes.Manufacturer, attrs
281 fc_hba_adapter_attributes_t attrs; local
[all...]
H A DHBAList.cc417 HBA_LIBRARYATTRIBUTES attrs; local
419 attrs.final = 0;
420 memset(&attrs, 0, sizeof(attrs));
421 strlcpy(attrs.VName, VSL_NAME, sizeof (attrs.VName));
422 strlcpy(attrs.VVersion, VSL_STRING_VERSION, sizeof (attrs.VVersion));
423 strptime(build_time, "%c", &attrs.build_date);
425 return (attrs);
[all...]
/illumos-gate/usr/src/uts/common/io/scsi/adapters/iscsi/
H A Dradius_packet.h58 radius_attr_t attrs[4]; /* For this implementation each */ member in struct:radius_packet_data
/illumos-gate/usr/src/uts/common/sys/iscsit/
H A Dradius_packet.h58 radius_attr_t attrs[4]; /* For this implementation each */ member in struct:radius_packet_data
/illumos-gate/usr/src/lib/nsswitch/ldap/common/
H A Dtsol_gettpent.c64 char **attrs, **template; local
76 attrs = __ns_ldap_getAttr(result->entry, _TNRHTP_ATTRS);
77 if (attrs == NULL || attrs[0] == NULL || (strlen(attrs[0]) < 1)) {
82 /* "template:attrs" */
83 len = strlen(template[0]) + strlen(attrs[0]) + 2;
95 (void) snprintf(buffer, len, "%s:%s", template[0], attrs[0]);
/illumos-gate/usr/src/lib/libslp/javalib/com/sun/slp/
H A DSLPServerHeaderV2.java350 Vector attrs)
361 return new SDAAdvert(this, xid, timestamp, url, scopes, attrs);
346 getDAAdvert(short xid, long timestamp, ServiceURL url, Vector scopes, Vector attrs) argument
H A DSunServerDATable.java117 Vector attrs,
133 attrs.addElement(attr);
139 attrs.addElement(attr);
144 attrs.addElement(attr);
149 attrs.addElement(attr);
153 ServiceURL adURL = formServiceTableDAURL(url, attrs);
204 attrs,
452 private ServiceURL formServiceTableDAURL(ServiceURL url, Vector attrs) { argument
458 int i, n = attrs.size();
462 (ServiceLocationAttribute)attrs
113 recordNewDA(ServiceURL url, Vector scopes, long timestamp, int version, Vector attrs, String spis) argument
[all...]
H A DServerDATable.java137 * @param attrs Attributes of DA.
147 Vector attrs,
320 advert.attrs,
143 recordNewDA(ServiceURL url, Vector scopes, long timestamp, int version, Vector attrs, String spis) argument
H A DServiceStore.java182 * @param attrs The Vector of ServiceLocationAttribute objects.
195 boolean register(ServiceURL url, Vector attrs, argument
225 * @param attrs The Vector of ServiceLocationAttribute objects.
234 void updateRegistration(ServiceURL url, Vector attrs, argument
/illumos-gate/usr/src/lib/libcpc/common/
H A Dsubr.c91 nvlist_t *attrs; local
93 if (nvlist_alloc(&attrs, NV_UNIQUE_NAME, 0) == ENOMEM)
97 if (nvlist_add_uint64(attrs,
100 nvlist_free(attrs);
106 attrs) != 0) {
107 nvlist_free(attrs);
111 nvlist_free(attrs);
/illumos-gate/usr/src/lib/libdiskmgt/common/
H A Dalias.c41 static int get_status(disk_t *diskp, int fd, nvlist_t *attrs);
60 nvlist_t *attrs = NULL; local
69 if (nvlist_alloc(&attrs, NVATTRS, 0) != 0) {
75 if (nvlist_add_uint32(attrs, DM_LUN, ap->lun) != 0) {
76 nvlist_free(attrs);
81 if (nvlist_add_uint32(attrs, DM_TARGET, ap->target) != 0) {
82 nvlist_free(attrs);
89 if (nvlist_add_string(attrs, DM_WWN, ap->wwn) != 0) {
90 nvlist_free(attrs);
102 if ((*errp = get_status(dp->p.disk, fd, attrs)) !
198 get_status(disk_t *diskp, int fd, nvlist_t *attrs) argument
[all...]
H A Dbus.c60 nvlist_t *attrs; local
62 if (nvlist_alloc(&attrs, NVATTRS, 0) != 0) {
69 if (nvlist_add_string(attrs, DM_BTYPE, bp->btype) != 0) {
70 nvlist_free(attrs);
76 if (nvlist_add_uint32(attrs, DM_CLOCK, bp->freq) != 0) {
77 nvlist_free(attrs);
84 if (nvlist_add_string(attrs, DM_PNAME, bp->pname) != 0) {
85 nvlist_free(attrs);
92 return (attrs);
H A Dcontroller.c64 nvlist_t *attrs; local
66 if (nvlist_alloc(&attrs, NVATTRS, 0) != 0) {
73 if (nvlist_add_string(attrs, DM_CTYPE, cp->ctype) != 0) {
74 nvlist_free(attrs);
80 if (nvlist_add_boolean(attrs, DM_MULTIPLEX) != 0) {
81 nvlist_free(attrs);
89 if (nvlist_add_boolean(attrs, DM_FAST) != 0) {
90 nvlist_free(attrs);
96 if (nvlist_add_boolean(attrs, DM_WIDE) != 0) {
97 nvlist_free(attrs);
[all...]
H A Dinuse_lu.c76 inuse_lu(char *slice, nvlist_t *attrs, int *errp) argument
109 libdiskmgt_add_str(attrs, DM_USED_BY, DM_USE_LU, errp);
110 libdiskmgt_add_str(attrs, DM_USED_NAME, listp->name, errp);
H A Dpath.c37 static int add_path_state(descriptor_t *dp, nvlist_t *attrs);
38 static int add_wwn(descriptor_t *dp, nvlist_t *attrs);
61 nvlist_t *attrs = NULL; local
65 if (nvlist_alloc(&attrs, NVATTRS, 0) != 0) {
70 if (nvlist_add_string(attrs, DM_CTYPE, pp->ctype) != 0) {
71 nvlist_free(attrs);
82 if (add_path_state(dp, attrs) != 0) {
83 nvlist_free(attrs);
87 if (add_wwn(dp, attrs) != 0) {
88 nvlist_free(attrs);
181 add_path_state(descriptor_t *dp, nvlist_t *attrs) argument
219 add_wwn(descriptor_t *dp, nvlist_t *attrs) argument
[all...]
/illumos-gate/usr/src/cmd/idmap/idmapd/
H A Ddirectory_server.c71 idmap_utf8str_list attrs,
102 &attrs);
68 directory_get_common_1_svc( idmap_utf8str_list ids, idmap_utf8str types, idmap_utf8str_list attrs, directory_results_rpc *result, struct svc_req *req) argument
H A Ddirectory_provider_builtin.c50 idmap_utf8str_list *attrs);
62 idmap_utf8str_list *attrs)
131 de = directory_provider_builtin_populate(&del[i], wksid, attrs);
150 idmap_utf8str_list *attrs)
156 nattrs = attrs->idmap_utf8str_list_len;
163 pent->directory_entry_rpc_u.attrs.attrs_val = llvals;
164 pent->directory_entry_rpc_u.attrs.attrs_len = nattrs;
175 a = attrs->idmap_utf8str_list_val[j];
58 directory_provider_builtin_get( directory_entry_rpc *del, idmap_utf8str_list *ids, idmap_utf8str types, idmap_utf8str_list *attrs) argument
147 directory_provider_builtin_populate( directory_entry_rpc *pent, const wksids_table_t *wksid, idmap_utf8str_list *attrs) argument
/illumos-gate/usr/src/uts/common/crypto/api/
H A Dkcf_object.c42 crypto_object_attribute_t *attrs, uint_t count,
63 attrs, count, object_handle, KCF_SWFP_RHNDL(crq));
67 sid, 0, attrs, count, object_handle, 0,
117 crypto_object_id_t object_handle, crypto_object_attribute_t *attrs,
138 object_handle, attrs, count, new_handle,
143 sid, object_handle, attrs, count,
157 crypto_object_attribute_t *attrs, uint_t count, crypto_call_req_t *crq)
178 sid, object_handle, attrs, count, KCF_SWFP_RHNDL(crq));
183 attrs, count, NULL, 0, NULL, NULL, 0, NULL);
196 crypto_object_attribute_t *attrs, uint_
41 crypto_object_create(crypto_provider_t provider, crypto_session_id_t sid, crypto_object_attribute_t *attrs, uint_t count, crypto_object_id_t *object_handle, crypto_call_req_t *crq) argument
116 crypto_object_copy(crypto_provider_t provider, crypto_session_id_t sid, crypto_object_id_t object_handle, crypto_object_attribute_t *attrs, uint_t count, crypto_object_id_t *new_handle, crypto_call_req_t *crq) argument
155 crypto_object_get_attribute_value(crypto_provider_t provider, crypto_session_id_t sid, crypto_object_id_t object_handle, crypto_object_attribute_t *attrs, uint_t count, crypto_call_req_t *crq) argument
194 crypto_object_set_attribute_value(crypto_provider_t provider, crypto_session_id_t sid, crypto_object_id_t object_handle, crypto_object_attribute_t *attrs, uint_t count, crypto_call_req_t *crq) argument
270 crypto_object_find_init(crypto_provider_t provider, crypto_session_id_t sid, crypto_object_attribute_t *attrs, uint_t count, void **cookie, crypto_call_req_t *crq) argument
[all...]
/illumos-gate/usr/src/lib/libtnfctl/
H A Dopen.c298 tnfctl_trace_attrs_get(tnfctl_handle_t *hdl, tnfctl_trace_attrs_t *attrs) argument
306 attrs->targ_pid = hdl->targ_pid;
307 attrs->trace_file_name = hdl->trace_file_name;
308 attrs->trace_buf_size = hdl->trace_buf_size;
309 attrs->trace_min_size = hdl->trace_min_size;
310 attrs->trace_buf_state = hdl->trace_buf_state;
311 attrs->trace_state = hdl->trace_state;
312 attrs->filter_state = hdl->kpidfilter_state;
/illumos-gate/usr/src/lib/libtsnet/common/
H A Dtsol_sgettpent.c241 char *attrs = tpstrp->attrs; local
259 if (attrs && *attrs != '\0' && *attrs != '#' && *attrs != '\n')
260 *errstrp = attrs;
267 if (attrs && *attrs != '\0' && *attrs !
[all...]
/illumos-gate/usr/src/lib/libnisdb/
H A Dldap_ldap.c67 char *attrs[2]; local
75 /* Evaluate t->element to get the t->attrs value */
103 filter = t->attrs;
134 attrs[0] = attrName;
135 attrs[1] = 0;
137 ls = buildLdapSearch(base, scope, 0, 0, filter, attrs, 0, 0);
225 * Derived via an LDAP search on the search triple 'attrs' or
255 ls.attrs = 0;
292 if (slen(item->searchSpec.triple.attrs) > 0 ||
316 ls.filter = item->searchSpec.triple.attrs;
[all...]
H A Dldap_structs.h85 char **attrs; member in struct:__anon3623
/illumos-gate/usr/src/lib/libidmap/common/
H A Ddirectory_helper.c60 static char *attrs[] = { local
85 de = directory_get_v(d1, &ret_list, &name, 1, type, attrs);
94 ret_sid = (struct ret_sid *)ret_list[0].attrs;
177 static char *attrs[] = { local
201 de = directory_get_v(d1, &ret_list, &id, 1, id_type, attrs);
210 ret_name = (struct canon_name_ret *)ret_list[0].attrs;
/illumos-gate/usr/src/cmd/krb5/kadmin/dbutil/
H A Dkadm5_create.c56 char *name, char *realm, int attrs, int lifetime);
59 char *sname, int attrs, int lifetime);
62 krb5_principal principal, int attrs, int lifetime);
247 * attrs (r) principal's attributes
262 * and if the principals attributes != attrs, wrong_attrs is printed.
264 * attributes attrs and max life of lifetime (if not zero).
268 krb5_principal principal, int attrs, int lifetime)
281 ent.attributes = attrs | KRB5_KDB_DISALLOW_ALL_TIX;
362 ent.attributes = attrs;
381 char *name, char *realm, int attrs, in
267 add_admin_princ(void *handle, krb5_context context, krb5_principal principal, int attrs, int lifetime) argument
380 add_admin_old_princ(void *handle, krb5_context context, char *name, char *realm, int attrs, int lifetime) argument
397 add_admin_sname_princ(void *handle, krb5_context context, char *sname, int attrs, int lifetime) argument
[all...]

Completed in 92 milliseconds

12345678