Searched defs:sle (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dspa.c1874 spa_load_error_t *sle = zio->io_private; local
1882 atomic_inc_64(&sle->sle_meta_count);
1884 atomic_inc_64(&sle->sle_data_count);
1950 spa_load_error_t sle = { 0 }; local
1968 rio = zio_root(spa, NULL, &sle,
1979 spa->spa_load_meta_errors = sle.sle_meta_count;
1980 spa->spa_load_data_errors = sle.sle_data_count;
1982 if (!error && sle.sle_meta_count <= policy.zrp_maxmeta &&
1983 sle.sle_data_count <= policy.zrp_maxdata) {
1996 ZPOOL_CONFIG_LOAD_DATA_ERRORS, sle
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/netstat/
H A Dnetstat.c5242 const mib2_sctpConnLocalEntry_t *sle; local
5252 sle = (const mib2_sctpConnLocalEntry_t *)
5255 sle = item->valp;
5257 for (; (char *)sle < (char *)item->valp + item->length;
5259 sle = (const mib2_sctpConnLocalEntry_t *)
5260 ((const char *)sle + sctpLocalEntrySize)) {
5261 if (sle->sctpAssocId != associd) {
5265 return (sle);
5319 const mib2_sctpConnLocalEntry_t *sle = NULL; local
5368 while ((sle
[all...]

Completed in 77 milliseconds