Home
last modified time | relevance | path

Searched refs:priority (Results 126 – 150 of 982) sorted by relevance

12345678910>>...40

/netbsd/external/gpl3/binutils/dist/opcodes/
H A Dia64-opc.c465 short priority = -1; in locate_opcode_ent() local
478 priority = ia64_dis_names[disent].priority; in locate_opcode_ent()
481 && priority > found_priority) in locate_opcode_ent()
498 found_priority = priority; in locate_opcode_ent()
/netbsd/external/gpl3/gdb.old/dist/opcodes/
H A Dia64-opc.c465 short priority = -1; in locate_opcode_ent() local
478 priority = ia64_dis_names[disent].priority; in locate_opcode_ent()
481 && priority > found_priority) in locate_opcode_ent()
498 found_priority = priority; in locate_opcode_ent()
/netbsd/sys/dev/raidframe/
H A Drf_diskqueue.h64 int priority; /* the priority of this request */ member
131 (!RF_QUEUE_FULL(_q_) && ((_r_)->priority >= (_q_)->curPriority)))
/netbsd/external/gpl3/gcc.old/dist/gcc/config/
H A Dvxworks.h197 extern void vxworks_asm_out_constructor (rtx symbol, int priority);
198 extern void vxworks_asm_out_destructor (rtx symbol, int priority);
/netbsd/crypto/external/bsd/heimdal/dist/lib/roken/
H A Dsyslog.hin70 * bottom 3 bits are the priority (0-7) and the top 28 bits are the facility
86 #define LOG_PRIMASK 0x07 /* mask to extract priority part (internal) */
87 /* extract priority */
92 #define INTERNAL_NOPRI 0x10 /* the "no priority" priority */
179 #define LOG_MASK(pri) (1 << (pri)) /* mask for one priority */
/netbsd/sys/arch/hp300/dev/
H A Dfrodo.c240 int line, int priority) in frodo_intr_establish() argument
258 sc->sc_intr[line].ih_priority = priority; in frodo_intr_establish()
265 if (ih == NULL || ih->ih_priority < priority) { in frodo_intr_establish()
268 sc->sc_ih = intr_establish(frodointr, sc, sc->sc_ipl, priority); in frodo_intr_establish()
/netbsd/external/bsd/ipf/dist/tools/
H A DBNF.ipf28 loglevel = facility"."priority | priority .
68 priority = "emerg" | "alert" | "crit" | "err" | "warn" | "notice" |
/netbsd/external/bsd/ipf/dist/
H A DBNF29 loglevel = facility"."priority | priority .
69 priority = "emerg" | "alert" | "crit" | "err" | "warn" | "notice" |
/netbsd/sys/altq/
H A Daltq_cbq.h83 int priority; member
114 u_int priority; member
/netbsd/external/gpl3/gcc/dist/gcc/config/
H A Dvxworks.h274 extern void vxworks_asm_out_constructor (rtx symbol, int priority);
275 extern void vxworks_asm_out_destructor (rtx symbol, int priority);
/netbsd/sys/dev/scsipi/
H A Dst_scsi.c96 int priority; in st_scsibus_match() local
105 sizeof(st_scsibus_patterns[0]), &priority); in st_scsibus_match()
106 return priority; in st_scsibus_match()
/netbsd/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCodeGenModule.h107 unsigned int priority; member
110 : priority(p), lex_order(l) {} in OrderGlobalInitsOrStermFinalizers()
113 return priority == RHS.priority && lex_order == RHS.lex_order;
117 return std::tie(priority, lex_order) <
118 std::tie(RHS.priority, RHS.lex_order);
466 return LHS.first.priority < RHS.first.priority; in operator()
489 return LHS.first.priority < RHS.first.priority; in operator()
/netbsd/sys/uvm/
H A Duvm_swap.c324 swaplist_insert(struct swapdev *sdp, struct swappri *newspp, int priority) in swaplist_insert() argument
337 if (priority <= spp->spi_priority) in swaplist_insert()
345 if (spp == NULL || spp->spi_priority != priority) { in swaplist_insert()
348 priority, 0, 0, 0); in swaplist_insert()
350 spp->spi_priority = priority; in swaplist_insert()
366 sdp->swd_priority = priority; in swaplist_insert()
521 int priority; in sys_swapctl() local
660 priority = SCARG(uap, misc); in sys_swapctl()
666 swaplist_insert(sdp, spp, priority); in sys_swapctl()
683 priority = SCARG(uap, misc); in sys_swapctl()
[all …]
/netbsd/crypto/external/bsd/openssl.old/dist/doc/man3/
H A DSSL_get_ciphers.pod25 const char *SSL_get_cipher_list(const SSL *ssl, int priority);
62 listed for B<ssl> with B<priority>. If B<ssl> is NULL, no ciphers are
63 available, or there are less ciphers than B<priority> available, NULL
85 Call SSL_get_cipher_list() with B<priority> starting from 0 to obtain the
/netbsd/crypto/external/bsd/openssl/dist/doc/man3/
H A DSSL_get_ciphers.pod25 const char *SSL_get_cipher_list(const SSL *ssl, int priority);
62 listed for B<ssl> with B<priority>. If B<ssl> is NULL, no ciphers are
63 available, or there are less ciphers than B<priority> available, NULL
85 Call SSL_get_cipher_list() with B<priority> starting from 0 to obtain the
/netbsd/sys/arch/cesfic/cesfic/
H A Disr.c71 isrlink(int (*func)(void *), void *arg, int ipl, int priority) in isrlink() argument
83 newisr->isr_priority = priority; in isrlink()
/netbsd/external/bsd/wpa/dist/wpa_supplicant/
H A Dinterworking.c59 if (a->priority > b->priority) in cred_prio_cmp()
61 if (a->priority < b->priority) in cred_prio_cmp()
899 if (selected && sel_ssid && sel_ssid->priority > ssid->priority) in already_connected()
999 ssid->priority = cred->priority; in interworking_connect_3gpp()
1585 ssid->priority = cred->priority; in interworking_connect_roaming_consortium()
1683 cred_rc->priority, cred_rc->sp_priority); in interworking_connect()
1692 cred->priority, cred->sp_priority); in interworking_connect()
1725 cred->priority, cred->sp_priority); in interworking_connect()
1805 ssid->priority = cred->priority; in interworking_connect()
2367 cred->roaming_partner[i].priority); in roaming_prio()
[all …]
/netbsd/external/bsd/nsd/dist/
H A Dutil.h65 typedef void log_function_type(int priority, const char *message);
91 void log_msg(int priority, const char *format, ...)
97 void log_vmsg(int priority, const char *format, va_list args);
/netbsd/external/gpl3/gcc/dist/libobjc/
H A DTHREADS143 objc_thread_set_priority(int priority), int
144 Sets a thread's relative priority within the program. Valid
152 Query a thread's priority.
156 priority. It is up to the system scheduler to determine if
181 __gthr_objc_thread_set_priority(int priority), int
182 Set the thread's priority, called by objc_thread_set_priority.
186 Query a thread's priority, called by objc_thread_get_priority.
187 Return -1 if error otherwise return the priority.
/netbsd/external/gpl3/gcc.old/dist/libobjc/
H A DTHREADS143 objc_thread_set_priority(int priority), int
144 Sets a thread's relative priority within the program. Valid
152 Query a thread's priority.
156 priority. It is up to the system scheduler to determine if
181 __gthr_objc_thread_set_priority(int priority), int
182 Set the thread's priority, called by objc_thread_set_priority.
186 Query a thread's priority, called by objc_thread_get_priority.
187 Return -1 if error otherwise return the priority.
/netbsd/sys/arch/newsmips/dev/
H A Dhb.c95 hb_intr_establish(int level, int mask, int priority, int (*func)(void *), in hb_intr_establish() argument
108 ih->ih_priority = priority; in hb_intr_establish()
/netbsd/sys/arch/hp300/hp300/
H A Dintr.c104 intr_establish(int (*func)(void *), void *arg, int ipl, int priority) in intr_establish() argument
115 newih->ih_priority = priority; in intr_establish()
/netbsd/external/gpl3/gdb/dist/gdb/testsuite/gdb.python/
H A Dpy-framefilter-gdb.py.in27 self.priority = 1
39 self.priority = 100
H A Dpy-framefilter-invalidarg-gdb.py.in27 self.priority = 1
39 self.priority = 100
/netbsd/crypto/external/cpl/trousers/dist/src/include/
H A Dtcslog.h25 #define LogMessage(dest, priority, layer, fmt, ...) \ argument
31 syslog(priority, "TrouSerS " fmt "\n", ## __VA_ARGS__); \

12345678910>>...40