HomeSort by: relevance | last modified time | path
    Searched defs:stall (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/qxl/
qxl_cmd.c 592 static int qxl_reap_surf(struct qxl_device *qdev, struct qxl_bo *surf, bool stall)
600 if (stall)
603 ret = ttm_bo_wait(&surf->tbo, true, !stall);
605 if (stall)
621 bool stall = false; local in function:qxl_reap_surface_id
645 ret = qxl_reap_surf(qdev, objptr, stall);
651 if (num_reaped == 0 && stall == false) {
652 stall = true;
  /src/sbin/init/
init.c 114 static void stall(const char *, ...) __sysloglike(1, 2);
424 stall(const char *message, ...) function in typeref:typename:void
436 * Like stall(), but doesn't sleep.
630 stall("can't open %s: %m", name);
634 stall("can't get %s for controlling terminal: %m", name);
862 stall("can't exec `%s' for `%s': %m", INIT_BSHELL, _PATH_RUNCOM);
1261 stall("can't exec window system `%s' for port `%s': %m",
1303 stall("can't chroot getty `%s' inside `%s': %m",
1324 stall("can't exec getty `%s' for port `%s': %m",

Completed in 13 milliseconds