Searched defs:split_file (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/boot/lib/libstand/
H A Dsplitfs.c36 struct split_file struct
47 static int split_openfile(struct split_file *sf);
66 split_file_destroy(struct split_file *sf)
82 split_openfile(struct split_file *sf)
108 struct split_file *sf;
140 /* Allocate a split_file structure, populate it from the config file */
141 sf = malloc(sizeof(struct split_file));
142 bzero(sf, sizeof(struct split_file));
184 struct split_file *sf;
186 sf = (struct split_file *)
[all...]

Completed in 43 milliseconds