Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/avs/dsw/
H A Diiboot.c63 int n_structs; variable
480 if ((n_structs = cfg_get_section(cfg, &entry, "ii")) == 0) in read_resume_cfg()
483 resume_list = calloc(n_structs, sizeof (*resume_list)); in read_resume_cfg()
492 for (i = 0; i < n_structs; i++) { in read_resume_cfg()
530 while (i < n_structs) in read_resume_cfg()
592 if (n_structs < setnumber) { in read_suspend_cfg()
593 n_structs += 2; in read_suspend_cfg()
595 sizeof (*suspend_list) * n_structs); in read_suspend_cfg()