stat 117 arch/i386/stand/installboot/installboot.c struct stat sb;
stat 329 arch/i386/stand/installboot/installboot.c struct stat statbuf, sb;
stat 55 compat/common/vfs_syscalls_35.c static void cvtstat(struct stat *, struct stat35 *);
stat 61 compat/common/vfs_syscalls_35.c cvtstat(struct stat *st, struct stat35 *ost)
stat 92 compat/common/vfs_syscalls_35.c struct stat sb;
stat 124 compat/common/vfs_syscalls_35.c struct stat sb;
stat 159 compat/common/vfs_syscalls_35.c struct stat ub;
stat 187 compat/common/vfs_syscalls_35.c struct stat ub;
stat 66 compat/common/vfs_syscalls_43.c static void cvtstat(struct stat *, struct stat43 *);
stat 73 compat/common/vfs_syscalls_43.c struct stat *st;
stat 111 compat/common/vfs_syscalls_43.c struct stat sb;
stat 147 compat/common/vfs_syscalls_43.c struct stat sb;
stat 185 compat/common/vfs_syscalls_43.c struct stat ub;
stat 85 compat/hpux/hpux_file.c void bsd_to_hpux_stat(struct stat *, struct hpux_stat *);
stat 86 compat/hpux/hpux_file.c void bsd_to_hpux_ostat(struct stat *, struct hpux_ostat *);
stat 397 compat/hpux/hpux_file.c struct stat *st, tmpst;
stat 403 compat/hpux/hpux_file.c st = stackgap_alloc(&sg, sizeof (struct stat));
stat 461 compat/hpux/hpux_file.c struct stat *st, tmpst;
stat 467 compat/hpux/hpux_file.c st = stackgap_alloc(&sg, sizeof (struct stat));
stat 505 compat/hpux/hpux_file.c struct stat *st, tmpst;
stat 511 compat/hpux/hpux_file.c st = stackgap_alloc(&sg, sizeof (struct stat));
stat 542 compat/hpux/hpux_file.c struct stat *st, tmpst;
stat 550 compat/hpux/hpux_file.c st = stackgap_alloc(&sg, sizeof (struct stat));
stat 570 compat/hpux/hpux_file.c struct stat *sb;
stat 597 compat/hpux/hpux_file.c struct stat *sb;
stat 381 compat/ibcs2/ibcs2_fcntl.c struct stat ost;
stat 395 compat/ibcs2/ibcs2_fcntl.c sizeof(struct stat));
stat 40 compat/ibcs2/ibcs2_wait.h #define IBCS2_WIFEXITED(stat) ((stat & 0xff) == 0)
stat 41 compat/ibcs2/ibcs2_wait.h #define IBCS2_WIFSIGNALED(stat) ((stat) && (stat == (stat & 0xff)))
stat 42 compat/ibcs2/ibcs2_wait.h #define IBCS2_WIFSTOPPED(stat) ((stat & 0xff) == 0x7f)
stat 44 compat/ibcs2/ibcs2_wait.h #define IBCS2_WEXITSTATUS(stat) ((stat >> 8) & 0xff)
stat 45 compat/ibcs2/ibcs2_wait.h #define IBCS2_WTERMSIG(stat) (stat & 0x7f)
stat 46 compat/ibcs2/ibcs2_wait.h #define IBCS2_WSTOPSIG(stat) ((stat >> 8) & 0xff)
stat 66 compat/linux/linux_file.c static void bsd_to_linux_stat(struct stat *, struct linux_stat *);
stat 451 compat/linux/linux_file.c struct stat *bsp;
stat 486 compat/linux/linux_file.c struct stat *st,tmpst;
stat 492 compat/linux/linux_file.c st = stackgap_alloc(&sg, sizeof (struct stat));
stat 520 compat/linux/linux_file.c struct stat *st, tmpst;
stat 527 compat/linux/linux_file.c st = stackgap_alloc(&sg, sizeof (struct stat));
stat 72 compat/linux/linux_file64.c static void bsd_to_linux_stat(struct stat *, struct linux_stat64 *);
stat 85 compat/linux/linux_file64.c struct stat *bsp;
stat 125 compat/linux/linux_file64.c struct stat *st,tmpst;
stat 131 compat/linux/linux_file64.c st = stackgap_alloc(&sg, sizeof (struct stat));
stat 159 compat/linux/linux_file64.c struct stat *st, tmpst;
stat 165 compat/linux/linux_file64.c st = stackgap_alloc(&sg, sizeof (struct stat));
stat 649 compat/osf1/osf1_cvt.c const struct stat *st;
stat 71 compat/osf1/osf1_cvt.h void osf1_cvt_stat_from_native(const struct stat *nst,
stat 242 compat/osf1/osf1_descrip.c struct stat ub;
stat 144 compat/osf1/osf1_file.c struct stat sb;
stat 263 compat/osf1/osf1_file.c struct stat sb;
stat 141 compat/svr4/svr4_socket.c struct stat *st;
stat 43 compat/svr4/svr4_socket.h int svr4_add_socket(struct proc *, const char *, struct stat *);
stat 71 compat/svr4/svr4_stat.c static void bsd_to_svr4_xstat(struct stat *, struct svr4_xstat *);
stat 72 compat/svr4/svr4_stat.c static void bsd_to_svr4_stat64(struct stat *, struct svr4_stat64 *);
stat 84 compat/svr4/svr4_stat.c static void bsd_to_svr4_stat(struct stat *, struct svr4_stat *);
stat 88 compat/svr4/svr4_stat.c struct stat *st;
stat 109 compat/svr4/svr4_stat.c struct stat *st;
stat 131 compat/svr4/svr4_stat.c struct stat *st;
stat 167 compat/svr4/svr4_stat.c struct stat st;
stat 173 compat/svr4/svr4_stat.c SCARG(&cup, ub) = stackgap_alloc(&sg, sizeof(struct stat));
stat 212 compat/svr4/svr4_stat.c struct stat st;
stat 218 compat/svr4/svr4_stat.c SCARG(&cup, ub) = stackgap_alloc(&sg, sizeof(struct stat));
stat 256 compat/svr4/svr4_stat.c struct stat st;
stat 264 compat/svr4/svr4_stat.c SCARG(&cup, sb) = stackgap_alloc(&sg, sizeof(struct stat));
stat 289 compat/svr4/svr4_stat.c struct stat st;
stat 295 compat/svr4/svr4_stat.c SCARG(&cup, ub) = stackgap_alloc(&sg, sizeof(struct stat));
stat 324 compat/svr4/svr4_stat.c struct stat st;
stat 330 compat/svr4/svr4_stat.c SCARG(&cup, ub) = stackgap_alloc(&sg, sizeof(struct stat));
stat 359 compat/svr4/svr4_stat.c struct stat st;
stat 367 compat/svr4/svr4_stat.c SCARG(&cup, sb) = stackgap_alloc(&sg, sizeof(struct stat));
stat 391 compat/svr4/svr4_stat.c struct stat st;
stat 399 compat/svr4/svr4_stat.c SCARG(&cup, ub) = stackgap_alloc(&sg, sizeof(struct stat));
stat 426 compat/svr4/svr4_stat.c struct stat st;
stat 434 compat/svr4/svr4_stat.c SCARG(&cup, ub) = stackgap_alloc(&sg, sizeof(struct stat));
stat 461 compat/svr4/svr4_stat.c struct stat st;
stat 469 compat/svr4/svr4_stat.c SCARG(&cup, sb) = stackgap_alloc(&sg, sizeof(struct stat));
stat 269 compat/svr4/svr4_stream.c struct stat st;
stat 275 compat/svr4/svr4_stream.c SCARG(&la, ub) = stackgap_alloc(&sg, sizeof(struct stat));
stat 91 crypto/cryptodev.c int cryptof_stat(struct file *, struct stat *, struct proc *);
stat 610 crypto/cryptodev.c cryptof_stat(struct file *fp, struct stat *sb, struct proc *p)
stat 308 dev/hil/hil.c hil_process_int(struct hil_softc *sc, u_int8_t stat, u_int8_t c)
stat 370 dev/hil/hil.c hil_process_poll(struct hil_softc *sc, u_int8_t stat, u_int8_t c)
stat 865 dev/hil/hil.c hil_poll_data(struct hildev_softc *dev, u_int8_t *stat, u_int8_t *data)
stat 1260 dev/ic/ciss.c ciss_ldstat(struct ciss_softc *sc, int target, struct ciss_ldstat *stat)
stat 1346 dev/ic/ciss.c ciss_blink(struct ciss_softc *sc, int ld, int pd, int stat,
stat 758 dev/isa/wds.c wds_done(sc, scb, stat)
stat 761 dev/isa/wds.c u_int8_t stat;
stat 2597 dev/pci/if_bge.c #define READ_STAT(sc, stats, stat) \
stat 1591 dev/pci/if_msk.c msk_rxvalid(struct sk_softc *sc, u_int32_t stat, u_int32_t len)
stat 1705 dev/pci/if_sk.c sk_rxvalid(struct sk_softc *sc, u_int32_t stat, u_int32_t len)
stat 1754 dev/pcmcia/if_ray.c ray_update_params_done(struct ray_softc *sc, bus_size_t ccs, u_int stat)
stat 2724 dev/pcmcia/if_ray.c ray_start_join_net_done(struct ray_softc *sc, u_int cmd, bus_size_t ccs, u_int stat)
stat 72 dev/systrace.c int systracef_stat(struct file *, struct stat *, struct proc *);
stat 449 dev/systrace.c struct stat *sb;
stat 603 kern/kern_descrip.c struct stat ub;
stat 67 kern/kern_event.c int kqueue_stat(struct file *fp, struct stat *st, struct proc *p);
stat 796 kern/kern_event.c kqueue_stat(struct file *fp, struct stat *st, struct proc *p)
stat 57 kern/sys_pipe.c int pipe_stat(struct file *fp, struct stat *ub, struct proc *p);
stat 677 kern/sys_pipe.c pipe_stat(struct file *fp, struct stat *ub, struct proc *p)
stat 164 kern/sys_socket.c soo_stat(struct file *fp, struct stat *ub, struct proc *p)
stat 253 kern/uipc_usrreq.c ((struct stat *) m)->st_blksize = so->so_snd.sb_hiwat;
stat 256 kern/uipc_usrreq.c ((struct stat *) m)->st_blksize += so2->so_rcv.sb_cc;
stat 258 kern/uipc_usrreq.c ((struct stat *) m)->st_dev = NODEV;
stat 261 kern/uipc_usrreq.c ((struct stat *) m)->st_atimespec =
stat 262 kern/uipc_usrreq.c ((struct stat *) m)->st_mtimespec =
stat 263 kern/uipc_usrreq.c ((struct stat *) m)->st_ctimespec = unp->unp_ctime;
stat 264 kern/uipc_usrreq.c ((struct stat *) m)->st_ino = unp->unp_ino;
stat 1093 kern/vfs_syscalls.c struct stat sb;
stat 1509 kern/vfs_syscalls.c struct stat sb;
stat 1539 kern/vfs_syscalls.c struct stat sb;
stat 335 kern/vfs_vnops.c vn_statfile(struct file *fp, struct stat *sb, struct proc *p)
stat 345 kern/vfs_vnops.c vn_stat(struct vnode *vp, struct stat *sb, struct proc *p)
stat 370 lib/libsa/cd9660.c cd9660_stat(struct open_file *f, struct stat *sb)
stat 42 lib/libsa/cd9660.h int cd9660_stat(struct open_file *f, struct stat *sb);
stat 51 lib/libsa/exec.c struct stat sb;
stat 38 lib/libsa/fstat.c fstat(int fd, struct stat *sb)
stat 591 lib/libsa/nfs.c nfs_stat(struct open_file *f, struct stat *sb)
stat 40 lib/libsa/nfs.h int nfs_stat(struct open_file *f, struct stat *sb);
stat 101 lib/libsa/nullfs.c null_stat(struct open_file *f, struct stat *sb)
stat 43 lib/libsa/readdir.c struct stat sb;
stat 70 lib/libsa/stand.h int (*stat)(struct open_file *f, struct stat *sb);
stat 164 lib/libsa/stand.h int stat(const char *path, struct stat *sb);
stat 165 lib/libsa/stand.h int fstat(int fd, struct stat *sb);
stat 180 lib/libsa/stand.h int null_stat(struct open_file *f, struct stat *sb);
stat 38 lib/libsa/stat.c stat(const char *str, struct stat *sb)
stat 384 lib/libsa/tftp.c tftp_stat(struct open_file *f, struct stat *sb)
stat 110 lib/libsa/tftp.h int tftp_stat(struct open_file *, struct stat *);
stat 624 lib/libsa/ufs.c ufs_stat(struct open_file *f, struct stat *sb)
stat 42 lib/libsa/ufs.h int ufs_stat(struct open_file *f, struct stat *sb);
stat 430 netinet/tcp_usrreq.c ((struct stat *) m)->st_blksize = so->so_snd.sb_hiwat;
stat 193 netinet6/icmp6.c icmp6_errcount(stat, type, code)
stat 194 netinet6/icmp6.c struct icmp6errstat *stat;
stat 81 stand/boot/cmd.c static void ls(char *, struct stat *);
stat 104 stand/boot/cmd.c struct stat sb;
stat 428 stand/boot/cmd.c struct stat sb;
stat 470 stand/boot/cmd.c ls(char *name, struct stat *sb)
stat 44 sys/file.h struct stat;
stat 56 sys/file.h int (*fo_stat)(struct file *, struct stat *, struct proc *);
stat 256 sys/lkm.h #define DISPATCH(lkmtp,cmd,ver,load,unload,stat) \
stat 594 sys/mount.h struct stat;
stat 607 sys/mount.h int fhstat(const fhandle_t *, struct stat *);
stat 238 sys/socketvar.h struct stat;
stat 253 sys/socketvar.h int soo_stat(struct file *, struct stat *, struct proc *);
stat 86 sys/stat.h struct stat {
stat 219 sys/stat.h int fstat(int, struct stat *);
stat 223 sys/stat.h int stat(const char *, struct stat *);
stat 229 sys/stat.h int lstat(const char *, struct stat *);
stat 1183 sys/syscallargs.h syscallarg(struct stat *) ub;
stat 1188 sys/syscallargs.h syscallarg(struct stat *) sb;
stat 1193 sys/syscallargs.h syscallarg(struct stat *) ub;
stat 1198 sys/syscallargs.h syscallarg(struct stat *) sb;
stat 381 sys/vnode.h struct stat;
stat 436 sys/vnode.h int vn_stat(struct vnode *, struct stat *, struct proc *);
stat 437 sys/vnode.h int vn_statfile(struct file *, struct stat *, struct proc *);