Home
last modified time | relevance | path

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

/freebsd-14.2/sys/dev/firewire/
H A Dfwmem.c285 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 Dpom.c84 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 Dcalendar.h193 void pom(int year, double UTCoffset, int *fms, int *nms);
/freebsd-14.2/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-14.2/sys/modules/ccp/
H A DMakefile14 CFLAGS+= -fms-extensions
/freebsd-14.2/sys/modules/iser/
H A DMakefile23 CFLAGS+= -fms-extensions
/freebsd-14.2/cddl/usr.sbin/zdb/
H A DMakefile28 CFLAGS.gcc+= -fms-extensions
/freebsd-14.2/cddl/usr.bin/ztest/
H A DMakefile32 CFLAGS.gcc+= -fms-extensions
/freebsd-14.2/sys/powerpc/conf/dpaa/
H A Dconfig.dpaa5 -Wno-cast-qual -Wno-unused-function -Wno-init-self -fms-extensions \
/freebsd-14.2/sys/modules/pms/
H A DMakefile20 CFLAGS+=-fms-extensions
/freebsd-14.2/sys/conf/
H A Dkern.pre.mk76 CFLAGS.gcc+= -fms-extensions -finline-limit=${INLINE_LIMIT}
79 CFLAGS.gcc+= -fms-extensions
H A Dkmod.mk138 CFLAGS.gcc+= -fms-extensions
/freebsd-14.2/sys/dev/ppbus/
H A Dpcfclock.c148 pcfclock_open(struct cdev *dev, int flag, int fms, struct thread *td) in pcfclock_open() argument
/freebsd-14.2/cddl/lib/libzpool/
H A DMakefile275 CFLAGS.gcc+= -fms-extensions
/freebsd-14.2/usr.sbin/services_mkdb/
H A Dservices1513 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 DOptions.td2895 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 DAttrDocs.td153 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 DDiagnosticParseKinds.td241 "'-fms-extensions' to enable support for __declspec attributes">;
H A DBuiltins.def984 // Microsoft builtins. These are only active with -fms-extensions.
/freebsd-14.2/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 {