Home
last modified time | relevance | path

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

/freebsd-12-stable/share/examples/ses/srcs/
Dsesd.c61 encioc_enc_status_t stat, nstat, *carray; in main() local
140 nstat = 0; in main()
142 (caddr_t) &nstat) < 0) { in main()
/freebsd-12-stable/lib/libc/include/
Dcompat.h51 __sym_compat(nstat, freebsd11_nstat, FBSD_1.0);
/freebsd-12-stable/sys/sys/
Dstat.h195 struct nstat { struct
Dvnode.h594 struct nstat;
619 void freebsd11_cvtnstat(struct stat *sb, struct nstat *nsb);
Dsysproto.h2559 char ub_l_[PADL_(struct nstat *)]; struct nstat * ub; char ub_r_[PADR_(struct nstat *)];
2563 char sb_l_[PADL_(struct nstat *)]; struct nstat * sb; char sb_r_[PADR_(struct nstat *)];
2567 char ub_l_[PADL_(struct nstat *)]; struct nstat * ub; char ub_r_[PADR_(struct nstat *)];
/freebsd-12-stable/sys/gnu/dts/arm/
Dimx6q-evi.dts105 nstat-gpios = <&gpio4 11 GPIO_ACTIVE_LOW>;
/freebsd-12-stable/sys/kern/
Dvfs_syscalls.c2360 freebsd11_cvtnstat(struct stat *sb, struct nstat *nsb) in freebsd11_cvtnstat()
2385 struct nstat *ub;
2392 struct nstat nsb; in freebsd11_nstat()
2409 struct nstat *ub;
2416 struct nstat nsb; in freebsd11_nlstat()
Dkern_descrip.c1480 struct nstat *sb;
1487 struct nstat nub; in freebsd11_nfstat()
Dinit_sysent.c330 …{ compat11(AS(freebsd11_nstat_args),nstat), AUE_STAT, NULL, 0, 0, 0, SY_THR_STATIC }, /* 278 = fre…
/freebsd-12-stable/sys/compat/freebsd32/
Dfreebsd32_sysent.c337 …{ compat11(AS(freebsd11_nstat_args),nstat), AUE_STAT, NULL, 0, 0, 0, SY_THR_STATIC }, /* 278 = fre…
/freebsd-12-stable/contrib/binutils/gas/config/
Dtc-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()