Searched refs:str_offset (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/nmbd/
H A Dnmbd_processlogon.c392 int str_offset; local
419 str_offset = q - q_orig;
434 SCVAL(q, 0, 0xc0 | ((str_offset >> 8) & 0x3F));
435 SCVAL(q, 1, str_offset & 0xFF);
442 SCVAL(q, 0, 0xc0 | ((str_offset >> 8) & 0x3F));
443 SCVAL(q, 1, str_offset & 0xFF);
478 str_offset = q - q_orig;
479 SCVAL(q, 0, 0xc0 | ((str_offset >> 8) & 0x3F));
480 SCVAL(q, 1, str_offset & 0xFF);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/cx18/
H A Dcx18-mailbox.c403 u32 str_offset; local
407 str_offset = order->mb.args[1];
408 if (str_offset) {
409 cx18_setup_page(cx, str_offset);
410 cx18_memcpy_fromio(cx, str, cx->enc_mem + str_offset, 252);
418 return str_offset ? 1 : 0;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/
H A Dat76c50x-usb.h344 __le32 str_offset; /* offset of the copyright string */ member in struct:at76_fw_header
H A Dat76c50x-usb.c1622 str = (char *)fwh + le32_to_cpu(fwh->str_offset);

Completed in 161 milliseconds