func runtime.open

2 uses

	runtime (current package)
		os_darwin.go#L179: 	fd := open(&urandom_dev[0], 0 /* O_RDONLY */, 0)
		sys_darwin.go#L239: func open(name *byte, mode, perm int32) (ret int32) {