Searched refs:max_offset (Results 1 - 10 of 10) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/router/samba/source/rpc_parse/
H A Dparse_sec.c182 uint32 max_offset = 0; /* after we're done, move offset to end */ local
237 max_offset = MAX(max_offset, prs_offset(ps));
254 max_offset = MAX(max_offset, prs_offset(ps));
275 max_offset = MAX(max_offset, prs_offset(ps));
287 max_offset = MAX(max_offset, prs_offset(ps));
299 max_offset
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/scsi/
H A DAM53C974.h62 unsigned char max_offset[8]; /* max. sync. offset (setup), only valid if corresponding sync_en is nonzero */ member in struct:AM53C974_hostdata
H A DAM53C974.c360 int max_offset; /* max. sync. offset, 0 = asynchronous */ member in struct:_override_t
618 overrides[commandline_current].max_offset = ints[4];
724 hostdata->max_offset[i] = DEFAULT_SYNC_OFFSET;
733 hostdata->max_offset[j] = overrides[i].max_offset;
2015 hostdata->msgout[4] = hostdata->max_offset[cmd->target];
H A D53c700.c625 __u8 max_offset = (hostdata->chip710 local
634 if(offset > max_offset) {
636 offset, max_offset);
637 offset = max_offset;
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/mtd/
H A Dftl.c261 loff_t offset, max_offset; local
264 max_offset = (0x100000<part->mtd->size)?0x100000:part->mtd->size;
267 (offset + sizeof(header)) < max_offset;
279 if (offset == max_offset) {
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/ipv4/netfilter/
H A Darp_tables.c494 unsigned int max_offset)
508 && targ->verdict > max_offset - sizeof(struct arpt_entry)) {
493 standard_check(const struct arpt_entry_target *t, unsigned int max_offset) argument
H A Dip_tables.c595 unsigned int max_offset)
609 && targ->verdict > max_offset - sizeof(struct ipt_entry)) {
594 standard_check(const struct ipt_entry_target *t, unsigned int max_offset) argument
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/ipv4/netfilter.noQoS/
H A Darp_tables.c494 unsigned int max_offset)
508 && targ->verdict > max_offset - sizeof(struct arpt_entry)) {
493 standard_check(const struct arpt_entry_target *t, unsigned int max_offset) argument
H A Dip_tables.c595 unsigned int max_offset)
609 && targ->verdict > max_offset - sizeof(struct ipt_entry)) {
594 standard_check(const struct ipt_entry_target *t, unsigned int max_offset) argument
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/ipv6/netfilter/
H A Dip6_tables.c671 unsigned int max_offset)
685 && targ->verdict > max_offset - sizeof(struct ip6t_entry)) {
670 standard_check(const struct ip6t_entry_target *t, unsigned int max_offset) argument

Completed in 97 milliseconds