Lines Matching defs:optbuf
229 char optbuf[BUFSIZ];
237 if (_kva2str(da_defs->devopts, optbuf, sizeof (optbuf), KV_ASSIGN,
239 if (p = rindex(optbuf, ':'))
241 (void) printf("\t%s\n", optbuf);
252 char optbuf[BUFSIZ];
261 if (_kva2str(da->da_devopts, optbuf, sizeof (optbuf),
263 if (p = rindex(optbuf, ':'))
265 (void) printf("%s", optbuf);