Home
last modified time | relevance | path

Searched refs:nstat (Results 1 – 10 of 10) sorted by relevance

/trueos/share/examples/ses/srcs/
HDsesd.c61 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/
HDstat.h153 struct nstat { struct
HDvnode.h594 struct nstat;
616 void cvtnstat(struct stat *sb, struct nstat *nsb);
HDsysproto.h810 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 *)];
HDsyscall.mk191 nstat.o \
/trueos/sbin/ipfw/
HDipfw2.c1996 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/
HDSymbol.map201 nstat;
/trueos/sys/kern/
HDvfs_syscalls.c2360 struct nstat *nsb;
2385 struct nstat *ub;
2397 struct nstat nsb;
2425 struct nstat nsb;
HDkern_descrip.c1361 struct nstat *sb;
1368 struct nstat nub; in sys_nfstat()
/trueos/contrib/binutils/gas/config/
HDtc-mips.c10610 int narg = 0, nstat = 0; in mips16_ip() local
10625 nstat++; in mips16_ip()
10631 opcode |= ((narg << 2) | nstat) << 16; in mips16_ip()