Jerry Gilliam wrote:
> I am sponsoring the following fast-track on behalf of Sherry
> Moore, with timeout set for one week, June 20 2008.
>
> Supplemental documents in the materials directory include more
> detailed design and implementation specs and man page updates
> including diffs.
>
> The project requests minor binding only.
>
>
> -jg
>
>
> ...
>
> Driver Entry Points                                    quiesce(9E)
>
> NAME
>      quiesce - quiesce a device
>
> SYNOPSIS
>      #include <sys/ddi.h>
>      #include <sys/sunddi.h>
>
>      int prefix quiesce(dev_info_t dip, ddi_quiesce_cmd_t cmd, void *arg);
>
>      int ddi_no_quiesce(dev_info_t *dip, ddi_quiesce_cmd_t cmd, void *arg);
>
>      int ddi_quiesce_not_supported(dev_info_t *dip, ddi_quiesce_cmd_t cmd,
>       void *arg);
> ...
>   

Historically, I believe that interfaces provided in Solaris with "no" in 
their names are ones that return
failure. Null is the name usually included to indicate "didn't do 
anything but returns success".
C.f. nulldev(9F), nodev(9F).

-sarito

Reply via email to