Searched refs:notify_data (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/plat-omap/include/plat/
H A Dgpio-switch.h47 void *notify_data; member in struct:omap_gpio_switch
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/dbus-1.6.8/dbus/
H A Ddbus-resources.c70 void *notify_data; /**< data for notify function */ member in struct:DBusCounter
187 (* counter->notify_function) (counter, counter->notify_data);
272 counter->notify_data = user_data;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/rpc_server/
H A Dsrv_spoolss_nt.c663 data->notify_data.value[0] = msg->notify.value[0];
664 data->notify_data.value[1] = 0;
677 data->notify_data.data.length = msg->len * 2;
678 data->notify_data.data.string = TALLOC_ARRAY(mem_ctx, uint16, msg->len);
680 if (!data->notify_data.data.string) {
681 data->notify_data.data.length = 0;
685 memcpy(data->notify_data.data.string, unistr.buffer, msg->len * 2);
717 data->notify_data.data.length = prs_offset(&ps);
719 data->notify_data.data.string = (uint16 *)
721 if (!data->notify_data
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/rpc_client/
H A Dcli_spoolss_notify.c141 SPOOL_NOTIFY_INFO_DATA *notify_data,
160 notify_info.data = notify_data;
139 rpccli_spoolss_rrpcn(struct rpc_pipe_client *cli, TALLOC_CTX *mem_ctx, POLICY_HND *pol, uint32 notify_data_len, SPOOL_NOTIFY_INFO_DATA *notify_data, uint32 change_low, uint32 change_high) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/rpc_parse/
H A Dparse_spoolss.c339 if(!prs_uint32("value[0]", ps, depth, &data->notify_data.value[0]))
341 if(!prs_uint32("value[1]", ps, depth, &data->notify_data.value[1]))
352 if(!prs_uint32("string length", ps, depth, &data->notify_data.data.length ))
361 if(!prs_uint32("string length", ps, depth, &data->notify_data.data.length))
370 if( !prs_uint32( "sd size", ps, depth, &data->notify_data.sd.size ) )
413 data->notify_data.data.length /= 2;
415 if(!prs_uint32("string length", ps, depth, &data->notify_data.data.length))
418 if (UNMARSHALLING(ps) && data->notify_data.data.length) {
419 data->notify_data.data.string = PRS_ALLOC_MEM(ps, uint16,
420 data->notify_data
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/include/
H A Drpc_spoolss.h811 notify_data; member in struct:spool_notify_info_data

Completed in 209 milliseconds