Searched defs:scope (Results 1 - 25 of 46) sorted by relevance

12

/src/lib/libc/net/
H A Dinet6_scopeid.c56 uint16_t scope; local in function:inet6_getscopeid
74 uint16_t scope = htons(sin6->sin6_scope_id); local in function:inet6_putscopeid
H A Dgetaddrinfo.c1646 ip6_str2scopeid(const char * scope,struct sockaddr_in6 * sin6,uint32_t * scopeid) argument
[all...]
/src/usr.bin/make/unit-tests/
H A Dvar-scope-local.mk[all...]
H A Ddirective-for.mk299 .MAKEFLAGS: scope=cmdline macro
/src/usr.bin/xlint/lint1/
H A DREADME.md
/src/sys/sys/
H A Dfault.h49 int scope; member in struct:fault_ioc_enable
57 int scope; member in struct:fault_ioc_disable
61 int scope; member in struct:fault_ioc_getinfo
/xsrc/external/mit/MesaLib.old/dist/src/vulkan/util/
H A Dvk_alloc.h32 vk_alloc(const VkAllocationCallbacks * alloc,size_t size,size_t align,VkSystemAllocationScope scope) argument
40 vk_zalloc(const VkAllocationCallbacks * alloc,size_t size,size_t align,VkSystemAllocationScope scope) argument
54 vk_realloc(const VkAllocationCallbacks * alloc,void * ptr,size_t size,size_t align,VkSystemAllocationScope scope) argument
71 vk_strdup(const VkAllocationCallbacks * alloc,const char * s,VkSystemAllocationScope scope) argument
88 vk_alloc2(const VkAllocationCallbacks * parent_alloc,const VkAllocationCallbacks * alloc,size_t size,size_t align,VkSystemAllocationScope scope) argument
100 vk_zalloc2(const VkAllocationCallbacks * parent_alloc,const VkAllocationCallbacks * alloc,size_t size,size_t align,VkSystemAllocationScope scope) argument
[all...]
/src/sys/netinet6/
H A Dscope6.c105 int scope; local in function:in6_addrscope
287 int scope; local in function:in6_setscope
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/mesa/program/
H A Dsymbol_table.c89 struct scope_level *const scope = table->current_scope; local in function:_mesa_symbol_table_pop_scope
121 struct scope_level *const scope = calloc(1, sizeof(*scope)); local in function:_mesa_symbol_table_push_scope
[all...]
/xsrc/external/mit/MesaLib/dist/src/mesa/program/
H A Dsymbol_table.c89 struct scope_level *const scope = table->current_scope; local in function:_mesa_symbol_table_pop_scope
121 struct scope_level *const scope = calloc(1, sizeof(*scope)); local in function:_mesa_symbol_table_push_scope
[all...]
/xsrc/external/mit/MesaLib/dist/src/vulkan/util/
H A Dvk_alloc.h40 vk_alloc(const VkAllocationCallbacks * alloc,size_t size,size_t align,VkSystemAllocationScope scope) argument
48 vk_zalloc(const VkAllocationCallbacks * alloc,size_t size,size_t align,VkSystemAllocationScope scope) argument
62 vk_realloc(const VkAllocationCallbacks * alloc,void * ptr,size_t size,size_t align,VkSystemAllocationScope scope) argument
79 vk_strdup(const VkAllocationCallbacks * alloc,const char * s,VkSystemAllocationScope scope) argument
96 vk_vasprintf(const VkAllocationCallbacks * alloc,VkSystemAllocationScope scope,const char * fmt,va_list args) argument
109 vk_asprintf(const VkAllocationCallbacks * alloc,VkSystemAllocationScope scope,const char * fmt,...) argument
122 vk_alloc2(const VkAllocationCallbacks * parent_alloc,const VkAllocationCallbacks * alloc,size_t size,size_t align,VkSystemAllocationScope scope) argument
134 vk_zalloc2(const VkAllocationCallbacks * parent_alloc,const VkAllocationCallbacks * alloc,size_t size,size_t align,VkSystemAllocationScope scope) argument
229 vk_multialloc_alloc(struct vk_multialloc * ma,const VkAllocationCallbacks * alloc,VkSystemAllocationScope scope) argument
264 vk_multialloc_alloc2(struct vk_multialloc * ma,const VkAllocationCallbacks * parent_alloc,const VkAllocationCallbacks * alloc,VkSystemAllocationScope scope) argument
273 vk_multialloc_zalloc(struct vk_multialloc * ma,const VkAllocationCallbacks * alloc,VkSystemAllocationScope scope) argument
288 vk_multialloc_zalloc2(struct vk_multialloc * ma,const VkAllocationCallbacks * parent_alloc,const VkAllocationCallbacks * alloc,VkSystemAllocationScope scope) argument
[all...]
/src/sys/compat/linux/arch/m68k/
H A Dlinux_machdep.c825 int scope, cache; local in function:linux_sys_cacheflush
/src/lib/libpthread/
H A Dpthread_attr.c243 pthread_attr_getscope(const pthread_attr_t *attr, int *scope) argument
259 pthread_attr_setscope(pthread_attr_t *attr, int scope) argument
/xsrc/external/mit/MesaLib/dist/src/virtio/vulkan/
H A Dvn_common.h82 vn_trace_scope_end(int *scope) argument
H A Dvn_descriptor_set.c537 vn_update_descriptor_sets_alloc(uint32_t write_count,uint32_t image_count,uint32_t buffer_count,uint32_t view_count,const VkAllocationCallbacks * alloc,VkSystemAllocationScope scope) argument
/src/sys/dev/microcode/aic7xxx/
H A Daicasm.c467 dump_scope(scope_t *scope) argument
495 emit_patch(scope_t * scope,int patch) argument
785 process_scope(scope_t * scope) argument
[all...]
H A Daicasm_symbol.h170 typedef struct scope { struct
/xsrc/external/mit/MesaLib/dist/src/compiler/isaspec/
H A Ddecode.c154 struct decode_scope *scope; member in struct:decode_state
253 struct decode_scope *scope local in function:push_scope
266 pop_scope(struct decode_scope * scope) argument
278 evaluate_expr(struct decode_scope * scope,isa_expr_t expr) argument
361 find_field(struct decode_scope * scope,const struct isa_bitset * bitset,const char * name,size_t name_len) argument
401 extract_field(struct decode_scope * scope,const struct isa_field * field) argument
420 find_display(struct decode_scope * scope,const struct isa_bitset * bitset) argument
462 display_bitset_field(struct decode_scope * scope,const struct isa_field * field,bitmask_t val) argument
479 display_enum_field(struct decode_scope * scope,const struct isa_field * field,bitmask_t val) argument
495 resolve_field(struct decode_scope * scope,const char * field_name,size_t field_name_len,bitmask_t * valp) argument
533 isa_decode_field(struct decode_scope * scope,const char * field_name) argument
546 display_field(struct decode_scope * scope,const char * field_name) argument
668 display(struct decode_scope * scope) argument
738 struct decode_scope *scope = push_scope(state, b, instr); local in function:decode
[all...]
/xsrc/external/mit/MesaLib/dist/src/amd/compiler/
H A Daco_print_ir.cpp252 print_scope(sync_scope scope, FILE* output, const char* prefix = "scope") argument
/xsrc/external/mit/libX11/dist/src/xlibi18n/
H A DlcGeneric.c356 FontScope scope,sc_ptr; local in function:_XlcParse_scopemaps
646 FontScope scope; local in function:create_ctextseg
/src/usr.bin/make/
H A Darch.c188 Arch_ParseArchive(char **pp, GNodeList *gns, GNode *scope) argument
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/sfn/
H A Dsfn_liverange.cpp299 void temp_access::record_write(int line, prog_scope *scope, int writemask, bool is_array_elm) argument
316 record_read(int line,prog_scope * scope,int readmask,bool is_array_elm) argument
388 record_read(int line,prog_scope * scope) argument
445 record_write(int line,prog_scope * scope) argument
485 record_ifelse_write(const prog_scope & scope) argument
500 record_if_write(const prog_scope & scope) argument
524 record_else_write(const prog_scope & scope) argument
[all...]
/src/sys/kern/
H A Dkern_auth.c67 kauth_scope_t scope; /* scope backpointer */ member in struct:kauth_listener
748 kauth_scope_t scope; local in function:kauth_ifindscope
772 kauth_scope_t scope; local in function:kauth_register_scope
883 kauth_deregister_scope(kauth_scope_t scope) argument
903 kauth_scope_t scope; local in function:kauth_listen_scope
972 kauth_authorize_action_internal(kauth_scope_t scope,kauth_cred_t cred,kauth_action_t action,void * arg0,void * arg1,void * arg2,void * arg3) argument
1012 kauth_authorize_action(kauth_scope_t scope,kauth_cred_t cred,kauth_action_t action,void * arg0,void * arg1,void * arg2,void * arg3) argument
[all...]
/xsrc/external/mit/MesaLib/dist/src/compiler/nir/
H A Dnir_print.c939 nir_scope scope = local in function:print_intrinsic_instr
/xsrc/external/mit/MesaLib/dist/src/compiler/spirv/
H A Dvtn_variables.c2507 SpvScope scope; local in function:vtn_handle_variables
2549 SpvScope scope; local in function:vtn_handle_variables
2290 vtn_emit_make_visible_barrier(struct vtn_builder * b,SpvMemoryAccessMask access,SpvScope scope,enum vtn_variable_mode mode) argument
2302 vtn_emit_make_available_barrier(struct vtn_builder * b,SpvMemoryAccessMask access,SpvScope scope,enum vtn_variable_mode mode) argument
[all...]

Completed in 61 milliseconds

12