| /freebsd-14.2/sys/dev/firewire/ |
| H A D | fwmem.c | 285 fms = dev->si_drv1; in fwmem_open() 286 fms->refcount++; in fwmem_open() 293 fms = dev->si_drv1; in fwmem_open() 295 fms->sc = sc; in fwmem_open() 296 fms->refcount = 1; in fwmem_open() 309 fms = dev->si_drv1; in fwmem_close() 312 fms->refcount--; in fwmem_close() 356 fms = dev->si_drv1; in fwmem_strategy() 357 fwdev = fw_noderesolve_eui64(fms->sc->fc, &fms->eui); in fwmem_strategy() 361 fms->eui.hi, fms->eui.lo); in fwmem_strategy() [all …]
|
| /freebsd-14.2/usr.bin/calendar/ |
| H A D | pom.c | 84 pom(int year, double utcoffset, int *fms, int *nms) in pom() argument 94 fms[j++] = round(ffms[i]); in pom() 95 fms[i] = -1; in pom()
|
| H A D | calendar.h | 193 void pom(int year, double UTCoffset, int *fms, int *nms);
|
| /freebsd-14.2/sys/dev/sound/pci/ |
| H A D | t4dwave.c | 69 u_int32_t cso, alpha, fms, fmc, ec; member 397 ch->fms &= 0x0000000f; in tr_wrch() 421 cr[0]=(ch->cso<<16) | (ch->alpha<<4) | (ch->fms); in tr_wrch() 429 cr[3]|=(ch->alpha<<20) | (ch->fms<<16) | (ch->fmc<<14); in tr_wrch() 469 ch->fms= (cr[0] & 0x0000000f); in tr_rdch() 478 ch->fms= (cr[3] & 0x000f0000) >> 16; in tr_rdch() 555 ch->fms = 0; in trpchan_trigger()
|
| /freebsd-14.2/sys/modules/ccp/ |
| H A D | Makefile | 14 CFLAGS+= -fms-extensions
|
| /freebsd-14.2/sys/modules/iser/ |
| H A D | Makefile | 23 CFLAGS+= -fms-extensions
|
| /freebsd-14.2/cddl/usr.sbin/zdb/ |
| H A D | Makefile | 28 CFLAGS.gcc+= -fms-extensions
|
| /freebsd-14.2/cddl/usr.bin/ztest/ |
| H A D | Makefile | 32 CFLAGS.gcc+= -fms-extensions
|
| /freebsd-14.2/sys/powerpc/conf/dpaa/ |
| H A D | config.dpaa | 5 -Wno-cast-qual -Wno-unused-function -Wno-init-self -fms-extensions \
|
| /freebsd-14.2/sys/modules/pms/ |
| H A D | Makefile | 20 CFLAGS+=-fms-extensions
|
| /freebsd-14.2/sys/conf/ |
| H A D | kern.pre.mk | 76 CFLAGS.gcc+= -fms-extensions -finline-limit=${INLINE_LIMIT} 79 CFLAGS.gcc+= -fms-extensions
|
| H A D | kmod.mk | 138 CFLAGS.gcc+= -fms-extensions
|
| /freebsd-14.2/sys/dev/ppbus/ |
| H A D | pcfclock.c | 148 pcfclock_open(struct cdev *dev, int flag, int fms, struct thread *td) in pcfclock_open() argument
|
| /freebsd-14.2/cddl/lib/libzpool/ |
| H A D | Makefile | 275 CFLAGS.gcc+= -fms-extensions
|
| /freebsd-14.2/usr.sbin/services_mkdb/ |
| H A D | services | 1513 ff-fms 1090/tcp #FF Fieldbus Message Specification 1514 ff-fms 1090/udp #FF Fieldbus Message Specification
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Driver/ |
| H A D | Options.td | 2895 def fms_compatibility : Flag<["-"], "fms-compatibility">, Group<f_Group>, 2899 def fms_extensions : Flag<["-"], "fms-extensions">, Group<f_Group>, 2916 : Joined<["-"], "fms-compatibility-version=">, 2922 def fms_runtime_lib_EQ : Joined<["-"], "fms-runtime-lib=">, Group<f_Group>, 2931 def fms_omit_default_lib : Joined<["-"], "fms-omit-default-lib">, 2940 def fms_memptr_rep_EQ : Joined<["-"], "fms-memptr-rep=">, Group<f_Group>, 2946 def fms_kernel : Flag<["-"], "fms-kernel">, Group<f_Group>, 3532 def fms_hotpatch : Flag<["-"], "fms-hotpatch">, Group<f_Group>,
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | AttrDocs.td | 153 available with ``-fms-extensions``. Typically, this function pointer is 215 storage. It is available under the ``-fms-extensions`` flag for MSVC 3629 This collection of keywords is enabled under ``-fms-extensions`` and controls 3683 (``-fms-compatibility-version``) 19.33 and later. 4015 ``-fms-extensions``. 4024 qualifier is enabled under ``-fms-extensions``.
|
| H A D | DiagnosticParseKinds.td | 241 "'-fms-extensions' to enable support for __declspec attributes">;
|
| H A D | Builtins.def | 984 // Microsoft builtins. These are only active with -fms-extensions.
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARMInstrMVE.td | 3728 multiclass MVE_VFMA_fp_multi<string iname, bit fms, MVEVectorVTInfo VTI> { 3729 def "" : MVE_VADDSUBFMA_fp<iname, VTI.Suffix, VTI.Size, 0b1, 0b0, fms, 3739 if fms then {
|