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

12345678910

/freebsd-9.3-release/contrib/openpam/lib/libpam/
H A Dopenpam_log.c67 int priority; local
75 priority = LOG_DEBUG;
78 priority = LOG_INFO;
81 priority = LOG_NOTICE;
85 priority = LOG_ERR;
90 vsyslog(priority, fmt, ap);
102 int priority; local
110 priority = LOG_DEBUG;
113 priority = LOG_INFO;
116 priority
[all...]
/freebsd-9.3-release/libexec/bootpd/
H A Dreport.c92 report(int priority, const char *fmt,...) argument
97 if ((priority < 0) || (priority >= numlevels)) {
98 priority = numlevels - 1;
109 progname, levelnames[priority], buf);
113 syslog((priority | LOG_BOOTP), "%s", buf);
/freebsd-9.3-release/contrib/gcc/config/i386/
H A Dnwld.c36 nwld_named_section_asm_out_constructor (rtx symbol, int priority) argument
48 MAX_INIT_PRIORITY - priority);
57 nwld_named_section_asm_out_destructor (rtx symbol, int priority) argument
68 MAX_INIT_PRIORITY - priority);
/freebsd-9.3-release/contrib/ofed/management/opensm/complib/
H A Dcl_log.c64 int priority, i; local
75 priority = LOG_ERR;
79 priority = LOG_WARNING;
84 priority = LOG_INFO;
107 syslog(priority, "%s data:\n%s\n", message, p_buf);
112 syslog(priority, "%s\n", message);
115 syslog(priority, "%s\n", message);
/freebsd-9.3-release/contrib/bind9/lib/dns/rdata/generic/
H A Duri_256.h25 isc_uint16_t priority; member in struct:dns_rdata_uri
/freebsd-9.3-release/contrib/bind9/lib/dns/rdata/in_1/
H A Dsrv_33.h31 isc_uint16_t priority; member in struct:dns_rdata_in_srv
/freebsd-9.3-release/usr.sbin/pkg/
H A Ddns_utils.h35 unsigned int priority; member in struct:dns_srvinfo
H A Ddns_utils.c51 l = da->priority;
52 r = db->priority;
67 l = da->priority;
68 r = db->priority;
121 unsigned int type, class, ttl, priority, weight, port; local
167 NS_GET16(priority, p);
189 res[n]->priority = priority;
201 priority = f = l = 0;
203 if (res[i]->priority !
[all...]
/freebsd-9.3-release/crypto/openssl/crypto/pqueue/
H A Dpqueue.c69 pitem *pitem_new(PQ_64BIT priority, void *data) argument
75 pq_64bit_init(&(item->priority));
76 pq_64bit_assign(&item->priority, &priority);
89 pq_64bit_free(&(item->priority));
122 if (pq_64bit_gt(&(next->priority), &(item->priority))) {
133 if (pq_64bit_eq(&(item->priority), &(next->priority)))
158 pitem *pqueue_find(pqueue_s *pq, PQ_64BIT priority) argument
[all...]
H A Dpqueue.h72 PQ_64BIT priority; member in struct:_pitem
79 pitem *pitem_new(PQ_64BIT priority, void *data);
88 pitem *pqueue_find(pqueue pq, PQ_64BIT priority);
H A Dpq_test.c79 fprintf(stderr, "found %ld\n", item->priority);
82 fprintf(stderr, "found %ld\n", item->priority);
85 fprintf(stderr, "found %ld\n", item ? item->priority : 0);
/freebsd-9.3-release/lib/libkse/test/
H A Dmutex_d.exp230 Testing priority inheritence
234 Inheritence test with change of priority - PASS
237 Inheritence test with change of priority - PASS
240 Inheritence test with change of priority - PASS
243 Inheritence test with change of priority - PASS
246 Inheritence test with change of priority - PASS
248 Testing priority ceilings
251 Lock with ceiling priority < thread priority - PASS
252 Lock with ceiling priority
[all...]
/freebsd-9.3-release/contrib/binutils/opcodes/
H A Dia64-asmtab.h144 /* The disassembly priority of this entry among instructions. */
145 unsigned short priority; member in struct:ia64_dis_names
/freebsd-9.3-release/contrib/pf/pflogd/
H A Dpflogd.h34 void logmsg(int priority, const char *message, ...);
/freebsd-9.3-release/sys/ofed/include/linux/
H A Dnotifier.h43 int priority; member in struct:notifier_block
/freebsd-9.3-release/contrib/wpa/wpa_supplicant/
H A Dwpa_supplicant.conf247 # priority: priority group (integer)
248 # By default, all networks will get same priority group (0). If some of the
251 # priority groups will be iterated in decreasing priority (i.e., the larger the
252 # priority value, the sooner the network is matched against the scan results).
253 # Within each priority group, networks will be selected based on security
256 # using this priority to select the order for scanning. Instead, they try the
554 priority=5
563 priority
[all...]
/freebsd-9.3-release/sys/sys/
H A Dtaskqueue.h81 #define TASK_INITIALIZER(priority, func, context) \
83 .ta_priority = (priority), \
96 #define TASK_INIT(task, priority, func, context) do { \
98 (task)->ta_priority = (priority); \
104 struct timeout_task *timeout_task, int priority, task_fn_t func,
106 #define TIMEOUT_TASK_INIT(queue, timeout_task, priority, func, context) \
107 _timeout_task_init(queue, timeout_task, priority, func, context);
H A Drtprio.h37 #include <sys/priority.h>
40 * Process realtime-priority specifications to rtprio.
43 /* priority types. Start at 1 to catch uninitialized fields. */
58 /* priority range */
59 #define RTP_PRIO_MIN 0 /* Highest priority */
60 #define RTP_PRIO_MAX 31 /* Lowest priority */
/freebsd-9.3-release/contrib/ntp/scripts/update-leap/
H A Dupdate-leap.in178 my ($priority, $message) = @_;
180 # "priority" "message"
185 if ($QUIET ne "" and ( $priority eq "info" or $priority eq "notice" or $priority eq "debug" ) ) {
188 printf "%s: $message\n", uc $priority;
193 if (($CRONJOB ne "" and ($priority ne "info" ) and ($priority ne "debug" )) || ($VERBOSE ne "")) {
195 print STDERR "$0: $priority: $message\n";
197 syslog($priority,
[all...]
/freebsd-9.3-release/contrib/sendmail/libsm/
H A Dsyslogio.c29 ** The only state associated with a syslog file is 'int priority',
38 ** info -- priority level of the syslog messages
53 int *priority = (int *)info; local
55 fp->f_ival = *priority;
/freebsd-9.3-release/sys/kern/
H A Dcpufreq_if.m46 int priority;
H A Dsubr_devstat.c80 devstat_priority priority);
90 devstat_priority priority)
104 flags, device_type, priority);
119 devstat_priority priority)
130 * Priority sort. Each driver passes in its priority when it adds
131 * its devstat entry. Drivers are sorted first by priority, and
134 * For the first device, we just insert it, since the priority
148 * priority items, and if this item fits in the
150 * "lower priority item" is the end of the list.
152 if ((priority <
86 devstat_new_entry(const void *dev_name, int unit_number, uint32_t block_size, devstat_support_flags flags, devstat_type_flags device_type, devstat_priority priority) argument
115 devstat_add_entry(struct devstat *ds, const void *dev_name, int unit_number, uint32_t block_size, devstat_support_flags flags, devstat_type_flags device_type, devstat_priority priority) argument
[all...]
/freebsd-9.3-release/contrib/gcc/
H A Dgthr-nks.h110 /* Set the current thread's priority. */
112 __gthread_objc_thread_set_priority (int priority) argument
114 if (NXThreadSetPriority (NXThreadGetId (), priority) == 0)
119 /* Return the current thread's priority. */
123 int priority; local
125 if (NXThreadGetPriority (NXThreadGetId (), &priority) == 0)
126 return priority;
/freebsd-9.3-release/crypto/openssl/crypto/bio/
H A Dbss_log.c122 static void xsyslog(BIO *bp, int priority, const char *string);
176 int priority, i; local
254 priority = mapping[i].log_level;
257 xsyslog(b, priority, pp);
309 static void xsyslog(BIO *bp, int priority, const char *string) argument
316 switch (priority) {
364 static void xsyslog(BIO *bp, int priority, const char *string) argument
374 switch (priority) {
440 static void xsyslog(BIO *bp, int priority, const char *string) argument
442 syslog(priority, "
[all...]
/freebsd-9.3-release/sys/contrib/octeon-sdk/
H A Dcvmx-pko.c87 uint64_t priority = 8; local
100 cvmx_pko_config_port(CVMX_PKO_MEM_QUEUE_PTRS_ILLEGAL_PID, i, 1, &priority);
224 * @param priority Array of priority levels for each queue. Values are
228 * on the fly while the pko is enabled. A priority of 9
229 * indicates that static priority should be used. If static
230 * priority is used all queues with static priority must be
232 * queues have higher priority than higher numbered queues.
235 cvmx_pko_status_t cvmx_pko_config_port(uint64_t port, uint64_t base_queue, uint64_t num_queues, const uint64_t priority[]) argument
[all...]

Completed in 160 milliseconds

12345678910