Lines Matching 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.
367 * Once a pair has been connected, dup the file descriptors, switching read and
1065 ips_contract_open(ctid_t ctid, const char *type, const char *file, int oflag)
1073 n = snprintf(path, PATH_MAX, CTFS_ROOT "/%s/%d/%s", type, ctid, file);
1121 /* Only priviliged processes should open this file */
1150 "Unable to create door file: %s\n", path);
1153 "Unable to fattach file: %s\n", path);
1207 (void) fprintf(stderr, "Unable to create door file: %s\n",
1210 (void) fprintf(stderr, "Unable to fattach file: %s\n", path);
2028 /* Increase the number of maximum file descriptors */