Searched defs:no_id (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/avs/rdc/
H A Dsndrboot.c533 update_setids(CFGFILE *cfg, int *no_id, int highest) argument
559 for (setid = 0; no_id[setid]; setid++) {
563 (void) sprintf(key, "sndr.set%d.options", no_id[setid]);
568 pair_list[no_id[setid] - 1].setid = atoi(buf);
682 int *no_id; local
706 no_id = (int *)calloc(numsets + 1, sizeof (int));
707 if (!no_id)
772 no_id[j++] = setnumber;
794 (void) update_setids(cfg, no_id, highest);
797 free(no_id);
[all...]

Completed in 59 milliseconds