Home
last modified time | relevance | path

Searched defs:act (Results 1 – 25 of 128) sorted by relevance

123456

/trueos/sys/net80211/
HDieee80211_action.c53 send_inval(struct ieee80211_node *ni, int cat, int act, void *sa) in send_inval()
81 ieee80211_send_action_register(int cat, int act, ieee80211_send_action_func *f) in ieee80211_send_action_register()
115 ieee80211_send_action_unregister(int cat, int act) in ieee80211_send_action_unregister()
121 ieee80211_send_action(struct ieee80211_node *ni, int cat, int act, void *sa) in ieee80211_send_action()
180 ieee80211_recv_action_register(int cat, int act, ieee80211_recv_action_func *f) in ieee80211_recv_action_register()
213 ieee80211_recv_action_unregister(int cat, int act) in ieee80211_recv_action_unregister()
/trueos/lib/libdispatch/src/
HDvoucher.c321 _voucher_activity_t act = _voucher_activity_get(voucher); in _voucher_get_atm_mach_voucher() local
465 _voucher_activity_t act = NULL; in _voucher_create_with_mach_voucher() local
1268 _voucher_activity_buffer_init(_voucher_activity_t act, in _voucher_activity_buffer_init()
1282 _voucher_activity_buffer_alloc_slow(_voucher_activity_t act, in _voucher_activity_buffer_alloc_slow()
1313 _voucher_activity_buffer_alloc(_voucher_activity_t act, in _voucher_activity_buffer_alloc()
1362 _voucher_activity_copy(_voucher_activity_t act) in _voucher_activity_copy()
1375 _voucher_activity_retain(_voucher_activity_t act) in _voucher_activity_retain()
1386 _voucher_activity_release(_voucher_activity_t act) in _voucher_activity_release()
1402 _voucher_activity_atm_retain(_voucher_activity_t act) in _voucher_activity_atm_retain()
1415 _voucher_activity_atm_release(_voucher_activity_t act) in _voucher_activity_atm_release()
[all …]
/trueos/sys/dev/drm/
HDdrm_memory.c92 int act; in drm_mtrr_add() local
106 int act; in drm_mtrr_del() local
/trueos/contrib/ncurses/ncurses/tty/
HDlib_tstp.c140 sigaction_t act, oact; in tstp() local
246 sigaction_t act; in cleanup() local
/trueos/contrib/netbsd-tests/lib/libpthread/
HDt_sigmask.c109 struct sigaction act; in ATF_TC_BODY() local
179 struct sigaction act; in ATF_TC_BODY() local
224 struct sigaction act; in ATF_TC_BODY() local
HDt_sleep.c74 struct sigaction act; in ATF_TC_BODY() local
HDt_siglongjmp.c78 struct sigaction act; in ATF_TC_BODY() local
/trueos/sys/sys/mach/
HDthread.h648 #define act_deallocate(act) thread_deallocate(act) argument
649 #define act_lock(act) mtx_lock(&(act)->ith_lock_data) argument
650 #define act_lock_try(act) mtx_trylock(&(act)->ith_lock_data) argument
651 #define act_unlock(act) mtx_unlock(&act->ith_lock_data) argument
652 #define act_locked_act_reference(act) ((act)->ref_count++) argument
HDrpc.h76 #define THREAD_DEPRESS_ABORT(act) \ argument
94 #define MACH_RPC_ARGV(act) ( (char *)(USER_REGS(act)->ebp + 8) ) argument
95 #define MACH_RPC_RET(act) ( USER_REGS(act)->ecx ) argument
96 #define MACH_RPC_UIP(act) ( USER_REGS(act)->eip ) argument
97 #define MACH_RPC_USP(act) ( USER_REGS(act)->uesp ) argument
/trueos/lib/libc/stdlib/
HDabort.c49 struct sigaction act; in abort() local
/trueos/lib/libc/iconv/
HDcitrus_module.h34 #define MATCH(x, act) \ argument
/trueos/lib/libc/sys/
HDsigaction.c44 sigaction(int sig, const struct sigaction *act, struct sigaction *oact) in sigaction()
/trueos/contrib/netbsd-tests/lib/libc/gen/posix_spawn/
HDh_spawnattr.c49 struct sigaction act; in main() local
/trueos/lib/libkse/thread/
HDthr_sigaction.c42 _sigaction(int sig, const struct sigaction * act, struct sigaction * oact) in _sigaction()
/trueos/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/io/
HDtst.fds.c50 struct sigaction act; in main() local
/trueos/sys/contrib/ngatm/netnatm/api/
HDcc_user.c991 struct atm_p2p_call_active *act; in cc_user_active() local
1001 struct atm_p2mp_call_active *act; in cc_user_active() local
1435 struct atm_p2p_call_active *act; in cc_user_sig_handle() local
1446 struct atm_p2mp_call_active *act; in cc_user_sig_handle() local
/trueos/contrib/ipfilter/tools/
HDipscan_y.y52 struct action act; member
337 void addtag(tstr, cp, sp, act) in addtag() argument
/trueos/tools/regression/lib/msun/
HDtest-fenv.c322 struct sigaction act; in test_masking() local
402 struct sigaction act; in test_feholdupdate() local
/trueos/lib/libthr/thread/
HDthr_sig.c157 struct sigaction act; in thr_sighandler() local
324 struct sigaction act; in check_deferred_signal() local
404 struct sigaction act, nact, oact; in _thr_signal_init() local
518 __thr_sigaction(int sig, const struct sigaction *act, struct sigaction *oact) in __thr_sigaction()
/trueos/sys/compat/mach/kern/
HDthread_pool.c75 thread_act_t act = pool->thr_acts; in thread_pool_remove() local
/trueos/sys/contrib/altq/altq/
HDaltq_rmclass_debug.h87 #define CBQTRACE(func, act, obj) { \ argument
/trueos/lib/libkse/test/
HDsigwait_d.c119 struct sigaction act; in main() local
/trueos/usr.sbin/ancontrol/
HDancontrol.c923 an_setconfig(const char *iface, int act, void *arg) in an_setconfig()
1109 an_setap(const char *iface, int act, void *arg) in an_setap()
1153 an_setssid(const char *iface, int act, void *arg) in an_setssid()
1523 int act = 0; in main() local
/trueos/sys/netinet/
HDtcp_debug.c97 tcp_trace(short act, short ostate, struct tcpcb *tp, void *ipgen, in tcp_trace()
/trueos/tools/regression/lib/libc/gen/
HDtest-popen.c78 struct sigaction act, oact; in main() local

123456