Lines Matching full:param

31 #include <sys/param.h>
193 * @param new the new driver attachment
282 * @param classname the devclass name to find or create
283 * @param parentname the parent devclass name or @c NULL
284 * @param create non-zero to create a devclass
346 * @param classname the devclass name to find or create
360 * @param classname the devclass name to find
382 * @param dc the devclass to edit
383 * @param driver the driver that was just added
423 * @param dc the devclass to edit
424 * @param driver the driver to register
490 * @param busclass the devclass of the parent bus
491 * @param dc the devclass of the driver being deleted
492 * @param driver the driver being deleted
557 * @param dc the devclass to edit
558 * @param driver the driver to unregister
612 * @param dc the devclass to edit
613 * @param driver the driver to unregister
698 * @param dc the devclass to search
699 * @param unit the unit number to search for
715 * @param dc the devclass to search
716 * @param unit the unit number to search for
742 * @param dc the devclass to examine
743 * @param devlistp points at location for array pointer return
745 * @param devcountp points at location for array size return value
783 * @param dc the devclass to examine
784 * @param listp gives location for array pointer return value
785 * @param countp gives location for number of array elements
819 * @param dc the devclass to examine
840 * @param dc the devclass to examine
856 * @param dc the devclass to examine
857 * @param unit the first unit number to check
875 * @param dc the devclass to edit
876 * @param pdc the new parent devclass
887 * @param dc the devclass to examine
902 * @param dc the devclass to allocate from
903 * @param unitp points at the location for the allocated unit
1267 * @param dc the devclass to add to
1268 * @param dev the device to add
1312 * @param dc the devclass to delete from
1313 * @param dev the device to delete
1341 * @param parent the parent of the new device
1342 * @param name the devclass name of the new device or @c NULL
1430 * @param dev the device which will be the parent of the
1432 * @param name devclass name for new device or @c NULL if not
1434 * @param unit unit number for new device or @c -1 if not
1466 * @param dev the device which will be the parent of the
1468 * @param order a value which is used to partially sort the
1472 * @param name devclass name for new device or @c NULL if not
1474 * @param unit unit number for new device or @c -1 if not
1527 * @param dev the parent device
1528 * @param child the device to delete
1572 * @param dev the parent device
1635 * @param dev the device to initialise
1716 * @param dev the device to initialise
1761 * @param dev the device to quiesce
2300 * @param dev the device to un-initialise
2616 * @param rl the resource list to initialise
2630 * @param rl the resource list to free
2653 * @param rl the resource list to edit
2654 * @param type the resource entry type (e.g. SYS_RES_MEMORY)
2655 * @param rid the resource identifier
2656 * @param start the start address of the resource
2657 * @param end the end address of the resource
2658 * @param count XXX end-start+1
2695 * @param rl the resource list to search
2696 * @param type the resource entry type (e.g. SYS_RES_MEMORY)
2697 * @param rid the resource identifier