Home
last modified time | relevance | path

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

/freebsd/share/examples/ses/srcs/
H A Dsesd.c60 encioc_enc_status_t stat, nstat, *carray; in main() local
139 nstat = 0; in main()
141 (caddr_t) &nstat) < 0) { in main()
/freebsd/sys/contrib/device-tree/Bindings/fpga/
H A Daltera-passive-serial.txt16 - nstat-gpios: status pin (referred to as nSTATUS in the manual)
27 nstat-gpios = <&gpio4 11 GPIO_ACTIVE_LOW>;
/freebsd/lib/libc/include/
H A Dcompat.h49 __sym_compat(nstat, freebsd11_nstat, FBSD_1.0);
/freebsd/sys/sys/
H A Dstat.h193 struct nstat { argument
192 struct nstat { global() struct
194 st_inonstat global() argument
195 st_modenstat global() argument
196 st_nlinknstat global() argument
197 st_uidnstat global() argument
198 st_gidnstat global() argument
199 st_rdevnstat global() argument
200 st_atimnstat global() argument
201 st_mtimnstat global() argument
202 st_ctimnstat global() argument
203 st_sizenstat global() argument
204 st_blocksnstat global() argument
205 st_blksizenstat global() argument
206 st_flagsnstat global() argument
207 st_gennstat global() argument
208 st_birthtimnstat global() argument
H A Dvnode.h633 struct nstat;
696 int freebsd11_cvtnstat(struct stat *sb, struct nstat *nsb);
H A Dsysproto.h2683 char ub_l_[PADL_(struct nstat *)]; struct nstat * ub; char ub_r_[PADR_(struct nstat *)];
2687 char sb_l_[PADL_(struct nstat *)]; struct nstat * sb; char sb_r_[PADR_(struct nstat *)];
2691 char ub_l_[PADL_(struct nstat *)]; struct nstat * ub; char ub_r_[PADR_(struct nstat *)];
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/
H A Dimx6q-evi.dts105 nstat-gpios = <&gpio4 11 GPIO_ACTIVE_LOW>;
/freebsd/sys/kern/
H A Dvfs_syscalls.c2538 freebsd11_cvtnstat(struct stat *sb, struct nstat *nsb) in freebsd11_cvtnstat()
2570 struct nstat *ub;
2577 struct nstat nsb; in freebsd11_nstat()
2595 struct nstat *ub;
2602 struct nstat nsb; in freebsd11_nlstat()
H A Dkern_descrip.c1646 struct nstat *sb;
1653 struct nstat nub; in freebsd11_nfstat()
H A Dinit_sysent.c347 …{ compat11(AS(freebsd11_nstat_args),nstat), .sy_auevent = AUE_STAT, .sy_flags = 0, .sy_thrcnt = SY…
/freebsd/sys/compat/freebsd32/
H A Dfreebsd32_misc.c2569 struct nstat nsb; in freebsd11_cvtnstat32()