Lines Matching refs:pstat
5789 ph_map_lookup(map, key, args, pstat) in ph_map_lookup() argument
5793 int *pstat;
5802 *pstat = EX_OK;
5815 *pstat = EX_TEMPFAIL;
5824 *pstat = EX_TEMPFAIL;
5826 *pstat = EX_UNAVAILABLE;
5837 if (*pstat == EX_TEMPFAIL)
5845 if (*pstat == EX_OK)
6652 stab_map_lookup(map, name, av, pstat) in stab_map_lookup() argument
6656 int *pstat;
6747 impl_map_lookup(map, name, av, pstat) in impl_map_lookup() argument
6751 int *pstat;
6759 return db_map_lookup(map, name, av, pstat);
6763 return ndbm_map_lookup(map, name, av, pstat);
6767 return cdb_map_lookup(map, name, av, pstat);
6769 return stab_map_lookup(map, name, av, pstat);
7328 seq_map_lookup(map, key, args, pstat) in seq_map_lookup() argument
7332 int *pstat;
7353 *pstat = EX_UNAVAILABLE;
7358 *pstat = EX_OK;
7359 rv = mm->map_class->map_lookup(mm, key, args, pstat);
7362 if (*pstat == EX_TEMPFAIL)
7372 *pstat = EX_TEMPFAIL;
7373 else if (*pstat == EX_OK)
7374 *pstat = EX_NOTFOUND;
7429 null_map_lookup(map, key, args, pstat) in null_map_lookup() argument
7433 int *pstat;
7435 *pstat = EX_NOTFOUND;
7461 bogus_map_lookup(map, key, args, pstat) in bogus_map_lookup() argument
7465 int *pstat;
7467 *pstat = EX_TEMPFAIL;