Home
last modified time | relevance | path

Searched defs:unused (Results 1 – 25 of 203) sorted by relevance

123456789

/illumos-gate/usr/src/tools/smatch/src/
H A Dcheck_kernel.c30 static int implied_err_cast_return(struct expression *call, void *unused, struct range_list **rl) in implied_err_cast_return()
125 struct expression *assign_expr, void *unused) in match_not_err()
141 struct expression *assign_expr, void *unused) in match_err()
165 static void match_container_of_macro(const char *fn, struct expression *expr, void *unused) in match_container_of_macro()
205 static int match_next_bit(struct expression *call, void *unused, struct range_list **rl) in match_next_bit()
232 static int match_fls(struct expression *call, void *unused, struct range_list **rl) in match_fls()
353 void *unused) in match__write_once_size()
376 void *unused) in match__read_once_size()
413 void *unused) in match_closure_call()
H A Dcheck_platform_device_put.c30 struct expression *assign_expr, void *unused) in match_added()
39 struct expression *assign_expr, void *unused) in match_not_added()
47 static void match_platform_device_del(const char *fn, struct expression *expr, void *unused) in match_platform_device_del()
H A Dcheck_err_ptr_deref.c71 …id set_param_dereferenced(struct expression *call, struct expression *arg, char *key, char *unused) in set_param_dereferenced()
101 struct expression *assign_expr, void *unused) in match_checked()
113 struct expression *assign_expr, void *unused) in match_err()
173 static void match_err_ptr_positive_const(const char *fn, struct expression *expr, void *unused) in match_err_ptr_positive_const()
186 static void match_err_ptr(const char *fn, struct expression *expr, void *unused) in match_err_ptr()
H A Dcheck_info_leak.c38 static void match_kmalloc(const char *fn, struct expression *expr, void *unused) in match_kmalloc()
49 static void match_strcpy(const char *fn, struct expression *expr, void *unused) in match_strcpy()
64 static void match_copy_to_user(const char *fn, struct expression *expr, void *unused) in match_copy_to_user()
H A Dsmatch_common_functions.c22 static int match_strlen(struct expression *call, void *unused, struct range_list **rl) in match_strlen()
45 static int match_strnlen(struct expression *call, void *unused, struct range_list **rl) in match_strnlen()
H A Dsmatch_strlen.c72 static void match_strlen(const char *fn, struct expression *expr, void *unused) in match_strlen()
165 static void match_snprintf(const char *fn, struct expression *expr, void *unused) in match_snprintf()
183 static void match_strlcpycat(const char *fn, struct expression *expr, void *unused) in match_strlcpycat()
207 static void match_strcpy(const char *fn, struct expression *expr, void *unused) in match_strcpy()
H A Dcheck_held_dev.c53 struct expression *assign_expr, void *unused) in match_returns_held()
60 struct expression *assign_expr, void *unused) in match_returns_null()
H A Dcheck_wine.c28 void *unused) in match_fatal_report()
H A Dcheck_wait_for_common.c22 static void match_wait_for_common(const char *fn, struct expression *expr, void *unused) in match_wait_for_common()
H A Dcheck_cmn_err.c32 void *unused) in match_cmn_err()
H A Dcheck_strcpy_overflow.c20 static void match_strcpy(const char *fn, struct expression *expr, void *unused) in match_strcpy()
H A Dcheck_sprintf_overflow.c20 static void match_sprintf(const char *fn, struct expression *expr, void *unused) in match_sprintf()
H A Dcheck_allocating_enough_data.c20 static void db_returns_buf_size(struct expression *expr, int param, char *unused, char *math) in db_returns_buf_size()
H A Dcheck_container_of.c35 static void match_non_null(const char *fn, struct expression *expr, void *unused) in match_non_null()
H A Dcheck_debug.h10 static inline void __smatch_value(const char *unused){} in __smatch_value()
30 static inline void __smatch_possible(const char *unused){} in __smatch_possible()
31 static inline void __smatch_print_value(const char *unused){} in __smatch_print_value()
H A Dcheck_snprintf_overflow.c20 static void match_snprintf(const char *fn, struct expression *expr, void *unused) in match_snprintf()
H A Dcheck_dma_mapping_error.c33 static void match_assign(const char *fn, struct expression *expr, void *unused) in match_assign()
H A Dcheck_deref_check.c49 …id set_param_dereferenced(struct expression *call, struct expression *arg, char *key, char *unused) in set_param_dereferenced()
H A Dcheck_freeing_devm.c24 static void match_assign(const char *fn, struct expression *expr, void *unused) in match_assign()
/illumos-gate/usr/src/lib/libzpool/common/
H A Dutil.c208 refresh_config(void *unused, nvlist_t *tryconfig) in refresh_config()
214 pool_active(void *unused, const char *name, uint64_t guid, in pool_active()
/illumos-gate/usr/src/cmd/fm/fmadm/common/
H A Dconfig.c31 config_modinfo(const fmd_adm_modinfo_t *ami, void *unused) in config_modinfo()
/illumos-gate/usr/src/test/libc-tests/tests/threads/
H A Dthread_name.c35 thr(void *unused) in thr()
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/profile/
H A Dprof_init.c264 errcode_t profile_ser_size(const char *unused, profile_t profile, in profile_ser_size()
289 errcode_t profile_ser_externalize(const char *unused, profile_t profile, in profile_ser_externalize()
347 errcode_t profile_ser_internalize(const char *unused, profile_t *profilep, in profile_ser_internalize()
/illumos-gate/usr/src/lib/libc/inc/
H A Dtdb_agent.h78 uint16_t unused; member
91 uint16_t unused; member
104 uint16_t unused; member
122 uint16_t unused; member
/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Dudp.h12 uint8_t unused; member

123456789