Home
last modified time | relevance | path

Searched defs:fn (Results 1 – 25 of 290) sorted by relevance

12345678910>>...12

/illumos-gate/usr/src/tools/smatch/src/
H A Dcheck_debug.c34 static void match_all_values(const char *fn, struct expression *expr, void *info) in match_all_values()
43 static void match_cur_stree(const char *fn, struct expression *expr, void *info) in match_cur_stree()
48 static void match_state(const char *fn, struct expression *expr, void *info) in match_state()
78 static void match_states(const char *fn, struct expression *expr, void *info) in match_states()
218 static void match_capped(const char *fn, struct expression *expr, void *info) in match_capped()
418 static void match_note(const char *fn, struct expression *expr, void *info) in match_note()
577 static void match_type(const char *fn, struct expression *expr, void *info) in match_type()
675 static void match_mtag(const char *fn, struct expression *expr, void *info) in match_mtag()
719 static void match_expr(const char *fn, struct expression *expr, void *info) in match_expr()
746 static void match_mem(const char *fn, struct expression *expr, void *info) in match_mem()
[all …]
H A Dsparse-llvm.c24 LLVMValueRef fn; member
672 static void output_op_ret(struct function *fn, struct instruction *insn) in output_op_ret()
705 static void output_op_load(struct function *fn, struct instruction *insn) in output_op_load()
731 static LLVMValueRef bool_value(struct function *fn, LLVMValueRef value) in bool_value()
739 static void output_op_cbr(struct function *fn, struct instruction *br) in output_op_cbr()
749 static void output_op_br(struct function *fn, struct instruction *br) in output_op_br()
754 static void output_op_sel(struct function *fn, struct instruction *insn) in output_op_sel()
797 static void output_op_call(struct function *fn, struct instruction *insn) in output_op_call()
850 static void output_op_phi(struct function *fn, struct instruction *insn) in output_op_phi()
986 static void output_insn(struct function *fn, struct instruction *insn) in output_insn()
[all …]
H A Dcheck_kunmap.c29 char *fn; in check_assignment() local
43 static void match_kmap_atomic(const char *fn, struct expression *expr, void *data) in match_kmap_atomic()
51 static void match_kunmap_atomic(const char *fn, struct expression *expr, void *data) in match_kunmap_atomic()
64 static void match_kunmap(const char *fn, struct expression *expr, void *data) in match_kunmap()
H A Dcheck_kernel.c80 static void match_param_valid_ptr(const char *fn, struct expression *call_expr, in match_param_valid_ptr()
102 static void match_param_err_or_null(const char *fn, struct expression *call_expr, in match_param_err_or_null()
124 static void match_not_err(const char *fn, struct expression *call_expr, in match_not_err()
140 static void match_err(const char *fn, struct expression *call_expr, in match_err()
165 static void match_container_of_macro(const char *fn, struct expression *expr, void *unused) in match_container_of_macro()
268 struct symbol *fn; in find_module_init_exit() local
352 static void match__write_once_size(const char *fn, struct expression *call, in match__write_once_size()
375 static void match__read_once_size(const char *fn, struct expression *call, in match__read_once_size()
415 struct expression *cl, *fn, *fake_call; in match_closure_call() local
H A Dcheck_err_ptr_deref.c65 static void match_returns_err_ptr(const char *fn, struct expression *expr, in match_returns_err_ptr()
100 static void match_checked(const char *fn, struct expression *call_expr, in match_checked()
112 static void match_err(const char *fn, struct expression *call_expr, in match_err()
131 static void match_kfree(const char *fn, struct expression *expr, void *_arg_nr) in match_kfree()
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_unwind.c57 static void print_unwind_functions(const char *fn, struct expression *expr, void *_arg_no) in print_unwind_functions()
72 static void request_granted(const char *fn, struct expression *call_expr, in request_granted()
88 static void request_denied(const char *fn, struct expression *call_expr, in request_denied()
104 static void match_release(const char *fn, struct expression *expr, void *_arg_no) in match_release()
115 static void match_unwind_function(const char *fn, struct expression *expr, void *unused) in match_unwind_function()
H A Dcheck_held_dev.c36 static void match_dev_hold(const char *fn, struct expression *expr, void *data) in match_dev_hold()
44 static void match_dev_put(const char *fn, struct expression *expr, void *data) in match_dev_put()
52 static void match_returns_held(const char *fn, struct expression *call_expr, in match_returns_held()
59 static void match_returns_null(const char *fn, struct expression *call_expr, in match_returns_null()
H A Dcheck_atomic_inc_dec.c206 static void match_atomic_inc(const char *fn, struct expression *expr, void *_unused) in match_atomic_inc()
211 static void match_atomic_dec(const char *fn, struct expression *expr, void *_unused) in match_atomic_dec()
216 static void match_atomic_add(const char *fn, struct expression *expr, void *_unused) in match_atomic_add()
230 static void match_atomic_sub(const char *fn, struct expression *expr, void *_unused) in match_atomic_sub()
235 static void refcount_inc(const char *fn, struct expression *expr, void *param) in refcount_inc()
240 static void refcount_dec(const char *fn, struct expression *expr, void *param) in refcount_dec()
245 static void pm_runtime_get_sync(const char *fn, struct expression *expr, void *param) in pm_runtime_get_sync()
250 static void match_implies_inc(const char *fn, struct expression *call_expr, in match_implies_inc()
256 static void match_implies_atomic_dec(const char *fn, struct expression *call_expr, in match_implies_atomic_dec()
H A Dsmatch_hooks.c31 void *fn; member
87 void *fn; member
126 static void pass_expr_to_client(void *fn, void *data) in pass_expr_to_client()
131 static void pass_stmt_to_client(void *fn, void *data) in pass_stmt_to_client()
136 static void pass_sym_to_client(void *fn, void *data) in pass_sym_to_client()
141 static void pass_sym_list_to_client(void *fn, void *data) in pass_sym_list_to_client()
246 void add_scope_hook(scope_hook *fn, void *data) in add_scope_hook()
H A Dcheck_platform_device_put.c29 static void match_added(const char *fn, struct expression *call_expr, in match_added()
38 static void match_not_added(const char *fn, struct expression *call_expr, 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_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 Dcheck_type.c22 static int in_function(const char *fn) in in_function()
33 static void match_free(const char *fn, struct expression *expr, void *data) in match_free()
/illumos-gate/usr/src/cmd/bnu/
H A Deio.c94 ewrmsg(char type, char *str, int fn) in ewrmsg()
108 erdmsg(char *str, int fn) in erdmsg()
123 ewrdata(fp1, fn) in ewrdata() argument
195 erddata(int fn, FILE *fp2) in erddata()
286 erdblk(char *blk, int len, int fn) in erdblk()
326 trdmsg(char *str, int fn) in trdmsg()
341 twrmsg(char type, char *str, int fn) in twrmsg()
355 twrdata(fp1, fn) in twrdata() argument
404 trddata(int fn, FILE *fp2) in trddata()
447 etrdmsg(char *str, int fn, int i) in etrdmsg()
[all …]
H A Dxio.c78 xwrmsg(type, str, fn) in xwrmsg() argument
106 xrdmsg(char *str, int fn) in xrdmsg()
139 xwrdata(FILE *fp1, int fn) in xwrdata()
172 xrddata(int fn, FILE *fp2) in xrddata()
208 xrdblk(char *blk, int len, int fn) in xrdblk()
H A Ddio.c104 dwrmsg(type, str, fn) in dwrmsg() argument
131 drdmsg(str, fn) in drdmsg() argument
164 dwrdata(fp1, fn) in dwrdata() argument
202 drddata(fn, fp2) in drddata() argument
239 drdblk(blk, len, fn) in drdblk() argument
H A Dfio.c168 fwrmsg(type, str, fn) in fwrmsg() argument
189 frdmsg(str, fn) in frdmsg() argument
220 fwrdata(fp1, fn) in fwrdata() argument
262 frddata(fn, fp2) in frddata() argument
308 frdbuf(blk, len, fn) in frdbuf() argument
341 fwrblk(fn, fp, lenp) in fwrblk() argument
428 frdblk(ip, fn, rlen) in frdblk() argument
H A Dgio.c90 gwrmsg(char type, char *str, int fn) in gwrmsg()
116 grdmsg(char *str, int fn) in grdmsg()
136 gwrdata(FILE *fp1, int fn) in gwrdata()
164 grddata(int fn, FILE *fp2) in grddata()
/illumos-gate/usr/src/lib/libtecla/common/
H A Dhash.h46 #define SYM_DEL_FN(fn) void *(fn)(void *app_data, int code, void *sym_data) argument
58 #define HASH_DEL_FN(fn) void *(fn)(void *app_data) argument
87 void (*fn)(void); /* Application supplied generic function */ member
153 #define HASH_SCAN_FN(fn) int (fn)(Symbol *sym, void *context) argument
/illumos-gate/usr/src/cmd/tbl/
H A Dt8.c40 char *s, *size, *fn; in putline() local
268 puttext(char *s, char *fn, char *size) in puttext()
285 char *fn; in funnies() local
349 putfont(char *fn) in putfont()
/illumos-gate/usr/src/cmd/logadm/
H A Dfn.c54 struct fn { struct
55 char *fn_buf; /* first location in buf */ argument
56 char *fn_buflast; /* last location in buf */ argument
57 char *fn_rptr; /* read pointer (next unread character) */ argument
58 char *fn_wptr; /* write pointer (points at null terminator) */ argument
59 struct fn *fn_next; /* next in list */ argument
60 struct stat fn_stbuf; argument
61 int fn_n; argument
/illumos-gate/usr/src/lib/libnsl/dial/
H A Dconn.c84 int nf, fn = FAIL; in conn() local
377 chat(int nf, char *flds[], int fn, char *phstr1, char *phstr2) in chat()
422 expect(char *str, int fn) in expect()
470 expect_str(char *str, int fn) in expect_str()
577 sendthem(char *str, int fn, char *phstr1, char *phstr2) in sendthem()
712 wrstr(int fn, char *buf, int len, int echocheck) in wrstr()
744 wrchr(int fn, char *buf, int len) in wrchr()
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/tests/
H A Dnamespace.sh38 function fn function
71 function fn function
/illumos-gate/usr/src/cmd/fs.d/ufs/lockfs/
H A Dlockfs.c238 printstatusline(char *fn, char *locktype, char *comment) in printstatusline()
249 printstatus(char *fn) in printstatus()
344 flushfs(char *fn) in flushfs()
368 lockfs(char *fn) in lockfs()
/illumos-gate/usr/src/contrib/ast/src/lib/libast/comp/
H A Diconv.c66 #define RETURN(e,n,fn) \ argument
260 _win_iconv(_ast_iconv_t cd, char** fb, size_t* fn, char** tb, size_t* tn) in _win_iconv()
531 utf2bin(_ast_iconv_t cd, char** fb, size_t* fn, char** tb, size_t* tn) in utf2bin()
605 bin2utf(_ast_iconv_t cd, char** fb, size_t* fn, char** tb, size_t* tn) in bin2utf()
715 ume2bin(_ast_iconv_t cd, char** fb, size_t* fn, char** tb, size_t* tn) in ume2bin()
791 bin2ume(_ast_iconv_t cd, char** fb, size_t* fn, char** tb, size_t* tn) in bin2ume()
865 ucs2bin(_ast_iconv_t cd, char** fb, size_t* fn, char** tb, size_t* tn) in ucs2bin()
910 bin2ucs(_ast_iconv_t cd, char** fb, size_t* fn, char** tb, size_t* tn) in bin2ucs()
956 scu2bin(_ast_iconv_t cd, char** fb, size_t* fn, char** tb, size_t* tn) in scu2bin()
1001 bin2scu(_ast_iconv_t cd, char** fb, size_t* fn, char** tb, size_t* tn) in bin2scu()
[all …]
/illumos-gate/usr/src/cmd/tail/
H A Dreverse.c70 reverse(FILE *fp, const char *fn, enum STYLE style, off_t off, struct stat *sbp) in reverse()
99 r_reg(FILE *fp, const char *fn, enum STYLE style, off_t off, struct stat *sbp) in r_reg()
180 r_buf(FILE *fp, const char *fn) in r_buf()

12345678910>>...12