Searched refs:zero_data (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/src/router/squashfs-4.2/
H A Dunsquashfs.c743 char *zero_data = NULL; variable
757 if((sparse == FALSE || lseek_broken) && zero_data == NULL) {
758 if((zero_data = malloc(block_size)) == NULL)
761 memset(zero_data, 0, block_size);
770 if(write_bytes(file_fd, zero_data, avail_bytes)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/scsi/
H A Discsi_proto.h44 #define zero_data(p) {p[0]=0;p[1]=0;p[2]=0;} macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/
H A Dlibiscsi.c444 zero_data(hdr->dlength);
459 zero_data(hdr->dlength);

Completed in 76 milliseconds