Searched refs:priority (Results 1 - 25 of 206) sorted by relevance

123456789

/vbox/src/VBox/Devices/PC/ipxe/src/include/
H A Dsyslog.h62 /** ANSI private escape sequence to set syslog priority
64 * @v priority Priority
66 #define SYSLOG_SET_PRIORITY( priority ) \
67 "\033[" #priority "p"
69 /** ANSI private escape sequence to clear syslog priority */
75 * @v priority Message priority
79 #define vsyslog( priority, fmt, args ) do { \
80 if ( (priority) <= LOG_LEVEL ) { \
81 log_vprintf ( SYSLOG_SET_PRIORITY ( priority ) fm
[all...]
/vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/
H A Dvlan.h30 * Extract VLAN priority from tag control information
33 * @ret priority Priority
41 * @v priority Priority
44 #define VLAN_TCI( tag, priority ) ( ( (priority) << 13 ) | (tag) )
55 * Check VLAN priority is valid
57 * @v priority VLAN priority
58 * @ret is_valid VLAN priority is valid
60 #define VLAN_PRIORITY_IS_VALID( priority ) ( (priorit
[all...]
/vbox/src/libs/xpcom18a4/nsprpub/pr/tests/
H A Dpriotest.c116 ** Try some rudimentary tests like setting valid priority and
120 PRThreadPriority priority; local
122 priority = PR_GetThreadPriority(PR_GetCurrentThread());
123 failed = ((PR_TRUE == failed) || (PR_PRIORITY_URGENT != priority))
125 if (debug_mode && (PR_PRIORITY_URGENT != priority))
133 priority = PR_GetThreadPriority(PR_GetCurrentThread());
134 failed = ((PR_TRUE == failed) || (PR_PRIORITY_FIRST != priority))
136 if (debug_mode && (PR_PRIORITY_FIRST != priority))
143 priority = PR_GetThreadPriority(PR_GetCurrentThread());
144 failed = ((PR_TRUE == failed) || (PR_PRIORITY_LAST != priority))
[all...]
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/bthreads/
H A Dbtthread.c85 static PRUint32 _bt_MapNSPRToNativePriority( PRThreadPriority priority );
86 static PRThreadPriority _bt_MapNativeToNSPRPriority( PRUint32 priority );
91 _PR_InitThreads (PRThreadType type, PRThreadPriority priority, argument
119 ** Set the priority to the desired level.
122 beThreadPriority = _bt_MapNSPRToNativePriority( priority );
126 primordialThread->priority = priority;
159 _bt_MapNSPRToNativePriority( PRThreadPriority priority )
161 switch( priority )
172 _bt_MapNativeToNSPRPriority(PRUint32 priority) argument
290 PR_CreateThread(PRThreadType type, void (*start)(void* arg), void* arg, PRThreadPriority priority, PRThreadScope scope, PRThreadState state, PRUint32 stackSize) argument
349 PR_AttachThread(PRThreadType type, PRThreadPriority priority, PRThreadStack *stack) argument
[all...]
/vbox/src/VBox/Devices/PC/ipxe/src/hci/commands/
H A Dvlan_cmd.c40 /** VLAN default priority */
41 unsigned int priority; member in struct:vcreate_options
48 OPTION_DESC ( "priority", 'p', required_argument,
49 struct vcreate_options, priority, parse_integer ),
55 "--tag <tag> [--priority <priority>] "
79 if ( ( rc = vlan_create ( trunk, opts.tag, opts.priority ) ) != 0 ) {
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/threads/combined/
H A Dprulock.c110 pri = me->priority;
261 lock->priority = me->priority;
276 if (me->priority > lock->owner->priority) {
278 ** Give the lock owner a priority boost until we get the
279 ** lock. Record the priority we boosted it to.
281 lock->boostPriority = me->priority;
282 _PR_SetThreadPriority(lock->owner, me->priority);
288 add this thread thread in the right priority orde
[all...]
H A Dpruthr.c98 void _PR_InitThreads(PRThreadType type, PRThreadPriority priority, argument
135 thread = _PR_AttachThread(type, priority, stack);
602 if (newPri != thread->priority) {
607 /* Change my priority */
610 thread->priority = newPri;
623 thread->priority = newPri;
628 if (newPri > me->priority) {
640 thread->priority = newPri;
725 pri = thread->priority;
731 if (pri > _PR_MD_CURRENT_THREAD()->priority) {
1005 _PR_AttachThread(PRThreadType type, PRThreadPriority priority, PRThreadStack *stack) argument
1041 _PR_NativeCreateThread(PRThreadType type, void (*start)(void *arg), void *arg, PRThreadPriority priority, PRThreadScope scope, PRThreadState state, PRUint32 stackSize, PRUint32 flags) argument
1114 _PR_CreateThread(PRThreadType type, void (*start)(void *arg), void *arg, PRThreadPriority priority, PRThreadScope scope, PRThreadState state, PRUint32 stackSize, PRUint32 flags) argument
1423 PR_CreateThread(PRThreadType type, void (*start)(void *arg), void *arg, PRThreadPriority priority, PRThreadScope scope, PRThreadState state, PRUint32 stackSize) argument
1447 _PRI_AttachThread(PRThreadType type, PRThreadPriority priority, PRThreadStack *stack, PRUint32 flags) argument
1504 PR_AttachThread(PRThreadType type, PRThreadPriority priority, PRThreadStack *stack) argument
[all...]
/vbox/src/VBox/Devices/PC/ipxe/src/net/
H A Dvlan.c49 /** Default priority */
50 unsigned int priority; member in struct:vlan_device
110 vlanhdr->tci = htons ( VLAN_TCI ( vlan->tag, vlan->priority ) );
312 * @v priority Default VLAN priority
316 unsigned int priority ) {
321 /* If VLAN already exists, just update the priority */
324 if ( priority != vlan->priority ) {
325 DBGC ( netdev, "VLAN %s priority change
[all...]
/vbox/src/libs/xpcom18a4/xpcom/threads/
H A DnsIThread.idl87 attribute PRThreadPriority priority;
135 PRThreadPriority priority = PR_PRIORITY_NORMAL,
142 PRThreadPriority priority = PR_PRIORITY_NORMAL,
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.16.0/
H A Dxf86fbman.h82 int preferences, int priority);
97 int granularity, int priority);
164 int granularity, int preferences, int priority);
169 int *size, int granularity, int priority);
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.17.1/
H A Dxf86fbman.h82 int preferences, int priority);
97 int granularity, int priority);
164 int granularity, int preferences, int priority);
169 int *size, int granularity, int priority);
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.3.0.0/
H A Dxf86fbman.h89 int priority);
108 int priority);
214 int priority
222 int priority
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.4.2/
H A Dxf86fbman.h89 int priority);
108 int priority);
214 int priority
222 int priority
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.5.3/
H A Dxf86fbman.h89 int priority);
108 int priority);
214 int priority
222 int priority
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.6.5/
H A Dxf86fbman.h89 int priority);
108 int priority);
214 int priority
222 int priority
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.7.7/
H A Dxf86fbman.h89 int priority);
108 int priority);
214 int priority
222 int priority
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.8.0/
H A Dxf86fbman.h89 int priority);
108 int priority);
214 int priority
222 int priority
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.9.0/
H A Dxf86fbman.h89 int priority);
108 int priority);
214 int priority
222 int priority
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.1.0/
H A Dxf86fbman.h90 int priority);
109 int priority);
215 int priority
223 int priority
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.10.0/
H A Dxf86fbman.h89 int priority);
108 int priority);
214 int priority
222 int priority
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.11.0/
H A Dxf86fbman.h89 int priority);
108 int priority);
214 int priority
222 int priority
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.12.0/
H A Dxf86fbman.h89 int priority);
108 int priority);
214 int priority
222 int priority
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.13.0/
H A Dxf86fbman.h82 int preferences, int priority);
97 int granularity, int priority);
164 int granularity, int preferences, int priority);
169 int *size, int granularity, int priority);
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.14.0/
H A Dxf86fbman.h82 int preferences, int priority);
97 int granularity, int priority);
164 int granularity, int preferences, int priority);
169 int *size, int granularity, int priority);
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.15.0/
H A Dxf86fbman.h82 int preferences, int priority);
97 int granularity, int priority);
164 int granularity, int preferences, int priority);
169 int *size, int granularity, int priority);

Completed in 133 milliseconds

123456789