Lines Matching defs:rootopts
75 char rootopts[MAX_PATH_LEN];
261 * Optional rootopts.
263 buflen = sizeof (rootopts);
265 rootopts, &buflen)) {
266 rootopts[buflen] = '\0';
267 dprintf("BOUND: Optional Rootopts is: %s\n", rootopts);
640 /* get our rootopts. */
641 (void) getfile("rootopts", root_hostname, &tmp_addr.sin_addr,
642 rootopts);
666 opts = rootopts;