Lines Matching refs:param

80  * @param _dev		the device whose child is being printed
81 * @param _child the child device to describe
96 * @param _dev the device whose child was being probed
97 * @param _child the child device which failed to probe
120 * @param _dev the device whose child was being examined
121 * @param _child the child device whose instance variable is
123 * @param _index the instance variable to read
124 * @param _result a loction to recieve the instance variable
143 * @param _dev the device whose child was being updated
144 * @param _child the child device whose instance variable is
146 * @param _index the instance variable to write
147 * @param _value the value to write to that instance variable
168 * @param _dev the device whose child is being deleted
169 * @param _child the child device which is being deleted
182 * @param _dev the device whose child changed state
183 * @param _child the child device which changed state
197 * @param _dev the device whose devclass had a new driver
199 * @param _driver the new driver which was added
214 * @param _dev the bus device which will be the parent of the
216 * @param _order a value which is used to partially sort the
220 * @param _name devclass name for new device or @c NULL if not
222 * @param _unit unit number for new device or @c -1 if not
243 * @param _dev the parent device of @p _child
244 * @param _child the device which is requesting an allocation
245 * @param _type the type of resource to allocate
246 * @param _rid a pointer to the resource identifier
247 * @param _start hint at the start of the resource range - pass
249 * @param _end hint at the end of the resource range - pass
251 * @param _count hint at the size of range required - pass @c 1
253 * @param _flags any extra flags to control the resource
278 * @param _dev the parent device of @p _child
279 * @param _child the device which allocated the resource
280 * @param _type the type of resource
281 * @param _rid the resource identifier
282 * @param _r the resource to activate
299 * @param _dev the parent device of @p _child
300 * @param _child the device which allocated the resource
301 * @param _type the type of resource
302 * @param _rid the resource identifier
303 * @param _r the resource to deactivate
321 * @param _dev the parent device of @p _child
322 * @param _child the device which allocated the resource
323 * @param _type the type of resource
324 * @param _res the resource to adjust
325 * @param _start the new starting address of the resource range
326 * @param _end the new ending address of the resource range
344 * @param _dev the parent device of @p _child
345 * @param _child the device which allocated the resource
346 * @param _type the type of resource
347 * @param _rid the resource identifier
348 * @param _r the resource to release
368 * @param _dev the parent device of @p _child
369 * @param _child the device which allocated the resource
370 * @param _irq the resource representing the interrupt
371 * @param _flags a set of bits from enum intr_type specifying
373 * @param _intr the function to call when the interrupt
375 * @param _arg a value to use as the single argument in calls
377 * @param _cookiep a pointer to a location to recieve a cookie
399 * @param _dev the parent device of @p _child
400 * @param _child the device which allocated the resource
401 * @param _irq the resource representing the interrupt
402 * @param _cookie the cookie value returned when the interrupt
422 * @param _dev the parent device of @p _child
423 * @param _child the device which owns the resource
424 * @param _type the type of resource
425 * @param _rid the resource identifier
426 * @param _start the start of the resource range
427 * @param _count the size of the resource range
444 * @param _dev the parent device of @p _child
445 * @param _child the device which owns the resource
446 * @param _type the type of resource
447 * @param _rid the resource identifier
448 * @param _start the address of a location to recieve the start
450 * @param _count the address of a location to recieve the size
468 * @param _dev the parent device of @p _child
469 * @param _child the device which owns the resource
470 * @param _type the type of resource
471 * @param _rid the resource identifier
487 * @param _dev the parent device of @p _child
488 * @param _child the device which owns the resource list
507 * @param _dev the parent device of @p _child
508 * @param _child the device which is being examined
521 * @param _dev the parent device of @p _child
522 * @param _child the device which is being examined
523 * @param _buf the address of a buffer to receive the pnp
525 * @param _buflen the size of the buffer pointed to by @p _buf
540 * @param _dev the parent device of @p _child
541 * @param _child the device which is being examined
542 * @param _buf the address of a buffer to receive the location
544 * @param _buflen the size of the buffer pointed to by @p _buf
557 * @param _dev the parent device of @p _child
558 * @param _child the device which allocated the resource
559 * @param _irq the resource representing the interrupt
560 * @param _cpu the CPU to bind the interrupt to
573 * @param _dev the bus device
574 * @param _irq the interrupt number to modify
575 * @param _trig the trigger mode required
576 * @param _pol the interrupt polarity required
589 * @param _dev the parent device of @p _child
590 * @param _child the device which allocated the resource
591 * @param _irq the resource representing the interrupt
592 * @param _cookie the cookie value returned when the interrupt
594 * @param _descr the description to associate with the interrupt
616 * @param _dev the bus device
617 * @param _dname the name of the device w/o unit numbers
618 * @param _dunit the unit number of the device
629 * @param _dev the parent device of @p _child
630 * @param _child the device to which the tag will belong
640 * @param _dev the parent device of @p _child
641 * @param _child the device whose unit is to be wired
642 * @param _name the name of the device's new devclass
643 * @param _unitp a pointer to the device's new unit value
655 * @param _dev the bus device
664 * @param _dev the bus device
665 * @param _child the child device
666 * @param _irq the irq number
677 * @param _dev the bus device
678 * @param _child the child device
679 * @param _domain a pointer to the bus's domain handle identifier