Searched refs:rootopts (Results 1 – 2 of 2) sorted by relevance
75 char rootopts[MAX_PATH_LEN]; variable263 buflen = sizeof (rootopts); in setup_root_vars()265 rootopts, &buflen)) { in setup_root_vars()266 rootopts[buflen] = '\0'; in setup_root_vars()267 dprintf("BOUND: Optional Rootopts is: %s\n", rootopts); in setup_root_vars()642 rootopts); in boot_nfs_mountroot()666 opts = rootopts; in boot_nfs_mountroot()
283 static char rootopts[256]; variable854 return (rootopts[0] != 0 ? 0 : ENXIO); in getfile()1183 (void) strncpy(rootopts, str, 255); in cacheinit()1248 if (rootopts[0] == 0) { in cacheinit()1251 bcopy(doptp->value, rootopts, doptp->len); in cacheinit()1252 rootopts[doptp->len] = '\0'; in cacheinit()1254 printf("dhcp: rootopts %s\n", rootopts); in cacheinit()2177 (void) strlcpy(rootopts, str, sizeof (rootopts)); in bp_netconfig()2476 rootopts)) { in init_mountopts()2477 rootopts[0] = '\0'; in init_mountopts()[all …]