/osnet-11/usr/src/grub/grub2/grub-core/kern/ |
H A D | command.c | 30 int prio) 44 cmd->prio = prio; 26 grub_register_command_prio(const char *name, grub_command_func_t func, const char *summary, const char *description, int prio) argument
|
H A D | misc.c | 1160 grub_loader_preboot_hook_prio_t prio; member in struct:grub_preboot 1203 grub_loader_preboot_hook_prio_t prio) 1220 new_preboot->prio = prio; 1222 for (cur = preboots_head; cur && cur->prio > prio; cur = cur->next); 1201 grub_loader_register_preboot_hook(grub_err_t (preboot_func) int noreturn), grub_err_t (*preboot_rest_func) (void), grub_loader_preboot_hook_prio_t prio) argument
|
/osnet-11/usr/src/lib/librstp/common/ |
H A D | vector.h | 32 unsigned short prio; member in struct:bridge_id
|
H A D | uid_stp.h | 38 unsigned short prio; member in struct:__anon2466
|
/osnet-11/usr/src/lib/libc/port/gen/ |
H A D | setpriority.c | 149 setpriority(int which, id_t who, int prio) argument 176 if (prio > NZERO - 1) 177 prio = NZERO - 1; 178 else if (prio < -NZERO) 179 prio = -NZERO; 181 pcnice.pc_val = prio; 203 prio < gpcnice.pc_val) {
|
/osnet-11/usr/src/grub/grub2/grub-core/normal/ |
H A D | dyncmd.c | 112 int prio = 0; local 123 prio++; 160 prio);
|
/osnet-11/usr/src/grub/grub2/grub-core/commands/ |
H A D | extcmd.c | 75 int prio) 85 summary, description, prio); 71 grub_register_extcmd_prio(const char *name, grub_extcmd_func_t func, grub_command_flags_t flags, const char *summary, const char *description, const struct grub_arg_option *parser, int prio) argument
|
/osnet-11/usr/src/grub/grub2/include/grub/ |
H A D | command.h | 57 int prio; member in struct:grub_command 83 int prio);
|
H A D | list.h | 90 int prio; member in struct:grub_prio_list 100 if ((item->prio & GRUB_PRIO_LIST_FLAG_ACTIVE) && (item->next)) 101 item->next->prio |= GRUB_PRIO_LIST_FLAG_ACTIVE; 108 GRUB_FIELD_MATCH (ptr, grub_prio_list_t, prio))? \ 115 GRUB_FIELD_MATCH (*pptr, grub_prio_list_t, prio)) ? \
|
H A D | video.h | 306 grub_video_adapter_prio_t prio; member in struct:grub_video_adapter 390 for (p = &grub_video_adapter_list; *p && (*p)->prio > adapter->prio;
|
/osnet-11/usr/src/lib/libc/port/threads/ |
H A D | pthread.c | 49 _thr_setparam(pthread_t tid, int policy, int prio) argument 65 if (prio > ulwp->ul_epri) 68 ulwp->ul_pri = prio; 69 } else if ((cid = setparam(P_LWPID, tid, policy, prio)) == -1) { 75 ulwp->ul_pri = prio; 109 ap->prio < pccp->pcc_primin || ap->prio > pccp->pcc_primax)) 118 ap->prio != (self->ul_epri? self->ul_epri : self->ul_pri))) 124 error = _thr_setparam(tid, ap->policy, ap->prio); 253 thr_setprio(thread_t tid, int prio) argument [all...] |
H A D | synch.c | 250 set_rt_priority(ulwp_t *self, int prio) argument 256 ((rtparms_t *)pcparm.pc_clparms)->rt_pri = prio; 265 _ceil_prio_inherit(int prio) argument 269 self->ul_epri = prio; 270 set_rt_priority(self, prio); 283 int prio; local 286 prio = self->ul_pri; 289 prio = mcp->mxchain_mx->mutex_ceiling; 290 self->ul_epri = prio; 292 set_rt_priority(self, prio); [all...] |
/osnet-11/usr/src/lib/libc/port/rt/ |
H A D | sched.c | 103 pri_t prio; local 150 prio = ((tsinfo_t *)pccp->pcc_info.pc_clinfo)->ts_maxupri; 151 pccp->pcc_primin = -prio; 152 pccp->pcc_primax = prio; 156 prio = ((rtinfo_t *)pccp->pcc_info.pc_clinfo)->rt_maxpri; 158 pccp->pcc_primax = prio; 248 set_priority(idtype_t idtype, id_t id, int policy, int prio, argument 257 tsp->ts_uprilim = prio; 258 tsp->ts_upri = prio; 268 rtp->rt_pri = prio; 300 setprio(idtype_t idtype, id_t id, int prio, int *policyp) argument 416 setparam(idtype_t idtype, id_t id, int policy, int prio) argument 437 pri_t prio = param->sched_priority; local [all...] |
H A D | mqueue.c | 340 uint_t prio = mqhp->mq_curmaxprio; local 342 mqhp->mq_mask &= ~(1u << prio); 344 for (; prio != 0; prio--) 345 if (mqhp->mq_mask & (1u << prio)) 347 mqhp->mq_curmaxprio = prio; 364 mq_putmsg(mqhdr_t *mqhp, const char *msgp, ssize_t len, uint_t prio) argument 390 headpp = HEAD_PTR(mqhp, prio); 391 tailpp = TAIL_PTR(mqhp, prio); 401 mqhp->mq_mask |= (1u << prio); [all...] |
/osnet-11/usr/src/lib/libsip/common/ |
H A D | sip_add_hdrs.c | 819 sip_add_priority(sip_msg_t sip_msg, char *prio) argument 823 if (prio == NULL) 825 ret = sip_add_str_to_msg(sip_msg, SIP_PRIORITY, prio, NULL, (char)NULL);
|
/osnet-11/usr/src/lib/libc/inc/ |
H A D | thr_uberdata.h | 1154 int prio; member in struct:_thrattr
|