Searched defs:flavor (Results 51 - 67 of 67) sorted by relevance

123

/macosx-10.10.1/cxxfilt-11/cxxfilt/opcodes/
H A Dh8500-opc.h152 unsigned char flavor; member in struct:__anon7777
/macosx-10.10.1/libpthread-105.1.4/src/
H A Dpthread.c1573 host_flavor_t flavor = HOST_PRIORITY_INFO; local
/macosx-10.10.1/xnu-2782.1.97/bsd/kern/
H A Dkern_sig.c1711 psignal_internal(proc_t p, task_t task, thread_t thread, int flavor, int signum) argument
[all...]
H A Dproc_info.c214 proc_info_internal(int callnum, int pid, int flavor, uint64_t arg, user_addr_t buffer, uint32_t buffersize, int32_t * retval) argument
1181 proc_pidoriginatorinfo(int pid, int flavor, user_addr_t buffer, uint32_t buffersize, int32_t * retval) argument
1240 proc_pidinfo(int pid, int flavor, uint64_t arg, user_addr_t buffer, uint32_t buffersize, int32_t * retval) argument
1785 proc_pidfdinfo(int pid, int flavor, int fd, user_addr_t buffer, uint32_t buffersize, int32_t * retval) argument
2018 proc_pidfileportinfo(int pid, int flavor, mach_port_name_t name, user_addr_t buffer, uint32_t buffersize, int32_t *retval) argument
2071 proc_security_policy(proc_t targetp, __unused int callnum, __unused int flavor, boolean_t check_same_user) argument
2119 proc_setcontrol(int pid, int flavor, uint64_t arg, user_addr_t buffer, uint32_t buffersize, __unused int32_t * retval) argument
2199 proc_dirtycontrol(int pid, int flavor, uint64_t arg, int32_t *retval) argument
2294 proc_dirtycontrol(__unused int pid, __unused int flavor, __unused uint64_t arg, __unused int32_t *retval) argument
2397 proc_pid_rusage(int pid, int flavor, user_addr_t buffer, __unused int32_t *retval) argument
[all...]
/macosx-10.10.1/xnu-2782.1.97/bsd/nfs/
H A Dnfs_gss.c2341 uint32_t flavor = 0, verflen = 0; local
/macosx-10.10.1/xnu-2782.1.97/osfmk/kdp/
H A Dkdp_protocol.h466 uint32_t flavor; member in struct:__anon15156
481 uint32_t flavor; member in struct:__anon15158
/macosx-10.10.1/xnu-2782.1.97/osfmk/kern/
H A Dtask_policy.c285 task_policy_set( task_t task, task_policy_flavor_t flavor, task_policy_t policy_info, mach_msg_type_number_t count) argument
488 task_policy_get( task_t task, task_policy_flavor_t flavor, task_policy_t policy_info, mach_msg_type_number_t *count, boolean_t *get_default) argument
1372 proc_set_task_policy(task_t task, thread_t thread, int category, int flavor, int value) argument
1404 proc_set_task_policy_thread(task_t task, uint64_t tid, int category, int flavor, int value) argument
1448 proc_set_task_policy2(task_t task, thread_t thread, int category, int flavor, int value1, int value2) argument
1478 proc_set_task_policy_locked(task_t task, thread_t thread, int category, int flavor, int value) argument
1606 proc_set_task_policy2_locked(task_t task, thread_t thread, int category, int flavor, int value1, int value2) argument
1660 proc_get_task_policy(task_t task, thread_t thread, int category, int flavor) argument
1735 proc_get_task_policy2(task_t task, thread_t thread, int category __unused, int flavor, int *value1, int *value2) argument
1781 proc_get_effective_task_policy(task_t task, int flavor) argument
1787 proc_get_effective_thread_policy(thread_t thread, int flavor) argument
1801 proc_get_effective_policy(task_t task, thread_t thread, int flavor) argument
[all...]
H A Dthread.c1025 thread_create_running_internal2( register task_t task, int flavor, thread_state_t new_state, mach_msg_type_number_t new_state_count, thread_t *new_thread, boolean_t from_user) argument
1079 thread_create_running( register task_t task, int flavor, thread_state_t new_state, mach_msg_type_number_t new_state_count, thread_t *new_thread) argument
1092 thread_create_running_from_user( register task_t task, int flavor, thread_state_t new_state, mach_msg_type_number_t new_state_count, thread_t *new_thread) argument
1204 thread_info_internal( register thread_t thread, thread_flavor_t flavor, thread_info_t thread_info_out, mach_msg_type_number_t *thread_info_count) argument
[all...]
H A Dtask.c2454 task_set_info( task_t task, task_flavor_t flavor, __unused task_info_t task_info_in, __unused mach_msg_type_number_t task_info_count) argument
2490 task_info( task_t task, task_flavor_t flavor, task_info_t task_info_out, mach_msg_type_number_t *task_info_count) argument
3507 task_set_state( task_t task, int flavor, thread_state_t state, mach_msg_type_number_t state_count) argument
3538 task_get_state( task_t task, int flavor, thread_state_t state, mach_msg_type_number_t *state_count) argument
[all...]
/macosx-10.10.1/xnu-2782.1.97/osfmk/vm/
H A Dmemory_object.c1172 memory_object_change_attributes( memory_object_control_t control, memory_object_flavor_t flavor, memory_object_info_t attributes, mach_msg_type_number_t count) argument
1321 memory_object_get_attributes( memory_object_control_t control, memory_object_flavor_t flavor, memory_object_info_t attributes, mach_msg_type_number_t *count) argument
H A Dvm_user.c1406 mach_vm_region( vm_map_t map, mach_vm_offset_t *address, mach_vm_size_t *size, vm_region_flavor_t flavor, vm_region_info_t info, mach_msg_type_number_t *count, mach_port_t *object_name) argument
1454 vm_region_64( vm_map_t map, vm_offset_t *address, vm_size_t *size, vm_region_flavor_t flavor, vm_region_info_t info, mach_msg_type_number_t *count, mach_port_t *object_name) argument
1491 vm_region( vm_map_t map, vm_address_t *address, vm_size_t *size, vm_region_flavor_t flavor, vm_region_info_t info, mach_msg_type_number_t *count, mach_port_t *object_name) argument
1769 mach_vm_page_info( vm_map_t map, mach_vm_address_t address, vm_page_info_flavor_t flavor, vm_page_info_t info, mach_msg_type_number_t *count) argument
[all...]
H A Dvm_map.c10921 vm_map_region( vm_map_t map, vm_map_offset_t *address, vm_map_size_t *size, vm_region_flavor_t flavor, vm_region_info_t info, mach_msg_type_number_t *count, mach_port_t *object_name) argument
13520 vm_map_page_info( vm_map_t map, vm_map_offset_t offset, vm_page_info_flavor_t flavor, vm_page_info_t info, mach_msg_type_number_t *count) argument
/macosx-10.10.1/NFS-82/nfsd/
H A Dmountd.c4567 char *flavor; local
[all...]
/macosx-10.10.1/ncurses-44/ncurses/test/
H A Dncurses.c5771 overlap_test_1_attr(WINDOW *win, int flavor, int col) argument
5794 overlap_test_2_attr(WINDOW *win, int flavor, int col) argument
5914 overlap_test_1(int flavor, int col, WINDOW *a, char fill) argument
5922 overlap_test_2(int flavor, int col, WINDOW *a, char fill) argument
5949 overlap_test_4(int flavor, WINDOW *a, WINDOW *b) argument
5972 int state, flavor[OVERLAP_FLAVORS]; local
[all...]
/macosx-10.10.1/xnu-2782.1.97/bsd/vfs/
H A Dvfs_subr.c4645 vnode_create(uint32_t flavor, uint32_t size, void *data, vnode_t *vpp) argument
/macosx-10.10.1/IOHIDFamily-606.1.7/IOHIDSystem/
H A DIOHIDSystem.cpp559 unsigned flavor; member in struct:_KeyboardEQElement::__anon2104::__anon2106
2525 void IOHIDSystem::sendStackShotMessage(UInt32 flavor) argument
4691 _keyboardSpecialEvent( IOHIDSystem * self, unsigned eventType, unsigned flags, unsigned key, unsigned flavor, UInt64 guid, bool repeat, AbsoluteTime ts, OSObject * sender, void * refcon __unused) argument
4705 keyboardSpecialEvent( unsigned eventType, unsigned flags, unsigned key, unsigned flavor, UInt64 guid, bool repeat, AbsoluteTime ts) argument
4716 keyboardSpecialEvent( unsigned eventType, unsigned flags, unsigned key, unsigned flavor, UInt64 guid, bool repeat, AbsoluteTime ts, OSObject * sender) argument
4765 unsigned flavor = keyboardEQElement->event.keyboardSpecial.flavor; local
4774 keyboardSpecialEventGated( unsigned eventType, unsigned flags, unsigned key, unsigned flavor, UInt64 guid, bool repeat, AbsoluteTime ts, OSObject * sender) argument
[all...]
/macosx-10.10.1/vim-55/src/
H A Dgui_mac.c4626 int flavor = 0; local

Completed in 355 milliseconds

123