X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/9bccf70c0258c7cac2dcb80011b2a964d884c552..4ba76501152d51ccb5647018f3192c6096367d48:/osfmk/man/mach_port_qos.html diff --git a/osfmk/man/mach_port_qos.html b/osfmk/man/mach_port_qos.html old mode 100755 new mode 100644 index 3011ab78a..fd952bda8 --- a/osfmk/man/mach_port_qos.html +++ b/osfmk/man/mach_port_qos.html @@ -1 +1,46 @@ -

mach_port_qos


Structure - Specifies a port's attributes with respect to "Quality Of Service."

SYNOPSIS

typedef struct mach_port_qos
        {
               boolean_t      name;
               boolean_t      rt;
               boolean_t      pad1;
               boolean_t      pad2;
        } mach_port_qos_t;

FIELDS

name
If TRUE, the system will bestow the user-specified name on the newly allocated port. Otherwise, the system will choose the port's name.

rt
If TRUE, this field causes a realtime port to be allocated. Otherwise, a regular port will be allocated.

pad1
A 30 bit padding field.

pad2
A 32 bit padding field; with the pad1 field, lengthens the structure to 64 bits.

DESCRIPTION

The mach_port_qos structure is used to specify a port's "quality of service" attributes when allocating the port via the mach_port_allocate_qos interface.

RELATED INFORMATION

Functions: mach_port_allocate_qos, mach_port_get_attributes, mach_port_set_attributes. \ No newline at end of file +

mach_port_qos

+
+

+Structure - Specifies a port's attributes with respect to "Quality Of Service." +

SYNOPSIS

+
+typedef struct mach_port_qos
+        {
+               boolean_t      name;
+               boolean_t      rt;
+               boolean_t      pad1;
+               boolean_t      pad2;
+        } mach_port_qos_t;
+
+

FIELDS

+
+
name +
+ If TRUE, the system will bestow the user-specified name on the newly allocated port. + Otherwise, the system will choose the port's name. +

+

rt +
+ If TRUE, this field causes a realtime port to be allocated. + Otherwise, a regular port will be allocated. +

+

pad1 +
+ A 30 bit padding field. +

+

pad2 +
+A 32 bit padding field; with the pad1 field, lengthens the + structure to 64 bits. +
+

DESCRIPTION

+

+The mach_port_qos structure is used to specify a port's +"quality of service" attributes when allocating the port via the +mach_port_allocate_qos interface. +

RELATED INFORMATION

+

+Functions: +mach_port_allocate_qos, +mach_port_get_attributes, +mach_port_set_attributes.