Searched defs:stat (Results 101 - 125 of 394) sorted by relevance

1234567891011>>

/illumos-gate/usr/src/cmd/pcidr/plugins/default/
H A Dpcidr_cfga.c39 cfga_stat_t stat; member in struct:__anon1045
58 if (pcidr_cfga_stat_nametab[i].stat == val)
/illumos-gate/usr/src/cmd/rcm_daemon/common/
H A Ddump_rcm.c45 #include <sys/stat.h>
326 int stat; local
341 if ((stat = rcm_exec_cmd(DUMPADM_SWAP)) != 0) {
342 log_cmd_status(stat);
359 int stat; local
369 if ((stat = rcm_exec_cmd(cmd)) != 0) {
370 log_cmd_status(stat);
386 struct stat sbuf;
399 if (stat("/dev/dump", &sbuf) == 0 &&
594 log_cmd_status(int stat) argument
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/
H A Dhostconfig.c397 enum clnt_stat stat; local
430 stat = rpc_broadcast(BOOTPARAMPROG, BOOTPARAMVERS, BOOTPARAMPROC_WHOAMI,
439 stat = rpc_broadcast(BOOTPARAMPROG, BOOTPARAMVERS,
443 if (stat != RPC_SUCCESS) {
444 clnt_perrno(stat);
/illumos-gate/usr/src/cmd/fm/modules/sun4/cpumem-diagnosis/
H A Dcmd_main.c797 fmd_stat_t *stat = ((fmd_stat_t *)&sp->subr_stat) + i; local
799 (void) snprintf(stat->fmds_name,
800 sizeof (stat->fmds_name),
803 stat->fmds_type = FMD_TYPE_UINT64;
804 (void) snprintf(stat->fmds_desc,
805 sizeof (stat->fmds_desc),
808 (void) fmd_stat_create(hdl, FMD_STAT_NOALLOC, 1, stat);
/illumos-gate/usr/src/cmd/fs.d/autofs/
H A Dns_fnreaddir.c431 unsigned int stat; local
440 if (fn_compound_name_append_comp(name, child, &stat) == 0) {
478 unsigned int stat; local
486 str = (char *)fn_string_str(string, &stat);
/illumos-gate/usr/src/cmd/rpcgen/
H A Drpc_scan.c147 int stat = 0; local
164 (void) waitpid(childpid, &stat,
166 if (stat > 0) {
168 nonfatalerrors = stat >> 8;
/illumos-gate/usr/src/cmd/sf880drd/
H A Dsf880drd.c30 #include <sys/stat.h>
187 struct cfga_list_data *stat = NULL; local
192 rv = config_list_ext(1, &ap_id, &stat, &nlist,
201 assert(!(strcmp(stat->ap_class, "pci")));
203 switch (stat->ap_o_state) {
228 if (stat)
229 free(stat);
/illumos-gate/usr/src/cmd/fs.d/nfs/nfsmapid/
H A Dnfsmapid_test.c133 mapstat(int stat) argument
135 switch (stat) {
159 printf(" unknown error %d ", stat);
175 int stat; local
206 stat = nfs_idmap_str_uid(&str, &uid);
207 printf(gettext("%u stat=%s \n"), uid, mapstat(stat));
217 stat = nfs_idmap_str_gid(&str, &gid);
218 printf(gettext("%u stat=%s \n"), gid, mapstat(stat));
[all...]
/illumos-gate/usr/src/cmd/getconf/
H A Dgetconf.c946 int stat; local
965 stat = getconf(scp, scp->type == PATHCONF ? 3 : 2,
968 exstat |= stat;
971 * if stat != 0, then an error message was already
/illumos-gate/usr/src/cmd/sh/
H A Dmacro.c541 int stat; local
545 while ((ret = waitpid(parent,&stat,0)) != parent) {
550 if (WIFEXITED(stat))
551 rc = WEXITSTATUS(stat);
553 rc = (WTERMSIG(stat) | SIGFLG);
/illumos-gate/usr/src/ucblib/librpcsoc/
H A Dsvc_udp.c233 register bool_t stat = FALSE; local
243 stat = TRUE;
249 return (stat);
/illumos-gate/usr/src/uts/common/io/aggr/
H A Daggr_port.c46 #include <sys/stat.h>
580 aggr_port_stat(aggr_port_t *port, uint_t stat) argument
582 return (mac_stat_get(port->lp_mh, stat));
/illumos-gate/usr/src/uts/common/io/atge/
H A Datge_l1.c30 #include <sys/stat.h>
454 atge_l1_smb_t *stat; local
462 stat = (atge_l1_smb_t *)atgep->atge_hw_stats;
466 stat->rx_frames += smb->rx_frames;
467 stat->rx_bcast_frames += smb->rx_bcast_frames;
468 stat->rx_mcast_frames += smb->rx_mcast_frames;
469 stat->rx_pause_frames += smb->rx_pause_frames;
470 stat->rx_control_frames += smb->rx_control_frames;
471 stat->rx_crcerrs += smb->rx_crcerrs;
472 stat
[all...]
H A Datge_l1c.c58 #include <sys/stat.h>
561 atge_l1c_smb_t *stat; local
569 stat = (atge_l1c_smb_t *)atgep->atge_hw_stats;
573 stat->rx_frames += smb->rx_frames;
574 stat->rx_bcast_frames += smb->rx_bcast_frames;
575 stat->rx_mcast_frames += smb->rx_mcast_frames;
576 stat->rx_pause_frames += smb->rx_pause_frames;
577 stat->rx_control_frames += smb->rx_control_frames;
578 stat->rx_crcerrs += smb->rx_crcerrs;
579 stat
[all...]
H A Datge_l1e.c32 #include <sys/stat.h>
697 atge_l1e_smb_t *stat; local
705 stat = (atge_l1e_smb_t *)atgep->atge_hw_stats;
731 stat->rx_frames += smb->rx_frames;
732 stat->rx_bcast_frames += smb->rx_bcast_frames;
733 stat->rx_mcast_frames += smb->rx_mcast_frames;
734 stat->rx_pause_frames += smb->rx_pause_frames;
735 stat->rx_control_frames += smb->rx_control_frames;
736 stat->rx_crcerrs += smb->rx_crcerrs;
737 stat
[all...]
/illumos-gate/usr/src/uts/common/io/bge/
H A Dbge_kstats.c687 bge_m_stat(void *arg, uint_t stat, uint64_t *val) argument
763 switch (stat) {
1171 bge_rx_ring_stat(mac_ring_driver_t rh, uint_t stat, uint64_t *val) argument
1175 switch (stat) {
/illumos-gate/usr/src/uts/common/io/cxgbe/t4nex/
H A Dt4nex.h109 uint32_t stat[4 * (6)]; member in struct:t4_cim_qcfg
/illumos-gate/usr/src/stand/lib/fs/common/
H A Dfsswitch.c31 #include <sys/stat.h>
161 fstat(int fd, struct stat *sb)
195 stat(const char *filename, struct stat *sb) function
/illumos-gate/usr/src/stand/lib/fs/nfs/
H A Drpc.c63 rpc_disperr(struct rpc_err *stat) argument
66 switch (stat->re_status) {
89 switch (stat->re_why) {
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/hsi/mcp/
H A Dmulti_thread_def.h121 struct mt_thread_stat stat; member in struct:thread_t
130 struct scheduler_stat_t stat; member in struct:scheduler_t
/illumos-gate/usr/src/uts/common/nfs/
H A Dauth.h163 * the daemon to do for us. Also, 'stat' returns the status from
173 uint_t stat; member in struct:nfsauth_res
/illumos-gate/usr/src/uts/common/rpc/
H A Drdma_subr.c535 rdma_stat stat; local
543 * stat back.
547 stat = rdma_wait.svc_stat;
549 stat = RDMA_INTR;
553 return (stat);
/illumos-gate/usr/src/uts/common/rpc/sec/
H A Dauth_des.c115 enum clnt_stat stat; local
128 if ((stat = kgetnetname(namebuf)) != 0) {
131 clnt_sperrno(stat), stat);
165 if ((stat = key_gendes(&auth->ah_key)) != RPC_SUCCESS) {
168 clnt_sperrno(stat), stat);
169 if (stat == RPC_INTR)
171 else if (stat == RPC_TIMEDOUT)
382 enum clnt_stat stat; local
[all...]
H A Dkey_call.c100 enum clnt_stat stat; local
108 if ((stat = key_call(KEY_ENCRYPT, xdr_cryptkeyarg, (char *)&arg,
112 RPCLOG(1, "rpc status %d ", stat);
113 RPCLOG(1, "(%s)\n", clnt_sperrno(stat));
114 return (stat);
132 enum clnt_stat stat; local
140 if ((stat = key_call(KEY_DECRYPT, xdr_cryptkeyarg, (char *)&arg,
143 RPCLOG(1, "rpc status %d ", stat);
144 RPCLOG(1, "(%s)\n", clnt_sperrno(stat));
145 return (stat);
177 enum clnt_stat stat; local
205 enum clnt_stat stat; local
236 enum clnt_stat stat; local
[all...]
H A Dsec_svc.c151 int flavor, stat; local
156 stat = 1;
177 stat = kauthdes_getucred(adc, cr);
182 stat = rpc_gss_getcred(req, &rcred, &ucred, &cookie);
187 stat = 0;
196 stat = 0;
200 return (stat);

Completed in 129 milliseconds

1234567891011>>