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

  /src/sys/kern/
vfs_cache.c 1183 struct vnode *dvp, *blocked; local in function:cache_purge_parents
1188 blocked = NULL;
1202 blocked = NULL;
1224 if (blocked == dvp) {
1228 blocked = dvp;
  /src/sys/arch/arm/pic/
pic.c 497 uint32_t blocked; local in function:pic_list_unblock_irqs
511 if ((blocked = *iblocked) != 0) {
513 irq_base, blocked);
514 atomic_and_32(iblocked, ~blocked);
  /src/usr.sbin/sysinst/
partman.c 89 int blocked; member in struct:raid_desc
101 int blocked; member in struct:vnd_desc
117 int blocked; member in struct:cgd_desc
150 int blocked; member in struct:lv_t
167 int blocked; member in struct:lvms_t
682 .blocked = 0,
698 if (dev_ptr->blocked)
918 raids[i].blocked = 1;
1126 .blocked = 0,
1144 if (dev_ptr->blocked)
    [all...]
defs.h 440 * If device is blocked (e.g. part of a raid)
501 int blocked; /* Device is busy and cannot be changed */ member in struct:pm_devs
  /src/sys/external/mit/xen-include-public/dist/xen/include/public/
domctl.h 87 /* Currently blocked pending an event. */
253 uint8_t blocked; /* blocked waiting for an event? */ member in struct:xen_domctl_getvcpuinfo
  /src/sys/dev/pci/
if_wm.c 4825 device_printf(dev, "PHY is blocked\n");
5706 device_printf(sc->sc_dev, "XXX reset is blocked!!!\n");
16059 bool blocked = false; local in function:wm_phy_resetisblocked
16079 blocked = true;
16083 blocked = false;
16084 } while (blocked && (i++ < 30));
16085 return blocked;
16186 * inaccessible and resetting the PHY is not blocked, toggle the
16224 device_printf(sc->sc_dev, "XXX reset is blocked(2)\n");
16257 device_printf(sc->sc_dev, "XXX reset is blocked(3)\n")
    [all...]

Completed in 44 milliseconds