Home
last modified time | relevance | path

Searched refs:adn (Results 1 – 15 of 15) sorted by relevance

/netbsd/src/sys/dev/acpi/
Dacpi_display.c418 struct acpidisp_notifier *adn; in acpidisp_register_notify() local
420 adn = kmem_zalloc(sizeof(*adn), KM_SLEEP); in acpidisp_register_notify()
421 adn->adn_func = func; in acpidisp_register_notify()
422 adn->adn_cookie = cookie; in acpidisp_register_notify()
423 PSLIST_ENTRY_INIT(adn, adn_entry); in acpidisp_register_notify()
426 PSLIST_WRITER_INSERT_HEAD(&acpidisp_notifiers.list, adn, adn_entry); in acpidisp_register_notify()
429 return adn; in acpidisp_register_notify()
433 acpidisp_deregister_notify(struct acpidisp_notifier *adn) in acpidisp_deregister_notify() argument
437 PSLIST_WRITER_REMOVE(adn, adn_entry); in acpidisp_deregister_notify()
441 kmem_free(adn, sizeof(*adn)); in acpidisp_deregister_notify()
[all …]
/netbsd/src/external/gpl3/binutils/dist/binutils/
DChangeLog-2006237 2006-07-06 Mohammed Adnène Trojette <adn@diwi.org>
/netbsd/src/external/gpl3/binutils/dist/ld/
DChangeLog-2006704 2006-07-06 Mohammed Adnène Trojette <adn@diwi.org>
/netbsd/src/external/gpl3/binutils/dist/gas/
DChangeLog-2006957 2006-07-06 Mohammed Adnène Trojette <adn@diwi.org>
/netbsd/src/external/lgpl3/mpfr/dist/doc/
Dtexinfo.tex1521 \def\adn#1{\addtokens{\toksC}{#1}\global\countA=1\let\next=\maketoks}
1771 \def\adn#1{\addtokens{\toksC}{#1}\global\countA=1\let\next=\maketoks}
/netbsd/src/external/gpl3/binutils/dist/texinfo/
Dtexinfo.tex1591 \def\adn#1{\addtokens{\toksC}{#1}\global\countA=1\let\next=\maketoks}
/netbsd/src/external/gpl3/gdb/dist/texinfo/
Dtexinfo.tex1591 \def\adn#1{\addtokens{\toksC}{#1}\global\countA=1\let\next=\maketoks}
/netbsd/src/external/gpl2/xcvs/dist/build-aux/
Dtexinfo.tex1594 \def\adn#1{\addtokens{\toksC}{#1}\global\countA=1\let\next=\maketoks}
/netbsd/src/external/gpl3/gcc/dist/gcc/doc/include/
Dtexinfo.tex1408 \def\adn#1{\addtokens{\toksC}{#1}\global\countA=1\let\next=\maketoks}
/netbsd/src/external/lgpl3/mpc/dist/doc/
Dtexinfo.tex1409 \def\adn#1{\addtokens{\toksC}{#1}\global\countA=1\let\next=\maketoks}
/netbsd/src/external/bsd/am-utils/dist/doc/
Dtexinfo.tex1409 \def\adn#1{\addtokens{\toksC}{#1}\global\countA=1\let\next=\maketoks}
/netbsd/src/external/lgpl3/gmp/dist/doc/
Dtexinfo.tex1409 \def\adn#1{\addtokens{\toksC}{#1}\global\countA=1\let\next=\maketoks}
/netbsd/src/external/gpl3/gdb/dist/gdb/
DChangeLog-20099195 (fork_inferior): Call new_tty_postfork after forking adn adding
/netbsd/src/external/gpl3/gcc/dist/gcc/
DChangeLog-200826679 from sse_movups adn sse2_movupd using SSEMODEF2P mode iterator and
DChangeLog-200922562 (print_operand_address): Handle UNSPEC_RELOC16 adn UNSPEC_RELOC32.