Home
last modified time | relevance | path

Searched refs:fms (Results 1 – 21 of 21) sorted by relevance

/freebsd/sys/dev/firewire/
H A Dfwmem.c270 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 Dpom.c72 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 Dcalendar.h193 void pom(int year, double UTCoffset, int *fms, int *nms);
/freebsd/sys/dev/sound/pci/
H A Dt4dwave.c69 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 DMakefile13 CFLAGS+= -fms-extensions
/freebsd/sys/modules/iser/
H A DMakefile22 CFLAGS+= -fms-extensions
/freebsd/cddl/usr.sbin/zdb/
H A DMakefile28 CFLAGS.gcc+= -fms-extensions
/freebsd/cddl/usr.bin/ztest/
H A DMakefile32 CFLAGS.gcc+= -fms-extensions
/freebsd/sys/powerpc/conf/dpaa/
H A Dconfig.dpaa5 -Wno-cast-qual -Wno-unused-function -Wno-init-self -fms-extensions \
/freebsd/sys/modules/pms/
H A DMakefile20 CFLAGS+=-fms-extensions
/freebsd/sys/conf/
H A Dkern.pre.mk77 CFLAGS.gcc+= -fms-extensions -finline-limit=${INLINE_LIMIT}
80 CFLAGS.gcc+= -fms-extensions
H A Dkmod.mk138 CFLAGS.gcc+= -fms-extensions
/freebsd/sys/dev/ppbus/
H A Dpcfclock.c148 pcfclock_open(struct cdev *dev, int flag, int fms, struct thread *td) in pcfclock_open() argument
/freebsd/cddl/lib/libzpool/
H A DMakefile282 CFLAGS.gcc+= -fms-extensions
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DLangOptions.def310 LANGOPT(MSVCEnableStdcMacro , 1, 0, "Define __STDC__ with '-fms-compatibility'")
H A DAttrDocs.td153 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 DDiagnosticParseKinds.td247 "'-fms-extensions' to enable support for __declspec attributes">;
H A DBuiltins.td2303 // Microsoft builtins. These are only active with -fms-extensions.
/freebsd/usr.sbin/services_mkdb/
H A Dservices1510 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 DOptions.td3028 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 DARMInstrMVE.td3728 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 {