Home
last modified time | relevance | path

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

/f-stack/freebsd/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>;
/f-stack/lib/include/sys/
H A Dvnode.h44 struct nstat;
91 cvtnstat(struct stat *sb, struct nstat *nsb) in cvtnstat()
/f-stack/freebsd/sys/
H A Dstat.h195 struct nstat { struct
H A Dvnode.h626 struct nstat;
670 void freebsd11_cvtnstat(struct stat *sb, struct nstat *nsb);
H A Dsysproto.h2616 char ub_l_[PADL_(struct nstat *)]; struct nstat * ub; char ub_r_[PADR_(struct nstat *)];
2620 char sb_l_[PADL_(struct nstat *)]; struct nstat * sb; char sb_r_[PADR_(struct nstat *)];
2624 char ub_l_[PADL_(struct nstat *)]; struct nstat * ub; char ub_r_[PADR_(struct nstat *)];
/f-stack/freebsd/contrib/device-tree/src/arm/
H A Dimx6q-evi.dts105 nstat-gpios = <&gpio4 11 GPIO_ACTIVE_LOW>;
/f-stack/freebsd/kern/
H A Dvfs_syscalls.c2426 freebsd11_cvtnstat(struct stat *sb, struct nstat *nsb) in freebsd11_cvtnstat()
2451 struct nstat *ub;
2458 struct nstat nsb; in freebsd11_nstat()
2475 struct nstat *ub;
2482 struct nstat nsb; in freebsd11_nlstat()
H A Dkern_descrip.c1566 struct nstat *sb;
1573 struct nstat nub; in freebsd11_nfstat()
H A Dinit_sysent.c336 …{ compat11(AS(freebsd11_nstat_args),nstat), .sy_auevent = AUE_STAT, .sy_flags = 0, .sy_thrcnt = SY…