HomeSort by: relevance | last modified time | path
    Searched refs:PUFFSDEV_NONBLOCK (Results 1 - 4 of 4) sorted by relevancy

  /src/usr.sbin/puffs/mount_9p/
ninepuffs.c 326 if (puffs_setblockingmode(pu, PUFFSDEV_NONBLOCK) == -1)
  /src/usr.sbin/puffs/mount_psshfs/
psshfs.c 361 if (puffs_setblockingmode(pu, PUFFSDEV_NONBLOCK) == -1)
  /src/lib/libpuffs/
puffs.c 178 if (mode != PUFFSDEV_BLOCK && mode != PUFFSDEV_NONBLOCK) {
966 puffs_setblockingmode(pu, PUFFSDEV_NONBLOCK);
puffs.h 303 #define PUFFSDEV_NONBLOCK 1

Completed in 12 milliseconds