Lines Matching defs:setid
82 int setid; /* unique setid of this set */
98 char *, char *, char *, int, char *, int setid);
140 int setid;
238 setid = pair_list[pairs].setid;
241 diskqueue, doasync, lhost, setid)
257 lhost, setid)
263 int setid;
429 parms.rdc_set->setid = setid;
529 * assign setid's to any existing
530 * sets without setids, making sure of course NOT to re-use a setid
535 int setid;
543 cfg_resource(cfg, "setid-ctag");
553 if (cfg_put_cstring(cfg, "setid.set1.value", buf,
556 "new setid"));
559 for (setid = 0; no_id[setid]; setid++) {
563 (void) sprintf(key, "sndr.set%d.options", no_id[setid]);
564 if (cfg_put_options(cfg, CFG_SEC_CONF, key, "setid", buf) < 0)
566 "unique setid"));
568 pair_list[no_id[setid] - 1].setid = atoi(buf);
580 return (setid);
670 char setid[64];
770 if (cfg_get_single_option(cfg, CFG_SEC_CONF, key, "setid",
771 setid, sizeof (setid)) < 0) {
774 pair_list[i].setid = atoi(setid);
776 if (pair_list[i].setid > highest)
777 highest = pair_list[i].setid;