Searched refs:nstat (Results 1 – 10 of 10) sorted by relevance
| /trueos/share/examples/ses/srcs/ |
| HD | sesd.c | 61 encioc_enc_status_t stat, nstat, *carray; in main() local 140 nstat = 0; in main() 142 (caddr_t) &nstat) < 0) { in main()
|
| /trueos/sys/sys/ |
| HD | stat.h | 153 struct nstat { struct
|
| HD | vnode.h | 594 struct nstat; 616 void cvtnstat(struct stat *sb, struct nstat *nsb);
|
| HD | sysproto.h | 810 char ub_l_[PADL_(struct nstat *)]; struct nstat * ub; char ub_r_[PADR_(struct nstat *)]; 814 char sb_l_[PADL_(struct nstat *)]; struct nstat * sb; char sb_r_[PADR_(struct nstat *)]; 818 char ub_l_[PADL_(struct nstat *)]; struct nstat * ub; char ub_r_[PADR_(struct nstat *)];
|
| HD | syscall.mk | 191 nstat.o \
|
| /trueos/sbin/ipfw/ |
| HD | ipfw2.c | 1996 int bcwidth, n, nbytes, nstat, ndyn, pcwidth, width; in ipfw_list() local 2038 for (nstat = 1, r = data, lim = (char *)data + nbytes; in ipfw_list() 2040 ++nstat, r = NEXT(r) ) in ipfw_list() 2055 for (n = 0, r = data; n < nstat; n++, r = NEXT(r)) { in ipfw_list() 2091 for (n = 0, r = data; n < nstat; n++, r = NEXT(r)) { in ipfw_list() 2124 for (n = seen = 0, r = data; n < nstat; n++, r = NEXT(r) ) { in ipfw_list()
|
| /trueos/lib/libc/sys/ |
| HD | Symbol.map | 201 nstat;
|
| /trueos/sys/kern/ |
| HD | vfs_syscalls.c | 2360 struct nstat *nsb; 2385 struct nstat *ub; 2397 struct nstat nsb; 2425 struct nstat nsb;
|
| HD | kern_descrip.c | 1361 struct nstat *sb; 1368 struct nstat nub; in sys_nfstat()
|
| /trueos/contrib/binutils/gas/config/ |
| HD | tc-mips.c | 10610 int narg = 0, nstat = 0; in mips16_ip() local 10625 nstat++; in mips16_ip() 10631 opcode |= ((narg << 2) | nstat) << 16; in mips16_ip()
|