Searched defs:stat (Results 201 - 225 of 394) sorted by relevance

1234567891011>>

/illumos-gate/usr/src/uts/common/sys/
H A Dstat.h43 * definition for timestruc_t needed by the stat structure. However,
50 * result based on the order of inclusion of <sys/stat.h> and
63 * stat structure, used by stat(2) and fstat(2)
68 /* Expanded stat structure */
72 struct stat { struct
108 struct stat { struct
161 #pragma redefine_extname stat stat64
172 #define stat stat64 macro
190 #pragma redefine_extname stat64 stat
217 struct stat { struct
242 struct stat { struct
[all...]
/illumos-gate/usr/src/lib/libast/common/comp/
H A Domitted.c65 #undef stat macro
78 extern int _stat(const char*, struct stat*);
371 struct stat st;
626 struct stat st;
638 if (!stat(exe[fd]->path, &st) && st.st_ino == exe[fd]->ino)
668 struct stat st;
740 stat(const char* path, struct stat* st) function
804 struct stat st;
940 struct stat f
[all...]
/illumos-gate/usr/src/uts/sun/io/
H A Dzs_common.c37 #include <sys/stat.h>
772 uchar_t stat, isource, count; local
791 SCC_READ(1, stat);
792 if (stat & ZSRR1_ANY_ERRORS)
806 SCC_READ(1, stat);
807 if (stat & ZSRR1_ANY_ERRORS)
/illumos-gate/usr/src/uts/sun4u/io/
H A Dsbbc.c80 #include <sys/stat.h>
981 uint16_t comm, vendid, devid, stat; local
996 stat = pci_config_get16(conf_handle, PCI_CONF_STAT);
1002 "SBBC vendid %x, devid %x, comm %x, stat %x, revid %x\n",
1003 vendid, devid, comm, stat, revid);
/illumos-gate/usr/src/uts/intel/io/heci/
H A Dheci_main.c58 #include <sys/stat.h>
180 int stat; local
183 if ((stat = ddi_soft_state_init(&heci_soft_state_p,
185 return (stat);
188 if ((stat = mod_install(&modlinkage)) != 0)
191 return (stat);
204 int stat; local
206 if ((stat = mod_remove(&modlinkage)) != 0)
207 return (stat);
211 return (stat);
[all...]
/illumos-gate/usr/src/uts/common/io/efe/
H A Defe.c547 efe_m_getstat(void *arg, uint_t stat, uint64_t *val) argument
551 if (mii_m_getstat(efep->efe_miih, stat, val) == 0) {
555 switch (stat) {
/illumos-gate/usr/src/lib/libnisdb/
H A Ddb_table.cc467 db_status stat = allocateExpire(oldsize, table_size); local
468 if (stat != DB_SUCCESS) {
474 "db_table::grow: cannot allocate space for expire", stat);
486 db_status stat = allocateEnumArray(oldsize, table_size); local
487 if (stat != DB_SUCCESS) {
493 "db_table::grow: cannot allocate space for enumArray", stat);
834 db_status stat = allocateExpire(0, table_size); local
835 if (stat != DB_SUCCESS) {
839 stat, FALSE);
958 db_status stat; local
[all...]
H A Dldap_nisdbquery.c741 int stat; local
748 stat = storeLDAP(&litem[i], i, numItems, rval,
750 if (stat != LDAP_SUCCESS) {
759 ldap_err2string(stat));
H A Dldap_ruleval.c572 __nis_rule_value_t *rv, int *stat) {
592 vnew = getMappingElement(&rl->element[i], native, rv, stat);
614 int doAssign, int *stat) {
645 rval = buildRvalue(&r->rhs, rnative, rv, stat);
688 int stat; local
695 stat = storeLDAP(&litem[i], i, numItems, rval,
697 if (stat != LDAP_SUCCESS) {
706 ldap_err2string(stat));
571 buildRvalue(__nis_mapping_rlhs_t *rl, __nis_mapping_item_type_t native, __nis_rule_value_t *rv, int *stat) argument
609 addLdapRuleValue(__nis_table_mapping_t *t, __nis_mapping_rule_t *r, __nis_mapping_item_type_t lnative, __nis_mapping_item_type_t rnative, __nis_rule_value_t *rv, int doAssign, int *stat) argument
/illumos-gate/usr/src/uts/common/rpc/
H A Dsvc_clts.c431 int stat = FALSE; local
591 stat = TRUE;
595 if (stat == FALSE) {
613 return (stat);
/illumos-gate/usr/src/uts/common/io/sfxge/common/
H A Defx_tx.c118 __inout_ecount(TX_NQSTATS) efsys_stat_t *stat);
650 __inout_ecount(TX_NQSTATS) efsys_stat_t *stat)
657 etxop->etxo_qstats_update(etp, stat);
1055 __inout_ecount(TX_NQSTATS) efsys_stat_t *stat)
1060 efsys_stat_t *essp = &stat[id];
648 efx_tx_qstats_update( __in efx_txq_t *etp, __inout_ecount(TX_NQSTATS) efsys_stat_t *stat) argument
1053 siena_tx_qstats_update( __in efx_txq_t *etp, __inout_ecount(TX_NQSTATS) efsys_stat_t *stat) argument
/illumos-gate/usr/src/uts/common/klm/
H A Dnlm_client.c780 enum clnt_stat stat; local
791 stat = nlm_lock_rpc(&args, &res, rpcp->nr_handle, vers);
794 error = nlm_map_clnt_stat(stat);
802 DTRACE_PROBE1(lock__res, enum nlm4_stats, res.stat.stat);
803 nlm_err = res.stat.stat;
976 enum clnt_stat stat; local
984 stat = nlm_cancel_rpc(&cargs, &res, rpcp->nr_handle, vers);
987 DTRACE_PROBE1(cancel__rloop_end, enum clnt_stat, stat);
1056 enum clnt_stat stat; local
1128 enum clnt_stat stat; local
1358 enum clnt_stat stat; local
1435 enum clnt_stat stat; local
1588 nlm_map_clnt_stat(enum clnt_stat stat) argument
1607 nlm_map_status(enum nlm4_stats stat) argument
[all...]
/illumos-gate/usr/src/uts/common/io/vnic/
H A Dvnic_dev.c40 #include <sys/stat.h>
733 vnic_m_stat(void *arg, uint_t stat, uint64_t *val) argument
752 switch (stat) {
767 *val = mac_client_stat_get(vnic->vn_mch, stat);
/illumos-gate/usr/src/uts/intel/io/vmxnet3s/
H A Dvmxnet3_main.c101 vmxnet3_getstat(void *data, uint_t stat, uint64_t *val) argument
107 VMXNET3_DEBUG(dp, 3, "getstat(%u)\n", stat);
119 switch (stat) {
144 * Then fetch the corresponding stat
146 switch (stat) {
/illumos-gate/usr/src/lib/cfgadm_plugins/sbd/common/
H A Dap.h123 void *stat; member in struct:__anon2411
H A Dap_sbd.c40 #include <sys/stat.h>
148 if ((new_stat = realloc(a->stat, stsize)) == NULL) {
153 a->stat = new_stat;
163 sc->s_statp = (caddr_t)a->stat;
249 st = (sbd_stat_t *)a->stat;
252 * Set the component count to the returned stat count.
339 s_free(a->stat);
402 st = (sbd_stat_t *)a->stat;
471 dst = ((sbd_stat_t *)a->stat)->s_stat;
494 sbd_stat_t *stat; local
575 sbd_stat_t *stat; local
[all...]
/illumos-gate/usr/src/lib/libnsl/rpc/
H A Dsvc_vc.c53 #include <sys/stat.h>
1729 bool_t stat = FALSE; local
1757 stat = TRUE;
1769 return (stat);
/illumos-gate/usr/src/lib/libldap5/sources/ldap/ssldap/
H A Dldapsinit.c273 int stat; local
343 &host_ent, host_buf, HOST_BUF_SIZE, &stat, NULL);
/illumos-gate/usr/src/cmd/ypcmd/
H A Dyppush.c49 #include <sys/stat.h>
241 static void listener_exit(unsigned long program, int stat);
846 listener_exit(unsigned long program, int stat) argument
849 exit(stat);
1089 struct stat filestat;
1091 if (stat(NTOL_MAP_FILE, &filestat) != -1)
/illumos-gate/usr/src/cmd/nscd/
H A Dnscd_frontend.c30 #include <sys/stat.h>
42 #include <sys/stat.h>
223 struct stat nss_buf;
224 struct stat res_buf;
231 if (stat("/etc/nsswitch.conf", &nss_buf) < 0) {
244 if (stat("/etc/resolv.conf", &res_buf) < 0) {
245 /* Unable to stat file, were we previously? */
1130 struct stat buf;
1183 if (stat(TSOL_NAME_SERVICE_DOOR, &buf) < 0) {
1211 } else if (stat(NAME_SERVICE_DOO
1425 _nscd_cfg_frontend_get_stat( void **stat, struct nscd_cfg_stat_desc *sdesc, nscd_cfg_id_t *nswdb, nscd_cfg_flag_t *dflag, void (**free_stat)(void *stat), nscd_cfg_error_t **errorp) argument
[all...]
H A Dnscd_selfcred.c44 #include <sys/stat.h>
1401 void **stat,
1405 void (**free_stat)(void *stat),
1400 _nscd_cfg_selfcred_get_stat( void **stat, struct nscd_cfg_stat_desc *sdesc, nscd_cfg_id_t *nswdb, nscd_cfg_flag_t *dflag, void (**free_stat)(void *stat), nscd_cfg_error_t **errorp) argument
H A Dnscd_switch.c1399 OM_uint32 stat; local
1404 if (func(&stat, GSS_C_NO_CREDENTIAL,
1544 OM_uint32 stat; local
1549 if (func(&stat, GSS_C_NO_CREDENTIAL,
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/snowbird/watchdog/
H A Dpiclwatchdog.c45 #include <sys/stat.h>
303 wd_picl_update_state(int level, uint8_t stat) argument
308 switch (stat) {
328 wd_data.wd1_run_state = stat;
331 wd_data.wd2_run_state = stat;
334 wd_data.wd1_run_state = stat;
335 wd_data.wd2_run_state = stat;
690 struct stat buf;
699 if (stat(strpid, &buf) == 0) {
1057 uint8_t stat; local
[all...]
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dleaky.c105 leaky_verbose(char *str, uint64_t stat) argument
117 mdb_printf("%*s => %lld\n", 30, str, stat);
121 leaky_verbose_perc(char *str, uint64_t stat, uint64_t total) argument
123 uint_t perc = (stat * 100) / total;
124 uint_t tenths = ((stat * 1000) / total) % 10;
130 30, str, stat, perc, tenths);
/illumos-gate/usr/src/cmd/fm/eversholt/common/
H A Dliterals.h72 L_DECL(stat); variable

Completed in 174 milliseconds

1234567891011>>