Searched refs:stat (Results 26 - 50 of 108) sorted by relevance

12345

/macosx-10.5.8/xnu-1228.15.4/bsd/netinet6/
H A Dicmp6.c156 icmp6_errcount(stat, type, code)
157 struct icmp6errstat *stat;
164 stat->icp6errs_dst_unreach_noroute++;
167 stat->icp6errs_dst_unreach_admin++;
170 stat->icp6errs_dst_unreach_beyondscope++;
173 stat->icp6errs_dst_unreach_addr++;
176 stat->icp6errs_dst_unreach_noport++;
181 stat->icp6errs_packet_too_big++;
186 stat->icp6errs_time_exceed_transit++;
189 stat
[all...]
H A Dudp6_output.c76 #include <sys/stat.h>
/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Dproc_info.h35 #include <sys/stat.h>
431 struct stat soi_stat;
H A Dprotosw.h239 struct stat;
H A Dvnode_internal.h343 void cvtstat(struct stat *st, struct ostat *ost);
/macosx-10.5.8/xnu-1228.15.4/bsd/hfs/
H A Dhfs_cnode.h37 #include <sys/stat.h>
/macosx-10.5.8/xnu-1228.15.4/bsd/isofs/cd9660/
H A Dcd9660_util.c82 #include <sys/stat.h>
H A Dcd9660_node.c86 #include <sys/stat.h>
/macosx-10.5.8/xnu-1228.15.4/bsd/vfs/
H A Dvfs_vnops.c81 #include <sys/stat.h>
867 * File table vnode stat routine.
881 struct stat *sb = (struct stat *)0; /* warning avoidance ; protected by isstat64 */
887 sb = (struct stat *)sbptr;
1056 /* actual stat */
H A Dvfs_init.c81 #include <sys/stat.h>
/macosx-10.5.8/xnu-1228.15.4/bsd/dev/dtrace/
H A Dprofile_prvd.c30 #include <sys/stat.h>
57 #include <sys/stat.h>
H A Dlockstat.c38 #include <sys/stat.h>
H A Dfbt.c43 #include <sys/stat.h>
/macosx-10.5.8/xnu-1228.15.4/tools/tests/MMTest/
H A DMPMMtest.c638 int stat; local
641 waitpid(thread->pid, &stat, 0);
/macosx-10.5.8/xnu-1228.15.4/bsd/hfs/hfscommon/Catalog/
H A DCatalogUtilities.c30 #include <sys/stat.h>
/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dkern_symfile.c51 #include <sys/stat.h>
H A Dsocket_info.c34 #include <sys/stat.h>
H A Dsys_pipe.c109 #include <sys/stat.h>
429 struct stat *sb = (struct stat *)0; /* warning avoidance ; protected by isstat64 */
445 * must be stat'ing the write fd
495 sb = (struct stat *)ub;
1808 * must be stat'ing the write fd
H A Duipc_usrreq.c85 #include <sys/stat.h>
533 struct stat *sb;
535 sb = (struct stat *)ub;
H A Dkern_core.c53 #include <sys/stat.h>
H A Dkern_event.c76 #include <sys/stat.h>
1703 struct stat *sb = (struct stat *)0; /* warning avoidance ; protected by isstat64 */
1714 sb = (struct stat *)ub;
/macosx-10.5.8/xnu-1228.15.4/bsd/miscfs/synthfs/
H A Dsynthfs_util.c42 #include <sys/stat.h>
/macosx-10.5.8/xnu-1228.15.4/bsd/ufs/ffs/
H A Dffs_vnops.c70 #include <sys/stat.h>
/macosx-10.5.8/xnu-1228.15.4/bsd/net/
H A Droute.c808 short *stat = 0; local
884 stat = &rtstat.rts_dynamic;
892 stat = &rtstat.rts_newgateway;
912 if (stat != NULL)
913 (*stat)++;
/macosx-10.5.8/xnu-1228.15.4/bsd/dev/ppc/
H A Dfbt_ppc.c48 #include <sys/stat.h>

Completed in 245 milliseconds

12345