Searched refs:act (Results 376 - 400 of 468) sorted by relevance

<<111213141516171819

/netbsd-current/external/bsd/wpa/dist/src/drivers/
H A Ddriver_nl80211_event.c2282 enum nl80211_external_auth_action act; local
2291 act = nla_get_u32(tb[NL80211_ATTR_EXTERNAL_AUTH_ACTION]);
2292 switch (act) {
/netbsd-current/sys/arch/emips/ebus/
H A Dflash_ebus.c1468 eflashactivate(device_t self, enum devact act) argument
1472 DEBUG_PRINT(("eflashactivate %x\n", act), DEBUG_FUNCS | DEBUG_PROBE);
1474 switch (act) {
H A Dace_ebus.c1653 aceactivate(device_t self, enum devact act) argument
1657 switch (act) {
/netbsd-current/external/bsd/kyua-cli/dist/store/
H A Dschema_v2.sql153 -- The metadata_id column of the metadatas table is not enough to act as a
/netbsd-current/sys/dev/wscons/
H A Dwskbd.c591 wskbd_activate(device_t self, enum devact act) argument
595 if (act == DVACT_DEACTIVATE)
/netbsd-current/sys/dev/ic/
H A Dan.c437 an_activate(device_t self, enum devact act) argument
441 switch (act) {
H A Delink3.c1283 * Check the FIFO status and act accordingly
1968 ep_activate(device_t self, enum devact act) argument
1972 switch (act) {
H A Delinkxl.c1657 ex_activate(device_t self, enum devact act) argument
1661 switch (act) {
H A Drtl8169.c1002 re_activate(device_t self, enum devact act) argument
1006 switch (act) {
H A Di82557.c2472 fxp_activate(device_t self, enum devact act) argument
2476 switch (act) {
/netbsd-current/sys/dev/usb/
H A Dutoppy.c345 utoppy_activate(device_t self, enum devact act) argument
349 switch (act) {
H A Dif_atu.c1489 atu_activate(device_t self, enum devact act) argument
1493 switch (act) {
H A Dif_upgt.c564 upgt_activate(device_t self, devact_t act) argument
568 switch (act) {
H A Dif_rum.c2284 rum_activate(device_t self, enum devact act) argument
2286 switch (act) {
/netbsd-current/sys/arch/mips/ralink/
H A Dralink_eth.c574 ralink_eth_activate(device_t self, enum devact act) argument
581 switch (act) {
/netbsd-current/sys/dev/
H A Dmidi.c182 midiactivate(device_t self, enum devact act) argument
186 switch (act) {
415 * and can act on the FST_CHV tag to drop the first byte later. In this form,
H A Dvideo.c374 video_activate(device_t self, enum devact act) argument
379 switch (act) {
/netbsd-current/sys/arch/arm/s3c2xx0/
H A Dsscom.c535 sscom_activate(device_t self, enum devact act) argument
541 switch (act) {
1855 * Following are all routines needed for SSCOM to act as console
/netbsd-current/sys/arch/arm/imx/
H A Dimxuart.c571 imxuart_activate(device_t self, enum devact act) argument
576 switch (act) {
2236 * Following are all routines needed for UART to act as console
H A Dimx23_digfilt.c345 digfilt_activate(device_t self, enum devact act) argument
H A Dimx23_ssp.c345 issp_activate(device_t self, enum devact act) argument
/netbsd-current/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_linux.cpp814 int internal_sigaction_norestorer(int signum, const void *act, void *oldact) { argument
818 const __sanitizer_sigaction *u_act = (const __sanitizer_sigaction *)act;
/netbsd-current/sys/dev/pcmcia/
H A Dif_malo_pcmcia.c232 malo_pcmcia_activate(device_t dev, devact_t act) argument
240 switch (act) {
/netbsd-current/external/bsd/unbound/dist/testcode/
H A Dunitmain.c767 typedef struct addr_action {char* ip; char* sact; enum respip_action act;} member in struct:addr_action
789 unit_assert(actions[i].act ==
/netbsd-current/sys/arch/arm/xilinx/
H A Dzynq_uart.c567 zynquart_activate(device_t self, enum devact act) argument
572 switch (act) {
1972 * Following are all routines needed for UART to act as console

Completed in 515 milliseconds

<<111213141516171819