Searched defs:stat (Results 76 - 100 of 100) sorted by relevance

1234

/osnet-11/usr/src/lib/libast/common/comp/
H A Domitted.c65 #undef stat macro
79 extern int _stat(const char*, struct stat*);
148 #define sysstat stat
454 struct stat st;
709 struct stat st;
721 if (!stat(exe[fd]->path, &st) && st.st_ino == exe[fd]->ino)
751 struct stat st;
823 stat(const char* path, struct stat* st) function
887 struct stat s
[all...]
/osnet-11/usr/src/lib/libc/port/gen/
H A Dnftw.c52 * FTW_NS on any stat failure, not just
54 * FTW_HOPTION Use stat the first time the walk
62 * is a pointer to the stat buffer and the third is an integer
75 * appropriate permission. The stat buffer passed to fn
98 #include <sys/stat.h>
114 #define stat stat64 macro
151 int (*statf)(const char *, struct stat *, struct Save *, int flags);
152 int (*savedstatf)(const char *, struct stat *, struct Save *,
158 static int cdlstat(const char *, struct stat *, struct Save *, int flags);
159 static int cdstat(const char *, struct stat *, struc
[all...]
/osnet-11/usr/src/lib/nsswitch/mdns/common/
H A Dmdns_common.c117 int stat; local
125 stat = (*argp->str2ent)(data->buffer,
129 if (stat == NSS_STR_PARSE_SUCCESS) {
134 if (stat == NSS_STR_PARSE_ERANGE)
/osnet-11/usr/src/lib/libshadowfs/common/
H A Dshadow_conspiracy.c957 shadow_status_t stat; local
966 shadow_get_status(nsp->swe_shadow, &stat);
975 if ((now - stat.ss_start) / NANOSEC < 60 ||
976 stat.ss_processed == 0 ||
977 stat.ss_estimated == 0) {
980 statp->scs_remaining = stat.ss_estimated;
983 statp->scs_xferred = stat.ss_processed;
984 statp->scs_errors = stat.ss_errors;
985 statp->scs_elapsed = (now - stat.ss_start) / NANOSEC;
1001 shadow_status_t stat; local
[all...]
/osnet-11/usr/src/lib/libldap5/sources/ldap/ssldap/
H A Dldapsinit.c270 int stat; local
340 &host_ent, host_buf, HOST_BUF_SIZE, &stat, NULL);
/osnet-11/usr/src/lib/libnisdb/
H A Dldap_map.c28 #include <sys/stat.h>
201 int stat; local
206 ldapStat = &stat;
1420 int stat, osize, n, numMatches = 0; local
1509 stat = ldapModify(dn, rv, t->objectDN->write.attrs, 1);
1519 "%s: %s (%s)", myself, NIL(t->objName), ldap_err2string(stat));
1521 if (stat != LDAP_SUCCESS)
1528 return (stat);
1550 int i, j, nfc, nrv, blen, stat = LDAP_SUCCESS; local
1663 rv = ldapSearch(ls, &nrv, 0, &stat);
1721 int n, stat, numMatches = 0; local
[all...]
H A Dldap_val.c626 * to np_ldap-stat.
2213 __nis_rule_value_t *rv, int *stat) {
2215 rv, 0, stat);
2389 __nis_rule_value_t *rv, int *stat) {
2431 if (stat != NULL && novalue > 0 &&
2434 *stat = NP_LDAP_RULES_NO_VALUE;
2212 extractMappingItem(__nis_mapping_item_t *item, __nis_mapping_format_t *f, __nis_rule_value_t *rv, int *stat) argument
2388 getMappingElement(__nis_mapping_element_t *e, __nis_mapping_item_type_t native, __nis_rule_value_t *rv, int *stat) argument
H A Dnis_db.cc610 int stat; local
640 stat = objFromLDAP(t, &o, 0, 0);
643 *statP = stat;
654 db_status stat = DB_SUCCESS; local
658 o = dbFindObject(name, &stat);
661 if (stat != DB_NOTFOUND)
664 myself, stat, NIL(name));
678 *statP = stat;
692 db_status stat; local
712 o = dbFindObject(objName, &stat);
771 db_status stat; local
876 db_status stat; local
1274 int stat = LDAP_SUCCESS; local
1859 db_status stat; local
1871 db_status stat; local
1882 db_status stat; local
1890 db_status stat; local
[all...]
H A Ddb_dictionary.cc2250 db_status stat; local
2295 stat = add_to_dictionary(deferred.dictionary,
2297 ret = stat;
2298 if (stat != DB_SUCCESS) {
2302 if (stat == DB_NOTUNIQUE) {
H A Dldap_op.c184 int numLocDN, stat = 0, count = 0; local
217 mit_ldap, mit_nis, rv, !fromLDAP, &stat);
220 if (stat == NP_LDAP_RULES_NO_VALUE)
222 stat = 0;
443 int stat; local
448 stat = mutex_trylock(&lc->mutex);
449 if (stat == EBUSY && lc->owner != me)
459 int stat; local
464 stat = mutex_trylock(&lc->mutex);
466 if (stat
654 int stat; local
718 int stat, i; local
789 int stat; local
864 findCon(int *stat) argument
919 int stat; local
1085 find_connection_from_list(__nis_ldap_conn_t *list, LDAPURLDesc *ludpp, int *stat) argument
1119 findReferralCon(char **referralsp, int *stat) argument
1235 findYPCon(__nis_ldap_search_t *ls, int *stat) argument
1350 int stat, numEntries, numVals, tnv, done, lprEc; local
2065 int stat; local
2239 int stat, add = 0; local
2535 int stat; local
2636 int stat; local
[all...]
/osnet-11/usr/src/lib/libnsl/rpc/
H A Dclnt_vc.c878 bool_t stat; local
882 stat = (*xdr_res)(xdrs, res_ptr);
884 return (stat);
H A Dsvc_vc.c50 #include <sys/stat.h>
1741 bool_t stat = FALSE; local
1769 stat = TRUE;
1781 return (stat);
H A Dsvc.c1326 enum xprt_stat stat; local
1392 if ((stat = SVC_STAT(xprt)) == XPRT_DIED) {
1396 } while (stat == XPRT_MOREREQS);
/osnet-11/usr/src/lib/libntsvcs/common/
H A Ddfs.c614 uint32_t status, stat; local
624 if (dfs_link_stat(dfspath->p_fspath, &stat) != ERROR_SUCCESS)
627 if (!DFS_STAT_ISSMB(stat)) {
647 if (stat == DFS_STAT_NOTFOUND)
846 dfs_link_stat(const char *path, uint32_t *stat) argument
850 if (smb_reparse_stat(path, stat) != 0)
853 switch (*stat) {
855 *stat = DFS_STAT_NOTFOUND;
858 *stat = DFS_STAT_NOTLINK;
861 *stat
904 uint32_t stat; local
999 uint32_t status, stat; local
1320 uint32_t stat; local
1802 uint32_t stat; local
[all...]
/osnet-11/usr/src/lib/libidmap/common/
H A Didmap_api.c38 #include <sys/stat.h>
966 * stat - status of the get request
967 * uid - POSIX UID if stat = 0
973 int flag, uid_t *uid, idmap_stat *stat)
976 NULL, stat));
988 * stat - status of the get request
989 * uid - POSIX UID if stat = 0
990 * how - mapping type if stat = 0
997 int flag, uid_t *uid, idmap_info *info, idmap_stat *stat)
1012 *stat
972 idmap_get_uidbysid(idmap_get_handle_t *gh, char *sidprefix, idmap_rid_t rid, int flag, uid_t *uid, idmap_stat *stat) argument
996 idmap_getext_uidbysid(idmap_get_handle_t *gh, char *sidprefix, idmap_rid_t rid, int flag, uid_t *uid, idmap_info *info, idmap_stat *stat) argument
1066 idmap_get_gidbysid(idmap_get_handle_t *gh, char *sidprefix, idmap_rid_t rid, int flag, gid_t *gid, idmap_stat *stat) argument
1090 idmap_getext_gidbysid(idmap_get_handle_t *gh, char *sidprefix, idmap_rid_t rid, int flag, gid_t *gid, idmap_info *info, idmap_stat *stat) argument
1163 idmap_get_pidbysid(idmap_get_handle_t *gh, char *sidprefix, idmap_rid_t rid, int flag, uid_t *pid, int *is_user, idmap_stat *stat) argument
1190 idmap_getext_pidbysid(idmap_get_handle_t *gh, char *sidprefix, idmap_rid_t rid, int flag, uid_t *pid, int *is_user, idmap_info *info, idmap_stat *stat) argument
1262 idmap_get_sidbyuid(idmap_get_handle_t *gh, uid_t uid, int flag, char **sidprefix, idmap_rid_t *rid, idmap_stat *stat) argument
1286 idmap_getext_sidbyuid(idmap_get_handle_t *gh, uid_t uid, int flag, char **sidprefix, idmap_rid_t *rid, idmap_info *info, idmap_stat *stat) argument
1353 idmap_get_sidbygid(idmap_get_handle_t *gh, gid_t gid, int flag, char **sidprefix, idmap_rid_t *rid, idmap_stat *stat) argument
1377 idmap_getext_sidbygid(idmap_get_handle_t *gh, gid_t gid, int flag, char **sidprefix, idmap_rid_t *rid, idmap_info *info, idmap_stat *stat) argument
1922 idmap_stat2errno(idmap_stat stat) argument
[all...]
/osnet-11/usr/src/lib/cfgadm_plugins/sbd/common/
H A Dap.h123 void *stat; member in struct:__anon906
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...]
/osnet-11/usr/src/lib/libsmb/common/
H A Dsmb_lgrp.c36 #include <sys/stat.h>
2496 idmap_stat stat; local
2504 stat = smb_idmap_getsid(*rid, id_type, &res_sid);
2505 if (stat != IDMAP_SUCCESS) {
2509 *rid, stat);
2717 struct stat sb;
/osnet-11/usr/src/lib/libfuse/common/
H A Dfuse_uvfs.c23 #include <sys/stat.h>
133 struct stat statbuf;
204 fuse_uvfs_stat_convert(libuvfs_fs_t *fs, libuvfs_stat_t *stat, argument
205 struct stat *buf, libuvfs_fid_t *my_fid, libuvfs_fid_t *known_pfid)
209 stat->l_atime[0] = buf->st_atim.tv_sec;
210 stat->l_atime[1] = buf->st_atim.tv_nsec;
211 stat->l_mtime[0] = buf->st_mtim.tv_sec;
212 stat->l_mtime[1] = buf->st_mtim.tv_nsec;
213 stat->l_ctime[0] = buf->st_ctim.tv_sec;
214 stat
[all...]
/osnet-11/usr/src/lib/cfgadm_plugins/ac/common/
H A Dmema.c269 "memory stat failed: %s",
462 ac_stat_t stat; local
490 mema_cmd_init(&cmd, &stat, outputstr, 0);
494 dump_ioctl_res(AC_MEM_STAT, &stat, ret, ret_errno);
508 *stp = stat;
512 bkp->board = stat.board;
591 ac_stat_t stat; local
600 ret = ap_stat(bank_spec, &fd, &bk, &stat, errstring);
605 if (stat.rstate != SYSC_CFGA_RSTATE_CONNECTED ||
606 stat
667 ac_stat_t stat; local
768 ac_stat_t stat; local
1095 ac_stat_t stat; local
1387 ac_stat_t stat; local
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A DXSUB.h359 # undef stat macro
445 # define stat(buf,sb) PerlLIO_stat(buf,sb) macro
H A Dperl.h645 /* <sfio.h> defines SF_APPEND and <sys/stat.h> might define SF_APPEND
651 # include <sys/stat.h>
654 /* The stat macros for Amdahl UTS, Unisoft System V/88 (and derivatives
1852 # define stat stat64 macro
/osnet-11/usr/src/lib/pybootmgmt/common/bootmgmt/backend/loader/
H A Dgrub2.py42 import stat namespace
821 stat_info = os.stat(menu_conf)
822 if stat.S_ISREG(stat_info.st_mode) and stat_info.st_size > 0:
874 stat_info = os.stat(menuconf)
875 if stat.S_ISREG(stat_info.st_mode) and stat_info.st_size > 0:
2427 default_statinfo = os.stat(default_bootapp)
2496 statinfo = os.stat(oracle_bootapp)
/osnet-11/usr/src/lib/libsmbns/common/
H A Dsmbns_ads.c43 #include <sys/stat.h>
2414 smb_ads_qstat_t stat; local
2419 stat = smb_ads_lookup_computer_n_attr(ah, &avpair, LDAP_SCOPE_ONELEVEL,
2422 if (stat == SMB_ADS_STAT_NOT_FOUND) {
2424 stat = smb_ads_lookup_computer_n_attr(ah, &avpair,
2428 if (stat == SMB_ADS_STAT_FOUND) {
2433 return (stat);
/osnet-11/usr/src/cmd/sendmail/db/
H A Ddb.h368 #define DB_RECORDCOUNT 20 /* stat() */
456 int (*stat) __P((DB *, void *, void *(*)(size_t), u_int32_t)); member in struct:__db

Completed in 434 milliseconds

1234