Home
last modified time | relevance | path

Searched defs:nstat (Results 1 – 25 of 27) sorted by relevance

12

/illumos-gate/usr/src/boot/sys/sys/
H A Dstat.h153 struct nstat { struct
154 __dev_t st_dev; /* inode's device */
155 ino_t st_ino; /* inode's number */
156 __uint32_t st_mode; /* inode protection mode */
157 __uint32_t st_nlink; /* number of hard links */
158 uid_t st_uid; /* user ID of the file's owner */
159 gid_t st_gid; /* group ID of the file's group */
160 __dev_t st_rdev; /* device type */
161 struct timespec st_atim; /* time of last access */
164 off_t st_size; /* file size, in bytes */
[all …]
/illumos-gate/usr/src/lib/libnsl/dial/
H A Duucp.h365 struct nstat { struct
366 pid_t t_pid; /* process id */
367 time_t t_start; /* start time */
370 time_t t_tacu; /* acu time */
371 time_t t_tlog; /* login time */
373 time_t t_sxf; /* start xfer */
374 time_t t_exf; /* end xfer */
376 time_t t_qtime; /* time file queued */
377 int t_ndial; /* # of dials */
378 int t_nlogs; /* # of login trys */
[all …]
/illumos-gate/usr/src/cmd/ttymon/
H A Duucp.h411 struct nstat { struct
412 pid_t t_pid; /* process id */
413 time_t t_start; /* start time */
416 time_t t_tacu; /* acu time */
417 time_t t_tlog; /* login time */
419 time_t t_sxf; /* start xfer */
420 time_t t_exf; /* end xfer */
422 time_t t_qtime; /* time file queued */
423 int t_ndial; /* # of dials */
424 int t_nlogs; /* # of login trys */
[all …]
/illumos-gate/usr/src/cmd/bnu/
H A Duucp.h471 struct nstat { struct
472 pid_t t_pid; /* process id */
473 time_t t_start; /* start time */
475 time_t t_ecall; /* end call to system */
476 time_t t_tacu; /* acu time */
477 time_t t_tlog; /* login time */
479 time_t t_sxf; /* start xfer */
480 time_t t_exf; /* end xfer */
482 time_t t_qtime; /* time file queued */
483 int t_ndial; /* # of dials */
[all …]
/illumos-gate/usr/src/stand/lib/fs/nfs/
H A Dnfs4ops.c377 nfs4lookup(struct nfs_file *dir, char *name, int *nstat) in nfs4lookup()
497 nfs4lookupp(struct nfs_file *dir, int *nstat, uint64_t *fileid) in nfs4lookupp()
H A Dnfs2ops.c309 nfslookup(struct nfs_file *dir, char *name, int *nstat) in nfslookup()
H A Dnfs3ops.c349 nfs3lookup(struct nfs_file *dir, char *name, int *nstat) in nfs3lookup()
/illumos-gate/usr/src/cmd/ndmpstat/
H A Dndmpstat_main.c68 static ndmp_stat_t *nstat; variable
/illumos-gate/usr/src/uts/common/io/sfxge/
H A Dsfxge_mon.c130 int nstat; in sfxge_mon_kstat_init() local
/illumos-gate/usr/src/lib/libcfgadm/common/
H A Dconfig_admin.c571 int nstat, n, i; in config_stat() local
622 int nstat; in config_list() local
678 int nstat, list, prefilter; in config_list_ext() local
/illumos-gate/usr/src/uts/common/xen/io/
H A Dblk_common.c276 int nstat = sizeof (blk_stats) / sizeof (blk_stats[0]); in blk_kstat_init() local
H A Dxdb.c197 int nstat = sizeof (xdb_stats) / sizeof (xdb_stats[0]); in xdb_kstat_init() local
H A Dxnb.c205 int nstat = sizeof (aux_statistics) / in xnb_ks_init() local
H A Dxnf.c2946 int nstat = sizeof (xnf_aux_statistics) / in xnf_kstat_init() local
/illumos-gate/usr/src/uts/common/io/ppp/spppasyn/
H A Dspppasyn.c472 int nstat, i; in create_kstats() local
/illumos-gate/usr/src/uts/sun4v/io/
H A Ddr_mem.c660 int nstat = req->msg_arg; in dr_mem_pack_response() local
H A Ddr_cpu.c638 int nstat = req->num_records; in dr_cpu_pack_response() local
/illumos-gate/usr/src/uts/common/io/ppp/sppptun/
H A Dsppptun.c403 kstat_setup(kstat_named_t *knt, const char **names, int nstat, in kstat_setup()
/illumos-gate/usr/src/uts/i86pc/io/dr/
H A Ddr.c2115 int nstat, mode, ncm, sz, pbsz, pnstat; in dr_dev_status() local
/illumos-gate/usr/src/uts/sun4u/ngdr/io/
H A Ddr.c2147 int nstat, mode, ncm, sz, pbsz, pnstat; in dr_dev_status() local
/illumos-gate/usr/src/uts/common/io/
H A Dbridge.c559 kstat_setup(kstat_named_t *knt, const char **names, int nstat, in kstat_setup()
/illumos-gate/usr/src/uts/common/ipp/
H A Dippconf.c1604 int nstat, in ipp_stat_create()
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Dinit.c1791 int i,nstat = STAT_SUBSHELL+1; in stat_init() local
/illumos-gate/usr/src/lib/libproc/common/
H A DPcontrol.c3012 long nstat; in Plwp_iter_all() local
/illumos-gate/usr/src/uts/common/io/mac/
H A Dmac.c5934 net_stat_t *nstat; in mac_write_flow_stats() local
6018 net_stat_t *nstat; in mac_write_link_stats() local

12