svcadm(8)을 검색하려면 섹션에서 8 을 선택하고, 맨 페이지 이름에 svcadm을 입력하고 검색을 누른다.
dev_clone(9)
EVENTHANDLER_REGISTER(dev_clone, clone_handler, arg, priority); A
device driver may register a listener that will be notified each
time a name lookup on the mount point fails to find the vnode. A
listener shall be registered for the event. When called, it is
supplied with the first argument that was specified at handler
registration time, appropriate credentials and a name of length
that we look for. If the handler decides that the name is appro‐
priate and wants to create the device that will be associated
with the name, it should return it to devfs in the argument. The
function is a barrier. It is guaranteed that all calls to even‐
thandlers for that were started before call, are finished before
it returns control.