Lines Matching defs:stat

73 	idmap_stat	*stat;
890 * stat - status of the get request
891 * uid - POSIX UID if stat == IDMAP_SUCCESS
899 uint32_t rid, uid_t *uid, idmap_stat *stat)
905 uid == NULL || stat == NULL)
910 *stat = IDMAP_SUCCESS;
935 result->stat = stat;
951 * stat - status of the get request
952 * gid - POSIX GID if stat == IDMAP_SUCCESS
960 uint32_t rid, uid_t *gid, idmap_stat *stat)
966 gid == NULL || stat == NULL)
971 *stat = IDMAP_SUCCESS;
996 result->stat = stat;
1012 * stat - status of the get request
1014 * pid - POSIX UID if stat == IDMAP_SUCCESS and is_user == 1
1015 * POSIX GID if stat == IDMAP_SUCCESS and is_user == 0
1023 uint32_t rid, uid_t *pid, int *is_user, idmap_stat *stat)
1029 is_user == NULL || stat == NULL)
1034 *stat = IDMAP_SUCCESS;
1059 result->stat = stat;
1074 * stat - status of the get request
1075 * sid - SID in canonical form (if stat == IDMAP_SUCCESS)
1076 * rid - RID (if stat == IDMAP_SUCCESS)
1082 const char **sid_prefix, uint32_t *rid, idmap_stat *stat)
1088 rid == NULL || stat == NULL)
1093 *stat = IDMAP_SUCCESS;
1114 result->stat = stat;
1129 * stat - status of the get request
1130 * sid - SID in canonical form (if stat == IDMAP_SUCCESS)
1131 * rid - RID (if stat == IDMAP_SUCCESS)
1137 const char **sid_prefix, uint32_t *rid, idmap_stat *stat)
1143 rid == NULL || stat == NULL)
1148 *stat = IDMAP_SUCCESS;
1169 result->stat = stat;
1234 *result->stat = IDMAP_ERR_NOMAPPING;
1250 *result->stat = rpc_res.ids.ids_val[i].retcode;
1265 if (*result->stat == IDMAP_SUCCESS && result->uid)
1271 else if (*result->stat == IDMAP_SUCCESS && result->pid)
1288 if (*result->stat == IDMAP_SUCCESS && result->gid)
1294 else if (*result->stat == IDMAP_SUCCESS && result->pid)
1311 if (*result->stat == IDMAP_SUCCESS &&
1318 else if (*result->stat == IDMAP_SUCCESS &&
1328 *result->stat = IDMAP_ERR_NORESULT;
1354 *result->stat = status;