Searched refs:kept (Results 1 - 2 of 2) sorted by relevance
/illumos-gate/usr/src/uts/common/os/ |
H A D | sunpm.c | 127 * of a "keeps up" and a "kept up" device. A relationship can be established 130 * "kept up" device must be brought to full power. This relationship is 132 * to a worker thread to bring up the kept device. The caller does not wait. 133 * Scan will not turn down a kept up device. 1125 * Returns true if device needs to be kept up because it exported the 1831 pm_unsatisfy(char *keeper, char *kept) argument 1836 PMD(PMD_KEEPS, ("%s: keeper=%s, kept=%s\n", pmf, keeper, kept)) 1841 strcmp(dp->pdr_kept_paths[0], kept) == 0) { 1856 * We need to release any hold we have on the kept device 1864 dev_info_t *kept; local 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 3777 dev_info_t *kept; local 5098 newpdr(char *kept, char *keeps, int isprop) 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 5265 dev_info_t *kept = NULL; local 5329 dev_info_t *kept; local 5459 dev_info_t *kept = NULL; local 6345 dev_info_t *kept = NULL; local 6377 dev_info_t *kept; local [all...] |
/illumos-gate/usr/src/uts/common/io/ |
H A D | pm.c | 1282 * this kept device, if so, return EBUSY. 1504 PMD(PMD_KEEPS, ("%s, kept %s, keeper %s\n", cmdstr, 1508 * hold and install kept while processing dependency 1512 PMD(PMD_ERROR, ("kept NULL or null\n")) 1517 PMD(PMD_ERROR, ("no dip for kept %s\n", dep)) 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 1559 kept [all...] |
Completed in 54 milliseconds