Deleted Added
full compact
BUS_GET_CPUS.9 (299286) BUS_GET_CPUS.9 (300050)
1.\" -*- nroff -*-
2.\"
3.\" Copyright (c) 2016 John H. Baldwin <jhb@FreeBSD.org>
4.\" All rights reserved.
5.\"
6.\" Redistribution and use in source and binary forms, with or without
7.\" modification, are permitted provided that the following conditions
8.\" are met:

--- 10 unchanged lines hidden (view full) ---

19.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
20.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
21.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
22.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
23.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
24.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
25.\" SUCH DAMAGE.
26.\"
1.\" -*- nroff -*-
2.\"
3.\" Copyright (c) 2016 John H. Baldwin <jhb@FreeBSD.org>
4.\" All rights reserved.
5.\"
6.\" Redistribution and use in source and binary forms, with or without
7.\" modification, are permitted provided that the following conditions
8.\" are met:

--- 10 unchanged lines hidden (view full) ---

19.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
20.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
21.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
22.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
23.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
24.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
25.\" SUCH DAMAGE.
26.\"
27.\" $FreeBSD: head/share/man/man9/BUS_GET_CPUS.9 299286 2016-05-09 20:50:21Z jhb $
27.\" $FreeBSD: head/share/man/man9/BUS_GET_CPUS.9 300050 2016-05-17 12:52:31Z eadler $
28.\"
29.Dd March 1, 2016
30.Dt BUS_GET_CPUS 9
31.Os
32.Sh NAME
33.Nm BUS_GET_CPUS ,
34.Nm bus_get_cpus
35.Nd "request a set of device-specific CPUs"

--- 21 unchanged lines hidden (view full) ---

57the requested set of CPUs are returned in
58.Fa cpuset .
59The
60.Fa setsize
61argument specifies the size in bytes of the set passed in
62.Fa cpuset .
63.Pp
64.Fn BUS_GET_CPUS
28.\"
29.Dd March 1, 2016
30.Dt BUS_GET_CPUS 9
31.Os
32.Sh NAME
33.Nm BUS_GET_CPUS ,
34.Nm bus_get_cpus
35.Nd "request a set of device-specific CPUs"

--- 21 unchanged lines hidden (view full) ---

57the requested set of CPUs are returned in
58.Fa cpuset .
59The
60.Fa setsize
61argument specifies the size in bytes of the set passed in
62.Fa cpuset .
63.Pp
64.Fn BUS_GET_CPUS
65supports querying different types of CPU sets via the the
65supports querying different types of CPU sets via the
66.Fa op argument.
67Not all set types are supported for every device.
68If a set type is not supported,
69.Fn BUS_GET_CPUS
70fails with
71.Er EINVAL .
72These set types are supported:
73.Bl -tag -width ".Dv LOCAL_CPUS"

--- 28 unchanged lines hidden ---
66.Fa op argument.
67Not all set types are supported for every device.
68If a set type is not supported,
69.Fn BUS_GET_CPUS
70fails with
71.Er EINVAL .
72These set types are supported:
73.Bl -tag -width ".Dv LOCAL_CPUS"

--- 28 unchanged lines hidden ---