Searched defs:cstat (Results 1 - 9 of 9) sorted by relevance

/illumos-gate/usr/src/lib/libc/port/gen/
H A Dgetvfsent.c111 int ret, bstat, cstat; local
149 cstat = 1;
152 cstat = 0;
157 (cstat == 0 && DIFF(vfs_fsckdev)) ||
158 (cstat == 1 && SDIFF(vfs_fsckdev, cmode, crdev)) ||
/illumos-gate/usr/src/cmd/fs.d/nfs/lib/
H A Dnfs_resolve.c127 enum clnt_stat cstat; local
158 &netconf, port, NULL, NULL, TRUE, NULL, &cstat);
212 enum clnt_stat cstat; local
262 nconf, port, NULL, NULL, TRUE, NULL, &cstat);
263 if (cstat != RPC_SUCCESS)
268 *cstatp = cstat;
344 char *fspath, enum clnt_stat *cstat)
383 *cstat = cs;
341 get_server_addr(char *hostname, rpcprog_t prog, rpcvers_t vers, struct netconfig *nconf, ushort_t port, struct t_info *tinfo, caddr_t *fhp, bool_t direct_to_server, char *fspath, enum clnt_stat *cstat) argument
/illumos-gate/usr/src/uts/common/syscall/
H A Dstat.c132 static int cstat(vnode_t *vp, struct stat *, int, cred_t *);
156 FSTAT_BODY(fd, sb, cstat)
194 cstat(vnode_t *vp, struct stat *ubp, int flag, cred_t *cr) function
268 error = cstat(vp, sb, flags, cred);
336 /* devices are a special case, see comments in cstat */
/illumos-gate/usr/src/uts/i86pc/io/dr/
H A Ddr_cpu.c707 sbd_cpu_stat_t *cstat; local
714 cstat = kmem_zalloc(sizeof (sbd_cpu_stat_t) * MAX_CORES_PER_CMP,
758 dr_fill_cpu_stat(cp, &pstat, &cstat[ncores++]);
781 dr_fill_cmp_stat(cstat, ncores, impl, psp);
784 bcopy(cstat, dsp, sizeof (sbd_cpu_stat_t));
791 kmem_free(cstat, sizeof (sbd_cpu_stat_t) * MAX_CORES_PER_CMP);
/illumos-gate/usr/src/uts/sun4u/io/
H A Dsbd_cpu.c241 sbd_cpu_stat_t cstat[MAX_CORES_PER_CMP]; local
303 sbd_fill_cpu_stat(cp, dip, &cstat[ncores++]);
320 sbd_fill_cmp_stat(cstat, ncores, cp->sbc_cpu_impl, psp);
323 bcopy(cstat, dsp, sizeof (sbd_cpu_stat_t));
/illumos-gate/usr/src/uts/sun4u/ngdr/io/
H A Ddr_cpu.c776 sbd_cpu_stat_t cstat[MAX_CORES_PER_CMP]; local
826 dr_fill_cpu_stat(cp, &pstat, &cstat[ncores++]);
850 dr_fill_cmp_stat(cstat, ncores, impl, psp);
853 bcopy(cstat, dsp, sizeof (sbd_cpu_stat_t));
/illumos-gate/usr/src/uts/common/sys/scsi/targets/
H A Dsesio.h87 uchar_t cstat[4]; member in struct:__anon8991
101 * For control pages, cstat[0] is the same for the
106 * type in the other 3 bytes of cstat or checked.
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_subr.c2977 enum clnt_stat cstat; member in struct:try_failover_tab
3058 try_failover_table[rpc_status].cstat != rpc_status) {
/illumos-gate/usr/src/cmd/fs.d/autofs/
H A Dautod_nfs.c1839 enum clnt_stat cstat; local
1844 NULL, TRUE, NULL, &cstat);
1982 enum clnt_stat cstat; local
1985 NULL, 0, NULL, NULL, FALSE, NULL, &cstat);
2768 enum clnt_stat cstat; local
2771 nconfp, proto, port, tinfo, NULL, FALSE, NULL, &cstat));
2779 enum clnt_stat cstat; local
2783 &cstat));
2790 enum clnt_stat cstat; local
2794 direct_to_server, NULL, &cstat);
2950 get_server_fh(char *hostname, rpcprog_t prog, rpcvers_t vers, mfs_snego_t *mfssnego, struct netconfig *nconf, ushort_t port, struct t_info *tinfo, struct t_bind *tbind, caddr_t *fhp, bool_t direct_to_server, char *fspath, enum clnt_stat *cstat) argument
4273 get_netconfig_info(enum type_of_stuff type_of_stuff, char *hostname, rpcprog_t prog, rpcvers_t vers, struct netconfig *nconf, ushort_t port, struct t_info *tinfo, struct t_bind *tbind, caddr_t *fhp, bool_t direct_to_server, char *fspath, enum clnt_stat *cstat, mfs_snego_t *mfssnego) argument
4311 get_server_addrorping(char *hostname, rpcprog_t prog, rpcvers_t vers, struct netconfig *nconf, ushort_t port, struct t_info *tinfo, struct t_bind *tbind, caddr_t *fhp, bool_t direct_to_server, char *fspath, enum clnt_stat *cstat, int ping_server) argument
[all...]

Completed in 129 milliseconds