Home
last modified time | relevance | path

Searched refs:fn (Results 201 – 225 of 394) sorted by relevance

12345678910>>...16

/illumos-gate/usr/src/tools/smatch/src/
H A Dcheck_call_tree.c26 fn_name = expr_to_var(expr->fn); in match_call()
H A Dcheck_wine.c27 void match_fatal_report(const char *fn, struct expression *expr, in match_fatal_report() argument
H A Dcheck_cmn_err.c31 void match_cmn_err(const char *fn, struct expression *expr, in match_cmn_err() argument
H A Dcheck_mod_timer.c23 static void match_mod_timer(const char *fn, struct expression *expr, void *param) in match_mod_timer() argument
H A Dexpand.c833 struct expression *fn = expr->fn; in expand_symbol_call() local
834 struct symbol *ctype = fn->ctype; in expand_symbol_call()
836 expand_expression(fn); in expand_symbol_call()
838 if (fn->type != EXPR_PREOP) in expand_symbol_call()
854 struct expression *fn = expr->fn; in expand_call() local
857 sym = fn->ctype; in expand_call()
H A Dshow-parse.c736 struct expression *arg, *fn; in show_call_expression() local
753 fn = expr->fn; in show_call_expression()
757 if (fn->type == EXPR_PREOP) { in show_call_expression()
758 if (fn->unop->type == EXPR_SYMBOL) { in show_call_expression()
759 struct symbol *sym = fn->unop->symbol; in show_call_expression()
767 fncall = show_expression(fn); in show_call_expression()
H A Dsmatch_return_to_param.c133 start_sym = expr_to_sym(expr->fn); in map_call_to_param_name_sym()
211 left_sym = expr_to_sym(call->fn); in __add_return_to_param_mapping()
H A Dcheck_rosenberg.c128 static void match_clear(const char *fn, struct expression *expr, void *_arg_no) in match_clear() argument
271 static void match_copy_to_user(const char *fn, struct expression *expr, void *_arg) in match_copy_to_user() argument
312 static void match_skb_put(const char *fn, struct expression *expr, void *unused) in match_skb_put() argument
H A Dsmatch_mtag.c106 !expr->fn || in get_allocator_info()
107 expr->fn->type != EXPR_SYMBOL) in get_allocator_info()
109 return expr_to_str(expr->fn); in get_allocator_info()
H A Dsmatch_extra.c68 void add_extra_mod_hook(mod_hook *fn) in add_extra_mod_hook() argument
71 *p = fn; in add_extra_mod_hook()
75 void add_extra_nomod_hook(mod_hook *fn) in add_extra_nomod_hook() argument
78 *p = fn; in add_extra_nomod_hook()
84 mod_hook **fn; in call_extra_hooks() local
86 FOR_EACH_PTR(hooks, fn) { in call_extra_hooks()
87 (*fn)(name, sym, expr, state); in call_extra_hooks()
88 } END_FOR_EACH_PTR(fn); in call_extra_hooks()
987 if (inlinable(expr->fn)) in match_function_call()
2383 if (call->fn->type != EXPR_SYMBOL) in filter_unused_param_value_info()
[all …]
H A Dcheck_gfp_dma.c29 static void match_alloc(const char *fn, struct expression *expr, void *_arg) in match_alloc() argument
/illumos-gate/usr/src/lib/scsi/libsmp/common/
H A Dsmp_engine.c568 smp_action_xalloc(smp_function_t fn, smp_target_t *tp, in smp_action_xalloc() argument
587 if (dp->sfd_function == fn && in smp_action_xalloc()
652 smp_action_alloc(smp_function_t fn, smp_target_t *tp, size_t rqsd) in smp_action_alloc() argument
654 return (smp_action_xalloc(fn, tp, NULL, rqsd, NULL, 0)); in smp_action_alloc()
/illumos-gate/usr/src/test/util-tests/tests/awk/examples/awk/
H A Dt.time14 printf "%d %d %d %fn\n", totck, n, s, s/n
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/chat/
H A Dchat.c1156 char *fn = s; local
1157 while (*++fn == ' ' || *fn == '\t')
1160 if (*fn != 0) {
1165 f = fopen(fn, "r");
1167 fatal(1, "%s -- open failed: %m", fn);
1171 fatal(1, "%s -- read error", fn);
/illumos-gate/usr/src/cmd/bnu/
H A Dpk1.c429 pkcget(fn, b, n) in pkcget() argument
432 int fn;
451 ret = (*Read)(fn, b, n);
/illumos-gate/usr/src/lib/krb5/plugins/kdb/db2/libdb2/btree/
H A Dbt_open.c404 static char fn[] = "/bt.XXXXXX"; in tmp() local
412 if (envtmp && ((strlen(envtmp)+sizeof(fn)+1) > sizeof(path))) in tmp()
415 (void)sprintf(path, "%s%s", (envtmp ? envtmp : "/tmp"), fn); in tmp()
/illumos-gate/usr/src/uts/intel/io/pci/
H A Dpci_boot.c258 uint8_t fn; member
2089 add_undofix_entry(uint8_t bus, uint8_t dev, uint8_t fn, in add_undofix_entry() argument
2102 newundo->fn = fn; in add_undofix_entry()
2132 uint8_t bus, dev, fn; in undo_pci_fixes() local
2142 fn = undolist->fn; in undo_pci_fixes()
2144 (*(undolist->undofn))(bus, dev, fn); in undo_pci_fixes()
2157 val8 = pci_getb(bus, dev, fn, LPC_IO_CONTROL_REG_1); in undo_amd8111_pci_fix()
2163 pci_putb(bus, dev, fn, LPC_IO_CONTROL_REG_1, val8); in undo_amd8111_pci_fix()
2167 pci_fix_amd8111(uint8_t bus, uint8_t dev, uint8_t fn) in pci_fix_amd8111() argument
2171 val8 = pci_getb(bus, dev, fn, LPC_IO_CONTROL_REG_1); in pci_fix_amd8111()
[all …]
/illumos-gate/usr/src/cmd/sendmail/db/db/
H A Ddb_pr.c121 static const FN fn[] = { local
161 __db_prflags(dbp->flags, fn, fp);
787 __db_prflags(flags, fn, fp) in __db_prflags() argument
789 FN const *fn;
797 for (found = 0, fnp = fn; fnp->mask != 0; ++fnp)
/illumos-gate/usr/src/uts/sun/io/audio/drv/audiocs/
H A Daudio_4231.c736 audio_ctrl_wr_t fn; in audiocs_alloc_ctrl() local
752 fn = audiocs_set_ogain; in audiocs_alloc_ctrl()
761 fn = audiocs_set_igain; in audiocs_alloc_ctrl()
770 fn = audiocs_set_mgain; in audiocs_alloc_ctrl()
782 fn = audiocs_set_inputs; in audiocs_alloc_ctrl()
795 fn = audiocs_set_outputs; in audiocs_alloc_ctrl()
804 fn = audiocs_set_micboost; in audiocs_alloc_ctrl()
810 audiocs_get_value, fn, cc); in audiocs_alloc_ctrl()
/illumos-gate/usr/src/cmd/mdb/common/modules/mdb_ks/
H A Dmdb_ks.c416 fnnode_t fn; in mdb_autonode2path() local
454 if (mdb_vread(&fn, sizeof (fn), addr) != sizeof (fn)) { in mdb_autonode2path()
460 (uintptr_t)fn.fn_name) <= 0) { in mdb_autonode2path()
467 path->mdp_vnode[elem] = (uintptr_t)fn.fn_vnode; in mdb_autonode2path()
469 if (addr == (uintptr_t)fn.fn_parent) { in mdb_autonode2path()
480 addr = (uintptr_t)fn.fn_parent; in mdb_autonode2path()
/illumos-gate/usr/src/uts/common/sys/
H A Ddkioc_free_util.h71 dfl_iter_fn_t fn, void *arg, int kmflag);
/illumos-gate/usr/src/uts/common/io/1394/targets/av1394/
H A Dav1394_isoch.c411 uint_t fmt, dbs, fn, f5060, stype; /* CIP fields */ in av1394_isoch_autoxmit_init() local
427 fn = (axp->ax_ciph[2] >> 6) & 0x3; in av1394_isoch_autoxmit_init()
439 ii.ii_fn = fn; in av1394_isoch_autoxmit_init()
441 if ((fmt == 0) && (dbs == 0x78) && (fn == 0) && (stype == 0)) { in av1394_isoch_autoxmit_init()
/illumos-gate/usr/src/tools/smatch/src/validation/
H A Dbuiltin_atomic.c1 static void fn(void) in fn() function
/illumos-gate/usr/src/uts/common/fs/smbclnt/netsmb/
H A Dsmb_rq.h240 int smb_nt_alloc(struct smb_connobj *layer, ushort_t fn,
243 ushort_t fn, struct smb_cred *scred);
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/mech/
H A Derrmap.h172 mecherrmap_foreach (mecherrmap *m, int (*fn)(OM_uint32, struct mecherror, void *), void *p) in mecherrmap_foreach()
179 if ((*fn)(pair->l, pair->r, p) != 0) in mecherrmap_foreach()

12345678910>>...16