/freebsd/sys/dev/firewire/ |
H A D | fwmem.c | 270 struct fwmem_softc *fms; in fwmem_open() local 285 fms = dev->si_drv1; in fwmem_open() 286 fms->refcount++; in fwmem_open() 293 fms = dev->si_drv1; in fwmem_open() 294 bcopy(&fwmem_eui64, &fms->eui, sizeof(struct fw_eui64)); in fwmem_open() 295 fms->sc = sc; in fwmem_open() 296 fms->refcount = 1; in fwmem_open() 299 printf("%s: refcount=%d\n", __func__, fms->refcount); in fwmem_open() 307 struct fwmem_softc *fms; in fwmem_close() local 309 fms = dev->si_drv1; in fwmem_close() [all …]
|
/freebsd/usr.bin/calendar/ |
H A D | pom.c | 72 pom(int year, double utcoffset, int *fms, int *nms) in pom() argument 82 fms[j++] = round(ffms[i]); in pom() 83 fms[i] = -1; in pom()
|
H A D | calendar.h | 193 void pom(int year, double UTCoffset, int *fms, int *nms);
|
/freebsd/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/sys/modules/ccp/ |
H A D | Makefile | 13 CFLAGS+= -fms-extensions
|
/freebsd/sys/modules/iser/ |
H A D | Makefile | 22 CFLAGS+= -fms-extensions
|
/freebsd/cddl/usr.sbin/zdb/ |
H A D | Makefile | 28 CFLAGS.gcc+= -fms-extensions
|
/freebsd/cddl/usr.bin/ztest/ |
H A D | Makefile | 32 CFLAGS.gcc+= -fms-extensions
|
/freebsd/sys/powerpc/conf/dpaa/ |
H A D | config.dpaa | 5 -Wno-cast-qual -Wno-unused-function -Wno-init-self -fms-extensions \
|
/freebsd/sys/modules/pms/ |
H A D | Makefile | 20 CFLAGS+=-fms-extensions
|
/freebsd/sys/conf/ |
H A D | kern.pre.mk | 77 CFLAGS.gcc+= -fms-extensions -finline-limit=${INLINE_LIMIT} 80 CFLAGS.gcc+= -fms-extensions
|
H A D | kmod.mk | 138 CFLAGS.gcc+= -fms-extensions
|
/freebsd/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/cddl/lib/libzpool/ |
H A D | Makefile | 282 CFLAGS.gcc+= -fms-extensions
|
/freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | LangOptions.def | 310 LANGOPT(MSVCEnableStdcMacro , 1, 0, "Define __STDC__ with '-fms-compatibility'")
|
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 3710 This collection of keywords is enabled under ``-fms-extensions`` and controls 3764 (``-fms-compatibility-version``) 19.33 and later. 4102 ``-fms-extensions``. 4111 qualifier is enabled under ``-fms-extensions``.
|
H A D | DiagnosticParseKinds.td | 247 "'-fms-extensions' to enable support for __declspec attributes">;
|
H A D | Builtins.td | 2303 // Microsoft builtins. These are only active with -fms-extensions.
|
/freebsd/usr.sbin/services_mkdb/ |
H A D | services | 1510 ff-fms 1090/tcp #FF Fieldbus Message Specification 1511 ff-fms 1090/udp #FF Fieldbus Message Specification
|
/freebsd/contrib/llvm-project/clang/include/clang/Driver/ |
H A D | Options.td | 3028 def fms_compatibility : Flag<["-"], "fms-compatibility">, Group<f_Group>, 3032 def fms_define_stdc : Flag<["-"], "fms-define-stdc">, Group<f_Group>, 3036 def fms_extensions : Flag<["-"], "fms-extensions">, Group<f_Group>, 3053 : Joined<["-"], "fms-compatibility-version=">, 3059 def fms_runtime_lib_EQ : Joined<["-"], "fms-runtime-lib=">, Group<f_Group>, 3068 def fms_omit_default_lib : Joined<["-"], "fms-omit-default-lib">, 3077 def fms_memptr_rep_EQ : Joined<["-"], "fms-memptr-rep=">, Group<f_Group>, 3083 def fms_kernel : Flag<["-"], "fms-kernel">, Group<f_Group>, 3694 def fms_hotpatch : Flag<["-"], "fms-hotpatch">, Group<f_Group>,
|
/freebsd/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 {
|