runtime·open      25 src/pkg/runtime/env_plan9.c 	fd = runtime·open((int8*)file, OREAD, 0);
runtime·open      65 src/pkg/runtime/os_darwin.c 	fd = runtime·open("/dev/urandom", 0 /* O_RDONLY */, 0);
runtime·open     128 src/pkg/runtime/os_dragonfly.c 	fd = runtime·open("/dev/urandom", 0 /* O_RDONLY */, 0);
runtime·open     136 src/pkg/runtime/os_freebsd.c 	fd = runtime·open("/dev/urandom", 0 /* O_RDONLY */, 0);
runtime·open     175 src/pkg/runtime/os_linux.c 		fd = runtime·open("/dev/urandom", 0 /* O_RDONLY */, 0);
runtime·open     194 src/pkg/runtime/os_netbsd.c 	fd = runtime·open("/dev/urandom", 0 /* O_RDONLY */, 0);
runtime·open     173 src/pkg/runtime/os_openbsd.c 	fd = runtime·open("/dev/urandom", 0 /* O_RDONLY */, 0);
runtime·open      52 src/pkg/runtime/os_plan9.c 	fd = runtime·open("/dev/sysstat", OREAD, 0);
runtime·open      76 src/pkg/runtime/os_plan9.c 	fd = runtime·open("#c/pid", 0, 0);
runtime·open     108 src/pkg/runtime/os_plan9.c 	fd = runtime·open("/dev/random", 0 /* O_RDONLY */, 0);
runtime·open     227 src/pkg/runtime/os_plan9.c 	fd = runtime·open((int8*)buf, OWRITE, 0);
runtime·open     167 src/pkg/runtime/os_solaris.c 	fd = runtime·open("/dev/urandom", 0 /* O_RDONLY */, 0);
runtime·open     845 src/pkg/runtime/runtime.h int32	runtime·open(int8*, int32, int32);
runtime·open      29 src/pkg/runtime/time_plan9_386.c 	if(fd < 0 && (fd = runtime·open("/dev/bintime", OREAD|OCEXEC, 0)) < 0)