Interesting or Curious
-
usr/src/cmd/audio/samples/au/MakefileThere are audiofiles (or were) for the desktop environment, and one if them is a "doorbell". -
usr/src/cmd/bhyve/common/pci_nvme.cbhyve doorbells are a notification mechanism for VM guests, and they are unrelated to illumos doors. These doorbells also exist in the FreeBSD implementation of bhyve. -
usr/src/cmd/bhyve/common/pci_xhci.cSame as above. -
usr/src/contrib/bhyve/dev/nvme/nvme.hSame as above. -
usr/src/contrib/bhyve/dev/usb/controller/xhcireg.hSame as above. -
usr/src/cmd/bnu/Devicesbnudevices mention something called a "garage/door" but this seems to be in the context of serial modems. -
usr/src/cmd/file/file.cThefile(1)command usesdoor_infoto print information about the cookie and associated door server, if possible. If the call todoor_infofails, it just says "door". -
usr/src/cmd/initpkg/shutdown.shThe script for shutting down the system checks to see if SMF is running by checking wether its door rendezvous file (its "jamb") exists. Nodoor_callis attempted.