Lines Matching full:param
98 * @param _dev the device whose child is being printed
99 * @param _child the child device to describe
114 * @param _dev the device whose child was being probed
115 * @param _child the child device which failed to probe
138 * @param _dev the device whose child was being examined
139 * @param _child the child device whose instance variable is
141 * @param _index the instance variable to read
142 * @param _result a location to receive the instance variable
161 * @param _dev the device whose child was being updated
162 * @param _child the child device whose instance variable is
164 * @param _index the instance variable to write
165 * @param _value the value to write to that instance variable
186 * @param _dev the device whose child is being deleted
187 * @param _child the child device which is being deleted
200 * @param _dev the device whose child changed state
201 * @param _child the child device which changed state
215 * @param _dev the device whose devclass had a new driver
217 * @param _driver the new driver which was added
234 * @param _dev the bus device which will be the parent of the
236 * @param _order a value which is used to partially sort the
240 * @param _name devclass name for new device or @c NULL if not
242 * @param _unit unit number for new device or @c -1 if not
259 * @param _dev the bus device
276 * @param _dev the parent device of @p _child
277 * @param _child the device which is requesting an allocation
278 * @param _type the type of resource to allocate
279 * @param _rid a pointer to the resource identifier
280 * @param _start hint at the start of the resource range - pass
282 * @param _end hint at the end of the resource range - pass
284 * @param _count hint at the size of range required - pass @c 1
286 * @param _flags any extra flags to control the resource
312 * @param _dev the parent device of @p _child
313 * @param _child the device which allocated the resource
314 * @param _r the resource to activate
330 * @param _dev the parent device of @p _child
331 * @param _child the device which allocated the resource
332 * @param _r the resource to map
333 * @param _args optional attributes of the mapping
334 * @param _map the mapping
352 * @param _dev the parent device of @p _child
353 * @param _child the device which allocated the resource
354 * @param _r the resource
355 * @param _map the mapping to release
371 * @param _dev the parent device of @p _child
372 * @param _child the device which allocated the resource
373 * @param _r the resource to deactivate
389 * @param _dev the parent device of @p _child
390 * @param _child the device which allocated the resource
391 * @param _res the resource to adjust
392 * @param _start the new starting address of the resource range
393 * @param _end the new ending address of the resource range
410 * @param _dev the device associated with the resource
411 * @param _type the type of resource
412 * @param _start the starting address of the resource range
413 * @param _newstart the new starting address of the resource range
429 * @param _dev the parent device of @p _child
430 * @param _child the device which allocated the resource
431 * @param _r the resource to release
449 * @param _dev the parent device of @p _child
450 * @param _child the device which allocated the resource
451 * @param _irq the resource representing the interrupt
452 * @param _flags a set of bits from enum intr_type specifying
454 * @param _intr the function to call when the interrupt
456 * @param _arg a value to use as the single argument in calls
458 * @param _cookiep a pointer to a location to receive a cookie
480 * @param _dev the parent device of @p _child
481 * @param _child the device which allocated the resource
482 * @param _irq the resource representing the interrupt
483 * @param _cookie the cookie value returned when the interrupt
502 * @param _dev the parent device of @p _child
503 * @param _child the device which allocated the resource
504 * @param _irq the resource representing the interrupt
521 * @param _dev the parent device of @p _child
522 * @param _child the device which allocated the resource
523 * @param _irq the resource representing the interrupt
541 * @param _dev the parent device of @p _child
542 * @param _child the device which owns the resource
543 * @param _type the type of resource
544 * @param _rid the resource identifier
545 * @param _start the start of the resource range
546 * @param _count the size of the resource range
563 * @param _dev the parent device of @p _child
564 * @param _child the device which owns the resource
565 * @param _type the type of resource
566 * @param _rid the resource identifier
567 * @param _start the address of a location to receive the start
569 * @param _count the address of a location to receive the size
587 * @param _dev the parent device of @p _child
588 * @param _child the device which owns the resource
589 * @param _type the type of resource
590 * @param _rid the resource identifier
606 * @param _dev the parent device of @p _child
607 * @param _child the device which owns the resource list
621 * @param _dev the bus device
622 * @param _type the resource type
623 * @param _flags resource flags (@c RF_XXX flags in
644 * @param _dev the parent device of @p _child
645 * @param _child the device which is being examined
664 * @param _dev the parent device of @p _child
665 * @param _child the device which is being examined
666 * @param _sb sbuf for results string
686 * @param _dev the parent device of @p _child
687 * @param _child the device which is being examined
688 * @param _sb sbuf for results string
700 * @param _dev the parent device of @p _child
701 * @param _child the device which allocated the resource
702 * @param _irq the resource representing the interrupt
703 * @param _cpu the CPU to bind the interrupt to
716 * @param _dev the bus device
717 * @param _irq the interrupt number to modify
718 * @param _trig the trigger mode required
719 * @param _pol the interrupt polarity required
732 * @param _dev the parent device of @p _child
733 * @param _child the device which allocated the resource
734 * @param _irq the resource representing the interrupt
735 * @param _cookie the cookie value returned when the interrupt
737 * @param _descr the description to associate with the interrupt
759 * @param _dev the bus device
760 * @param _dname the name of the device w/o unit numbers
761 * @param _dunit the unit number of the device
772 * @param _dev the parent device of @p _child
773 * @param _child the device to which the tag will belong
783 * @param _dev the parent device of @p _child
784 * @param _child the device to which the tag will belong
794 * @param _dev the parent device of @p _child
795 * @param _child the device whose unit is to be wired
796 * @param _name the name of the device's new devclass
797 * @param _unitp a pointer to the device's new unit value
809 * @param _dev the bus device
818 * @param _dev the bus device
819 * @param _child the child device
820 * @param _irq the irq number
831 * @param _dev the parent device of @p _child
832 * @param _child the device to suspend
842 * @param _dev the parent device of @p _child
843 * @param _child the device to resume
853 * @param _dev the bus device
854 * @param _child the child device
855 * @param _domain a pointer to the bus's domain handle identifier
866 * @param _dev the bus device
867 * @param _child the child device
868 * @param _op type of CPUs to request
869 * @param _setsize the size of the set passed in _cpuset
870 * @param _cpuset a pointer to a cpuset to receive the requested
891 * @param _dev the bus device
892 * @param _child the child device
905 * @param _dev the bus device
906 * @param _child the child device
916 * @param _dev the bus device
917 * @param _child the child device
918 * @param _flags DEVF_RESET_ flags
934 * @param _dev the bus device
935 * @param _child the child device
936 * @param _propname property name
937 * @param _propvalue property value destination
938 * @param _size property value size
958 * @param _bus the bus device
959 * @param _child the child device
960 * @param _locator locator name
961 * @param _sb buffer loaction string