Searched refs:kmem (Results 1 – 16 of 16) sorted by relevance
/titanic_44/usr/src/cmd/sendmail/src/ |
H A D | conf.c | 1458 static int kmem = -1; in getla() local 1474 if (kmem < 0) in getla() 1504 kmem = open(_PATH_KMEM, 0, 0); in getla() 1505 if (kmem < 0) in getla() 1512 if ((j = fcntl(kmem, F_GETFD, 0)) < 0 || in getla() 1513 fcntl(kmem, F_SETFD, j | FD_CLOEXEC) < 0) in getla() 1518 (void) close(kmem); in getla() 1519 kmem = -1; in getla() 1526 if (lseek(kmem, (off_t) Nl[X_AVENRUN].n_value, SEEK_SET) == -1 || in getla() 1527 read(kmem, (char *) avenrun, sizeof(avenrun)) != sizeof(avenrun)) in getla() [all …]
|
/titanic_44/usr/src/uts/common/fs/sockfs/ |
H A D | nl7curi.h | 77 #define REF_INIT(container, count, inactive, kmem) { \ argument 80 (container)->ref.kmc = (kmem); \ 117 char *kmem; /* Data in kmem */ member
|
H A D | nl7curi.c | 453 kmem_free(rdp->data.kmem, rdp->sz); in nl7c_uri_inactive() 1154 rdp->data.kmem = data; in nl7c_data() 1385 rdp->data.kmem = data; in nl7c_sendfilev() 1755 if (uri->eoh >= rd.data.kmem && in uri_rd_response() 1756 uri->eoh < &rd.data.kmem[rd.sz]) { in uri_rd_response() 1762 mp = uri_desb_chop(&rd.data.kmem, &rd.sz, in uri_rd_response()
|
H A D | nl7chttp.c | 1004 rdp->data.kmem = alloc; in http_mkresponse()
|
/titanic_44/usr/src/cmd/mdb/common/modules/genunix/ |
H A D | Makefile.files | 57 kmem.c \
|
/titanic_44/usr/src/lib/libfakekernel/ |
H A D | Makefile.com | 25 kmem.o \
|
/titanic_44/usr/src/man/man7d/ |
H A D | Makefile | 245 kmem.7d \ 274 kmem.7d := LINKSRC = mem.7d
|
/titanic_44/usr/src/lib/libkvm/common/ |
H A D | kvm.c | 123 char *kmem = (corestat.st_rdev == allkmemstat.st_rdev ? in kvm_open() local 126 if ((kd->kvm_kmemfd = open64(kmem, flag)) == -1) in kvm_open() 127 return (fail(kd, err, "cannot open %s", kmem)); in kvm_open()
|
/titanic_44/usr/src/cmd/ipf/lib/ |
H A D | Makefile.com | 42 ipft_tx.o kmem.o kmemcpywrap.o kvatoname.o \
|
/titanic_44/usr/src/pkg/manifests/ |
H A D | system-kernel.man7d.inc | 55 link path=usr/share/man/man7d/kmem.7d target=mem.7d
|
H A D | system-kernel.mf | 178 driver name=mm perms="allkmem 0600 root sys" perms="kmem 0640 root sys" \ 182 policy="kmem read_priv_set=none write_priv_set=all" \
|
H A D | system-header.mf | 1154 file path=usr/include/sys/kmem.h
|
/titanic_44/usr/src/common/bzip2/ |
H A D | Solaris.README.txt | 92 +#include <sys/kmem.h>
|
/titanic_44/usr/src/uts/common/sys/ |
H A D | Makefile | 328 kmem.h \
|
/titanic_44/usr/src/uts/common/ |
H A D | Makefile.files | 213 kmem.o \
|
/titanic_44/ |
H A D | .gitignore | 8202 usr/src/man/man7d/kmem.7d
|