Lines Matching +defs:val +defs:path
47 * <fam> <type> <protocol> <path|module>
52 * soconfig <fam> <type> <protocol> <path|module>
78 char *path, const char *file, int line);
141 "\tsoconfig <fam> <type> <protocol> <path|module>\n"
170 gettext("path name is too long: %s/%s\n"),
302 parse_params(char *famstr, char *typestr, char *protostr, char *path,
349 if (path != NULL) {
352 if (strncmp(path, "/dev", strlen("/dev")) == 0 &&
353 stat(path, &stats) == -1) {
354 perror(path);
373 cmd, fam, type, protocol, path == NULL ? "(null)" : path);
375 if (_sockconfig(cmd, fam, type, protocol, path) == -1) {
519 int val;
537 val = parse_int(valstr);
538 if (val == -1) {
544 case 0: socktuples[tupcnt].sofst_family = val; break;
545 case 1: socktuples[tupcnt].sofst_type = val; break;
546 case 2: socktuples[tupcnt].sofst_protocol = val; break;