Home
last modified time | relevance | path

Searched refs:evt (Results 1 – 25 of 338) sorted by relevance

12345678910>>...14

/OK3568_Linux_fs/kernel/arch/powerpc/kernel/
H A Dmce.c39 static void machine_check_ue_event(struct machine_check_event *evt);
232 static void machine_check_ue_event(struct machine_check_event *evt) in machine_check_ue_event() argument
242 memcpy(this_cpu_ptr(&mce_ue_event_queue[index]), evt, sizeof(*evt)); in machine_check_ue_event()
254 struct machine_check_event evt; in machine_check_queue_event() local
256 if (!get_mce_event(&evt, MCE_EVENT_RELEASE)) in machine_check_queue_event()
265 memcpy(this_cpu_ptr(&mce_event_queue[index]), &evt, sizeof(evt)); in machine_check_queue_event()
290 struct machine_check_event *evt; in machine_process_ue_event() local
294 evt = this_cpu_ptr(&mce_ue_event_queue[index]); in machine_process_ue_event()
295 blocking_notifier_call_chain(&mce_notifier_list, 0, evt); in machine_process_ue_event()
305 if (evt->error_type == MCE_ERROR_TYPE_UE) { in machine_process_ue_event()
[all …]
/OK3568_Linux_fs/kernel/drivers/clocksource/
H A Dexynos_mct.c81 struct clock_event_device evt; member
284 struct clock_event_device *evt) in exynos4_comp_set_next_event() argument
291 static int mct_set_state_shutdown(struct clock_event_device *evt) in mct_set_state_shutdown() argument
297 static int mct_set_state_periodic(struct clock_event_device *evt) in mct_set_state_periodic() argument
301 cycles_per_jiffy = (((unsigned long long)NSEC_PER_SEC / HZ * evt->mult) in mct_set_state_periodic()
302 >> evt->shift); in mct_set_state_periodic()
323 struct clock_event_device *evt = dev_id; in exynos4_mct_comp_isr() local
327 evt->event_handler(evt); in exynos4_mct_comp_isr()
390 struct clock_event_device *evt) in exynos4_tick_set_next_event() argument
394 mevt = container_of(evt, struct mct_clock_event_device, evt); in exynos4_tick_set_next_event()
[all …]
H A Dtimer-qcom.c39 struct clock_event_device *evt = dev_id; in msm_timer_interrupt() local
41 if (clockevent_state_oneshot(evt)) { in msm_timer_interrupt()
46 evt->event_handler(evt); in msm_timer_interrupt()
51 struct clock_event_device *evt) in msm_timer_set_next_event() argument
69 static int msm_timer_shutdown(struct clock_event_device *evt) in msm_timer_shutdown() argument
101 struct clock_event_device *evt = per_cpu_ptr(msm_evt, cpu); in msm_local_timer_starting_cpu() local
104 evt->irq = msm_timer_irq; in msm_local_timer_starting_cpu()
105 evt->name = "msm_timer"; in msm_local_timer_starting_cpu()
106 evt->features = CLOCK_EVT_FEAT_ONESHOT; in msm_local_timer_starting_cpu()
107 evt->rating = 200; in msm_local_timer_starting_cpu()
[all …]
H A Dtimer-armada-370-xp.c126 static int armada_370_xp_clkevt_shutdown(struct clock_event_device *evt) in armada_370_xp_clkevt_shutdown() argument
140 static int armada_370_xp_clkevt_set_periodic(struct clock_event_device *evt) in armada_370_xp_clkevt_set_periodic() argument
162 struct clock_event_device *evt = dev_id; in armada_370_xp_timer_interrupt() local
165 evt->event_handler(evt); in armada_370_xp_timer_interrupt()
175 struct clock_event_device *evt = per_cpu_ptr(armada_370_xp_evt, cpu); in armada_370_xp_timer_starting_cpu() local
184 evt->name = "armada_370_xp_per_cpu_tick"; in armada_370_xp_timer_starting_cpu()
185 evt->features = CLOCK_EVT_FEAT_ONESHOT | in armada_370_xp_timer_starting_cpu()
187 evt->shift = 32; in armada_370_xp_timer_starting_cpu()
188 evt->rating = 300; in armada_370_xp_timer_starting_cpu()
189 evt->set_next_event = armada_370_xp_clkevt_next_event; in armada_370_xp_timer_starting_cpu()
[all …]
H A Dtimer-rda.c67 static int rda_ostimer_set_state_shutdown(struct clock_event_device *evt) in rda_ostimer_set_state_shutdown() argument
69 struct timer_of *to = to_timer_of(evt); in rda_ostimer_set_state_shutdown()
76 static int rda_ostimer_set_state_oneshot(struct clock_event_device *evt) in rda_ostimer_set_state_oneshot() argument
78 struct timer_of *to = to_timer_of(evt); in rda_ostimer_set_state_oneshot()
85 static int rda_ostimer_set_state_periodic(struct clock_event_device *evt) in rda_ostimer_set_state_periodic() argument
87 struct timer_of *to = to_timer_of(evt); in rda_ostimer_set_state_periodic()
93 evt->mult) >> evt->shift; in rda_ostimer_set_state_periodic()
99 static int rda_ostimer_tick_resume(struct clock_event_device *evt) in rda_ostimer_tick_resume() argument
104 static int rda_ostimer_set_next_event(unsigned long evt, in rda_ostimer_set_next_event() argument
109 rda_ostimer_start(timer_of_base(to), false, evt); in rda_ostimer_set_next_event()
[all …]
H A Dtimer-fttmr010.c105 int (*timer_shutdown)(struct clock_event_device *evt);
117 static inline struct fttmr010 *to_fttmr010(struct clock_event_device *evt) in to_fttmr010() argument
119 return container_of(evt, struct fttmr010, clkevt); in to_fttmr010()
143 struct clock_event_device *evt) in fttmr010_timer_set_next_event() argument
145 struct fttmr010 *fttmr010 = to_fttmr010(evt); in fttmr010_timer_set_next_event()
149 fttmr010->timer_shutdown(evt); in fttmr010_timer_set_next_event()
171 static int ast2600_timer_shutdown(struct clock_event_device *evt) in ast2600_timer_shutdown() argument
173 struct fttmr010 *fttmr010 = to_fttmr010(evt); in ast2600_timer_shutdown()
181 static int fttmr010_timer_shutdown(struct clock_event_device *evt) in fttmr010_timer_shutdown() argument
183 struct fttmr010 *fttmr010 = to_fttmr010(evt); in fttmr010_timer_shutdown()
[all …]
H A Ddw_apb_timer.c38 ced_to_dw_apb_ced(struct clock_event_device *evt) in ced_to_dw_apb_ced() argument
40 return container_of(evt, struct dw_apb_clock_event_device, ced); in ced_to_dw_apb_ced()
97 struct clock_event_device *evt = data; in dw_apb_clockevent_irq() local
98 struct dw_apb_clock_event_device *dw_ced = ced_to_dw_apb_ced(evt); in dw_apb_clockevent_irq()
100 if (!evt->event_handler) { in dw_apb_clockevent_irq()
108 evt->event_handler(evt); in dw_apb_clockevent_irq()
121 static int apbt_shutdown(struct clock_event_device *evt) in apbt_shutdown() argument
123 struct dw_apb_clock_event_device *dw_ced = ced_to_dw_apb_ced(evt); in apbt_shutdown()
127 cpumask_first(evt->cpumask)); in apbt_shutdown()
135 static int apbt_set_oneshot(struct clock_event_device *evt) in apbt_set_oneshot() argument
[all …]
H A Dtimer-ixp4xx.c73 to_ixp4xx_timer(struct clock_event_device *evt) in to_ixp4xx_timer() argument
75 return container_of(evt, struct ixp4xx_timer, clkevt); in to_ixp4xx_timer()
96 struct clock_event_device *evt = &tmr->clkevt; in ixp4xx_timer_interrupt() local
102 evt->event_handler(evt); in ixp4xx_timer_interrupt()
108 struct clock_event_device *evt) in ixp4xx_set_next_event() argument
110 struct ixp4xx_timer *tmr = to_ixp4xx_timer(evt); in ixp4xx_set_next_event()
122 static int ixp4xx_shutdown(struct clock_event_device *evt) in ixp4xx_shutdown() argument
124 struct ixp4xx_timer *tmr = to_ixp4xx_timer(evt); in ixp4xx_shutdown()
134 static int ixp4xx_set_oneshot(struct clock_event_device *evt) in ixp4xx_set_oneshot() argument
136 struct ixp4xx_timer *tmr = to_ixp4xx_timer(evt); in ixp4xx_set_oneshot()
[all …]
H A Dtimer-npcm7xx.c56 static int npcm7xx_timer_resume(struct clock_event_device *evt) in npcm7xx_timer_resume() argument
58 struct timer_of *to = to_timer_of(evt); in npcm7xx_timer_resume()
68 static int npcm7xx_timer_shutdown(struct clock_event_device *evt) in npcm7xx_timer_shutdown() argument
70 struct timer_of *to = to_timer_of(evt); in npcm7xx_timer_shutdown()
80 static int npcm7xx_timer_oneshot(struct clock_event_device *evt) in npcm7xx_timer_oneshot() argument
82 struct timer_of *to = to_timer_of(evt); in npcm7xx_timer_oneshot()
93 static int npcm7xx_timer_periodic(struct clock_event_device *evt) in npcm7xx_timer_periodic() argument
95 struct timer_of *to = to_timer_of(evt); in npcm7xx_timer_periodic()
108 static int npcm7xx_clockevent_set_next_event(unsigned long evt, in npcm7xx_clockevent_set_next_event() argument
114 writel(evt, timer_of_base(to) + NPCM7XX_REG_TICR0); in npcm7xx_clockevent_set_next_event()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/ath/wil6210/
H A Dwmi.c771 struct wmi_ready_event *evt = d; in wmi_evt_ready() local
775 wil->fw_version, le32_to_cpu(evt->sw_version), in wmi_evt_ready()
776 evt->mac, evt->numof_additional_mids); in wmi_evt_ready()
777 if (evt->numof_additional_mids + 1 < wil->max_vifs) { in wmi_evt_ready()
787 evt->rfc_read_calib_result); in wmi_evt_ready()
788 wil->fw_calib_result = evt->rfc_read_calib_result; in wmi_evt_ready()
793 evt->max_assoc_sta > 0) { in wmi_evt_ready()
794 fw_max_assoc_sta = evt->max_assoc_sta; in wmi_evt_ready()
958 struct wmi_connect_event *evt = d; in wmi_evt_connect() local
969 if (len < sizeof(*evt)) { in wmi_evt_connect()
[all …]
/OK3568_Linux_fs/kernel/drivers/scsi/ibmvscsi/
H A Dibmvfc.c147 static void ibmvfc_trc_start(struct ibmvfc_event *evt) in ibmvfc_trc_start() argument
149 struct ibmvfc_host *vhost = evt->vhost; in ibmvfc_trc_start()
150 struct ibmvfc_cmd *vfc_cmd = &evt->iu.cmd; in ibmvfc_trc_start()
151 struct ibmvfc_mad_common *mad = &evt->iu.mad_common; in ibmvfc_trc_start()
155 entry->evt = evt; in ibmvfc_trc_start()
157 entry->fmt = evt->crq.format; in ibmvfc_trc_start()
181 static void ibmvfc_trc_end(struct ibmvfc_event *evt) in ibmvfc_trc_end() argument
183 struct ibmvfc_host *vhost = evt->vhost; in ibmvfc_trc_end()
184 struct ibmvfc_cmd *vfc_cmd = &evt->xfer_iu->cmd; in ibmvfc_trc_end()
185 struct ibmvfc_mad_common *mad = &evt->xfer_iu->mad_common; in ibmvfc_trc_end()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/
H A Dbcmevent.c220 wl_event_to_host_order(wl_event_msg_t * evt) in wl_event_to_host_order() argument
225 evt->event_type = ntoh32(evt->event_type); in wl_event_to_host_order()
226 evt->flags = ntoh16(evt->flags); in wl_event_to_host_order()
227 evt->status = ntoh32(evt->status); in wl_event_to_host_order()
228 evt->reason = ntoh32(evt->reason); in wl_event_to_host_order()
229 evt->auth_type = ntoh32(evt->auth_type); in wl_event_to_host_order()
230 evt->datalen = ntoh32(evt->datalen); in wl_event_to_host_order()
231 evt->version = ntoh16(evt->version); in wl_event_to_host_order()
235 wl_event_to_network_order(wl_event_msg_t * evt) in wl_event_to_network_order() argument
240 evt->event_type = hton32(evt->event_type); in wl_event_to_network_order()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/
H A Dbcmevent.c236 wl_event_to_host_order(wl_event_msg_t * evt) in wl_event_to_host_order() argument
241 evt->event_type = ntoh32(evt->event_type); in wl_event_to_host_order()
242 evt->flags = ntoh16(evt->flags); in wl_event_to_host_order()
243 evt->status = ntoh32(evt->status); in wl_event_to_host_order()
244 evt->reason = ntoh32(evt->reason); in wl_event_to_host_order()
245 evt->auth_type = ntoh32(evt->auth_type); in wl_event_to_host_order()
246 evt->datalen = ntoh32(evt->datalen); in wl_event_to_host_order()
247 evt->version = ntoh16(evt->version); in wl_event_to_host_order()
251 wl_event_to_network_order(wl_event_msg_t * evt) in wl_event_to_network_order() argument
256 evt->event_type = hton32(evt->event_type); in wl_event_to_network_order()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/
H A Dbcmevent.c236 wl_event_to_host_order(wl_event_msg_t * evt) in wl_event_to_host_order() argument
241 evt->event_type = ntoh32(evt->event_type); in wl_event_to_host_order()
242 evt->flags = ntoh16(evt->flags); in wl_event_to_host_order()
243 evt->status = ntoh32(evt->status); in wl_event_to_host_order()
244 evt->reason = ntoh32(evt->reason); in wl_event_to_host_order()
245 evt->auth_type = ntoh32(evt->auth_type); in wl_event_to_host_order()
246 evt->datalen = ntoh32(evt->datalen); in wl_event_to_host_order()
247 evt->version = ntoh16(evt->version); in wl_event_to_host_order()
251 wl_event_to_network_order(wl_event_msg_t * evt) in wl_event_to_network_order() argument
256 evt->event_type = hton32(evt->event_type); in wl_event_to_network_order()
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/infineon/
H A Dbcmevent.c235 wl_event_to_host_order(wl_event_msg_t * evt) in wl_event_to_host_order() argument
240 evt->event_type = ntoh32(evt->event_type); in wl_event_to_host_order()
241 evt->flags = ntoh16(evt->flags); in wl_event_to_host_order()
242 evt->status = ntoh32(evt->status); in wl_event_to_host_order()
243 evt->reason = ntoh32(evt->reason); in wl_event_to_host_order()
244 evt->auth_type = ntoh32(evt->auth_type); in wl_event_to_host_order()
245 evt->datalen = ntoh32(evt->datalen); in wl_event_to_host_order()
246 evt->version = ntoh16(evt->version); in wl_event_to_host_order()
250 wl_event_to_network_order(wl_event_msg_t * evt) in wl_event_to_network_order() argument
255 evt->event_type = hton32(evt->event_type); in wl_event_to_network_order()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/
H A Dbcmevent.c275 wl_event_to_host_order(wl_event_msg_t * evt) in wl_event_to_host_order() argument
280 evt->event_type = ntoh32(evt->event_type); in wl_event_to_host_order()
281 evt->flags = ntoh16(evt->flags); in wl_event_to_host_order()
282 evt->status = ntoh32(evt->status); in wl_event_to_host_order()
283 evt->reason = ntoh32(evt->reason); in wl_event_to_host_order()
284 evt->auth_type = ntoh32(evt->auth_type); in wl_event_to_host_order()
285 evt->datalen = ntoh32(evt->datalen); in wl_event_to_host_order()
286 evt->version = ntoh16(evt->version); in wl_event_to_host_order()
290 wl_event_to_network_order(wl_event_msg_t * evt) in wl_event_to_network_order() argument
295 evt->event_type = hton32(evt->event_type); in wl_event_to_network_order()
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/
H A Dbcmevent.c273 wl_event_to_host_order(wl_event_msg_t * evt) in wl_event_to_host_order() argument
278 evt->event_type = ntoh32(evt->event_type); in wl_event_to_host_order()
279 evt->flags = ntoh16(evt->flags); in wl_event_to_host_order()
280 evt->status = ntoh32(evt->status); in wl_event_to_host_order()
281 evt->reason = ntoh32(evt->reason); in wl_event_to_host_order()
282 evt->auth_type = ntoh32(evt->auth_type); in wl_event_to_host_order()
283 evt->datalen = ntoh32(evt->datalen); in wl_event_to_host_order()
284 evt->version = ntoh16(evt->version); in wl_event_to_host_order()
288 wl_event_to_network_order(wl_event_msg_t * evt) in wl_event_to_network_order() argument
293 evt->event_type = hton32(evt->event_type); in wl_event_to_network_order()
[all …]
/OK3568_Linux_fs/external/rkwifibt-app/test/
H A Drkbtsource_server.c116 static int rk_bt_send_custom_evt(bt_msg_t *evt) in rk_bt_send_custom_evt() argument
125 iov[0].iov_base = evt; in rk_bt_send_custom_evt()
143 bt_msg_t evt; in rk_bt_send_evt() local
150 memset(&evt, 0, sizeof(bt_msg_t)); in rk_bt_send_evt()
151 evt.type = RK_BT_EVT; in rk_bt_send_evt()
152 evt.id = val; in rk_bt_send_evt()
154 iov[0].iov_base = &evt; in rk_bt_send_evt()
171 bt_msg_t evt; in rk_bt_send_spp_client_fd() local
178 memset(&evt, 0, sizeof(bt_msg_t)); in rk_bt_send_spp_client_fd()
179 evt.type = RK_BT_EVT; in rk_bt_send_spp_client_fd()
[all …]
H A Drkbtsource.c101 bt_msg_t evt; in rk_bt_recv() local
108 memset(&evt, 0, sizeof(bt_msg_t)); in rk_bt_recv()
109 io.iov_base = &evt, in rk_bt_recv()
121 switch(evt.id) { in rk_bt_recv()
124 printf(" address: %s\n", evt.dev.addr); in rk_bt_recv()
125 printf(" name: %s\n", evt.dev.name); in rk_bt_recv()
126 printf(" role: 0x%x\n", evt.dev.role); in rk_bt_recv()
127 printf(" rssi: %d\n", evt.dev.rssi); in rk_bt_recv()
131 printf(" address: %s\n", evt.dev.addr); in rk_bt_recv()
132 printf(" name: %s\n", evt.dev.name); in rk_bt_recv()
[all …]
/OK3568_Linux_fs/kernel/arch/x86/xen/
H A Dtime.c200 static int xen_timerop_shutdown(struct clock_event_device *evt) in xen_timerop_shutdown() argument
209 struct clock_event_device *evt) in xen_timerop_set_next_event() argument
211 WARN_ON(!clockevent_state_oneshot(evt)); in xen_timerop_set_next_event()
240 static int xen_vcpuop_shutdown(struct clock_event_device *evt) in xen_vcpuop_shutdown() argument
253 static int xen_vcpuop_set_oneshot(struct clock_event_device *evt) in xen_vcpuop_set_oneshot() argument
265 struct clock_event_device *evt) in xen_vcpuop_set_next_event() argument
271 WARN_ON(!clockevent_state_oneshot(evt)); in xen_vcpuop_set_next_event()
306 struct clock_event_device evt; member
309 static DEFINE_PER_CPU(struct xen_clock_event_device, xen_clock_events) = { .evt.irq = -1 };
313 struct clock_event_device *evt = this_cpu_ptr(&xen_clock_events.evt); in xen_timer_interrupt() local
[all …]
/OK3568_Linux_fs/kernel/arch/xtensa/kernel/
H A Dtime.c56 struct clock_event_device evt; member
83 static int ccount_timer_shutdown(struct clock_event_device *evt) in ccount_timer_shutdown() argument
86 container_of(evt, struct ccount_timer, evt); in ccount_timer_shutdown()
89 disable_irq_nosync(evt->irq); in ccount_timer_shutdown()
95 static int ccount_timer_set_oneshot(struct clock_event_device *evt) in ccount_timer_set_oneshot() argument
98 container_of(evt, struct ccount_timer, evt); in ccount_timer_set_oneshot()
101 enable_irq(evt->irq); in ccount_timer_set_oneshot()
108 .evt = {
120 struct clock_event_device *evt = &this_cpu_ptr(&ccount_timer)->evt; in timer_interrupt() local
123 evt->event_handler(evt); in timer_interrupt()
[all …]
/OK3568_Linux_fs/kernel/arch/x86/kernel/
H A Dhpet.c25 struct clock_event_device evt; member
71 struct hpet_channel *clockevent_to_channel(struct clock_event_device *evt) in clockevent_to_channel() argument
73 return container_of(evt, struct hpet_channel, evt); in clockevent_to_channel()
296 static int hpet_clkevt_set_state_periodic(struct clock_event_device *evt) in hpet_clkevt_set_state_periodic() argument
298 unsigned int channel = clockevent_to_channel(evt)->num; in hpet_clkevt_set_state_periodic()
303 delta = ((uint64_t)(NSEC_PER_SEC / HZ)) * evt->mult; in hpet_clkevt_set_state_periodic()
304 delta >>= evt->shift; in hpet_clkevt_set_state_periodic()
327 static int hpet_clkevt_set_state_oneshot(struct clock_event_device *evt) in hpet_clkevt_set_state_oneshot() argument
329 unsigned int channel = clockevent_to_channel(evt)->num; in hpet_clkevt_set_state_oneshot()
340 static int hpet_clkevt_set_state_shutdown(struct clock_event_device *evt) in hpet_clkevt_set_state_shutdown() argument
[all …]
/OK3568_Linux_fs/kernel/arch/openrisc/kernel/
H A Dtime.c68 struct clock_event_device *evt = in openrisc_clockevent_init() local
75 evt->broadcast = tick_broadcast; in openrisc_clockevent_init()
77 evt->name = "openrisc_timer_clockevent", in openrisc_clockevent_init()
78 evt->features = CLOCK_EVT_FEAT_ONESHOT, in openrisc_clockevent_init()
79 evt->rating = 300, in openrisc_clockevent_init()
80 evt->set_next_event = openrisc_timer_set_next_event, in openrisc_clockevent_init()
82 evt->cpumask = cpumask_of(cpu); in openrisc_clockevent_init()
85 clockevents_config_and_register(evt, cpuinfo->clock_frequency, in openrisc_clockevent_init()
113 struct clock_event_device *evt = in timer_interrupt() local
122 evt->event_handler(evt); in timer_interrupt()
/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/allwinner/music/common/
H A Dmount.cpp14 void AutoMountCallback(NetlinkEvent * evt, void *usrdata);
40 void AutoMountCallback(NetlinkEvent * evt, void *usrdata) in AutoMountCallback() argument
42 ALOGV("event act=%d %s ", evt->getAction(), evt->getSubsystem()); in AutoMountCallback()
44 int action = evt->getAction(); in AutoMountCallback()
45 const char *devtype = evt->findParam("DEVTYPE"); in AutoMountCallback()
49 int major = atoi(evt->findParam("MAJOR")); in AutoMountCallback()
50 int minor = atoi(evt->findParam("MINOR")); in AutoMountCallback()
65 const char *tmp = evt->findParam("NPARTS"); in AutoMountCallback()
71 const char *devname = evt->findParam("DEVNAME"); in AutoMountCallback()
/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/allwinner/video/common/
H A Dmount.cpp14 void AutoMountCallback(NetlinkEvent * evt, void *usrdata);
40 void AutoMountCallback(NetlinkEvent * evt, void *usrdata) in AutoMountCallback() argument
42 ALOGV("event act=%d %s ", evt->getAction(), evt->getSubsystem()); in AutoMountCallback()
44 int action = evt->getAction(); in AutoMountCallback()
45 const char *devtype = evt->findParam("DEVTYPE"); in AutoMountCallback()
49 int major = atoi(evt->findParam("MAJOR")); in AutoMountCallback()
50 int minor = atoi(evt->findParam("MINOR")); in AutoMountCallback()
65 const char *tmp = evt->findParam("NPARTS"); in AutoMountCallback()
71 const char *devname = evt->findParam("DEVNAME"); in AutoMountCallback()

12345678910>>...14