Searched refs:data_type (Results 51 - 75 of 129) sorted by relevance

123456

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/
H A Daudit_watch.c508 __u32 mask, void *data, int data_type)
528 switch (event->data_type) {
505 audit_watch_should_send_event(struct fsnotify_group *group, struct inode *inode, struct fsnotify_mark *inode_mark, struct fsnotify_mark *vfsmount_mark, __u32 mask, void *data, int data_type) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/plat-omap/include/plat/
H A Ddma.h438 int data_type; /* data type 8,16,32 */ member in struct:omap_dma_channel_params
481 extern void omap_set_dma_transfer_params(int lch, int data_type,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/libmsrpc/
H A Dlibmsrpc_internal.c100 RPC_DATA_BLOB *cac_MakeRpcDataBlob( TALLOC_CTX * mem_ctx, uint32 data_type, argument
116 switch ( data_type ) {
218 REG_VALUE_DATA *cac_MakeRegValueData( TALLOC_CTX * mem_ctx, uint32 data_type, argument
238 switch ( data_type ) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ppp-2.4.4/common/
H A Dzlib.h291 int data_type; /* best guess about the data type: ascii or binary */ member in struct:z_stream_s
364 /* Possible values of the data_type field */
468 deflate() may update data_type if it can make a good guess about
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/soc/davinci/
H A Ddavinci-mcasp.c731 dma_params->data_type = 1;
736 dma_params->data_type = 2;
741 dma_params->data_type = 4;
753 dma_params->acnt = dma_params->data_type;
/netgear-R7000-V1.0.7.12_1.2.5/src/router/ppp/common/
H A Dzlib.h291 int data_type; /* best guess about the data type: ascii or binary */ member in struct:z_stream_s
364 /* Possible values of the data_type field */
468 deflate() may update data_type if it can make a good guess about
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/hash/
H A Dhash_page.c472 __ham_insertpair(dbc, p, indxp, key_dbt, data_dbt, key_type, data_type)
477 int key_type, data_type;
491 dsize = (data_type == H_OFFPAGE) ?
581 if (data_type == H_OFFPAGE)
586 data_dbt->size, data_type); local
2008 int do_expand, data_type, is_keybig, is_databig, key_type, match, ret; local
2115 data_type = H_OFFPAGE;
2118 data_type = type;
2162 &hcp->seek_found_indx, pkey, pdata, key_type, data_type)) != 0)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/uvc/
H A Duvcvideo.h63 __u32 data_type; member in struct:uvc_xu_control_mapping
225 __u32 data_type; member in struct:uvc_control_mapping
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/ath/ath9k/
H A Dhtc_drv_txrx.c118 tx_hdr.data_type = ATH9K_HTC_AMPDU;
121 tx_hdr.data_type = ATH9K_HTC_NORMAL;
H A Dhtc.h77 u8 data_type; member in struct:tx_frame_hdr
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/soc/omap/
H A Domap-mcbsp.c351 dma_data->data_type = OMAP_DMA_DATA_TYPE_S16;
355 dma_data->data_type = OMAP_DMA_DATA_TYPE_S32;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/libsmb/
H A Dclikrb5.c279 int data_type; local
289 asn1_read_Integer(&data, &data_type);
291 if (data_type != KRB5_AUTHDATA_WIN2K_PAC ) {
292 DEBUG(10,("authorization data is not a Windows PAC (type: %d)\n", data_type));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/tiff/
H A Dtif_zip.c328 sp->stream.data_type = Z_BINARY;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/zlib/
H A Dzlib.h98 int data_type; /* best guess about the data type: binary or text */ member in struct:z_stream_s
200 /* Possible values of the data_type field (though see inflate()) */
312 deflate() may update strm->data_type if it can make a good guess about
402 Also to assist in this, on return inflate() will set strm->data_type to the
410 bit 7 of data_type is set, in which case the number of unused bits will be
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/notify/dnotify/
H A Ddnotify.c134 __u32 mask, void *data, int data_type)
130 dnotify_should_send_event(struct fsnotify_group *group, struct inode *inode, struct fsnotify_mark *inode_mark, struct fsnotify_mark *vfsmount_mark, __u32 mask, void *data, int data_type) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/befs/
H A Ddebug.c236 befs_debug(sb, " data_type %08x", fs32_to_cpu(sb, super->data_type));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/zlib-1.2.3/
H A Dzlib.h98 int data_type; /* best guess about the data type: binary or text */ member in struct:z_stream_s
200 /* Possible values of the data_type field (though see inflate()) */
312 deflate() may update strm->data_type if it can make a good guess about
402 Also to assist in this, on return inflate() will set strm->data_type to the
410 bit 7 of data_type is set, in which case the number of unused bits will be
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/zlib-1.2.3/
H A Dzlib.h98 int data_type; /* best guess about the data type: binary or text */ member in struct:z_stream_s
200 /* Possible values of the data_type field (though see inflate()) */
312 deflate() may update strm->data_type if it can make a good guess about
402 Also to assist in this, on return inflate() will set strm->data_type to the
410 bit 7 of data_type is set, in which case the number of unused bits will be
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/omap2/dss/
H A Ddsi.c1950 static inline void dsi_vc_write_long_header(int channel, u8 data_type, argument
1958 data_id = data_type | channel << 6;
1979 static int dsi_vc_send_long(int channel, u8 data_type, u8 *data, u16 len, argument
1999 dsi_vc_write_long_header(channel, data_type, len, ecc);
2042 static int dsi_vc_send_short(int channel, u8 data_type, u16 data, u8 ecc) argument
2052 data_type, data & 0xff, (data >> 8) & 0xff);
2061 data_id = data_type | channel << 6;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/libexif-0.6.19/libexif/
H A Dexif-data.c70 ExifDataType data_type; member in struct:_ExifDataPrivate
1291 d->priv->data_type = dt;
1297 return (d && d->priv) ? d->priv->data_type : EXIF_DATA_TYPE_UNKNOWN;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/zlib-1.2.7/
H A Dzlib.h101 int data_type; /* best guess about the data type: binary or text */ member in struct:z_stream_s
203 /* Possible values of the data_type field (though see inflate()) */
337 deflate() may update strm->data_type if it can make a good guess about
431 Also to assist in this, on return inflate() will set strm->data_type to the
439 data_type is set, in which case the number of unused bits will be less than
440 eight. data_type is set as noted here every time inflate() returns for all
448 256 is added to the value of strm->data_type when inflate() returns
941 location in the input stream can be determined from avail_in and data_type
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/zlib-1.2.8/
H A Dzlib.h101 int data_type; /* best guess about the data type: binary or text */ member in struct:z_stream_s
203 /* Possible values of the data_type field (though see inflate()) */
337 deflate() may update strm->data_type if it can make a good guess about
431 Also to assist in this, on return inflate() will set strm->data_type to the
439 data_type is set, in which case the number of unused bits will be less than
440 eight. data_type is set as noted here every time inflate() returns for all
448 256 is added to the value of strm->data_type when inflate() returns
956 location in the input stream can be determined from avail_in and data_type
H A Dtrees.c920 if (s->strm->data_type == Z_UNKNOWN)
921 s->strm->data_type = detect_data_type(s);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/acpi/acpica/
H A Dacinterp.h386 acpi_ex_get_name_string(acpi_object_type data_type,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/zlib-1.2.8/contrib/pascal/
H A Dzlibpas.pas44 data_type: Integer; (* best guess about the data type: ascii or binary *)

Completed in 187 milliseconds

123456