Searched refs:f_bootstring (Results 1 – 2 of 2) sorted by relevance
54 fsi->f_bootstring = NULL; in fsi_open_fsimage()148 fsi->f_bootstring = malloc(len); in fsi_bootstring_alloc()149 if (fsi->f_bootstring == NULL) in fsi_bootstring_alloc()152 bzero(fsi->f_bootstring, len); in fsi_bootstring_alloc()153 return (fsi->f_bootstring); in fsi_bootstring_alloc()159 if (fsi->f_bootstring != NULL) { in fsi_bootstring_free()160 free(fsi->f_bootstring); in fsi_bootstring_free()161 fsi->f_bootstring = NULL; in fsi_bootstring_free()168 return (fsi->f_bootstring); in fsi_fs_bootstring()
49 char *f_bootstring; member
Completed in 2 milliseconds