/openbsd-src/gnu/gcc/gcc/config/i386/ |
H A D | nwld.c | 36 nwld_named_section_asm_out_constructor (rtx symbol, int priority) in nwld_named_section_asm_out_constructor() 57 nwld_named_section_asm_out_destructor (rtx symbol, int priority) in nwld_named_section_asm_out_destructor()
|
/openbsd-src/regress/usr.sbin/snmpd/ |
H A D | agentx.c | 1287 uint8_t timeout = 0, priority = 127, range_subid = 0, reserved = 0; in agentx_register_notopen() local 1316 uint8_t timeout = 0, priority = 127, range_subid = 0, reserved = 0; in agentx_register_invalid_sessionid() local 1348 uint8_t timeout = 0, priority = 127, range_subid = 0, reserved = 0; in agentx_register_default() local 1380 uint8_t timeout = 0, priority = 127, range_subid = 0, reserved = 0; in agentx_register_context() local 1413 uint8_t timeout = 0, priority = 127, range_subid = 0, reserved = 0; in agentx_register_invalid_version() local 1444 uint8_t timeout = 0, priority = 127, range_subid = 0, reserved = 0; in agentx_register_instance_registration() local 1476 uint8_t timeout = 0, priority = 127, range_subid = 0, reserved = 0; in agentx_register_new_index() local 1508 uint8_t timeout = 0, priority = 127, range_subid = 0, reserved = 0; in agentx_register_any_index() local 1540 uint8_t timeout = 0, priority = 127, range_subid = 0, reserved = 0; in agentx_register_duplicate_self() local 1583 uint8_t timeout = 0, priority = 127, range_subid = 0, reserved = 0; in agentx_register_duplicate_twocon() local [all …]
|
/openbsd-src/sys/kern/ |
H A D | kern_synch.c | 116 tsleep(const volatile void *ident, int priority, const char *wmesg, int timo) in tsleep() argument 158 tsleep_nsec(const volatile void *ident, int priority, cons argument 205 msleep(const volatile void * ident,struct mutex * mtx,int priority,const char * wmesg,int timo) msleep() argument 258 msleep_nsec(const volatile void * ident,struct mutex * mtx,int priority,const char * wmesg,uint64_t nsecs) msleep_nsec() argument 285 rwsleep(const volatile void * ident,struct rwlock * rwl,int priority,const char * wmesg,int timo) rwsleep() argument 309 rwsleep_nsec(const volatile void * ident,struct rwlock * rwl,int priority,const char * wmesg,uint64_t nsecs) rwsleep_nsec() argument [all...] |
/openbsd-src/sys/dev/pci/drm/amd/amdgpu/ |
H A D | amdgpu_sched.c | 37 int32_t priority) in amdgpu_sched_process_priority_override() 72 int32_t priority) in amdgpu_sched_context_priority_override()
|
H A D | amdgpu_ctx.c | 100 int32_t priority) in amdgpu_ctx_priority_permit() argument 319 static int amdgpu_ctx_init(struct amdgpu_ctx_mgr *mgr, int32_t priority, in amdgpu_ctx_init() argument 475 int32_t priority, in amdgpu_ctx_alloc() argument 669 int32_t priority; amdgpu_ctx_ioctl() local 807 amdgpu_ctx_set_entity_priority(struct amdgpu_ctx * ctx,struct amdgpu_ctx_entity * aentity,int hw_ip,int32_t priority) amdgpu_ctx_set_entity_priority() argument 830 amdgpu_ctx_priority_override(struct amdgpu_ctx * ctx,int32_t priority) amdgpu_ctx_priority_override() argument [all...] |
H A D | amdgpu_bo_list.h | 40 uint32_t priority; member
|
/openbsd-src/sys/dev/pci/drm/radeon/ |
H A D | radeon_cs.c | 60 struct list_head *item, unsigned priority) in radeon_cs_buckets_add() 107 unsigned priority; in radeon_cs_parser_relocs() local 212 static int radeon_cs_get_ring(struct radeon_cs_parser *p, u32 ring, s32 priority) in radeon_cs_get_ring() 280 s32 priority = 0; in radeon_cs_parser_init() local
|
/openbsd-src/lib/libcrypto/bio/ |
H A D | bss_log.c | 128 int priority, i; in slg_write() local 205 xsyslog(BIO *bp, int priority, const char *string) in xsyslog()
|
/openbsd-src/usr.sbin/ldpd/ |
H A D | lde_lib.c | 285 uint8_t priority) in fec_nh_find() 300 uint8_t priority) in fec_nh_add() 345 uint8_t priority, int connected, void *data) in lde_kernel_insert() 402 uint8_t priority) in lde_kernel_remove()
|
/openbsd-src/lib/libssl/ |
H A D | pqueue.h | 69 unsigned char priority[8]; /* 64-bit value in big-endian encoding */ member
|
H A D | d1_pkt.c | 207 dtls1_buffer_record(SSL *s, record_pqueue *queue, unsigned char *priority) in dtls1_buffer_record() argument 253 dtls1_buffer_rcontent(SSL *s, rcontent_pqueue *queue, unsigned char *priority) in dtls1_buffer_rcontent() argument
|
/openbsd-src/usr.bin/dig/lib/dns/rdata/generic/ |
H A D | uri_256.c | 25 unsigned short priority, weight; in totext_uri() local
|
/openbsd-src/usr.sbin/nsd/ |
H A D | util.c | 142 log_file(int priority, const char *message) in log_file() 184 log_syslog(int priority, const char *message) in log_syslog() 193 log_only_syslog(int priority, const char *message) in log_only_syslog() 210 log_msg(int priority, const char *format, ...) in log_msg() 219 log_vmsg(int priority, const char *format, va_list args) in log_vmsg()
|
/openbsd-src/sys/dev/pci/drm/scheduler/ |
H A D | sched_entity.c | 60 enum drm_sched_priority priority, in drm_sched_entity_init() argument 389 drm_sched_entity_set_priority(struct drm_sched_entity * entity,enum drm_sched_priority priority) global() argument [all...] |
/openbsd-src/sys/dev/pci/drm/i915/ |
H A D | i915_priolist_types.h | 44 int priority; member
|
/openbsd-src/sys/arch/luna88k/luna88k/ |
H A D | isr.c | 67 isrlink_autovec(int (*func)(void *), void *arg, int ipl, int priority, in isrlink_autovec()
|
/openbsd-src/gnu/gcc/gcc/ |
H A D | gthr-nks.h | 112 __gthread_objc_thread_set_priority (int priority) in __gthread_objc_thread_set_priority() 123 int priority; in __gthread_objc_thread_get_priority() local
|
/openbsd-src/gnu/usr.sbin/mkhybrid/src/ |
H A D | name.c | 58 int priority = 32767; in FDECL3() local
|
/openbsd-src/gnu/llvm/clang/include/clang/Driver/ |
H A D | Multilib.h | 83 int priority() const { return Priority; } in priority() function
|
/openbsd-src/lib/librthread/ |
H A D | rthread_sched.c | 130 pthread_setprio(pthread_t thread, int priority) in pthread_setprio()
|
/openbsd-src/gnu/usr.bin/gcc/gcc/config/vax/ |
H A D | vax.c | 816 vms_asm_out_constructor (symbol, priority) in vms_asm_out_constructor() argument 828 vms_asm_out_destructor (symbol, priority) in vms_asm_out_destructor() argument
|
/openbsd-src/gnu/llvm/lld/wasm/ |
H A D | SyntheticSections.h | 34 uint32_t priority; member
|
/openbsd-src/gnu/usr.bin/binutils-2.17/opcodes/ |
H A D | ia64-asmtab.h | 145 unsigned short priority; member
|
/openbsd-src/gnu/usr.bin/binutils/opcodes/ |
H A D | ia64-asmtab.h | 145 unsigned short priority; member
|
/openbsd-src/sys/arch/i386/include/ |
H A D | intrdefs.h | 32 #define MAKEIPL(priority) (IDTVECOFF + ((priority) << IPLSHIFT)) argument
|