Searched defs:mandatory (Results 1 - 6 of 6) sorted by relevance
/illumos-gate/usr/src/cmd/lp/include/ |
H A D | form.h | 66 short mandatory; member in struct:FORM 87 #define MANSTR "mandatory"
|
/illumos-gate/usr/src/uts/common/fs/zfs/ |
H A D | vdev_queue.c | 509 zio_t *first, *last, *aio, *dio, *mandatory, *nio; local 537 mandatory = (first->io_flags & ZIO_FLAG_OPTIONAL) ? NULL : first; 548 if (mandatory == NULL && !(first->io_flags & ZIO_FLAG_OPTIONAL)) 549 mandatory = first; 569 mandatory = last; 582 if (zio->io_type == ZIO_TYPE_WRITE && mandatory != NULL) { 586 IO_GAP(mandatory, dio) <= zfs_vdev_write_gap_limit) { 600 while (last != mandatory && last != first) {
|
/illumos-gate/usr/src/cmd/lp/cmd/lpsched/ |
H A D | nodes.h | 202 short mandatory; member in struct:form_node
|
/illumos-gate/usr/src/cmd/ptools/pfiles/ |
H A D | pfiles.c | 362 dofcntl(struct ps_prochandle *Pr, prfdinfo_t *info, int mandatory, int isdoor) argument 400 mandatory ? "mandatory" : "advisory",
|
/illumos-gate/usr/src/uts/sun4u/starcat/io/ |
H A D | mboxsc.c | 225 static int mboxsc_lock_flags(uint8_t mandatory, clock_t deadline); 226 static int mboxsc_unlock_flags(uint8_t mandatory); 1714 * lock is currently held by SMS and acquisition is mandatory, just keep on 1715 * trying until it is acquired. If acquisition is not mandatory, keep trying 1724 mboxsc_lock_flags(uint8_t mandatory, clock_t deadline) argument 1733 DPRINTF1(DBG_ARGS, DBGACT_DEFAULT, "mandatory = 0x%x\n", mandatory); 1738 * is not mandatory) time runs out. If EBUSY (lock is already held) or 1780 pause = (mandatory ? HWLOCK_POLL : 1785 pause = (mandatory 1845 mboxsc_unlock_flags(uint8_t mandatory) argument [all...] |
/illumos-gate/usr/src/uts/common/nfs/ |
H A D | nfs4.h | 1095 bool_t mandlock; /* Is mandatory locking in effect */ 1147 bool_t mandatory; /* attribute mandatory to implement? */ member in struct:nfs4_ntov_map
|
Completed in 56 milliseconds