const syscall.ESRCH

2 uses

	syscall (current package)
		zerrors_linux_amd64.go#L1301: 	ESRCH           = Errno(0x3)

	os
		exec_unix.go#L122: 	if err == syscall.ESRCH {