Lines Matching defs:bmp
79 char *vol, *bmp, *host1, *host2;
96 bmp = strtok(NULL, " ");
102 bmp = strtok(NULL, " ");
120 volcount = (volcount_t *)nsc_lookup(volhash, bmp);
127 nsc_insert_node(volhash, volcount, bmp);
185 char bmp[NSC_MAXPATH];
191 strncpy(bmp, rdc->pbmp, NSC_MAXPATH);
194 strncpy(bmp, rdc->sbmp, NSC_MAXPATH);
200 if ((stat(vol, &stbv) != 0) || (stat(bmp, &stbb) != 0))
210 strncpy(svcb.svc_path, bmp, sizeof (svcb.svc_path));
267 char bmp[NSC_MAXPATH];
276 strncpy(bmp, rdc->pbmp, NSC_MAXPATH);
279 strncpy(bmp, rdc->sbmp, NSC_MAXPATH);
288 if (nsc_lookup(volhash, bmp) == NULL) {
289 if (cfg_vol_enable(cfg, bmp, rdc->ctag, "sndr") < 0) {
310 char bmp[NSC_MAXPATH];
320 strncpy(bmp, rdc->pbmp, NSC_MAXPATH);
323 strncpy(bmp, rdc->sbmp, NSC_MAXPATH);
335 vc = nsc_lookup(volhash, bmp);
337 if (cfg_vol_disable(cfg, bmp, rdc->ctag, "sndr") < 0)
339 "auto sv disable failed for %s", bmp);
343 "Unable to find %s in config", bmp);