Searched refs:act (Results 401 - 425 of 468) sorted by relevance

<<111213141516171819

/netbsd-current/sys/dev/usb/
H A Dif_ural.c2275 ural_activate(device_t self, enum devact act) argument
2279 switch (act) {
H A Dif_zyd.c2661 zyd_activate(device_t self, enum devact act) argument
2665 switch (act) {
H A Dugen.c1227 ugen_activate(device_t self, enum devact act) argument
1231 switch (act) {
H A Dif_otus.c734 otus_activate(device_t self, devact_t act) argument
740 DPRINTFN(DBG_FN, sc, "%d\n", act);
742 switch (act) {
H A Dif_athn_usb.c560 athn_usb_activate(device_t self, enum devact act) argument
567 switch (act) {
/netbsd-current/sys/dev/ic/
H A Dawi.c320 awi_activate(device_t self, enum devact act) argument
324 switch (act) {
H A Datw.c310 atw_activate(device_t self, enum devact act) argument
314 switch (act) {
H A Dsl811hs.c1306 slhci_activate(device_t self, enum devact act) argument
1310 switch (act) {
H A Dwi.c619 wi_activate(device_t self, enum devact act) argument
623 switch (act) {
/netbsd-current/external/gpl3/binutils.old/dist/bfd/
H A Delf32-xtensa.c6674 proposed_action *act;
6693 act = &c->actions[c->action_count];
6694 act->align_type = align_type;
6695 act->alignment_pow = alignment_pow;
6696 act->action = action;
6697 act->offset = offset;
6698 act->removed_bytes = removed_bytes;
6699 act->do_action = do_action;
6654 proposed_action *act; local
H A Delf-bfd.h1051 (bfd *abfd, struct bfd_link_info *info, enum notice_asneeded_action act);
1517 /* This is TRUE if the linker should act like collect and gather
/netbsd-current/external/gpl3/binutils/dist/bfd/
H A Delf32-xtensa.c6744 proposed_action *act;
6762 act = &c->actions[c->action_count];
6763 act->align_type = align_type;
6764 act->alignment_pow = alignment_pow;
6765 act->action = action;
6766 act->offset = offset;
6767 act->removed_bytes = removed_bytes;
6768 act->do_action = do_action;
6724 proposed_action *act; local
H A Delf-bfd.h1136 (bfd *abfd, struct bfd_link_info *info, enum notice_asneeded_action act);
1631 /* This is TRUE if the linker should act like collect and gather
/netbsd-current/sys/arch/evbarm/dev/
H A Dplcom.c718 plcom_activate(device_t self, enum devact act) argument
722 switch (act) {
2536 * Following are all routines needed for PLCOM to act as console
/netbsd-current/external/gpl3/gdb.old/dist/bfd/
H A Delf32-xtensa.c6729 proposed_action *act;
6747 act = &c->actions[c->action_count];
6748 act->align_type = align_type;
6749 act->alignment_pow = alignment_pow;
6750 act->action = action;
6751 act->offset = offset;
6752 act->removed_bytes = removed_bytes;
6753 act->do_action = do_action;
6709 proposed_action *act; local
H A Delf-bfd.h1093 (bfd *abfd, struct bfd_link_info *info, enum notice_asneeded_action act);
1589 /* This is TRUE if the linker should act like collect and gather
/netbsd-current/external/gpl3/gdb/dist/bfd/
H A Delf32-xtensa.c6730 proposed_action *act;
6748 act = &c->actions[c->action_count];
6749 act->align_type = align_type;
6750 act->alignment_pow = alignment_pow;
6751 act->action = action;
6752 act->offset = offset;
6753 act->removed_bytes = removed_bytes;
6754 act->do_action = do_action;
6710 proposed_action *act; local
H A Delf-bfd.h1173 (bfd *abfd, struct bfd_link_info *info, enum notice_asneeded_action act);
1671 /* This is TRUE if the linker should act like collect and gather
/netbsd-current/sys/dev/pcmcia/
H A Dif_ray.c611 ray_activate(device_t self, enum devact act) argument
618 switch (act) {
/netbsd-current/sys/external/bsd/dwc2/
H A Ddwc2.c1211 dwc2_activate(device_t self, enum devact act) argument
/netbsd-current/external/bsd/iscsi/dist/src/lib/
H A Dinitiator.c1946 struct sigaction act; local
2011 act.sa_handler = alarm_handler;
2012 sigaction(SIGALRM, &act, NULL);
/netbsd-current/external/gpl3/gdb.old/dist/readline/readline/
H A Dconfigure5330 struct sigaction act, oact;
5331 act.sa_handler = handler;
5332 act.sa_flags = 0;
5333 sigemptyset (&act.sa_mask);
5335 sigaction (sig, &act, &oact);
/netbsd-current/external/gpl3/gdb/dist/readline/readline/
H A Dconfigure5353 struct sigaction act, oact;
5354 act.sa_handler = handler;
5355 act.sa_flags = 0;
5356 sigemptyset (&act.sa_mask);
5358 sigaction (sig, &act, &oact);
/netbsd-current/external/gpl2/dtc/dist/Documentation/
H A Ddtc-paper.tex417 input, this allows \dtc to act as a ``decompiler''.
/netbsd-current/sys/dev/pci/
H A Dif_rtwn.c444 rtwn_activate(device_t self, enum devact act) argument
449 switch (act) {

Completed in 733 milliseconds

<<111213141516171819