Home
last modified time | relevance | path

Searched refs:mod (Results 126 – 150 of 226) sorted by relevance

12345678910

/illumos-gate/usr/src/tools/smatch/src/
H A Devaluate.c148 mod = type->ctype.modifiers; in integer_promotion()
154 if (mod & MOD_UNSIGNED) in integer_promotion()
215 unsigned long mod = 0; in base_type() local
219 mod |= node->ctype.modifiers; in base_type()
227 *modp = mod & ~MOD_IGNORE; in base_type()
831 mod = 0; in target_qualifiers()
832 return mod; in target_qualifiers()
1645 mod |= sym->ctype.modifiers; in convert_to_as_mod()
2067 unsigned int mod; in evaluate_member_dereference() local
2079 mod = ctype->ctype.modifiers; in evaluate_member_dereference()
[all …]
H A Dsymbol.c487 unsigned long mod = 0; in examine_symbol_type() local
492 mod |= base->ctype.modifiers & MOD_TYPEOF; in examine_symbol_type()
496 sym->ctype.modifiers = mod; in examine_symbol_type()
643 unsigned mod = MOD_ADDRESSABLE | MOD_TOPLEVEL; in bind_symbol() local
649 mod = MOD_TOPLEVEL; in bind_symbol()
651 sym->ctype.modifiers |= mod; in bind_symbol()
H A Dparse.c124 if (*mods & mod) in asm_modifier()
126 *mods |= mod; in asm_modifier()
1358 static unsigned long mod[SMax] = in storage_modifiers() local
1514 if (mod) in apply_ctype()
1967 unsigned long mod; in declaration_list() local
1970 mod = storage_modifiers(&ctx); in declaration_list()
1984 decl->ctype.modifiers |= mod; in declaration_list()
2969 unsigned long mod; in external_declaration() local
2984 mod = storage_modifiers(&ctx); in external_declaration()
2999 decl->ctype.modifiers |= mod; in external_declaration()
[all …]
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/profile-n/
H A Dtst.mod.ksh34 @[mod(arg0)] = count();
/illumos-gate/usr/src/uts/intel/dtrace/
H A Dfbt.c571 struct modctl *mod = NULL; in fbt_getargdesc() local
579 mod = mp; in fbt_getargdesc()
584 if (mod == NULL) in fbt_getargdesc()
587 if ((pfp = ctf_modopen(mod->mod_mp, &error)) == NULL) { in fbt_getargdesc()
/illumos-gate/usr/src/uts/common/inet/sockmods/
H A Dsockmod_pfp.c899 sdpfp_ioctl(sock_lower_handle_t handle, int cmd, intptr_t arg, int mod, in sdpfp_ioctl() argument
923 error = pfp_lifreq_getlinkid(arg, &lifreq, &linkid, mod); in sdpfp_ioctl()
939 error = pfp_ifreq_getlinkid(arg, &ifreq, &linkid, mod); in sdpfp_ioctl()
949 sizeof (tival), mod); in sdpfp_ioctl()
956 sizeof (tv32), mod); in sdpfp_ioctl()
1086 sizeof (lifreq), mod); in sdpfp_ioctl()
1094 sizeof (ifreq), mod); in sdpfp_ioctl()
/illumos-gate/usr/src/uts/intel/klmmod/
H A DMakefile56 LDFLAGS += -M $(UTSBASE)/common/klm/mapfile-mod
/illumos-gate/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_mod.h84 extern int topo_mod_enummap(topo_mod_t *mod, tnode_t *, const char *,
332 extern void topo_vertex_destroy(topo_mod_t *mod, topo_vertex_t *vtx);
/illumos-gate/usr/src/boot/sys/sys/
H A Dexec.h98 static int __CONCAT(name,_modevent)(module_t mod, int type, \
/illumos-gate/usr/src/tools/smatch/src/validation/backend/
H A Darithmetic-ops.c81 static int mod(int x, int y) in mod() function
/illumos-gate/usr/src/uts/common/io/
H A Dl_strplumb.c106 kstr_push(vnode_t *vp, char *mod) in kstr_push() argument
110 return (strioctl(vp, I_PUSH, (intptr_t)mod, 0, K_TO_K, CRED(), &rval)); in kstr_push()
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_whatis.c461 mdb_whatis_unregister_module(mdb_module_t *mod) in mdb_whatis_unregister_module() argument
466 if (mod == NULL) in mdb_whatis_unregister_module()
472 if (cur->wcb_module == mod) { in mdb_whatis_unregister_module()
H A Dmdb.c1029 mdb_module_t *mod; in mdb_walker_lookup() local
1039 mod = mdb_nv_get_cookie(v); in mdb_walker_lookup()
1041 if ((v = mdb_nv_lookup(&mod->mod_walkers, ++p)) != NULL) in mdb_walker_lookup()
1060 mdb_module_t *mod; in mdb_dcmd_lookup() local
1070 mod = mdb_nv_get_cookie(v); in mdb_dcmd_lookup()
1072 if ((v = mdb_nv_lookup(&mod->mod_dcmds, ++p)) != NULL) in mdb_dcmd_lookup()
H A Dmdb_ctf.c413 mdb_module_t *mod; in mdb_ctf_module_lookup() local
415 if ((mod = mdb_get_module()) == NULL) in mdb_ctf_module_lookup()
418 if ((fp = mod->mod_ctfp) == NULL) in mdb_ctf_module_lookup()
1632 mdb_module_t *mod; in mdb_ctf_vread() local
1635 if ((mod = mdb_get_module()) == NULL || (mfp = mod->mod_ctfp) == NULL) { in mdb_ctf_vread()
1637 mod->mod_name); in mdb_ctf_vread()
1644 mdb_typename, mod->mod_name); in mdb_ctf_vread()
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ifconfig/
H A Difconfig.c2578 struct strmodconf mod; in modop() local
2602 mod.mod_name = strtok(arg_str, at_char); in modop()
2603 if (strlen(mod.mod_name) > FMNAMESZ) { in modop()
2605 mod.mod_name); in modop()
2619 (strcmp(mod.mod_name, ARP_MOD_NAME) == 0 || in modop()
2620 strcmp(mod.mod_name, IP_MOD_NAME) == 0)) { in modop()
2622 mod.mod_name); in modop()
2630 mod.pos = atoi(pos_p); in modop()
2641 mod.mod_name, mod.pos); in modop()
2644 Perror2("fail to insert module", mod.mod_name); in modop()
[all …]
/illumos-gate/usr/src/lib/libc/sparc/gen/
H A Dalloca.S33 ! o0: # bytes of space to allocate, already rounded to 0 mod 8
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dtypegraph.c1003 struct module mod; in typegraph_estimate_modctl() local
1008 if (mdb_vread(&mod, sizeof (mod), (uintptr_t)m->mod_mp) == -1) { in typegraph_estimate_modctl()
1013 (*est) += mod.nsyms; in typegraph_estimate_modctl()
2278 struct module mod; in typegraph_modctl() local
2285 if (mdb_vread(&mod, sizeof (mod), (uintptr_t)m->mod_mp) == -1) { in typegraph_modctl()
2304 typegraph_build((uintptr_t)mod.data, mod.data_size); in typegraph_modctl()
2305 typegraph_build((uintptr_t)mod.bss, mod.bss_size); in typegraph_modctl()
H A Dkmem.c2501 struct module mod; in whatis_walk_modctl() local
2507 if (mdb_vread(&mod, sizeof (mod), (uintptr_t)m->mod_mp) == -1) { in whatis_walk_modctl()
2516 (uintptr_t)mod.text, mod.text_size, "text segment"); in whatis_walk_modctl()
2518 (uintptr_t)mod.data, mod.data_size, "data segment"); in whatis_walk_modctl()
2520 (uintptr_t)mod.bss, mod.bss_size, "bss segment"); in whatis_walk_modctl()
2522 if (mdb_vread(&shdr, sizeof (shdr), (uintptr_t)mod.symhdr) == -1) { in whatis_walk_modctl()
2528 (uintptr_t)mod.symtbl, mod.nsyms * shdr.sh_entsize, "symtab"); in whatis_walk_modctl()
2530 (uintptr_t)mod.symspace, mod.symsize, "symtab"); in whatis_walk_modctl()
/illumos-gate/usr/src/uts/common/krtld/
H A Dkobj_stubs.c173 kobj_lookup(struct module *mod, const char *name) in kobj_lookup() argument
/illumos-gate/usr/src/lib/libc/sparcv9/gen/
H A Dalloca.S32 ! o0: # bytes of space to allocate, already rounded to 0 mod 8
/illumos-gate/usr/src/lib/libm/i386/src/
H A D__reduction.S33 / n mod 4 sin(x) cos(x) tan(x)
/illumos-gate/usr/src/lib/fm/topo/modules/i86pc/x86pi/
H A Dx86pi_impl.h121 topo_mod_t *mod; /* Topo module handle */ member
/illumos-gate/usr/src/cmd/mdb/common/modules/ipp/
H A Dipp.c46 static int mod(uintptr_t, uint_t, int, const mdb_arg_t *);
310 mod( in mod() function
692 "display ipp_mod structure", mod },
/illumos-gate/usr/src/uts/common/io/ksocket/
H A Dksocket.c66 char *mod = NULL; in ksocket_socket() local
75 mod = SOCKETMOD_TCP; in ksocket_socket()
79 mod = SOCKETMOD_UDP; in ksocket_socket()
85 mod, version, flags, cr, &error); in ksocket_socket()
/illumos-gate/usr/src/uts/common/io/ib/adapters/tavor/
H A Dtavor_cmd.c1422 tavor_hw_mod_stat_cfg_t *mod; in tavor_mod_stat_cfg_cmd_post() local
1446 mod = (tavor_hw_mod_stat_cfg_t *)kmem_zalloc( in tavor_mod_stat_cfg_cmd_post()
1450 mod->srq_m = 1; in tavor_mod_stat_cfg_cmd_post()
1451 mod->srq = state->ts_cfg_profile->cp_srq_enable; in tavor_mod_stat_cfg_cmd_post()
1453 if (mod->srq) { in tavor_mod_stat_cfg_cmd_post()
1454 mod->log_max_srq = state->ts_cfg_profile->cp_log_num_srq; in tavor_mod_stat_cfg_cmd_post()
1456 mod->log_max_srq = 0; in tavor_mod_stat_cfg_cmd_post()
1462 data = ((uint64_t *)mod)[i]; in tavor_mod_stat_cfg_cmd_post()
1480 kmem_free(mod, sizeof (tavor_hw_mod_stat_cfg_t)); in tavor_mod_stat_cfg_cmd_post()

12345678910