Searched refs:blob (Results 51 - 56 of 56) sorted by relevance

123

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/b43/
H A Dmain.c1990 const struct firmware *blob; local
2023 err = request_firmware(&blob, ctx->fwname, ctx->dev->dev->dev);
2036 if (blob->size < sizeof(struct b43_fw_header))
2038 hdr = (struct b43_fw_header *)(blob->data);
2043 if (size != blob->size - sizeof(struct b43_fw_header))
2054 fw->data = blob;
2064 release_firmware(blob);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/qla2xxx/
H A Dqla_nx.c2341 struct fw_blob *blob; local
2374 "Attempting to load firmware from blob\n");
2376 /* Load firmware blob. */
2377 blob = ha->hablob = qla2x00_request_firmware(vha);
2378 if (!blob) {
2384 /* Validating firmware blob */
2399 " from binary blob\n", __func__);
2403 "Firmware load failed from binary blob\n");
2404 blob->fw = NULL;
2405 blob
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/libsmb/
H A Dclifile.c1487 NTSTATUS cli_raw_ioctl(struct cli_state *cli, int fnum, uint32 code, DATA_BLOB *blob) argument
1509 *blob = data_blob(NULL, 0);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/rpc_parse/
H A Dparse_samr.c5800 DATA_BLOB blob = base64_decode_data_blob(mung_dial); local
5861 init_unistr2_from_datablob(&usr->uni_munged_dial, &blob);
5864 data_blob_free(&blob);
6501 DATA_BLOB blob; local
6504 blob = base64_decode_data_blob(munged_dial);
6506 blob = data_blob(NULL, 0);
6509 init_unistr2_from_datablob(&usr->uni_munged_dial, &blob);
6511 data_blob_free(&blob);
H A Dparse_lsa.c3666 static BOOL lsa_io_data_blob( const char *desc, prs_struct *ps, int depth, LSA_DATA_BLOB *blob )
3671 if ( !prs_uint32("size", ps, depth, &blob->size) )
3673 if ( !prs_uint32("size", ps, depth, &blob->size) )
3676 if ( !prs_io_unistr2_p(desc, ps, depth, &blob->data) )
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ceph/
H A Dsnap.c482 ceph_buffer_get(ci->i_xattrs.blob);

Completed in 123 milliseconds

123