Home
last modified time | relevance | path

Searched refs:csi_count (Results 1 – 1 of 1) sorted by relevance

/titanic_50/usr/src/cmd/svc/configd/
H A Dfile_object.c1867 size_t csi_count; member
1902 if (csip->csi_count == csip->csi_array_size) { in check_snapshot_fill_cb()
1917 cur = &csip->csi_array[csip->csi_count++]; in check_snapshot_fill_cb()
1969 if ((cur = bsearch(&elem, csip->csi_array, csip->csi_count, in check_snapshot_check_cb()
2032 if (csi.csi_count > 0) { in object_check_snapshot()
2033 qsort(csi.csi_array, csi.csi_count, sizeof (*csi.csi_array), in object_check_snapshot()
2062 for (idx = 0; idx < csi.csi_count; idx++) { in object_check_snapshot()