Home
last modified time | relevance | path

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

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