Home
last modified time | relevance | path

Searched refs:msc (Results 1 – 14 of 14) sorted by relevance

/openbsd/sys/dev/pci/
H A Dmmuagp.c268 msc->msc_apsize = mmuagp_get_aperture(msc); in mmuagp_attach()
280 if (mmuagp_set_aperture(msc, msc->msc_apsize)) { in mmuagp_attach()
310 if ((*set_aperture)(msc, msc->msc_apsize)) { in mmuagp_attach()
333 msc->msc_apaddr, msc->msc_apsize, &msc->dev); in mmuagp_attach()
381 apctrl = pci_conf_read(msc->msc_pc, msc->mctrl_tag[0], in mmuagp_set_aperture()
415 cachectrl = pci_conf_read(msc->msc_pc, msc->mctrl_tag[i], in mmuagp_flush_tlb()
417 pci_conf_write(msc->msc_pc, msc->mctrl_tag[i], in mmuagp_flush_tlb()
445 apbase = pci_conf_read(msc->msc_pc, msc->msc_tag, in mmuagp_uli_init()
481 apbase = pci_conf_read(msc->msc_pc, msc->msc_tag, in mmuagp_nvidia_init()
518 (pci_conf_read(msc->msc_pc, msc->ctrl_tag, in mmuagp_nvidia_set_aperture()
[all …]
/openbsd/sys/dev/mii/
H A Dmlphy.c186 msc->ml_dev = parent; in mlphy_attach()
239 msc->ml_linked = 0; in mlphy_service()
255 msc->ml_state = 0; in mlphy_service()
270 msc->ml_state = 0; in mlphy_service()
305 if (!msc->ml_linked) { in mlphy_service()
306 msc->ml_linked = 1; in mlphy_service()
319 msc->ml_linked = 0; in mlphy_service()
322 msc->ml_state = ML_STATE_AUTO_SELF; in mlphy_service()
382 msc->ml_state = ML_STATE_AUTO_SELF; in mlphy_status()
390 msc->ml_state = ML_STATE_AUTO_OTHER; in mlphy_status()
[all …]
/openbsd/sbin/iked/
H A Deap.c422 struct eap_mschap_challenge *msc; in eap_parse() local
480 if (len < sizeof(*msc)) in eap_parse()
482 msc = (struct eap_mschap_challenge *)ptr; in eap_parse()
483 ptr += sizeof(*msc); in eap_parse()
484 len -= sizeof(*msc); in eap_parse()
495 msc->msc_id, betoh16(msc->msc_length), in eap_parse()
496 msc->msc_valuesize, str, len); in eap_parse()
498 print_hex(msc->msc_challenge, 0, in eap_parse()
499 sizeof(msc->msc_challenge)); in eap_parse()
/openbsd/usr.bin/file/magdir/
H A Dcommunications21 0 string msc Message Sequence Chart (chart)
/openbsd/gnu/usr.bin/gcc/gcc/config/i960/
H A Dt-960bare27 MULTILIB_MATCHES=mnumerics=msb mnumerics=msc mnumerics=mkb mnumerics=mkc mnumerics=mmc mnumerics=mc…
H A Dt-vxworks96030 MULTILIB_MATCHES=mnumerics=msb mnumerics=msc mnumerics=mkb mnumerics=mkc mnumerics=mmc mnumerics=mc…
/openbsd/gnu/llvm/clang/include/clang/AST/
H A DCommentCommands.td204 defm Msc : VerbatimBlockCommand<"msc", "endmsc">;
/openbsd/lib/libz/
H A DChangeLog165 - Fix typo in win32/Makefile.msc
204 - Add TOP support to win32/Makefile.msc
287 - Correct suggested usages in win32/Makefile.msc [Shachar, Horvath]
308 - Update win32/Makefile.msc to build test/*.c [Truta]
386 - Add inffast.obj to dependencies in win32/Makefile.msc
461 - Clean up assembler builds in win32/Makefile.msc [Rowe]
516 - Update win32/Makefile.msc, add ZLIB_VER_SUBREVISION [Rowe]
736 - Create .pdb and .manifest files in win32/makefile.msc [Ziegler, Rowe]
1194 . msdos/Makefile.msc: remove "default rtl link library" info from obj files
/openbsd/usr.sbin/unbound/doc/
H A Dunbound.doxygen2757 # Note: This setting is not only used for dot files but also for msc temporary
2763 # You can define message sequence charts within doxygen comments using the \msc
2774 # contain msc files that are included in the documentation (see the \mscfile
/openbsd/gnu/llvm/llvm/docs/
H A Ddoxygen.cfg.in2014 # You can define message sequence charts within doxygen comments using the \msc
2225 # contain msc files that are included in the documentation (see the \mscfile
/openbsd/gnu/llvm/clang/docs/
H A Ddoxygen.cfg.in2013 # You can define message sequence charts within doxygen comments using the \msc
2224 # contain msc files that are included in the documentation (see the \mscfile
/openbsd/gnu/llvm/lldb/docs/
H A Ddoxygen.cfg.in1445 # You can define message sequence charts within doxygen comments using the \msc
/openbsd/gnu/llvm/llvm/lib/Target/SystemZ/
H A DSystemZInstrInfo.td1407 defm MSC : BinaryRXYAndPseudo<"msc", 0xE353, null_frag, GR32, load, 4>;
/openbsd/gnu/usr.bin/cvs/src/
H A DChangeLog-963159 Wed Apr 10 14:55:10 1996 code by Mike Spengler mks@msc.edu