Home
last modified time | relevance | path

Searched defs:stat (Results 1 – 25 of 525) sorted by relevance

12345678910>>...21

/netbsd-src/sys/sys/
H A Dstat.h59 struct stat { struct
71 struct timespec st_ctim; /* time of last file status change */ argument
78 time_t st_ctime; /* time of last file status change */ argument
79 long st_ctimensec; /* nsec of last file status change */ argument
80 time_t st_birthtime; /* time of creation */
81 long st_birthtimensec; /* nsec of time of creation */
83 off_t st_size; /* file size, in bytes */
84 blkcnt_t st_blocks; /* blocks allocated for file */
85 blksize_t st_blksize; /* optimal blocksize for I/O */
86 uint32_t st_flags; /* user defined flags for file */
[all …]
/netbsd-src/sys/net/
H A Dnet_stats.h47 #define _NET_STAT_GETREF(stat) ((net_stat_ref_t)percpu_getref((stat))) argument
48 #define _NET_STAT_PUTREF(stat) percpu_putref((stat)) argument
56 #define _NET_STATINC(stat, x) \ argument
69 #define _NET_STATDEC(stat, x) \ argument
82 #define _NET_STATADD(stat, x, v) \ argument
95 #define _NET_STATSUB(stat, x, v) \ argument
111 #define NETSTAT_SYSCTL(stat, nctrs) \ argument
/netbsd-src/external/bsd/openldap/dist/servers/slapd/back-sql/rdbms_depend/timesten/dnreverse/
H A Ddnreverse.cpp106 TTStatus stat; in ReverseAndUpper() local
126 catch (TTStatus stat) { in ReverseAndUpper() local
138 catch (TTStatus stat) { in ReverseAndUpper() local
229 TTStatus stat; in main() local
259 catch (TTStatus stat) { in main() local
275 catch (TTStatus stat) { in main() local
301 catch (TTStatus stat) { in main() local
313 catch (TTStatus stat) { in main() local
/netbsd-src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/ibus/
H A Dnouveau_nvkm_subdev_ibus_gf100.c37 u32 stat = nvkm_rd32(device, 0x122128 + (i * 0x0400)); in gf100_ibus_intr_hub() local
48 u32 stat = nvkm_rd32(device, 0x124128 + (i * 0x0400)); in gf100_ibus_intr_rop() local
59 u32 stat = nvkm_rd32(device, 0x128128 + (i * 0x0400)); in gf100_ibus_intr_gpc() local
76 u32 stat = 0x00000100 << i; in gf100_ibus_intr() local
84 u32 stat = 0x00010000 << i; in gf100_ibus_intr() local
92 u32 stat = 0x00000001 << i; in gf100_ibus_intr() local
H A Dnouveau_nvkm_subdev_ibus_gk104.c37 u32 stat = nvkm_rd32(device, 0x122128 + (i * 0x0800)); in gk104_ibus_intr_hub() local
48 u32 stat = nvkm_rd32(device, 0x124128 + (i * 0x0800)); in gk104_ibus_intr_rop() local
59 u32 stat = nvkm_rd32(device, 0x128128 + (i * 0x0800)); in gk104_ibus_intr_gpc() local
76 u32 stat = 0x00000100 << i; in gk104_ibus_intr() local
84 u32 stat = 0x00010000 << i; in gk104_ibus_intr() local
92 u32 stat = 0x00000001 << i; in gk104_ibus_intr() local
/netbsd-src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/engine/disp/
H A Dnouveau_nvkm_engine_disp_gv100.c52 u32 stat = nvkm_rd32(device, 0x6107a8); in gv100_disp_super() local
106 u32 stat = nvkm_rd32(device, 0x611020 + (chid * 12)); in gv100_disp_exception() local
148 u32 stat = nvkm_rd32(device, 0x611c30); in gv100_disp_intr_ctrl_disp() local
196 u32 stat = nvkm_rd32(device, 0x611854); in gv100_disp_intr_exc_other() local
225 unsigned long stat = nvkm_rd32(device, 0x611850); in gv100_disp_intr_exc_winim() local
245 unsigned long stat = nvkm_rd32(device, 0x61184c); in gv100_disp_intr_exc_win() local
265 u32 stat = nvkm_rd32(device, 0x611800 + (head * 0x04)); in gv100_disp_intr_head_timing() local
290 u32 stat = nvkm_rd32(device, 0x611ec0); in gv100_disp_intr() local
H A Dnouveau_nvkm_engine_disp_gf119.c99 u32 stat = nvkm_rd32(device, 0x6101f0 + (chid * 12)); in gf119_disp_intr_error() local
135 u32 stat = nvkm_rd32(device, 0x61008c); in gf119_disp_intr() local
145 u32 stat = nvkm_rd32(device, 0x61009c); in gf119_disp_intr() local
153 u32 stat = nvkm_rd32(device, 0x6100ac); in gf119_disp_intr() local
173 u32 stat = nvkm_rd32(device, 0x6100bc + hoff); in gf119_disp_intr() local
/netbsd-src/lib/libquota/
H A Dquota_kernel.c50 __quota_kernel_stat(struct quotahandle *qh, struct quotastat *stat) in __quota_kernel_stat()
62 static struct quotastat stat; in __quota_kernel_getimplname() local
73 struct quotastat stat; in __quota_kernel_getrestrictions() local
85 struct quotastat stat; in __quota_kernel_getnumidtypes() local
96 static struct quotaidtypestat stat; in __quota_kernel_idtype_getname() local
111 struct quotastat stat; in __quota_kernel_getnumobjtypes() local
122 static struct quotaobjtypestat stat; in __quota_kernel_objtype_getname() local
137 struct quotaobjtypestat stat; in __quota_kernel_objtype_isbytes() local
/netbsd-src/external/gpl3/gcc/dist/libgfortran/caf/
H A Dsingle.c77 caf_internal_error (const char *msg, int *stat, char *errmsg, in caf_internal_error()
137 gfc_descriptor_t *data, int *stat, char *errmsg, in _gfortran_caf_register()
197 _gfortran_caf_deregister (caf_token_t *token, caf_deregister_t type, int *stat, in _gfortran_caf_deregister()
223 _gfortran_caf_sync_all (int *stat, in _gfortran_caf_sync_all()
234 _gfortran_caf_sync_memory (int *stat, in _gfortran_caf_sync_memory()
247 int *stat, in _gfortran_caf_sync_images()
386 int *stat, char *errmsg __attribute__ ((unused)), in _gfortran_caf_co_broadcast()
396 int *stat, char *errmsg __attribute__ ((unused)), in _gfortran_caf_co_sum()
406 int *stat, char *errmsg __attribute__ ((unused)), in _gfortran_caf_co_min()
417 int *stat, char *errmsg __attribute__ ((unused)), in _gfortran_caf_co_max()
[all …]
H A Dmpi.c134 int *stat, char *errmsg, size_t errmsg_len, in _gfortran_caf_register()
208 _gfortran_caf_deregister (caf_token_t *token, int *stat, char *errmsg, size_t errmsg_len) in _gfortran_caf_deregister()
242 _gfortran_caf_sync_all (int *stat, char *errmsg, size_t errmsg_len) in _gfortran_caf_sync_all()
280 _gfortran_caf_sync_images (int count, int images[], int *stat, char *errmsg, in _gfortran_caf_sync_images()
/netbsd-src/external/gpl3/gcc.old/dist/libgfortran/caf/
H A Dsingle.c77 caf_internal_error (const char *msg, int *stat, char *errmsg, in caf_internal_error()
137 gfc_descriptor_t *data, int *stat, char *errmsg, in _gfortran_caf_register()
197 _gfortran_caf_deregister (caf_token_t *token, caf_deregister_t type, int *stat, in _gfortran_caf_deregister()
223 _gfortran_caf_sync_all (int *stat, in _gfortran_caf_sync_all()
234 _gfortran_caf_sync_memory (int *stat, in _gfortran_caf_sync_memory()
247 int *stat, in _gfortran_caf_sync_images()
386 int *stat, char *errmsg __attribute__ ((unused)), in _gfortran_caf_co_broadcast()
396 int *stat, char *errmsg __attribute__ ((unused)), in _gfortran_caf_co_sum()
406 int *stat, char *errmsg __attribute__ ((unused)), in _gfortran_caf_co_min()
417 int *stat, char *errmsg __attribute__ ((unused)), in _gfortran_caf_co_max()
[all …]
H A Dmpi.c134 int *stat, char *errmsg, size_t errmsg_len, in _gfortran_caf_register()
208 _gfortran_caf_deregister (caf_token_t *token, int *stat, char *errmsg, size_t errmsg_len) in _gfortran_caf_deregister()
242 _gfortran_caf_sync_all (int *stat, char *errmsg, size_t errmsg_len) in _gfortran_caf_sync_all()
280 _gfortran_caf_sync_images (int count, int images[], int *stat, char *errmsg, in _gfortran_caf_sync_images()
/netbsd-src/external/gpl3/gcc.old/dist/libgfortran/intrinsics/
H A Dsystem.c36 int stat; in system_sub() local
54 GFC_INTEGER_4 stat; in PREFIX() local
/netbsd-src/external/gpl3/gcc/dist/libgfortran/intrinsics/
H A Dsystem.c36 int stat; in system_sub() local
54 GFC_INTEGER_4 stat; in PREFIX() local
/netbsd-src/sys/arch/next68k/dev/
H A Dnextdma.c320 struct nextdma_status *stat = &nsc->sc_stat; in nextdma_reset() local
362 struct nextdma_status *stat = &nsc->sc_stat; in nextdma_rotate() local
410 struct nextdma_status *stat = &nsc->sc_stat; in nextdma_setup_curr_regs() local
469 struct nextdma_status *stat = &nsc->sc_stat; in nextdma_setup_cont_regs() local
559 struct nextdma_status *stat = &nsc->sc_stat; in nextdma_enet_intr() local
794 struct nextdma_status *stat = &nsc->sc_stat; in nextdma_finished() local
806 struct nextdma_status *stat = &nsc->sc_stat; in nextdma_start() local
910 struct nextdma_status *stat = &nsc->sc_stat; in nextdma_print() local
/netbsd-src/usr.sbin/rpc.pcnfsd/
H A Dpcnfsd.x272 arstat stat; member
282 pirstat stat; member
294 psrstat stat; member
321 pirstat stat; member
336 psrstat stat; member
381 pirstat stat; member
398 pcrstat stat; member
408 pirstat stat; member
424 pirstat stat; member
438 pcrstat stat; member
[all …]
/netbsd-src/sys/arch/hp300/stand/common/
H A Dapci.c149 short stat; in apcigetchar() local
171 short stat; in apciputchar() local
H A Dct.c86 uint8_t stat; in ctinit() local
110 uint8_t stat, cmd[3]; in ctident() local
224 uint8_t stat; in ctstrategy() local
293 uint8_t stat; in cterror() local
H A Ddca.c111 short stat; in dcagetchar() local
133 short stat; in dcaputchar() local
H A Drd.c135 uint8_t stat; in rdreset() local
152 uint8_t stat, cmd[3]; in rdident() local
313 uint8_t stat; in rdstrategy() local
356 uint8_t stat; in rderror() local
/netbsd-src/sys/arch/evbarm/stand/board/
H A Dns16550.c101 uint8_t stat; in getchar() local
111 uint8_t stat; in iputchar() local
/netbsd-src/lib/librpcsvc/
H A Dnlm_prot.x47 nlm_stats stat; member
52 nlm_stat stat; member
57 nlm_testrply stat; member
133 nlm_stats stat; member
159 nlm4_stats stat; member
196 nlm4_testrply stat; member
207 nlm4_stat stat; member
239 nlm4_stats stat; member
/netbsd-src/sys/dev/hil/
H A Dhil.c274 uint8_t c, stat; in hil_intr() local
300 hil_process_int(struct hil_softc *sc, uint8_t stat, uint8_t c) in hil_process_int()
367 hil_process_poll(struct hil_softc *sc, uint8_t stat, uint8_t c) in hil_process_poll()
864 hil_poll_data(struct hildev_softc *hdsc, uint8_t *stat, uint8_t *data) in hil_poll_data()
/netbsd-src/sys/arch/i386/stand/lib/
H A Dcomio_direct.c113 u_char stat, c; in comgetc_d() local
142 u_char stat; in computc_d() local
/netbsd-src/lib/libc/rpc/
H A Dclnt_perror.c223 clnt_sperrno(enum clnt_stat stat) in clnt_sperrno()
316 auth_errmsg(enum auth_stat stat) in auth_errmsg()

12345678910>>...21