Searched refs:_PATH_MEM (Results 1 - 9 of 9) sorted by relevance

/freebsd-12-stable/include/
H A Dpaths.h80 #define _PATH_MEM "/dev/mem" macro
/freebsd-12-stable/tools/tools/ncpus/
H A Dbiosmptable.c134 pfd = open(_PATH_MEM, O_RDONLY);
136 warn("%s: cannot open", _PATH_MEM);
H A Dacpi.c174 acpi_mem_fd = open(_PATH_MEM, O_RDONLY);
176 err(1, "opening " _PATH_MEM);
/freebsd-12-stable/lib/libkvm/
H A Dkvm.c139 mf = _PATH_MEM;
164 } else if (strcmp(mf, _PATH_MEM) == 0) {
404 _kvm_syserr(kd, 0, _PATH_MEM);
468 _kvm_syserr(kd, 0, _PATH_MEM);
/freebsd-12-stable/usr.sbin/memcontrol/
H A Dmemcontrol.c114 if ((memfd = open(_PATH_MEM, O_RDONLY)) == -1)
115 err(1, "can't open %s", _PATH_MEM);
/freebsd-12-stable/contrib/netbsd-tests/include/
H A Dt_paths.c82 { _PATH_MEM, PATH_DEV | PATH_ROOT },
/freebsd-12-stable/usr.sbin/bhyve/
H A Dpci_passthru.c73 #ifndef _PATH_MEM
74 #define _PATH_MEM "/dev/mem" macro
705 memfd = open(_PATH_MEM, O_RDWR, 0);
707 warn("failed to open %s", _PATH_MEM);
/freebsd-12-stable/usr.sbin/mptable/
H A Dmptable.c215 if ( (pfd = open( _PATH_MEM, O_RDONLY )) < 0 )
718 err( 1, "%s seek", _PATH_MEM );
/freebsd-12-stable/gnu/usr.bin/gdb/kgdb/
H A Dmain.c435 vmcore = strdup(_PATH_MEM);

Completed in 132 milliseconds