Searched refs:mod (Results 226 - 250 of 551) sorted by relevance

1234567891011>>

/freebsd-current/sys/fs/msdosfs/
H A Ddenode.h226 #define DETIMES(dep, acc, mod, cre) do { \
229 timespec2fattime((mod), 0, &(dep)->de_MDate, \
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/ObjectFile/Minidump/
H A DMinidumpFileBuilder.cpp156 const ModuleSP &mod) {
157 SectionSP sect_sp = mod->GetObjectFile()->GetBaseAddress().GetSection();
171 mod->GetObjectFile()->GetBaseAddress().GetLoadAddress(&target) -
225 ModuleSP mod = modules.GetModuleAtIndex(i); local
226 std::string module_name = mod->GetSpecificationDescription();
227 auto maybe_mod_size = getModuleFileSize(target, mod);
239 auto uuid = mod->GetUUID().GetBytes();
273 mod->GetObjectFile()->GetBaseAddress().GetLoadAddress(&target));
155 getModuleFileSize(Target &target, const ModuleSP &mod) argument
/freebsd-current/contrib/bmake/unit-tests/
H A Dvarmod-assign.exp41 mod-assign-empty: value}
43 mod-assign-empty: overwritten}
44 mod-assign-empty: VAR=overwritten
45 make: in target "mod-assign-parse": while evaluating variable "ASSIGN": Unknown modifier ":x"
/freebsd-current/crypto/openssl/crypto/bn/asm/
H A Dparisc-mont.pl911 my ($mod,$args) = @_;
912 my $orig = "ldd$mod\t$args";
921 $opcode|=(1<<5) if ($mod =~ /^,m/);
922 $opcode|=(1<<13) if ($mod =~ /^,mb/);
929 my ($mod,$args) = @_;
930 my $orig = "std$mod\t$args";
935 $opcode|=(1<<5) if ($mod =~ /^,m/);
936 $opcode|=(1<<13) if ($mod =~ /^,mb/);
943 my ($mod,$args) = @_;
944 my $orig = "extrd$mod\
[all...]
/freebsd-current/crypto/openssl/crypto/sha/asm/
H A Dsha512-parisc.pl704 my ($mod,$args) = @_;
705 my $orig = "ldd$mod\t$args";
709 $opcode|=(1<<3) if ($mod =~ /^,m/);
710 $opcode|=(1<<2) if ($mod =~ /^,mb/);
717 my ($mod,$args) = @_;
718 my $orig = "std$mod\t$args";
728 my ($mod,$args) = @_;
729 my $orig = "extrd$mod\t$args";
743 $opcode |= (1<<13) if ($mod =~ /,\**=/);
750 my ($mod,
[all...]
/freebsd-current/sys/i386/i386/
H A Ddb_disasm.c942 int mod, rm, sib, index, disp; local
944 mod = f_mod(regmodrm);
947 if (mod == 3) {
958 if (rm == 2 || rm == 3 || (rm == 6 && mod != 0))
960 switch (mod) {
995 switch (mod) {
1059 int mod; local
1065 mod = f_mod(regmodrm);
1066 if (mod != 3) {
/freebsd-current/usr.sbin/bsnmpd/modules/snmp_hast/
H A Dhast_snmp.c99 static int hast_init(struct lmodule *mod, int argc, char *argv[]);
117 hast_init(struct lmodule *mod, int argc __unused, char *argv[] __unused) argument
120 module = mod;
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/
H A DObjCLanguageRuntime.cpp237 auto mod = module_list.GetModuleAtIndex(i); local
238 if (IsModuleObjCLibrary(mod)) {
239 ReadObjCLibrary(mod);
/freebsd-current/contrib/bsnmp/snmp_mibII/
H A DmibII.h163 const struct lmodule *mod; member in struct:newifreg
/freebsd-current/contrib/ofed/infiniband-diags/src/
H A Dibportstate.c244 unsigned mod; local
246 mod = portnum;
248 mod |= 1<<31;
249 if (!smp_set_via(data, dest, IB_ATTR_PORT_INFO, mod, 0, srcport))
/freebsd-current/tools/test/stress2/misc/
H A Dfpclone.sh164 fpclone_modevent(module_t mod, int what, void *arg)
/freebsd-current/sys/netlink/
H A Dnetlink_sysevent.c182 nlsysevent_loader(module_t mod __unused, int what, void *priv __unused)
/freebsd-current/sys/netgraph/bluetooth/common/
H A Dng_bluetooth.c262 bluetooth_modevent(module_t mod, int event, void *data) argument
/freebsd-current/tools/uma/smrstress/
H A Dsmrstress.c204 smrs_modevent(module_t mod, int what, void *arg) argument
/freebsd-current/sys/dev/io/
H A Diodev.c188 io_modevent(module_t mod __unused, int type, void *data __unused)
/freebsd-current/sys/tests/epoch/
H A Depoch_test.c193 epoch_test_module_event_handler(module_t mod, int what, void *arg __unused) argument
/freebsd-current/sys/cddl/dev/dtmalloc/
H A Ddtmalloc.c187 dtmalloc_modevent(module_t mod __unused, int type, void *data __unused)
/freebsd-current/sys/net/
H A Dif_edsc.c349 edsc_modevent(module_t mod, int type, void *data) argument
H A Dif_disc.c153 disc_modevent(module_t mod, int type, void *data) argument
/freebsd-current/sys/dev/qcom_rnd/
H A Dqcom_rnd.c76 qcom_rnd_modevent(module_t mod, int type, void *unused) argument
/freebsd-current/sys/dev/mem/
H A Dmemdev.c135 mem_modevent(module_t mod __unused, int type, void *data __unused)
/freebsd-current/sys/dev/null/
H A Dnull.c170 null_modevent(module_t mod __unused, int type, void *data __unused)
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DPythonDataObjects.h598 auto mod = Import(s.c_str()); local
599 if (!mod) {
600 llvm::consumeError(mod.takeError());
603 return std::move(mod.get());
/freebsd-current/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_symbolizer.h50 void FillModuleInfo(const LoadedModule &mod);
/freebsd-current/sys/netgraph/
H A Dng_gif.c123 static int ng_gif_mod_event(module_t mod, int event, void *data);
536 ng_gif_mod_event(module_t mod, int event, void *data) argument

Completed in 216 milliseconds

1234567891011>>