Searched refs:mandatory (Results 1 - 16 of 16) sorted by relevance

/illumos-gate/usr/src/cmd/lp/lib/forms/
H A Dllib-llpfrm44 short mandatory;
H A Drdform.c98 formp->mandatory = 0;
205 formp->mandatory = 0;
211 formp->mandatory = 1;
H A Dwrform.c101 if (formp->mandatory == 1)
/illumos-gate/usr/src/cmd/lp/include/
H A Dform.h66 short mandatory; member in struct:FORM
87 #define MANSTR "mandatory"
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dvdev_queue.c509 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 Dnodes.h202 short mandatory; member in struct:form_node
H A Dfncs.c637 _form->mandatory = formbuf.mandatory;
H A Dvalidate.c202 * This macro checks that a form has a mandatory print wheel
210 && (PFS)->form->mandatory \
H A Dexec.c675 && request->form->form->mandatory
/illumos-gate/usr/src/cmd/lp/cmd/lpadmin/
H A Ddo_mount.c145 if (daisy && formbuf.mandatory && formbuf.chset)
H A Dchkopts.c853 formbuf.mandatory
/illumos-gate/usr/src/uts/sun4u/starcat/io/
H A Dmboxsc.c225 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/cmd/lp/cmd/
H A Dlpforms.c600 fbuf.mandatory = 0;
643 fbuf.mandatory = 0;
697 fbuf.mandatory = new_fbuf.mandatory;
/illumos-gate/usr/src/cmd/ptools/pfiles/
H A Dpfiles.c362 dofcntl(struct ps_prochandle *Pr, prfdinfo_t *info, int mandatory, int isdoor) argument
400 mandatory ? "mandatory" : "advisory",
/illumos-gate/usr/src/uts/common/nfs/
H A Dnfs4.h1095 bool_t mandlock; /* Is mandatory locking in effect */
1147 bool_t mandatory; /* attribute mandatory to implement? */ member in struct:nfs4_ntov_map
/illumos-gate/usr/src/grub/grub-0.97/docs/
H A Dtexinfo.tex1877 % itself. First (mandatory) arg is the url. Perhaps eventually put in
6396 % #1 is (mandatory) image filename; we tack on .eps extension.

Completed in 173 milliseconds