Searched refs:sysfs (Results 1 - 13 of 13) sorted by relevance
/illumos-gate/usr/src/lib/libc/common/sys/ |
H A D | sysfs.s | 30 .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 D | fstyp.h | 41 * Opcodes for the sysfs() system call. 48 int sysfs(int, ...);
|
/illumos-gate/usr/src/uts/common/syscall/ |
H A D | sysfs.c | 59 sysfs(int opcode, long a1, long a2) function
|
/illumos-gate/usr/src/lib/libbc/libc/sys/4.2/ |
H A D | mount.c | 107 if ((idx = sysfs(GETFSIND, fstr)) == -1)
|
/illumos-gate/usr/src/cmd/fs.d/ |
H A D | ff.c | 207 * if (sysfs(GETFSIND, fstype) == (-1)) { 347 if (sysfs(GETFSIND, fstype) == (-1)) {
|
H A D | switchout.c | 329 if (sysfs(GETFSIND, fstype) == (-1)) {
|
/illumos-gate/usr/src/man/man2/ |
H A D | Makefile | 146 sysfs.2 \
|
/illumos-gate/usr/src/uts/common/os/ |
H A D | sysent.c | 166 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 D | fsstat.c | 522 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 D | Makefile.com | 295 sysfs.o \
|
/illumos-gate/usr/src/lib/libc/sparcv9/ |
H A D | Makefile.com | 296 sysfs.o \
|
/illumos-gate/usr/src/lib/libc/amd64/ |
H A D | Makefile | 268 sysfs.o \
|
/illumos-gate/usr/src/lib/libc/sparc/ |
H A D | Makefile.com | 315 sysfs.o \
|
Completed in 57 milliseconds