Lines Matching refs:param
104 * @param _dev the device whose child is being printed
105 * @param _child the child device to describe
120 * @param _dev the device whose child was being probed
121 * @param _child the child device which failed to probe
144 * @param _dev the device whose child was being examined
145 * @param _child the child device whose instance variable is
147 * @param _index the instance variable to read
148 * @param _result a location to receive the instance variable
167 * @param _dev the device whose child was being updated
168 * @param _child the child device whose instance variable is
170 * @param _index the instance variable to write
171 * @param _value the value to write to that instance variable
192 * @param _dev the device whose child is being deleted
193 * @param _child the child device which is being deleted
206 * @param _dev the device whose child changed state
207 * @param _child the child device which changed state
221 * @param _dev the device whose devclass had a new driver
223 * @param _driver the new driver which was added
240 * @param _dev the bus device which will be the parent of the
242 * @param _order a value which is used to partially sort the
246 * @param _name devclass name for new device or @c NULL if not
248 * @param _unit unit number for new device or @c -1 if not
265 * @param _dev the bus device
282 * @param _dev the parent device of @p _child
283 * @param _child the device which is requesting an allocation
284 * @param _type the type of resource to allocate
285 * @param _rid a pointer to the resource identifier
286 * @param _start hint at the start of the resource range - pass
288 * @param _end hint at the end of the resource range - pass
290 * @param _count hint at the size of range required - pass @c 1
292 * @param _flags any extra flags to control the resource
318 * @param _dev the parent device of @p _child
319 * @param _child the device which allocated the resource
320 * @param _r the resource to activate
336 * @param _dev the parent device of @p _child
337 * @param _child the device which allocated the resource
338 * @param _r the resource to map
339 * @param _args optional attributes of the mapping
340 * @param _map the mapping
358 * @param _dev the parent device of @p _child
359 * @param _child the device which allocated the resource
360 * @param _r the resource
361 * @param _map the mapping to release
377 * @param _dev the parent device of @p _child
378 * @param _child the device which allocated the resource
379 * @param _r the resource to deactivate
395 * @param _dev the parent device of @p _child
396 * @param _child the device which allocated the resource
397 * @param _res the resource to adjust
398 * @param _start the new starting address of the resource range
399 * @param _end the new ending address of the resource range
416 * @param _dev the device associated with the resource
417 * @param _type the type of resource
418 * @param _start the starting address of the resource range
419 * @param _newstart the new starting address of the resource range
435 * @param _dev the parent device of @p _child
436 * @param _child the device which allocated the resource
437 * @param _r the resource to release
455 * @param _dev the parent device of @p _child
456 * @param _child the device which allocated the resource
457 * @param _irq the resource representing the interrupt
458 * @param _flags a set of bits from enum intr_type specifying
460 * @param _intr the function to call when the interrupt
462 * @param _arg a value to use as the single argument in calls
464 * @param _cookiep a pointer to a location to receive a cookie
486 * @param _dev the parent device of @p _child
487 * @param _child the device which allocated the resource
488 * @param _irq the resource representing the interrupt
489 * @param _cookie the cookie value returned when the interrupt
508 * @param _dev the parent device of @p _child
509 * @param _child the device which allocated the resource
510 * @param _irq the resource representing the interrupt
527 * @param _dev the parent device of @p _child
528 * @param _child the device which allocated the resource
529 * @param _irq the resource representing the interrupt
547 * @param _dev the parent device of @p _child
548 * @param _child the device which owns the resource
549 * @param _type the type of resource
550 * @param _rid the resource identifier
551 * @param _start the start of the resource range
552 * @param _count the size of the resource range
569 * @param _dev the parent device of @p _child
570 * @param _child the device which owns the resource
571 * @param _type the type of resource
572 * @param _rid the resource identifier
573 * @param _start the address of a location to receive the start
575 * @param _count the address of a location to receive the size
593 * @param _dev the parent device of @p _child
594 * @param _child the device which owns the resource
595 * @param _type the type of resource
596 * @param _rid the resource identifier
612 * @param _dev the parent device of @p _child
613 * @param _child the device which owns the resource list
627 * @param _dev the bus device
628 * @param _type the resource type
629 * @param _flags resource flags (@c RF_XXX flags in
650 * @param _dev the parent device of @p _child
651 * @param _child the device which is being examined
670 * @param _dev the parent device of @p _child
671 * @param _child the device which is being examined
672 * @param _sb sbuf for results string
692 * @param _dev the parent device of @p _child
693 * @param _child the device which is being examined
694 * @param _sb sbuf for results string
706 * @param _dev the parent device of @p _child
707 * @param _child the device which allocated the resource
708 * @param _irq the resource representing the interrupt
709 * @param _cpu the CPU to bind the interrupt to
722 * @param _dev the bus device
723 * @param _irq the interrupt number to modify
724 * @param _trig the trigger mode required
725 * @param _pol the interrupt polarity required
738 * @param _dev the parent device of @p _child
739 * @param _child the device which allocated the resource
740 * @param _irq the resource representing the interrupt
741 * @param _cookie the cookie value returned when the interrupt
743 * @param _descr the description to associate with the interrupt
765 * @param _dev the bus device
766 * @param _dname the name of the device w/o unit numbers
767 * @param _dunit the unit number of the device
778 * @param _dev the parent device of @p _child
779 * @param _child the device to which the tag will belong
789 * @param _dev the parent device of @p _child
790 * @param _child the device to which the tag will belong
800 * @param _dev the parent device of @p _child
801 * @param _child the device whose unit is to be wired
802 * @param _name the name of the device's new devclass
803 * @param _unitp a pointer to the device's new unit value
815 * @param _dev the bus device
824 * @param _dev the bus device
825 * @param _child the child device
826 * @param _irq the irq number
837 * @param _dev the parent device of @p _child
838 * @param _child the device to suspend
848 * @param _dev the parent device of @p _child
849 * @param _child the device to resume
859 * @param _dev the bus device
860 * @param _child the child device
861 * @param _domain a pointer to the bus's domain handle identifier
872 * @param _dev the bus device
873 * @param _child the child device
874 * @param _op type of CPUs to request
875 * @param _setsize the size of the set passed in _cpuset
876 * @param _cpuset a pointer to a cpuset to receive the requested
897 * @param _dev the bus device
898 * @param _child the child device
911 * @param _dev the bus device
912 * @param _child the child device
922 * @param _dev the bus device
923 * @param _child the child device
924 * @param _flags DEVF_RESET_ flags
940 * @param _dev the bus device
941 * @param _child the child device
942 * @param _propname property name
943 * @param _propvalue property value destination
944 * @param _size property value size
964 * @param _bus the bus device
965 * @param _child the child device
966 * @param _locator locator name
967 * @param _sb buffer loaction string