Searched refs:_magic_vars_t (Results 1 – 6 of 6) sorted by relevance
| /minix3/minix/lib/libmagicrt/include/st/ |
| H A D | metadata_transfer.h | 8 struct _magic_vars_t *cached_magic_vars, 9 struct _magic_vars_t *remote_magic_vars, 12 struct _magic_vars_t *cached_magic_vars, 13 struct _magic_vars_t *remote_magic_vars, 16 struct _magic_type *type, struct _magic_vars_t *cached_magic_vars, 17 struct _magic_vars_t *remote_magic_vars); 19 struct _magic_vars_t *cached_magic_vars, 20 struct _magic_vars_t *remote_magic_vars, st_counterparts_t *counterparts, 26 struct _magic_vars_t *cached_magic_vars, 29 struct _magic_vars_t *cached_magic_vars, st_counterparts_t *counterparts); [all …]
|
| H A D | state_transfer.h | 148 struct _magic_vars_t *cached_magic_vars, 149 struct _magic_vars_t *remote_magic_vars, 152 struct _magic_vars_t *cached_magic_vars, 153 struct _magic_vars_t *remote_magic_vars, st_counterparts_t *counterparts, 282 struct _magic_vars_t *__saved_vars = _magic_vars; \
|
| /minix3/minix/lib/libmagicrt/ |
| H A D | magic_st.c | 32 struct _magic_vars_t st_remote_magic_vars, st_cached_magic_vars; 33 struct _magic_vars_t *st_local_magic_vars_ptr = &_magic_vars_buff; 1263 struct _magic_vars_t *magic_vars) in st_init_rl_index() 1281 struct _magic_vars_t *magic_vars) in st_cleanup_rl_index() 1292 struct _magic_vars_t *magic_vars) in st_init_sentry_hash() 1310 struct _magic_vars_t *magic_vars) in st_cleanup_sentry_hash() 1321 struct _magic_vars_t *magic_vars) in st_init_function_hash() 1339 struct _magic_vars_t *magic_vars) in st_cleanup_function_hash() 1348 PRIVATE void st_vars_clear_ptrs(struct _magic_vars_t *magic_vars) in st_vars_clear_ptrs() 1351 #define __X(x) offsetof(struct _magic_vars_t, x) in st_vars_clear_ptrs() [all …]
|
| H A D | magic.c | 50 MAGIC_VAR struct _magic_vars_t _magic_vars_buff = { 151 PUBLIC struct _magic_vars_t *_magic_vars = &_magic_vars_buff; 252 return sizeof(struct _magic_vars_t); in _magic_vars_size()
|
| /minix3/minix/lib/libmagicrt/include/ |
| H A D | magic_structs.h | 227 struct _magic_vars_t { struct
|
| H A D | magic.h | 935 EXTERN struct _magic_vars_t _magic_vars_buff; 936 EXTERN struct _magic_vars_t *_magic_vars;
|