Home
last modified time | relevance | path

Searched refs:local_id (Results 1 – 2 of 2) sorted by relevance

/minix3/minix/lib/libmagicrt/include/st/
H A Dstate_transfer.h192 PUBLIC int st_pair_by_function_id(unsigned long cached_id, unsigned long local_id, int status_flags…
193 PUBLIC int st_pair_by_sentry_id(unsigned long cached_id, unsigned long local_id, int status_flags, …
/minix3/minix/lib/libmagicrt/
H A Dmagic_st.c2477 PUBLIC int st_pair_by_function_id(unsigned long cached_id, unsigned long local_id, int status_flags… in st_pair_by_function_id() argument
2481 assert(cached_id || local_id); in st_pair_by_function_id()
2492 if (local_id) { in st_pair_by_function_id()
2494 local_function = magic_function_lookup_by_id(local_id, NULL); in st_pair_by_function_id()
2506 PUBLIC int st_pair_by_sentry_id(unsigned long cached_id, unsigned long local_id, int status_flags, … in st_pair_by_sentry_id() argument
2510 assert(cached_id || local_id); in st_pair_by_sentry_id()
2521 if (local_id) { in st_pair_by_sentry_id()
2523 local_sentry = magic_sentry_lookup_by_id(local_id, NULL); in st_pair_by_sentry_id()