Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/cfgadm_plugins/sbd/common/
H A Dap_sbd.c88 sbd_stat_t *new_stat; in ap_stat() local
148 if ((new_stat = realloc(a->stat, stsize)) == NULL) { in ap_stat()
153 a->stat = new_stat; in ap_stat()