Searched refs:sysfs (Results 1 - 13 of 13) sorted by relevance

/illumos-gate/usr/src/lib/libc/common/sys/
H A Dsysfs.s30 .file "sysfs.s"
32 /* C library -- sysfs */
33 /* int sysfs (int opcode, const char *fsname); */
34 /* int sysfs (int opcode, int fs_index, char *buf); */
35 /* int sysfs (int opcode); */
39 ANSI_PRAGMA_WEAK(sysfs,function)
43 SYSCALL_RVAL1(sysfs)
45 SET_SIZE(sysfs)
/illumos-gate/usr/src/uts/common/sys/
H A Dfstyp.h41 * Opcodes for the sysfs() system call.
48 int sysfs(int, ...);
/illumos-gate/usr/src/uts/common/syscall/
H A Dsysfs.c59 sysfs(int opcode, long a1, long a2) function
/illumos-gate/usr/src/lib/libbc/libc/sys/4.2/
H A Dmount.c107 if ((idx = sysfs(GETFSIND, fstr)) == -1)
/illumos-gate/usr/src/cmd/fs.d/
H A Dff.c207 * if (sysfs(GETFSIND, fstype) == (-1)) {
347 if (sysfs(GETFSIND, fstype) == (-1)) {
H A Dswitchout.c329 if (sysfs(GETFSIND, fstype) == (-1)) {
/illumos-gate/usr/src/man/man2/
H A DMakefile146 sysfs.2 \
/illumos-gate/usr/src/uts/common/os/
H A Dsysent.c166 int sysfs(int, long, long);
541 /* 84 */ SYSENT_CI("sysfs", sysfs, 3),
908 /* 84 */ SYSENT_CI("sysfs", sysfs, 3),
/illumos-gate/usr/src/cmd/stat/fsstat/
H A Dfsstat.c522 if ((nfstype = sysfs(GETNFSTYP)) < 0) {
523 perror("sysfs(GETNFSTYP)");
533 if (sysfs(GETFSTYP, i, buf) < 0) {
534 perror("sysfs(GETFSTYP)");
/illumos-gate/usr/src/lib/libc/i386/
H A DMakefile.com295 sysfs.o \
/illumos-gate/usr/src/lib/libc/sparcv9/
H A DMakefile.com296 sysfs.o \
/illumos-gate/usr/src/lib/libc/amd64/
H A DMakefile268 sysfs.o \
/illumos-gate/usr/src/lib/libc/sparc/
H A DMakefile.com315 sysfs.o \

Completed in 98 milliseconds