Home
last modified time | relevance | path

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

/linux-4.4.14/Documentation/devicetree/bindings/watchdog/
Dmen-a021-wdt.txt4 - compatible: "men,a021-wdt"
18 compatible ="men,a021-wdt";
/linux-4.4.14/fs/proc/
Dkcore.c292 static char *storenote(struct memelfnote *men, char *bufp) in storenote() argument
298 en.n_namesz = strlen(men->name) + 1; in storenote()
299 en.n_descsz = men->datasz; in storenote()
300 en.n_type = men->type; in storenote()
303 DUMP_WRITE(men->name, en.n_namesz); in storenote()
307 DUMP_WRITE(men->data, men->datasz); in storenote()
/linux-4.4.14/Documentation/hwmon/
Dmenf21bmc9 Author: Andreas Werner <andreas.werner@men.de>
/linux-4.4.14/fs/
Dbinfmt_elf_fdpic.c1302 static int writenote(struct memelfnote *men, struct coredump_params *cprm) in writenote() argument
1305 en.n_namesz = strlen(men->name) + 1; in writenote()
1306 en.n_descsz = men->datasz; in writenote()
1307 en.n_type = men->type; in writenote()
1310 dump_emit(cprm, men->name, en.n_namesz) && dump_align(cprm, 4) && in writenote()
1311 dump_emit(cprm, men->data, men->datasz) && dump_align(cprm, 4); in writenote()
Dbinfmt_elf.c1341 static int writenote(struct memelfnote *men, struct coredump_params *cprm) in writenote() argument
1344 en.n_namesz = strlen(men->name) + 1; in writenote()
1345 en.n_descsz = men->datasz; in writenote()
1346 en.n_type = men->type; in writenote()
1349 dump_emit(cprm, men->name, en.n_namesz) && dump_align(cprm, 4) && in writenote()
1350 dump_emit(cprm, men->data, men->datasz) && dump_align(cprm, 4); in writenote()
/linux-4.4.14/arch/arm/common/
Dmcpm_head.S170 @ In the contended case, non-first men wait here for cluster setup
/linux-4.4.14/fs/reiserfs/
DREADME92 to work the way he did, he is one of the most selfless men I know.
/linux-4.4.14/Documentation/s390/
DDebugging390.txt1233 Note that GPR14 is a return address but as we are real men we are going to
/linux-4.4.14/Documentation/virtual/uml/
DUserModeLinux-HOWTO.txt4175 In this case, you'll need to get a backtrace from the process men-
/linux-4.4.14/
DMAINTAINERS6991 F: Documentation/men-chameleon-bus.txt
6994 M: Andreas Werner <andreas.werner@men.de>