Home
last modified time | relevance | path

Searched refs:kmem (Results 1 – 16 of 16) sorted by relevance

/titanic_41/usr/src/cmd/sendmail/src/
H A Dconf.c1458 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_41/usr/src/uts/common/fs/sockfs/
H A Dnl7curi.h77 #define REF_INIT(container, count, inactive, kmem) { \ argument
80 (container)->ref.kmc = (kmem); \
117 char *kmem; /* Data in kmem */ member
H A Dnl7curi.c453 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 Dnl7chttp.c1004 rdp->data.kmem = alloc; in http_mkresponse()
/titanic_41/usr/src/lib/libfakekernel/
H A DMakefile.com25 kmem.o \
/titanic_41/usr/src/cmd/mdb/common/modules/genunix/
H A DMakefile.files57 kmem.c \
/titanic_41/usr/src/man/man7d/
H A DMakefile249 kmem.7d \
278 kmem.7d := LINKSRC = mem.7d
/titanic_41/usr/src/lib/libkvm/common/
H A Dkvm.c123 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_41/usr/src/cmd/ipf/lib/
H A DMakefile.com42 ipft_tx.o kmem.o kmemcpywrap.o kvatoname.o \
/titanic_41/usr/src/pkg/manifests/
H A Dsystem-kernel.man7d.inc54 link path=usr/share/man/man7d/kmem.7d target=mem.7d
H A Dsystem-kernel.mf178 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 Dsystem-header.mf1163 file path=usr/include/sys/kmem.h
/titanic_41/usr/src/common/bzip2/
H A DSolaris.README.txt92 +#include <sys/kmem.h>
/titanic_41/usr/src/uts/common/sys/
H A DMakefile328 kmem.h \
/titanic_41/usr/src/uts/common/
H A DMakefile.files212 kmem.o \
/titanic_41/
H A D.gitignore8202 usr/src/man/man7d/kmem.7d