Home
last modified time | relevance | path

Searched refs:attrs (Results 1 – 25 of 287) sorted by relevance

12345678910>>...12

/titanic_52/usr/src/lib/sun_fc/common/
H A DTgtFCHBAPort.cc232 HBA_PORTATTRIBUTES attrs = getPortAttributes(tmp); in TgtFCHBAPort() local
233 memcpy(&tmp, &attrs.PortWWN, 8); in TgtFCHBAPort()
235 memcpy(&tmp, &attrs.NodeWWN, 8); in TgtFCHBAPort()
250 fc_tgt_hba_port_attributes_t attrs; in getPortAttributes() local
272 fctio.fctio_olen = (uint32_t)(sizeof (attrs)); in getPortAttributes()
273 fctio.fctio_obuf = (uint64_t)(uintptr_t)&attrs; in getPortAttributes()
277 stateChange = attrs.lastChange; in getPortAttributes()
279 attributes.PortFcId = attrs.PortFcId; in getPortAttributes()
280 attributes.PortType = attrs.PortType; in getPortAttributes()
281 attributes.PortState = attrs in getPortAttributes()
304 fc_tgt_hba_port_attributes_t attrs; getDiscoveredAttributes() local
360 fc_tgt_hba_port_attributes_t attrs; getDiscoveredAttributes() local
415 HBA_PORTATTRIBUTES attrs; sendRLS() local
[all...]
H A DFCHBA.cc62 HBA_ADAPTERATTRIBUTES attrs = getHBAAttributes(); in FCHBA() local
63 name = attrs.Manufacturer; in FCHBA()
65 name += attrs.Model; in FCHBA()
68 for (int i = 1; i < attrs.NumberOfPorts; i++) { in FCHBA()
172 fc_hba_adapter_attributes_t attrs; in getHBAAttributes() local
177 fcio.fcio_olen = sizeof (attrs); in getHBAAttributes()
179 fcio.fcio_obuf = (caddr_t)&attrs; in getHBAAttributes()
198 attributes.NumberOfPorts = attrs.NumberOfPorts; in getHBAAttributes()
199 attributes.VendorSpecificID = attrs.VendorSpecificID; in getHBAAttributes()
200 memcpy(attributes.Manufacturer, attrs in getHBAAttributes()
281 fc_hba_adapter_attributes_t attrs; npivGetHBAAttributes() local
[all...]
H A DFCHBAPort.cc464 HBA_PORTATTRIBUTES attrs = getPortAttributes(tmp); in FCHBAPort() local
465 memcpy(&tmp, &attrs.PortWWN, 8); in FCHBAPort()
467 memcpy(&tmp, &attrs.NodeWWN, 8); in FCHBAPort()
558 fc_hba_port_npiv_attributes_t attrs; in getPortNPIVAttributes() local
565 fcio.fcio_olen = sizeof(attrs); in getPortNPIVAttributes()
567 fcio.fcio_obuf = (caddr_t)&attrs; in getPortNPIVAttributes()
571 stateChange = attrs.lastChange; in getPortNPIVAttributes()
572 attributes.npivflag = attrs.npivflag; in getPortNPIVAttributes()
573 memcpy(&attributes.NodeWWN, &attrs.NodeWWN, 8); in getPortNPIVAttributes()
574 memcpy(&attributes.PortWWN, &attrs in getPortNPIVAttributes()
586 fc_hba_port_attributes_t attrs; getPortAttributes() local
625 fc_hba_port_attributes_t attrs; getDiscoveredAttributes() local
666 fc_hba_port_attributes_t attrs; getDiscoveredAttributes() local
954 HBA_PORTATTRIBUTES attrs; sendRLS() local
1134 HBA_PORTATTRIBUTES attrs = getDiscoveredAttributes(destwwn, sendRNID() local
[all...]
H A DTgtFCHBA.cc65 HBA_ADAPTERATTRIBUTES attrs = getHBAAttributes(); in TgtFCHBA() local
66 name = attrs.Manufacturer; in TgtFCHBA()
68 name += attrs.Model; in TgtFCHBA()
94 fc_tgt_hba_adapter_attributes_t attrs; in getHBAAttributes() local
125 fctio.fctio_olen = (uint32_t)(sizeof (attrs)); in getHBAAttributes()
127 fctio.fctio_obuf = (uint64_t)(uintptr_t)&attrs; in getHBAAttributes()
147 attributes.NumberOfPorts = attrs.NumberOfPorts; in getHBAAttributes()
148 attributes.VendorSpecificID = attrs.VendorSpecificID; in getHBAAttributes()
149 memcpy(attributes.Manufacturer, attrs.Manufacturer, 64); in getHBAAttributes()
150 memcpy(attributes.SerialNumber, attrs in getHBAAttributes()
[all...]
/titanic_52/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_hba_fru.c235 fca_port_attrs_t *attrs = &port_info->pi_attrs; in ql_populate_hba_fru_details() local
244 attrs = &port_info->pi_attrs; in ql_populate_hba_fru_details()
247 (void) snprintf(attrs->manufacturer, FCHBA_MANUFACTURER_LEN, in ql_populate_hba_fru_details()
249 (void) snprintf(attrs->driver_name, FCHBA_DRIVER_NAME_LEN, in ql_populate_hba_fru_details()
251 (void) snprintf(attrs->driver_version, FCHBA_DRIVER_VERSION_LEN, in ql_populate_hba_fru_details()
255 attrs->serial_number, FCHBA_SERIAL_NUMBER_LEN)) == -1) { in ql_populate_hba_fru_details()
256 attrs->serial_number[0] = '\0'; in ql_populate_hba_fru_details()
258 attrs->hardware_version[0] = '\0'; in ql_populate_hba_fru_details()
261 (void) snprintf(attrs->firmware_version, FCHBA_FIRMWARE_VERSION_LEN, in ql_populate_hba_fru_details()
271 int8_t *orv = &*attrs in ql_populate_hba_fru_details()
[all...]
/titanic_52/usr/src/lib/print/libprint/common/
H A Dnss_ldap.c159 static NSL_RESULT _addLDAPmodValue(LDAPMod ***attrs, char *type, char *value);
160 static NSL_RESULT _modLDAPmodValue(LDAPMod ***attrs, char *type, char *value);
162 char **attrList, LDAPMod ***attrs);
164 char **attrList, char ***oldKVPList, LDAPMod ***attrs);
174 static NSL_RESULT _attrAddKVP(LDAPMod ***attrs, char **kvpList, int kvpExists);
866 LDAPMod **attrs = NULL; in _addNewPrinterObject() local
890 attrList, &attrs); in _addNewPrinterObject()
894 (char *)printerDN, attrs); in _addNewPrinterObject()
907 (void) ldap_mods_free(attrs, 1); in _addNewPrinterObject()
963 LDAPMod **attrs in _modifyPrinterObject() local
1144 _addLDAPmodValue(LDAPMod *** attrs,char * type,char * value) _addLDAPmodValue() argument
1279 _modLDAPmodValue(LDAPMod *** attrs,char * type,char * value) _modLDAPmodValue() argument
1469 _constructAddLDAPMod(uchar_t * printerName,char ** attrList,LDAPMod *** attrs) _constructAddLDAPMod() argument
1603 _constructModLDAPMod(uchar_t * printerName,int sunPrinter,char ** attrList,char *** oldKVPList,LDAPMod *** attrs) _constructModLDAPMod() argument
2355 _attrAddKVP(LDAPMod *** attrs,char ** kvpList,int kvpExists) _attrAddKVP() argument
[all...]
H A Dns_cmn_kvp.c122 ns_kvp_t *kvp, **attrs; in ns_r_get_value() local
147 for (attrs = printer->attributes; attrs != NULL && *attrs != NULL; in ns_r_get_value()
148 attrs++) { in ns_r_get_value()
151 if ((strcmp((*attrs)->key, NS_KEY_ALL) == 0) || in ns_r_get_value()
152 (strcmp((*attrs)->key, NS_KEY_GROUP) == 0)) { in ns_r_get_value()
155 for (printers = string_to_value((*attrs)->key, in ns_r_get_value()
156 (*attrs)->value); in ns_r_get_value()
166 } else if (strcmp((*attrs) in ns_r_get_value()
[all...]
/titanic_52/usr/src/cmd/tnf/prex/
H A Dprbk.c82 tnfctl_trace_attrs_t attrs; in prbk_buffer_list() local
84 if (check_kernelmode(&attrs)) in prbk_buffer_list()
86 if (attrs.trace_buf_state == TNFCTL_BUF_NONE) { in prbk_buffer_list()
90 attrs.trace_buf_size); in prbk_buffer_list()
91 if (attrs.trace_buf_state == TNFCTL_BUF_BROKEN) { in prbk_buffer_list()
107 tnfctl_trace_attrs_t attrs; in prbk_buffer_alloc() local
109 if (check_kernelmode(&attrs)) in prbk_buffer_alloc()
112 if (attrs.trace_buf_state != TNFCTL_BUF_NONE) { in prbk_buffer_alloc()
117 if (size < attrs.trace_min_size) { in prbk_buffer_alloc()
121 size, attrs in prbk_buffer_alloc()
298 tnfctl_trace_attrs_t attrs; prbk_show_pfilter_mode() local
336 tnfctl_trace_attrs_t attrs; prbk_warn_pfilter_empty() local
381 tnfctl_trace_attrs_t attrs; prbk_show_tracing() local
[all...]
H A Dlist.c227 char *attrs; in list_getattrs() local
236 attrs = malloc(2); in list_getattrs()
237 if (attrs) in list_getattrs()
238 attrs[0] = '\0'; in list_getattrs()
239 return (attrs); in list_getattrs()
280 attrs = (char *) malloc(len); in list_getattrs()
282 if (attrs) { in list_getattrs()
283 (void) strcpy(attrs, buffer); in list_getattrs()
284 (void) strcat(attrs, p_state.attr_string); in list_getattrs()
287 return (attrs); in list_getattrs()
306 char *attrs; probescan() local
517 char *attrs; listprobe() local
[all...]
/titanic_52/usr/src/cmd/print/bsd-sysv-commands/
H A Dlpstat.c146 papi_attribute_t **attrs = papiPrinterGetAttributeList(p); in get_device_uri() local
148 (void) papiAttributeListGetString(attrs, NULL, in get_device_uri()
204 papi_attribute_t **attrs = papiPrinterGetAttributeList(printer); in report_device() local
210 status = papiAttributeListGetString(attrs, NULL, in report_device()
213 status = papiAttributeListGetString(attrs, NULL, in report_device()
220 (void) papiAttributeListGetString(attrs, NULL, in report_device()
256 papi_attribute_t **attrs = papiPrinterGetAttributeList(printer); in report_accepting() local
261 status = papiAttributeListGetString(attrs, NULL, in report_accepting()
264 status = papiAttributeListGetString(attrs, NULL, in report_accepting()
270 (void) papiAttributeListGetBoolean(attrs, NUL in report_accepting()
304 papi_attribute_t **attrs = papiPrinterGetAttributeList(printer); report_class() local
332 get_remote_hostname(papi_attribute_t ** attrs,char ** host) get_remote_hostname() argument
378 papi_attribute_t **attrs = papiPrinterGetAttributeList(printer); report_printer() local
792 papi_attribute_t **attrs = papiJobGetAttributeList(job); report_job() local
1156 report_form(char * name,papi_attribute_t ** attrs,int verbose) report_form() argument
1183 report_print_wheels(char * name,papi_attribute_t ** attrs,int verbose) report_print_wheels() argument
1215 papi_attribute_t **attrs = NULL; service_query() local
[all...]
/titanic_52/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; in alias_get_attributes() local
69 if (nvlist_alloc(&attrs, NVATTRS, 0) != 0) { in alias_get_attributes()
75 if (nvlist_add_uint32(attrs, DM_LUN, ap->lun) != 0) { in alias_get_attributes()
76 nvlist_free(attrs); in alias_get_attributes()
81 if (nvlist_add_uint32(attrs, DM_TARGET, ap->target) != 0) { in alias_get_attributes()
82 nvlist_free(attrs); in alias_get_attributes()
89 if (nvlist_add_string(attrs, DM_WWN, ap->wwn) != 0) { in alias_get_attributes()
90 nvlist_free(attrs); in alias_get_attributes()
102 if ((*errp = get_status(dp->p.disk, fd, attrs)) ! in alias_get_attributes()
198 get_status(disk_t * diskp,int fd,nvlist_t * attrs) get_status() argument
[all...]
H A Dcontroller.c64 nvlist_t *attrs; in controller_get_attributes() local
66 if (nvlist_alloc(&attrs, NVATTRS, 0) != 0) { in controller_get_attributes()
73 if (nvlist_add_string(attrs, DM_CTYPE, cp->ctype) != 0) { in controller_get_attributes()
74 nvlist_free(attrs); in controller_get_attributes()
80 if (nvlist_add_boolean(attrs, DM_MULTIPLEX) != 0) { in controller_get_attributes()
81 nvlist_free(attrs); in controller_get_attributes()
89 if (nvlist_add_boolean(attrs, DM_FAST) != 0) { in controller_get_attributes()
90 nvlist_free(attrs); in controller_get_attributes()
96 if (nvlist_add_boolean(attrs, DM_WIDE) != 0) { in controller_get_attributes()
97 nvlist_free(attrs); in controller_get_attributes()
[all...]
H A Dmedia.c49 static int get_attrs(disk_t *dp, int fd, nvlist_t *attrs);
122 nvlist_t *attrs = NULL; in media_get_attributes() local
130 if (nvlist_alloc(&attrs, NVATTRS, 0) != 0) { in media_get_attributes()
137 if ((*errp = get_attrs(dp->p.disk, fd, attrs)) != 0) { in media_get_attributes()
138 nvlist_free(attrs); in media_get_attributes()
139 attrs = NULL; in media_get_attributes()
146 return (attrs); in media_get_attributes()
370 get_attrs(disk_t *dp, int fd, nvlist_t *attrs) argument
387 if (nvlist_add_boolean(attrs, DM_FDISK) != 0) {
393 if (nvlist_add_boolean(attrs, DM_REMOVABL
[all...]
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; in path_get_attributes() local
65 if (nvlist_alloc(&attrs, NVATTRS, 0) != 0) { in path_get_attributes()
70 if (nvlist_add_string(attrs, DM_CTYPE, pp->ctype) != 0) { in path_get_attributes()
71 nvlist_free(attrs); in path_get_attributes()
82 if (add_path_state(dp, attrs) != 0) { in path_get_attributes()
83 nvlist_free(attrs); in path_get_attributes()
87 if (add_wwn(dp, attrs) != 0) { in path_get_attributes()
88 nvlist_free(attrs); in path_get_attributes()
181 add_path_state(descriptor_t * dp,nvlist_t * attrs) add_path_state() argument
219 add_wwn(descriptor_t * dp,nvlist_t * attrs) add_wwn() argument
[all...]
/titanic_52/usr/src/lib/gss_mechs/mech_krb5/crypto/
H A Dpbkdf2.c63 int attrs = 0; in krb5int_pbkdf2_hmac_sha1() local
70 tmpl[attrs].type = CKA_CLASS; in krb5int_pbkdf2_hmac_sha1()
71 tmpl[attrs].pValue = &class; in krb5int_pbkdf2_hmac_sha1()
72 tmpl[attrs].ulValueLen = sizeof (class); in krb5int_pbkdf2_hmac_sha1()
73 attrs++; in krb5int_pbkdf2_hmac_sha1()
79 tmpl[attrs].type = CKA_KEY_TYPE; in krb5int_pbkdf2_hmac_sha1()
80 tmpl[attrs].pValue = &keytype; in krb5int_pbkdf2_hmac_sha1()
81 tmpl[attrs].ulValueLen = sizeof (keytype); in krb5int_pbkdf2_hmac_sha1()
82 attrs++; in krb5int_pbkdf2_hmac_sha1()
94 tmpl[attrs] in krb5int_pbkdf2_hmac_sha1()
[all...]
/titanic_52/usr/src/lib/libldap5/sources/ldap/common/
H A Dadd.c51 * LDAPMod *attrs[] = {
57 * msgid = ldap_add( ld, dn, attrs );
61 ldap_add( LDAP *ld, const char *dn, LDAPMod **attrs ) in ldap_add() argument
67 if ( ldap_add_ext( ld, dn, attrs, NULL, NULL, &msgid ) in ldap_add()
82 ldap_add_ext( LDAP *ld, const char *dn, LDAPMod **attrs, in ldap_add_ext() argument
92 * attrs SEQUENCE OF SEQUENCE { in ldap_add_ext()
110 if ( !NSLDAPI_VALID_NONEMPTY_LDAPMOD_ARRAY( attrs ) in ldap_add_ext()
129 attrs )) != 0 ) { in ldap_add_ext()
152 for ( i = 0; attrs[i] != NULL; i++ ) { in ldap_add_ext()
153 if ( ( attrs[ in ldap_add_ext()
190 ldap_add_s(LDAP * ld,const char * dn,LDAPMod ** attrs) ldap_add_s() argument
196 ldap_add_ext_s(LDAP * ld,const char * dn,LDAPMod ** attrs,LDAPControl ** serverctrls,LDAPControl ** clientctrls) ldap_add_ext_s() argument
[all...]
H A Durl.c185 char *urlcopy, *attrs, *scope, *extensions = NULL, *p, *q; in nsldapi_url_parse() local
278 attrs = NULL; in nsldapi_url_parse()
280 ( attrs = strchr( ludp->lud_dn, '?' )) != NULL ) { in nsldapi_url_parse()
281 /* terminate dn; point to start of attrs. */ in nsldapi_url_parse()
282 *attrs++ = '\0'; in nsldapi_url_parse()
284 /* scan for '?' that marks end of attrs and begin. of scope */ in nsldapi_url_parse()
285 if (( p = strchr( attrs, '?' )) != NULL ) { in nsldapi_url_parse()
287 * terminate attrs; point to start of scope and scan for in nsldapi_url_parse()
335 * if attrs list was included, turn it into a null-terminated array in nsldapi_url_parse()
337 if ( attrs ! in nsldapi_url_parse()
567 ldap_dns_to_url(LDAP * ld,char * dns_name,char * attrs,char * scope,char * filter) ldap_dns_to_url() argument
805 char *attrs[2] = {"labeledURI", 0}; ldap_dn_to_url() local
[all...]
/titanic_52/usr/src/lib/sun_sas/common/
H A DSun_sasGetVendorLibraryAttributes.c34 Sun_sasGetVendorLibraryAttributes(SMHBA_LIBRARYATTRIBUTES *attrs) { in Sun_sasGetVendorLibraryAttributes() argument
38 if (attrs == NULL) { in Sun_sasGetVendorLibraryAttributes()
39 log(LOG_DEBUG, ROUTINE, "NULL attrs structure"); in Sun_sasGetVendorLibraryAttributes()
42 (void) strlcpy(attrs->LibPath, SUN_SMHBA_VENDOR_LIB_PATH, in Sun_sasGetVendorLibraryAttributes()
43 sizeof (attrs->LibPath)); in Sun_sasGetVendorLibraryAttributes()
44 (void) strlcpy(attrs->VName, SUN_SMHBA_VENDOR_LIB, in Sun_sasGetVendorLibraryAttributes()
45 sizeof (attrs->VName)); in Sun_sasGetVendorLibraryAttributes()
46 (void) strlcpy(attrs->VVersion, SUN_SMHBA_VENDOR_LIB_VERSION, in Sun_sasGetVendorLibraryAttributes()
47 sizeof (attrs->VVersion)); in Sun_sasGetVendorLibraryAttributes()
/titanic_52/usr/src/lib/smbsrv/libsmbns/common/
H A Dsmbns_ads.c774 * Since the attrs is a null-terminated array, all elements
779 smb_ads_alloc_attr(LDAPMod *attrs[], int num) in smb_ads_alloc_attr() argument
783 bzero(attrs, num * sizeof (LDAPMod *)); in smb_ads_alloc_attr()
785 attrs[i] = (LDAPMod *)malloc(sizeof (LDAPMod)); in smb_ads_alloc_attr()
786 if (attrs[i] == NULL) { in smb_ads_alloc_attr()
787 smb_ads_free_attr(attrs); in smb_ads_alloc_attr()
799 * attrs: an array of LDAPMod pointers
804 smb_ads_free_attr(LDAPMod *attrs[]) in smb_ads_free_attr() argument
807 for (i = 0; attrs[i]; i++) { in smb_ads_free_attr()
808 free(attrs[ in smb_ads_free_attr()
874 LDAPMod *attrs[SMB_ADS_SHARE_NUM_ATTR]; smb_ads_add_share() local
1024 char *attrs[4], filter[SMB_ADS_MAXBUFLEN]; smb_ads_lookup_share() local
1298 LDAPMod *attrs[SMB_ADS_COMPUTER_NUM_ATTR]; smb_ads_computer_op() local
1541 char *attrs[3], filter[SMB_ADS_MAXBUFLEN]; smb_ads_lookup_computer_n_attr() local
1624 LDAPMod *attrs[2]; smb_ads_update_computer_cntrl_attr() local
[all...]
/titanic_52/usr/src/lib/libtsnet/common/
H A Dtsol_sgettpent.c241 char *attrs = tpstrp->attrs; in tpstr_to_ent() local
259 if (attrs && *attrs != '\0' && *attrs != '#' && *attrs != '\n') in tpstr_to_ent()
260 *errstrp = attrs; in tpstr_to_ent()
267 if (attrs && *attrs != '\0' && *attrs ! in tpstr_to_ent()
[all...]
/titanic_52/usr/src/uts/common/io/comstar/port/iscsit/
H A Discsit_radiusauth.c162 req->attrs[0].attr_type_code = RAD_USER_NAME; in set_radius_attrs()
163 (void) strncpy((char *)req->attrs[0].attr_value, in set_radius_attrs()
166 req->attrs[0].attr_value_len = strlen(target_chap_name); in set_radius_attrs()
168 req->attrs[1].attr_type_code = RAD_CHAP_PASSWORD; in set_radius_attrs()
170 (char *)req->attrs[1].attr_value, in set_radius_attrs()
171 min(response_length, sizeof (req->attrs[1].attr_value))); in set_radius_attrs()
173 req->attrs[1].attr_value_len = 16; in set_radius_attrs()
175 req->attrs[2].attr_type_code = RAD_CHAP_CHALLENGE; in set_radius_attrs()
177 (char *)req->attrs[2].attr_value, in set_radius_attrs()
178 min(challenge_length, sizeof (req->attrs[ in set_radius_attrs()
[all...]
/titanic_52/usr/src/uts/common/io/scsi/adapters/iscsi/
H A Dradius_auth.c163 req->attrs[0].attr_type_code = RAD_USER_NAME; in set_radius_attrs()
164 (void) strncpy((char *)req->attrs[0].attr_value, in set_radius_attrs()
167 req->attrs[0].attr_value_len = strlen(target_chap_name); in set_radius_attrs()
169 req->attrs[1].attr_type_code = RAD_CHAP_PASSWORD; in set_radius_attrs()
171 (char *)req->attrs[1].attr_value, in set_radius_attrs()
172 min(response_length, sizeof (req->attrs[1].attr_value))); in set_radius_attrs()
174 req->attrs[1].attr_value_len = response_length; in set_radius_attrs()
176 req->attrs[2].attr_type_code = RAD_CHAP_CHALLENGE; in set_radius_attrs()
178 (char *)req->attrs[2].attr_value, in set_radius_attrs()
179 min(challenge_length, sizeof (req->attrs[ in set_radius_attrs()
[all...]
/titanic_52/usr/src/cmd/keyserv/
H A Dchkey_common.c482 ns_ldap_attr_t *attrs; in ldap_attr_mod() local
542 if ((attrs = (ns_ldap_attr_t *)calloc(1, in ldap_attr_mod()
545 attrs->attrname = "nisPublicKey"; in ldap_attr_mod()
546 attrs->attrvalue = alist[0]; in ldap_attr_mod()
547 attrs->value_count = keycount[0]; in ldap_attr_mod()
548 *pkeyattrs = attrs; in ldap_attr_mod()
550 if ((attrs = (ns_ldap_attr_t *)calloc(1, in ldap_attr_mod()
553 attrs->attrname = "nisSecretKey"; in ldap_attr_mod()
554 attrs->attrvalue = alist[1]; in ldap_attr_mod()
555 attrs in ldap_attr_mod()
572 update_ldap_attr(const char * dn,ns_ldap_attr_t ** attrs,const char * passwd,int add,int update4host,const char * bindDN,const char * bindPasswd) update_ldap_attr() argument
884 ns_ldap_attr_t *attrs[4]; /* objectclass, pk, sk, NULL */ ldap_update() local
950 ns_ldap_attr_t *attrs[4]; /* objectclass, pk, sk, NULL */ ldap_update() local
[all...]
/titanic_52/usr/src/lib/libsldap/common/
H A Dns_wrapper.c66 char *dn, LDAPMod **attrs, in _ns_ldap_add_ext() argument
71 return (ldap_add_ext(ld, dn, attrs, in _ns_ldap_add_ext()
77 char *dn, LDAPMod **attrs, in _ns_ldap_add_ext_s() argument
82 return (ldap_add_ext_s(ld, dn, attrs, serverctrls, clientctrls)); in _ns_ldap_add_ext_s()
87 char *dn, LDAPMod **attrs) in _ns_ldap_add() argument
91 return (ldap_add(ld, dn, attrs)); in _ns_ldap_add()
96 char *dn, LDAPMod **attrs) in _ns_ldap_add_s() argument
100 return (ldap_add_s(ld, dn, attrs)); in _ns_ldap_add_s()
317 char **attrs, int attrsonly, LDAPControl **serverctrls, in _ns_ldap_search_ext() argument
324 attrs, attrsonl in _ns_ldap_search_ext()
331 _ns_ldap_search_ext_s(char * service,int flags,char * base,int scope,char * filter,char ** attrs,int attrsonly,LDAPControl ** serverctrls,LDAPControl ** clientctrls,struct timeval * timeoutp,int sizelimit,LDAPMessage ** res) _ns_ldap_search_ext_s() argument
345 _ns_ldap_search(char * service,int flags,char * base,int scope,char * filter,char ** attrs,int attrsonly) _ns_ldap_search() argument
355 _ns_ldap_search_s(char * service,int flags,char * base,int scope,char * filter,char ** attrs,int attrsonly,LDAPMessage ** res) _ns_ldap_search_s() argument
366 _ns_ldap_search_st(char * service,int flags,char * base,int scope,char * filter,char ** attrs,int attrsonly,struct timeval * timeout,LDAPMessage ** res) _ns_ldap_search_st() argument
[all...]
/titanic_52/usr/src/cmd/fcinfo/
H A Dfcinfo-list.c48 static int processHBA(HBA_HANDLE handle, HBA_ADAPTERATTRIBUTES attrs,
60 HBA_ADAPTERATTRIBUTES *attrs, HBA_PORTATTRIBUTES *port, int *portIndex);
72 * attrs pointer to a HBA_ADAPTERATTRIBUTES structure. Upon
85 HBA_ADAPTERATTRIBUTES *attrs, HBA_PORTATTRIBUTES *port, int *portIndex) in retrieveAttrs() argument
92 if (attrs == NULL || port == NULL || portIndex == NULL) { in retrieveAttrs()
99 memset(attrs, 0, sizeof (HBA_ADAPTERATTRIBUTES)); in retrieveAttrs()
100 status = HBA_GetAdapterAttributes(handle, attrs); in retrieveAttrs()
106 status = HBA_GetAdapterAttributes(handle, attrs); in retrieveAttrs()
124 for (portCtr = 0; portCtr < attrs->NumberOfPorts; portCtr++) { in retrieveAttrs()
139 if (portCtr >= attrs in retrieveAttrs()
371 processHBA(HBA_HANDLE handle,HBA_ADAPTERATTRIBUTES attrs,int portIndex,HBA_PORTATTRIBUTES port,HBA_FCPTARGETMAPPINGV2 * map,int resourceType,int flags,int mode) processHBA() argument
610 HBA_ADAPTERATTRIBUTES attrs; fc_util_list_remoteport() local
731 HBA_ADAPTERATTRIBUTES attrs; fc_util_list_hbaport() local
1265 HBA_ADAPTERATTRIBUTES attrs; fc_util_list_logicalunit() local
[all...]

12345678910>>...12