Searched refs:failed_srv (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/fs.d/ufs/quota/
H A Dquota.c246 struct failed_srv { struct
248 struct failed_srv *next;
250 struct failed_srv *failed_srv_list = NULL;
363 struct failed_srv *tmp_list;
384 struct failed_srv *tmp_srv;
394 tmp_srv = (struct failed_srv *)malloc(
395 sizeof (struct failed_srv));
427 struct failed_srv *tmp_srv = failed_srv_list;

Completed in 61 milliseconds