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.
93 * rewinds the device_maps file to the beginning.
110 * closes device_maps file.
140 * changes the default device_maps file to the one specified.
141 * It does not close the previous file. If this is desired, enddmapent
145 setdmapfile(char *file)
155 DEVMAPS_FILE = file;
162 * structure in the file. Thus successive calls can be used to read the
163 * entire file.
294 * to the contents of the last symlink (even if the file
501 * strdup'd (i.e. malloc'd) real device file if successful
542 dmap_interpret(char *val, devmap_t *dm)
544 if (dmap_interpretf(val, dm) == NULL)
552 * parses string "val" and initializes pointers in the given devmap_t to
553 * fields in "val".
557 dmap_interpretf(char *val, devmap_t *dm)
559 dm->dmap_devname = getdadmfield(val, KV_TOKEN_DELIMIT);