Searched refs:HSET_MOD (Results 1 – 6 of 6) sorted by relevance
/trusty/kernel/lib/trusty/include/lib/trusty/ |
D | handle_set.h | 31 #define HSET_MOD 2 macro
|
/trusty/user/base/lib/tipc/rust/src/service/ |
D | handle_set.rs | 145 self.do_set_ctrl(sys::HSET_MOD as u32, 0, &port).expect("Failed to mask port"); in mask_all_ports() 151 self.do_set_ctrl(sys::HSET_MOD as u32, trusty_sys::uevent::ALL_EVENTS, &port) in unmask_all_ports()
|
/trusty/user/base/include/user/ |
D | trusty_ipc.h | 106 HSET_MOD = 0x2, /* modifies handle attributes in handle set */ enumerator
|
/trusty/user/base/lib/tipc/ |
D | tipc.c | 265 return handle_set_ctrl(hset->handle, HSET_MOD, &uevt); in tipc_hset_mod_entry()
|
/trusty/kernel/lib/trusty/ |
D | uctx.c | 781 case HSET_MOD: in _hset_ctrl_locked()
|
/trusty/user/base/lib/tipc/test/main/ |
D | main.c | 1516 rc = handle_set_ctrl(hset1, HSET_MOD, &evt); in TEST() 2024 rc = handle_set_ctrl(hset1, HSET_MOD, &evt); in TEST() 2035 rc = handle_set_ctrl(hset1, HSET_MOD, &evt); in TEST()
|