Searched refs:anp (Results 1 – 1 of 1) sorted by relevance
10 static uint32_t get_extflags(const struct sys_notify *anp) in get_extflags() argument12 uint32_t flags = anp->flags & SYS_NOTIFY_EXTENSION_MASK; in get_extflags()17 static void set_extflags(struct sys_notify *anp, in set_extflags() argument20 anp->flags = (anp->flags & ~SYS_NOTIFY_EXTENSION_MASK) in set_extflags()24 static void callback(struct sys_notify *anp, in callback() argument27 zassert_equal(sys_notify_fetch_result(anp, resp), 0, in callback()