NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

kern/38713: uvm_km_suballoc man page does not reflect implementation



>Number:         38713
>Category:       kern
>Synopsis:       uvm_km_suballoc man page does not reflect implementation
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    kern-bug-people
>State:          open
>Class:          doc-bug
>Submitter-Id:   net
>Arrival-Date:   Wed May 21 01:30:04 +0000 2008
>Originator:     Jared D. McNeill
>Release:        NetBSD 4.99.63
>Organization:
        
>Environment:
        
        
System: NetBSD black.invisible.ca 4.99.63 NetBSD 4.99.63 (GENERIC) #14: Tue May 
20 21:16:13 EDT 2008 
jmcneill%black.invisible.ca@localhost:/export/home/jmcneill/scratch/obj/sys/arch/amd64/compile/GENERIC
 amd64
Architecture: x86_64
Machine: amd64
>Description:
        uvm_km_suballoc is documented as:

  struct vm_map *
  uvm_km_suballoc(struct vm_map *map, vaddr_t *min, vaddr_t *max, vsize_t
       size, bool pageable, bool fixed, struct vm_map *submap);

        but the implementation is:

  struct vm_map *
  uvm_km_suballoc(struct vm_map *map, vaddr_t *vmin /* IN/OUT */,
       vaddr_t *vmax /* OUT */, vsize_t size, int flags, bool fixed,
       struct vm_map_kernel *submap)

>How-To-Repeat:
        
>Fix:
        Update man page to reflect 'flags' argument.

>Unformatted:
        
        


Home | Main Index | Thread Index | Old Index