Searched defs:keeper (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/gprof/common/
H A Dreadelf.c48 #define DEBUG_DUP_DEL(keeper, louser) if (debug & ELFDEBUG) \
49 debug_dup_del(keeper, louser);
54 #define DEBUG_DUP_DEL(keeper, louser)
292 debug_dup_del(nltype * keeper, nltype * louser) argument
295 louser->name, keeper->name);
322 * will copy our keeper and move on to the next symbol.
361 * be the keeper.
/illumos-gate/usr/src/uts/common/io/
H A Dpm.c266 /* Bring ourselves up if there is a keeper that is up */
1334 /* Bring ourselves up if there is a keeper. */
1504 PMD(PMD_KEEPS, ("%s, kept %s, keeper %s\n", cmdstr,
1509 * keeper (in .physpath) has already been held.
1521 PMD(PMD_ERROR, ("keeper(%s, %p) - kept(%s, %p) "
1533 * independently on behalf of kept and keeper to
1540 * release kept after establishing dependency, keeper
1551 char *keeper, *kept; local
1560 keeper = req.physpath;
1562 * record keeper
[all...]
/illumos-gate/usr/src/uts/common/os/
H A Dsunpm.c1831 pm_unsatisfy(char *keeper, char *kept) argument
1836 PMD(PMD_KEEPS, ("%s: keeper=%s, kept=%s\n", pmf, keeper, kept))
1839 if (strcmp(dp->pdr_keeper, keeper) == 0 &&
1860 pm_unkeeps(int count, char *keeper, char **keptpaths, int pwr) argument
1869 PMD(PMD_KEEPS, ("%s: count=%d, keeper=%s, keptpaths=%p\n", pmf, count,
1870 keeper, (void *)keptpaths))
1872 * Try to grab keeper. Keeper may have gone away by now,
1875 dip = pm_name_to_dip(keeper, 1);
1916 pm_unsatisfy(keeper, keptpath
1927 pm_unkepts(char *kept, char *keeper) argument
2230 pm_dispatch_to_dep_thread(int cmd, char *keeper, char *kept, int wait, int *res, int cached_pwr) argument
3770 bring_wekeeps_up(char *keeper) argument
5128 pm_record_keeper(char *kept, char *keeper, int isprop) argument
5199 pm_set_keeping(dev_info_t *keeper, dev_info_t *kept) argument
5259 pm_keeper(char *keeper) argument
5328 dev_info_t *keeper; local
5456 pm_apply_recorded_dep(dev_info_t *keeper, pm_pdr_t *dp) argument
6340 pm_rele_dep(char *keeper) argument
6378 dev_info_t *keeper; local
[all...]

Completed in 57 milliseconds