Searched refs:sle (Results 1 – 3 of 3) sorted by relevance
5242 const mib2_sctpConnLocalEntry_t *sle; in sctp_getnext_local() local5252 sle = (const mib2_sctpConnLocalEntry_t *) in sctp_getnext_local()5255 sle = item->valp; in sctp_getnext_local()5257 for (; (char *)sle < (char *)item->valp + item->length; in sctp_getnext_local()5259 sle = (const mib2_sctpConnLocalEntry_t *) in sctp_getnext_local()5260 ((const char *)sle + sctpLocalEntrySize)) { in sctp_getnext_local()5261 if (sle->sctpAssocId != associd) { in sctp_getnext_local()5265 return (sle); in sctp_getnext_local()5319 const mib2_sctpConnLocalEntry_t *sle = NULL; in sctp_conn_report_item() local5368 while ((sle = sctp_getnext_local(&local, sle, id)) != NULL) { in sctp_conn_report_item()[all …]
599 } catch (ServiceLocationException sle) { in handleRequest()600 ex = sle; in handleRequest()
1848 spa_load_error_t *sle = zio->io_private; in spa_load_verify_done() local1856 atomic_inc_64(&sle->sle_meta_count); in spa_load_verify_done()1858 atomic_inc_64(&sle->sle_data_count); in spa_load_verify_done()1914 spa_load_error_t sle = { 0 }; in spa_load_verify() local1924 rio = zio_root(spa, NULL, &sle, in spa_load_verify()1935 spa->spa_load_meta_errors = sle.sle_meta_count; in spa_load_verify()1936 spa->spa_load_data_errors = sle.sle_data_count; in spa_load_verify()1938 if (!error && sle.sle_meta_count <= policy.zrp_maxmeta && in spa_load_verify()1939 sle.sle_data_count <= policy.zrp_maxdata) { in spa_load_verify()1952 ZPOOL_CONFIG_LOAD_DATA_ERRORS, sle.sle_data_count) == 0); in spa_load_verify()