| /freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/dtraceUtil/ |
| H A D | man.ListProbesWithModules | 39 * /usr/sbin/dtrace -lm profile 43 * /usr/sbin/dtrace -lm genunix 47 * /usr/sbin/dtrace -lm vtrace:genunix 52 * /usr/sbin/dtrace -lm :genunix:: 56 * /usr/sbin/dtrace -lm profile:::profile-97 60 * /usr/sbin/dtrace -lm genunix -lm unix 64 * /usr/sbin/dtrace -lm genunix -lm foounix 68 * /usr/sbin/dtrace -lm foounix -lm unix 72 * /usr/sbin/dtrace -lm fbt:des:des3_crunch_block:return 76 * /usr/sbin/dtrace -lm fbt:genunix'{printf("FOUND");}' [all …]
|
| H A D | tst.InvalidModule1.d.ksh | 33 # The -lm option can be used to list the probes from their module names. 48 $dtrace -lm :genunix::
|
| H A D | tst.InvalidModule2.d.ksh | 33 # The -lm option can be used to list the probes from their module names. 48 $dtrace -lm profile:::profile-97
|
| H A D | tst.InvalidModule3.d.ksh | 33 # The -lm option can be used to list the probes from their module names. 48 $dtrace -lm fbt:des:des3_crunch_block:return
|
| H A D | tst.InvalidModule4.d.ksh | 33 # The -lm option can be used to list the probes from their module names. 48 $dtrace -lm unix'/probefunc == "preempt"/{printf("FOUND");}'
|
| /freebsd/libexec/rtld-elf/ |
| H A D | libmap.c | 21 TAILQ_HEAD(lm_list, lm); 22 struct lm { struct 25 TAILQ_ENTRY(lm) lm_link; argument 318 struct lm *lm; in lm_free() local 323 lm = TAILQ_FIRST(lml); in lm_free() 324 TAILQ_REMOVE(lml, lm, lm_link); in lm_free() 325 free(lm->f); in lm_free() 326 free(lm->t); in lm_free() 327 free(lm); in lm_free() 359 struct lm *lm; in lm_add() local [all …]
|
| /freebsd/contrib/nvi/common/ |
| H A D | log.c | 363 LMARK lm; in log_backward() local 433 memmove(&lm, p + sizeof(u_char), sizeof(LMARK)); in log_backward() 434 m.lno = lm.lno; in log_backward() 435 m.cno = lm.cno; in log_backward() 436 if (mark_set(sp, lm.name, &m, 0)) in log_backward() 465 LMARK lm; in log_setline() local 523 memmove(&lm, p + sizeof(u_char), sizeof(LMARK)); in log_setline() 524 m.lno = lm.lno; in log_setline() 525 m.cno = lm.cno; in log_setline() 526 if (mark_set(sp, lm.name, &m, 0)) in log_setline() [all …]
|
| /freebsd/contrib/llvm-project/clang/lib/Parse/ |
| H A D | ParseCXXInlineMethods.cpp | 180 LexedMethod* LM = new LexedMethod(this, FnD); in ParseCXXInlineMethodDef() local 181 getCurrentClass().LateParsedDeclarations.push_back(LM); in ParseCXXInlineMethodDef() 182 CachedTokens &Toks = LM->Toks; in ParseCXXInlineMethodDef() 388 void Parser::ParseLexedMethodDeclaration(LateParsedMethodDeclaration &LM) { in ParseLexedMethodDeclaration() argument 390 ReenterTemplateScopeRAII InFunctionTemplateScope(*this, LM.Method); in ParseLexedMethodDeclaration() 393 Actions.ActOnStartDelayedCXXMethodDeclaration(getCurScope(), LM.Method); in ParseLexedMethodDeclaration() 400 for (unsigned I = 0, N = LM.DefaultArgs.size(); I != N; ++I) { in ParseLexedMethodDeclaration() 401 auto Param = cast<ParmVarDecl>(LM.DefaultArgs[I].Param); in ParseLexedMethodDeclaration() 405 std::unique_ptr<CachedTokens> Toks = std::move(LM.DefaultArgs[I].Toks); in ParseLexedMethodDeclaration() 470 if (const auto *FunTmpl = dyn_cast<FunctionTemplateDecl>(LM.Method)) in ParseLexedMethodDeclaration() [all …]
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | ScanfFormatString.cpp | 237 switch (LM.getKind()) { in getArgType() 278 switch (LM.getKind()) { in getArgType() 321 switch (LM.getKind()) { in getArgType() 336 switch (LM.getKind()) { in getArgType() 355 switch (LM.getKind()) { in getArgType() 376 switch (LM.getKind()) { in getArgType() 443 LM.setKind(LengthModifier::AsWideChar); in fixType() 445 LM.setKind(LengthModifier::None); in fixType() 462 LM.setKind(LengthModifier::None); in fixType() 470 LM.setKind(LengthModifier::AsChar); in fixType() [all …]
|
| H A D | PrintfFormatString.cpp | 510 switch (LM.getKind()) { in getScalarArgType() 525 switch (LM.getKind()) { in getScalarArgType() 561 switch (LM.getKind()) { in getScalarArgType() 597 switch (LM.getKind()) { in getScalarArgType() 608 if (LM.getKind() == LengthModifier::AsLongDouble) in getScalarArgType() 614 switch (LM.getKind()) { in getScalarArgType() 651 if (LM.getKind() == LengthModifier::AsWideChar) { in getScalarArgType() 657 if (LM.getKind() == LengthModifier::AsWide) in getScalarArgType() 665 LM.getKind() == LengthModifier::AsShort) in getScalarArgType() 672 LM.getKind() == LengthModifier::AsShort) in getScalarArgType() [all …]
|
| H A D | FormatString.cpp | 291 LengthModifier lm(lmPosition, lmKind); in ParseLengthModifier() local 292 FS.setLengthModifier(lm); in ParseLengthModifier() 841 switch (LM.getKind()) { in hasValidLengthModifier() 1009 switch (LM.getKind()) { in hasStandardLengthModifier() 1085 if (LM.getKind() == LengthModifier::AsLongDouble) { in hasStandardLengthConversionCombination() 1104 if (LM.getKind() == LengthModifier::AsLongDouble || in getCorrectedLengthModifier() 1105 LM.getKind() == LengthModifier::AsQuad) { in getCorrectedLengthModifier() 1106 LengthModifier FixedLM(LM); in getCorrectedLengthModifier() 1116 LengthModifier &LM) { in namedTypeToLengthModifier() argument 1122 LM.setKind(LengthModifier::AsSizeT); in namedTypeToLengthModifier() [all …]
|
| /freebsd/crypto/heimdal/lib/ntlm/ |
| H A D | ntlm.c | 818 heim_ntlm_free_buf(&data->lm); in heim_ntlm_free_type3() 843 struct sec_buffer lm, ntlm, target, username, sessionkey, ws; in heim_ntlm_decode_type3() local 860 CHECK(ret_sec_buffer(in, &lm), 0); in heim_ntlm_decode_type3() 861 if (lm.allocated) in heim_ntlm_decode_type3() 862 min_offset = min(min_offset, lm.offset); in heim_ntlm_decode_type3() 885 CHECK(ret_buf(in, &lm, &type3->lm), 0); in heim_ntlm_decode_type3() 918 struct sec_buffer lm, ntlm, target, username, sessionkey, ws; in heim_ntlm_encode_type3() local 924 memset(&lm, 0, sizeof(lm)); in heim_ntlm_encode_type3() 955 lm.offset = ws.offset + ws.allocated; in heim_ntlm_encode_type3() 956 lm.length = type3->lm.length; in heim_ntlm_encode_type3() [all …]
|
| H A D | test_ntlm.c | 251 struct ntlm_buf lm, ntlm; in test_ntlm2_session_resp() local 274 &lm, in test_ntlm2_session_resp() 279 if (lm.length != 24 || memcmp(lm.data, lm_resp, 24) != 0) in test_ntlm2_session_resp() 284 free(lm.data); in test_ntlm2_session_resp()
|
| /freebsd/usr.sbin/ctld/ |
| H A D | kernel.cc | 849 struct ctl_lun_map lm; in kernel_add() local 857 lm.port = p_ctl_port; in kernel_add() 858 lm.plun = UINT32_MAX; in kernel_add() 859 lm.lun = 0; in kernel_add() 860 error = ioctl(ctl_fd, CTL_LUN_MAP, &lm); in kernel_add() 868 lm.port = p_ctl_port; in kernel_add() 869 lm.plun = i; in kernel_add() 870 lm.lun = targ->lun(i)->ctl_lun(); in kernel_add() 871 error = ioctl(ctl_fd, CTL_LUN_MAP, &lm); in kernel_add() 891 struct ctl_lun_map lm; in kernel_update() local [all …]
|
| /freebsd/sys/contrib/device-tree/Bindings/bus/ |
| H A D | arm,integrator-ap-lm.yaml | 4 $id: http://devicetree.org/schemas/bus/arm,integrator-ap-lm.yaml# 13 site for stacking up to four logic modules (LM) designed specifically for 29 - const: arm,integrator-ap-lm 52 compatible = "arm,integrator-ap-lm";
|
| /freebsd/contrib/dialog/ |
| H A D | mixedgauge.c | 115 int lm = limit_x - dlg->len_text - 1; in myprint_status() local 140 dlg_print_text(win, dlg->list[item].name, lm, &attr); in myprint_status() 142 (void) wmove(win, y, lm); in myprint_status() 144 (void) wmove(win, y, lm + (cells - (int) strlen(status)) / 2); in myprint_status() 146 (void) wmove(win, y, lm + 1); in myprint_status() 151 (void) wmove(win, y, lm + (cells - (int) strlen(status)) / 2); in myprint_status() 159 (void) wmove(win, y, lm + 1); in myprint_status() 174 (void) wmove(win, y, lm + (cells - (int) strlen(status)) / 2); in myprint_status()
|
| /freebsd/sys/contrib/device-tree/Bindings/firmware/ |
| H A D | nxp,imx95-scmi.yaml | 17 machines (LM). It is usually used to allow one LM to manage another used 37 used to manage auxiliary CPUs in a LM.
|
| /freebsd/crypto/heimdal/lib/gssapi/ntlm/ |
| H A D | init_sec_context.c | 353 &type3.lm, in _gss_ntlm_init_sec_context() 373 if (type3.lm.data) in _gss_ntlm_init_sec_context() 374 free(type3.lm.data); in _gss_ntlm_init_sec_context() 386 if (type3.lm.data) in _gss_ntlm_init_sec_context() 387 free(type3.lm.data); in _gss_ntlm_init_sec_context() 479 if (type3.lm.data) in _gss_ntlm_init_sec_context() 480 free(type3.lm.data); in _gss_ntlm_init_sec_context()
|
| /freebsd/lib/libpmc/pmu-events/arch/x86/icelakex/ |
| H A D | uncore-memory.json | 3 "BriefDescription": "2LM Tag Check : Hit in Near Memory Cache", 13 "BriefDescription": "2LM Tag Check : Miss, no data in this line", 23 "BriefDescription": "2LM Tag Check : Miss, existing data may be evicted to Far Memory", 33 "BriefDescription": "2LM Tag Check : Read Hit in Near Memory Cache", 43 "BriefDescription": "2LM Tag Check : Write Hit in Near Memory Cache",
|
| /freebsd/crypto/heimdal/doc/doxyout/ntlm/man/man3/ |
| H A D | ntlm_type3.3 | 24 .RI "struct \fBntlm_buf\fP \fBlm\fP" 70 .SS "struct \fBntlm_buf\fP \fBntlm_type3::lm\fP\fC [read]\fP"
|
| /freebsd/contrib/file/src/ |
| H A D | Makefile.am | 20 libmagic_la_LIBADD = -lm $(LTLIBOBJS) $(MINGWLIBS) 23 file_LDADD = libmagic.la -lm
|
| /freebsd/sys/contrib/device-tree/Bindings/pinctrl/ |
| H A D | mediatek,mt6893-pinctrl.yaml | 24 - description: lm group IO 36 - const: lm 168 reg-names = "base", "rm", "bm", "lm", "lb", "rt",
|
| H A D | mediatek,mt8189-pinctrl.yaml | 23 - description: lm group IO 41 - const: lm 196 reg-names = "base", "lm", "rb0", "rb1", "bm0" , "bm1",
|
| /freebsd/sys/modules/krpc/ |
| H A D | Makefile | 41 RPCGEN_CPP=${CPP:Q} rpcgen -lM $S/rpc/rpcsec_tls/rpctlscd.x | grep -v string.h > rpctlscd_clnt.c 55 RPCGEN_CPP=${CPP:Q} rpcgen -lM $S/rpc/rpcsec_tls/rpctlssd.x | grep -v string.h > rpctlssd_clnt.c
|
| /freebsd/contrib/jemalloc/ |
| H A D | Makefile.in | 79 LM := @LM@ 528 …ter %.$(O),$^) $(call RPATH,$(objroot)lib) $(LDFLAGS) $(filter-out -lm,$(LIBS)) $(LM) $(EXTRA_LDFL… 532 …(objroot)lib) $(LJEMALLOC) $(LDFLAGS) $(filter-out -lm,$(filter -lrt -pthread -lstdc++,$(LIBS))) $… 536 …) $(objroot)lib/$(LIBJEMALLOC).$(IMPORTLIB) $(LDFLAGS) $(filter-out -lm,$(LIBS)) -lm $(EXTRA_LDFLA… 540 …ter %.$(O),$^) $(call RPATH,$(objroot)lib) $(LDFLAGS) $(filter-out -lm,$(LIBS)) $(LM) $(EXTRA_LDFL… 544 … $(objroot)lib/$(LIBJEMALLOC).$(IMPORTLIB) $(LDFLAGS) $(filter-out -lm,$(LIBS)) $(LM) $(EXTRA_LDFL…
|