Lines Matching +defs:val +defs:file
4 * The contents of this file are subject to the terms of the
6 * You may not use this file except in compliance with the License.
14 * file and include the License file at usr/src/OPENSOLARIS.LICENSE.
222 * rewinds the device_allocate file to the begining.
240 * closes device_allocate file.
258 * changes the default device_allocate file to the one specified.
259 * It does not close the previous file. If this is desired, enddaent
263 setdafile(char *file)
273 DEVALLOC_FILE = file;
323 * next devalloc_t structure in the file. Thus, successive calls can be
324 * used to search the entire file.
459 * parses val and initializes pointers in devalloc_t.
463 da_interpret(char *val)
474 (void) strcpy(interpdaline, val);