Searched defs:priority (Results 26 - 50 of 78) sorted by relevance

1234

/illumos-gate/usr/src/lib/libc/port/threads/
H A Dpthread.c79 * Don't change the ceiling priority,
80 * just the base priority.
237 * Return the defined priority, not the effective
238 * priority from priority ceiling mutexes.
257 thr_getprio(thread_t tid, int *priority) argument
264 *priority = param.sched_priority;
/illumos-gate/usr/src/lib/libresolv2/common/nameser/
H A Dns_print.c382 u_int priority, weight, port; local
389 priority = ns_get16(rdata); rdata += NS_INT16SZ;
392 len = SPRINTF((t, "%u %u %u ", priority, weight, port));
/illumos-gate/usr/src/lib/libslp/clib/
H A Dslp_utils.c72 * Outputs an error message. priority is a syslog(3) priority.
76 void slp_err(int priority, int id, char *func, char *inmsg, ...) { argument
94 syslog(priority, buf);
/illumos-gate/usr/src/cmd/latencytop/common/
H A Dtable.c222 * <priority> <symbol name> <cause>
229 int priority = 0; local
241 priority = strtol(begin, &tmp, 10);
243 if (tmp == begin || priority == 0) {
255 /* At least one space char after <priority> */
288 HIGHER_PRIORITY(match_entry->lt_mt_priority, priority)) {
320 match_entry->lt_mt_priority = priority;
333 * <priority> <entry probe> <return probe> <cause>
340 int priority = 0; local
354 priority
721 lt_table_cause_from_stack(const char *module_func, int *cause_id, int *priority) argument
[all...]
H A Dstat.c347 int priority = 0; local
365 HIGHER_PRIORITY(prio_temp, priority))) {
367 priority = prio_temp;
379 *cause_priority = priority;
/illumos-gate/usr/src/lib/libnisdb/
H A Dldap_util.c50 logmsg(int msgtype, int priority, const char *fmt, ...) { argument
55 * Only log LOG_INFO priority if 'verbose' is on, or if
58 if (priority == LOG_INFO && !verbose && msgtype != MSG_ALWAYS)
72 vsyslog(priority, fmt, ap);
164 logError(int priority) { argument
189 logmsg(msgtype, priority, defErr->message);
/illumos-gate/usr/src/lib/libnwam/common/
H A Dlibnwam_known_wlan.c57 "specifies priority of known WLAN - lower values are prioritized",
106 * Create new object list for known WLAN. The initial priority is
159 * Used to read in each known WLAN name/priority.
184 /* Retrieve name/priority */
241 /* Find lowest priority value not walked so far. */
357 uint64_t priority; member in struct:priority_collision_data
367 uint64_t priority; local
383 err = nwam_value_get_uint64(priorityval, &priority);
388 if (priority < pcd->priority)
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/lib/nwamd/
H A Devents.c298 nwamd_event_init_priority_group_change(int64_t priority) argument
308 priority;
731 * all of the manual NCUs. Then see if we can find a valid priority group.
732 * If we can, activate it. Otherwise try all the priority groups starting
744 * Activate chosen priority group and stop anything going on in
745 * lesser priority groups.
/illumos-gate/usr/src/uts/common/io/audio/impl/
H A Daudio_engine.c48 * We need to operate at fairly high interrupt priority to avoid
378 int priority = 0; local
522 * Note that idleness is given a low priority compared
594 if (mypri > priority) {
606 priority = mypri;
/illumos-gate/usr/src/uts/common/xen/io/
H A Dxpvd.c399 * return (and determine) the interrupt priority of the device.
421 * Set the default priority based on the device class. The
448 int priority = 0; local
491 if (xpvd_get_priority(rdip, hdlp->ih_inum, &priority) !=
494 DDI_INTR_NEXDBG((CE_CONT, "xpvd_intr_ops: priority = 0x%x\n",
495 priority));
496 *(int *)result = priority;
500 /* Validate the interrupt priority passed */
508 /* Change the priority */
651 DDI_INTR_NEXDBG((CE_CONT, "xpvd_enable_intr: priority
[all...]
/illumos-gate/usr/src/uts/common/io/sfxge/common/
H A Defx_filter.c275 __in efx_filter_priority_t priority,
285 spec->efs_priority = priority;
273 efx_filter_spec_init_rx( __out efx_filter_spec_t *spec, __in efx_filter_priority_t priority, __in efx_filter_flag_t flags, __in efx_rxq_t *erp) argument
/illumos-gate/usr/src/cmd/ipf/tools/
H A Dipf_y.y104 %type <num> facility priority icmpcode seclevel secname icmptype
1446 priority { fr->fr_loglevel = LOG_LOCAL0|$1; }
1447 | facility '.' priority { fr->fr_loglevel = $1 | $3; }
1476 priority: label
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip_mroute.c196 static int priority(struct vif *, ipha_t *);
3043 * based on the precedence value and the priority.
3065 p = priority(vifp, ipha);
3070 if (p > (priority(vifp, (ipha_t *)mp->b_rptr))) {
3244 priority(struct vif *vifp, ipha_t *ipha) function
3255 * The UDP port space is divided up into four priority ranges:
3256 * [0, 16384) : unclassified - lowest priority
3257 * [16384, 32768) : audio - highest priority
3258 * [32768, 49152) : whiteboard - medium priority
3259 * [49152, 65536) : video - low priority
[all...]
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l5/
H A Dlm_l5.c1348 const u8_t priority = CMD_PRIORITY_NORMAL; local
1477 lm_sq_complete(pdev, priority, fcoe_commnad, con_type, cid);
/illumos-gate/usr/src/uts/common/os/
H A Dcpu_event.c138 int priority; member in struct:cpu_idle_cb_impl
142 * Structure to maintain registered callbacks in priority order and also
416 /* Insert into array according to priority. */
419 if (cpu_idle_cb_array[i - 1].impl->priority >= cip->priority) {
524 "!cpu_event: priority 0x%x out of range.", prio);
534 /* Check whether callback with priority exists if not dynamic. */
538 if (cip->priority == prio) {
541 "priority 0x%x already exists.", prio);
550 cip->priority
[all...]
/illumos-gate/usr/src/uts/i86pc/io/pci/
H A Dpci_common.c156 * Figure out the priority of the device
193 int priority = 0; local
321 (pci_get_priority(rdip, hdlp, &priority) == DDI_SUCCESS)) {
324 * This makes sure vectors with the right priority
332 hdlp->ih_pri = priority;
415 /* update priority in ispec */
459 /* Get the priority */
460 if (pci_get_priority(rdip, hdlp, &priority) != DDI_SUCCESS)
463 "priority = 0x%x\n", priority));
[all...]
/illumos-gate/usr/src/uts/common/ipp/ipgpc/
H A Dclassifier-objects.h133 uint32_t priority; /* filter priority */ member in struct:ipgpc_filter_s
/illumos-gate/usr/src/lib/krb5/kadm5/clnt/
H A Dlogger.c400 * 8, then we assume that it is a priority.
505 * If we have specified a priority through our hackery, then
1036 klog_vsyslog(int priority, const char *format, va_list arglist)
1051 * <date> <hostname> <id>[<pid>](<priority>): <message>
1080 severity2string(priority));
1104 syslog(priority, "%s", syslogp);
1153 syslog(priority, "%s", syslogp);
1164 krb5_klog_syslog(int priority, const char *format, ...)
1170 retval = klog_vsyslog(priority, format, pvar);
1033 klog_vsyslog(int priority, const char *format, va_list arglist) argument
1161 krb5_klog_syslog(int priority, const char *format, ...) argument
/illumos-gate/usr/src/lib/krb5/kadm5/srv/
H A Dlogger.c401 * 8, then we assume that it is a priority.
506 * If we have specified a priority through our hackery, then
1034 klog_vsyslog(int priority, const char *format, va_list arglist)
1049 * <date> <hostname> <id>[<pid>](<priority>): <message>
1078 severity2string(priority));
1102 syslog(priority, "%s", syslogp);
1151 syslog(priority, "%s", syslogp);
1162 krb5_klog_syslog(int priority, const char *format, ...)
1168 retval = klog_vsyslog(priority, format, pvar);
1031 klog_vsyslog(int priority, const char *format, va_list arglist) argument
1159 krb5_klog_syslog(int priority, const char *format, ...) argument
/illumos-gate/usr/src/cmd/localedef/
H A Dcollate.c47 * priority elsewhere in the table is taken as an index into the
57 * (O is reserved for the ignore priority.) This means sort levels
59 * priority level in fewer bits, which makes the strxfrm output
63 * figure out how many bytes to expand a numeric priority into.
77 * substitutions, and such, and records them in priority order. As
80 * priority's value has been resolved, or whether it is still a
83 * The second pass walks over all the items in priority order, noting
86 * weights are stashed in an AVL tree sorted by relative "priority".
88 * The third pass walks over all the weight structures, in priority
101 * is known about the priority
128 typedef struct priority { struct
[all...]
/illumos-gate/usr/src/lib/libsasl/lib/
H A Dcommon.c1446 int priority,
1451 /* set syslog priority */
1452 switch(priority) {
1445 _sasl_syslog(void *context __attribute__((unused)), int priority, const char *message) argument
/illumos-gate/usr/src/lib/libpam/
H A Dpam_framework.c105 static int log_priority; /* pam_trace syslog priority & facility */
159 * "log_priority=" 0-7, the pam_trace syslog priority to use
256 * priority = message priority
261 __pam_log(int priority, const char *format, ...) argument
264 int savemask = setlogmask(LOG_MASK(priority & LOG_PRIMASK));
267 (void) vsyslog(priority, format, args);
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/
H A Dlm_sp.c3729 * Posts from the normal + high priority lists as much as it
3754 DbgMessage(pdev, INFORM, "lm_sq_post: priority=%d, command=%d, type=%d, cid=%d num_pending_normal=%d\n",
3765 /* post high priority sp */
3774 DbgMessage(pdev, INFORM, "lm_sq_post: priority=%d, command=%d, type=%d, cid=%d num_pending_normal=%d\n",
3794 * @param priority - (high or low) to witch list to insert the pending list entry.
3802 u8_t priority)
3828 switch( priority )
3887 u8_t priority,
3906 lm_status = lm_sq_post_entry(pdev,pending,priority);
3918 void lm_sq_complete(struct _lm_device_t *pdev, u8_t priority, argument
3800 lm_sq_post_entry(struct _lm_device_t * pdev, struct sq_pending_command * pending, u8_t priority) argument
3884 lm_sq_post(struct _lm_device_t *pdev, u32_t cid, u8_t command, u8_t priority, u16_t type, u64_t data) argument
[all...]
/illumos-gate/usr/src/uts/common/io/nxge/npi/
H A Dnpi_fflp.c1504 * priority priority
1514 uint8_t priority)
1555 if (priority)
1567 if (priority)
1580 if (priority)
1593 if (priority)
1613 * sets the vlan based classification priority in respect to L2DA
1620 * priority priority
1512 npi_fflp_cfg_enet_vlan_table_assoc(npi_handle_t handle, uint8_t mac_portn, vlan_id_t vlan_id, uint8_t rdc_table, uint8_t priority) argument
1629 npi_fflp_cfg_enet_vlan_table_set_pri(npi_handle_t handle, uint8_t mac_portn, vlan_id_t vlan_id, uint8_t priority) argument
[all...]
/illumos-gate/usr/src/uts/common/io/nxge/
H A Dnxge_fflp.c1952 uint8_t priority = 1; local
1980 rdc_grp, priority);

Completed in 179 milliseconds

1234