Lines Matching refs:at

439  * new pass level that has at least one driver.
584 * We do a full search here of the devclass list at each iteration
706 * We do a full search here of the devclass list at each iteration
970 * @param devlistp points at location for array pointer return
972 * @param devcountp points at location for array size return value
1142 * @param unitp points at the location for the allocated unit
1180 /* If there is an "at" hint for a unit then skip it. */
1181 if (resource_string_value(dc->name, unit, "at", &s) ==
1311 PDEBUG(("%s at %s as unit %d", name, DEVICENAME(parent), unit));
1427 PDEBUG(("%s at %s with order %u as unit %d",
1780 * @param devlistp points at location for array pointer return
1782 * @param devcountp points at location for array size return value
2019 * change (at least until the description is changed in a subsequent
2820 * searching sequentially for the first unused rid starting at zero.
3001 * @param start hint at the start of the resource range - pass
3003 * @param end hint at the end of the resource range - pass
3005 * @param count hint at the size of range required - pass @c 1
3058 * @param start hint at the start of the resource range - pass
3060 * @param end hint at the end of the resource range - pass
3062 * @param count hint at the size of range required - pass @c 1
3195 * @retval EBUSY at least one resource was active
3265 * The name is printed if at least one resource of the given type is available.
3778 * routines for any drivers that probe at the current pass. Then it
5198 while (resource_find_match(&i, &dname, &dunit, "at", busname) == 0)
5206 while (resource_find_match(&i, &dname, &dunit, "at", busname) == 0)
5760 * Scan drivers for this device's bus looking for at
5911 * For maintaining device 'at' location info to avoid recomputing it
5983 const char *at)
5991 cp = strchr(at, ':');
5994 len = cp - at;
5997 memcpy(locator, at, len);