Searched refs:priority (Results 76 - 100 of 232) sorted by relevance

12345678910

/freebsd-9.3-release/crypto/heimdal/lib/krb5/
H A Dlog.c161 int priority; member in struct:_heimdal_syslog_data
171 syslog(s->priority, "%s", msg);
196 sd->priority = i;
200 sd->priority |= i;
/freebsd-9.3-release/crypto/heimdal/lib/roken/
H A Dresolve-test.c121 printf("%d %d %d %s\n", srv->priority, srv->weight,
H A Dresolve.h188 unsigned priority; member in struct:srv_record
/freebsd-9.3-release/sys/cam/
H A Dcam_xpt.h74 u_int32_t priority);
H A Dcam_periph.c416 cam_periph_hold(struct cam_periph *periph, int priority) argument
433 if ((error = mtx_sleep(periph, periph->sim->mtx, priority,
951 cam_periph_getccb(struct cam_periph *periph, u_int32_t priority) argument
959 if (periph->immediate_priority > priority)
960 periph->immediate_priority = priority;
961 xpt_schedule(periph, priority);
963 && (SLIST_FIRST(&periph->ccb_list)->pinfo.priority == priority))
1124 xpt_setup_ccb(&ccb_h, path, /*priority*/1);
1571 * Drop the priority, s
[all...]
/freebsd-9.3-release/sys/dev/asr/
H A Dosd_util.h359 uCHAR osdSetThreadPriority(uLONG tid, uCHAR priority);
/freebsd-9.3-release/sys/dev/hptiop/
H A Dhptiop.h497 int priority, const char *wmesg, int timo)
503 retval = msleep(ident, &hba->lock, priority, wmesg, timo);
505 asleep(ident, priority, wmesg, timo);
507 retval = await(priority, timo);
496 hptiop_sleep(struct hpt_iop_hba *hba, void *ident, int priority, const char *wmesg, int timo) argument
/freebsd-9.3-release/contrib/gcc/cp/
H A Ddecl2.c58 and/or destructions required for a particular priority level. */
60 /* Nonzero if there have been any initializations at this priority
63 /* Nonzero if there have been any destructions at this priority
2431 /* A map from priority levels to information about that priority
2479 /* Take this opportunity to initialize the map from priority
2480 numbers to information about that priority level. */
2550 get_priority_info (int priority)
2556 (splay_tree_key) priority);
2559 /* Create a new priority informatio
2545 get_priority_info(int priority) argument
2723 int priority; local
2851 generate_ctor_or_dtor_function(bool constructor_p, int priority, location_t *locus) argument
2939 int priority = (int) n->key; local
[all...]
/freebsd-9.3-release/contrib/gcc/
H A Dgthr-dce.h177 /* Set the current thread's priority. */
179 __gthread_objc_thread_set_priority (int priority) argument
186 switch (priority)
200 /* Change the priority. */
208 /* Return the current thread's priority. */
H A Dgthr-solaris.h176 /* Set the current thread's priority. */
178 __gthread_objc_thread_set_priority (int priority) argument
185 switch (priority)
199 /* Change priority */
206 /* Return the current thread's priority. */
224 /* Couldn't get priority. */
H A Dsched-int.h157 /* Compare priority of two insns. Return a positive number if the second
166 /* Return nonzero if an insn should be included in priority
189 /* Maximum priority that has been assigned to an insn. */
281 /* A priority for each insn. */
282 int priority; member in struct:haifa_insn_data
317 /* Nonzero if priority has been computed already. */
351 #define INSN_PRIORITY(INSN) (h_i_d[INSN_UID (INSN)].priority)
H A Dcgraph.h316 void cgraph_build_static_cdtor (char which, tree body, int priority);
/freebsd-9.3-release/libexec/tftpd/
H A Dtftp-utils.c144 tftp_log(int priority, const char *message, ...) argument
152 syslog(priority, "%s", s);
/freebsd-9.3-release/sys/contrib/octeon-sdk/
H A Dcvmx-srio.c624 pkt |= CVMX_SRIO_CONFIG_PRIORITY << 30; /* priority [31:30] */
649 pkt |= CVMX_SRIO_CONFIG_PRIORITY << 30; /* priority [31:30] */
786 pkt |= CVMX_SRIO_CONFIG_PRIORITY << 30; /* priority [31:30] */
826 pkt |= CVMX_SRIO_CONFIG_PRIORITY << 30; /* priority [31:30] */
910 * @param priority Doorbell priority (0-3)
915 int cvmx_srio_send_doorbell(int srio_port, int srcid_index, int destid, int is16bit, int priority, uint16_t data) argument
923 tx_bell.s.priority = priority;
933 cvmx_dprintf("SRIO%d: Send doorbell destid=0x%x, priority
1008 cvmx_srio_receive_doorbell(int srio_port, int *destid_index, uint32_t *sequence_num, int *srcid, int *priority, int *is16bit, uint16_t *data) argument
[all...]
/freebsd-9.3-release/sys/dev/drm2/radeon/
H A Dradeon_cs.c101 static int radeon_cs_get_ring(struct radeon_cs_parser *p, u32 ring, s32 priority) argument
103 p->priority = priority;
114 if (p->priority > 0)
123 if (p->priority > 0)
168 s32 priority = 0; local
257 priority = (s32)p->chunks[i].kdata[2];
277 if (radeon_cs_get_ring(p, ring, priority))
/freebsd-9.3-release/sys/dev/nxge/include/
H A Dxgehal-config.h211 * @priority: TBD
244 int priority; member in struct:xge_hal_fifo_queue_t
347 * @priority: Ring priority. 0 - highest, 7 - lowest. The value is used
403 int priority; member in struct:xge_hal_ring_queue_t
/freebsd-9.3-release/sys/cam/scsi/
H A Dscsi_targ_bh.c453 if (periph->immediate_priority <= periph->pinfo.priority) {
550 int priority; local
647 priority = 0;
651 priority = CAM_PRIORITY_NORMAL;
653 xpt_schedule(periph, priority);
/freebsd-9.3-release/usr.sbin/bsnmpd/modules/snmp_bridge/
H A Dbridge_sys.c142 /* Bridge priority. */
150 bif->priority = b_param.ifbrp_prio;
279 bridge_set_priority(struct bridge_if *bif, int32_t priority) argument
287 b_param.ifbrp_prio = (uint32_t) priority;
298 * idea, since changing our bridge's priority should invoke
301 bif->priority = priority;
646 bp->priority = k_info->ifbr_priority;
740 * Set a bridge member priority.
744 int32_t priority)
743 bridge_port_set_priority(const char *bif_name, struct bridge_port *bp, int32_t priority) argument
[all...]
/freebsd-9.3-release/sys/dev/vxge/
H A Dvxge.c534 priority, VXGE_DEFAULT_USER_HARDCODED);
536 if (bw_info.priority == VXGE_DEFAULT_USER_HARDCODED)
537 bw_info.priority = VXGE_HAL_VPATH_PRIORITY_DEFAULT;
2329 (vdev->config.bw_info[func_id].priority ==
2352 u32 func_id, priority; local
2361 priority = vdev->config.bw_info[func_id].priority;
2363 if (priority != VXGE_DEFAULT_VPATH_PRIORITY_HIGH)
2377 u32 priority, bandwidth; local
2394 func_id, &bandwidth, &priority);
4027 u32 bandwidth, priority, vpath_count; local
[all...]
/freebsd-9.3-release/crypto/openssl/ssl/
H A Dd1_pkt.c133 unsigned short *priority,
136 static int dtls1_buffer_record(SSL *s, record_pqueue *q, PQ_64BIT * priority);
164 dtls1_buffer_record(SSL *s, record_pqueue *queue, PQ_64BIT * priority) argument
174 item = pitem_new(*priority, rdata);
328 PQ_64BIT priority =
337 if (item && item->priority == priority) {
1771 unsigned short *priority, unsigned long *offset)
1817 *priority = seq_num;
/freebsd-9.3-release/sys/dev/hptrr/
H A Dldm.h228 void ldm_set_rebuild_priority(PVBUS vbus, int priority);
464 #define CMD_SET_PRIORITY(cmd, pri) cmd->priority = (pri)
476 CMD_SET_PRIORITY(cmd, grp->priority);\
/freebsd-9.3-release/sys/mips/alchemy/
H A Dobio.c347 int irq, error, priority; local
371 priority = irq_priorities[irq];
373 if (priority == INTR_FIQ)
/freebsd-9.3-release/sys/cam/ata/
H A Data_xpt.c688 u_int32_t priority; local
699 priority = done_ccb->ccb_h.pinfo.priority;
768 xpt_schedule(periph, priority);
830 xpt_schedule(periph, priority);
864 xpt_schedule(periph, priority);
955 xpt_schedule(periph, priority);
964 xpt_schedule(periph, priority);
1035 xpt_schedule(periph, priority);
1046 xpt_schedule(periph, priority);
[all...]
/freebsd-9.3-release/sys/dev/ida/
H A Didavar.h52 u_int8_t priority; /* block priority */ member in struct:ida_hdr
/freebsd-9.3-release/sys/ia64/ia64/
H A Dclock.c34 #include <sys/priority.h>

Completed in 337 milliseconds

12345678910