Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/svc/configd/
H A Dfile_object.c1868 check_snapshot_elem_t *csi_array; member
1909 (void) memcpy(new, csip->csi_array, in check_snapshot_fill_cb()
1911 uu_free(csip->csi_array); in check_snapshot_fill_cb()
1912 csip->csi_array = new; in check_snapshot_fill_cb()
1916 cur = &csip->csi_array[csip->csi_count++]; in check_snapshot_fill_cb()
1968 if ((cur = bsearch(&elem, csip->csi_array, csip->csi_count, in check_snapshot_check_cb()
1969 sizeof (*csip->csi_array), check_snapshot_elem_cmp)) == NULL) in check_snapshot_check_cb()
2032 qsort(csi.csi_array, csi.csi_count, sizeof (*csi.csi_array), in object_check_snapshot()
2062 if (csi.csi_array[idx].cse_seen == 0) { in object_check_snapshot()
2070 uu_free(csi.csi_array); in object_check_snapshot()