Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/svc/configd/
H A Dfile_object.c1869 check_snapshot_elem_t *csi_array; member
1910 (void) memcpy(new, csip->csi_array, in check_snapshot_fill_cb()
1912 uu_free(csip->csi_array); in check_snapshot_fill_cb()
1913 csip->csi_array = new; 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()
1970 sizeof (*csip->csi_array), check_snapshot_elem_cmp)) == NULL) in check_snapshot_check_cb()
2033 qsort(csi.csi_array, csi.csi_count, sizeof (*csi.csi_array), in object_check_snapshot()
2063 if (csi.csi_array[idx].cse_seen == 0) { in object_check_snapshot()
2071 uu_free(csi.csi_array); in object_check_snapshot()