HomeSort by relevance Sort by last modified time
    Searched refs:nstat (Results 1 - 8 of 8) sorted by null

  /external/iproute2/misc/
Makefile 4 TARGETS=ss nstat ifstat rtacct lnstat
17 nstat: nstat.c
18 $(QUIET_CC)$(CC) $(CFLAGS) $(LDFLAGS) -o nstat nstat.c $(LDLIBS) -lm
  /prebuilts/go/darwin-x86/src/syscall/
zsysnum_freebsd_386.go 164 SYS_NSTAT = 278 // { int nstat(char *path, struct nstat *ub); }
165 SYS_NFSTAT = 279 // { int nfstat(int fd, struct nstat *sb); }
166 SYS_NLSTAT = 280 // { int nlstat(char *path, struct nstat *ub); }
zsysnum_freebsd_amd64.go 164 SYS_NSTAT = 278 // { int nstat(char *path, struct nstat *ub); }
165 SYS_NFSTAT = 279 // { int nfstat(int fd, struct nstat *sb); }
166 SYS_NLSTAT = 280 // { int nlstat(char *path, struct nstat *ub); }
zsysnum_freebsd_arm.go 164 SYS_NSTAT = 278 // { int nstat(char *path, struct nstat *ub); }
165 SYS_NFSTAT = 279 // { int nfstat(int fd, struct nstat *sb); }
166 SYS_NLSTAT = 280 // { int nlstat(char *path, struct nstat *ub); }
  /prebuilts/go/linux-x86/src/syscall/
zsysnum_freebsd_386.go 164 SYS_NSTAT = 278 // { int nstat(char *path, struct nstat *ub); }
165 SYS_NFSTAT = 279 // { int nfstat(int fd, struct nstat *sb); }
166 SYS_NLSTAT = 280 // { int nlstat(char *path, struct nstat *ub); }
zsysnum_freebsd_amd64.go 164 SYS_NSTAT = 278 // { int nstat(char *path, struct nstat *ub); }
165 SYS_NFSTAT = 279 // { int nfstat(int fd, struct nstat *sb); }
166 SYS_NLSTAT = 280 // { int nlstat(char *path, struct nstat *ub); }
zsysnum_freebsd_arm.go 164 SYS_NSTAT = 278 // { int nstat(char *path, struct nstat *ub); }
165 SYS_NFSTAT = 279 // { int nfstat(int fd, struct nstat *sb); }
166 SYS_NLSTAT = 280 // { int nlstat(char *path, struct nstat *ub); }
  /external/google-breakpad/src/client/solaris/handler/
solaris_lwp.cc 253 long nstat; local

Completed in 152 milliseconds