Home
last modified time | relevance | path

Searched refs:men (Results 1 – 13 of 13) sorted by relevance

/openbmc/linux/Documentation/devicetree/bindings/watchdog/
H A Dmen-a021-wdt.txt4 - compatible: "men,a021-wdt"
18 compatible ="men,a021-wdt";
/openbmc/linux/Documentation/hwmon/
H A Dmenf21bmc.rst12 Author: Andreas Werner <andreas.werner@men.de>
/openbmc/linux/Documentation/translations/zh_CN/driver-api/
H A Dindex.rst103 * men-chameleon-bus
/openbmc/linux/fs/
H A Dbinfmt_elf_fdpic.c1221 static int writenote(struct memelfnote *men, struct coredump_params *cprm) in writenote() argument
1224 en.n_namesz = strlen(men->name) + 1; in writenote()
1225 en.n_descsz = men->datasz; in writenote()
1226 en.n_type = men->type; in writenote()
1229 dump_emit(cprm, men->name, en.n_namesz) && dump_align(cprm, 4) && in writenote()
1230 dump_emit(cprm, men->data, men->datasz) && dump_align(cprm, 4); in writenote()
H A Dbinfmt_elf.c1478 static int writenote(struct memelfnote *men, struct coredump_params *cprm) in writenote() argument
1481 en.n_namesz = strlen(men->name) + 1; in writenote()
1482 en.n_descsz = men->datasz; in writenote()
1483 en.n_type = men->type; in writenote()
1486 dump_emit(cprm, men->name, en.n_namesz) && dump_align(cprm, 4) && in writenote()
1487 dump_emit(cprm, men->data, men->datasz) && dump_align(cprm, 4); in writenote()
/openbmc/linux/Documentation/driver-api/
H A Dindex.rst92 men-chameleon-bus
/openbmc/linux/arch/arm/common/
H A Dmcpm_head.S168 @ In the contended case, non-first men wait here for cluster setup
/openbmc/linux/Documentation/translations/sp_SP/process/
H A Demail-clients.rst153 De forma adicional, puede personalizar el menú de la barra de herramientas
160 en el menú Opciones no es suficiente. Por lo tanto, si su parche tiene
342 Vaya a su ventana principal y busque el botón de su menú desplegable principal.
/openbmc/qemu/linux-user/
H A Delfload.c4478 static int write_note(struct memelfnote *men, int fd) in write_note() argument
4482 en.n_namesz = men->namesz; in write_note()
4483 en.n_type = men->type; in write_note()
4484 en.n_descsz = men->datasz; in write_note()
4490 if (dump_write(fd, men->name, men->namesz_rounded) != 0) in write_note()
4492 if (dump_write(fd, men->data, men->datasz_rounded) != 0) in write_note()
/openbmc/linux/fs/reiserfs/
H A DREADME92 to work the way he did, he is one of the most selfless men I know.
/openbmc/qemu/target/ppc/
H A Dtranslate.c2801 static inline void gen_rldicr(DisasContext *ctx, int men, int shn) in gen_rldicr() argument
2806 me = MB(ctx->opcode) | (men << 5); in gen_rldicr()
2850 static inline void gen_rldcr(DisasContext *ctx, int men) in gen_rldcr() argument
2854 me = MB(ctx->opcode) | (men << 5); in gen_rldcr()
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/hddtemp/hddtemp/
H A Dhddtemp_0.3-beta15-52.diff737 msgstr "%s: %s: k�nd disk men den har ingen temperatursensor.\n"
/openbmc/linux/
H A DMAINTAINERS13821 F: Documentation/driver-api/men-chameleon-bus.rst
13826 M: Andreas Werner <andreas.werner@men.de>