Searched refs:nulls (Results 1 - 9 of 9) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dlist_nulls.h6 * but a 'nulls' marker, which can have many different values.
10 * In this special 'nulls' variant, we use the fact that objects stored in
13 * Set to 1 : This is a 'nulls' end-of-list marker (ptr >> 1)
24 #define INIT_HLIST_NULLS_HEAD(ptr, nulls) \
25 ((ptr)->first = (struct hlist_nulls_node *) (1UL | (((long)nulls) << 1)))
29 * ptr_is_a_nulls - Test if a ptr is a nulls
39 * get_nulls_value - Get the 'nulls' value of the end of chain
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/firmware/
H A Discsi_ibft.c189 static const char nulls[16]; variable
448 if (memcmp(nic->ip_addr, nulls, sizeof(nic->ip_addr)))
459 if (memcmp(nic->gateway, nulls, sizeof(nic->gateway)))
463 if (memcmp(nic->primary_dns, nulls,
468 if (memcmp(nic->secondary_dns, nulls,
473 if (memcmp(nic->dhcp, nulls, sizeof(nic->dhcp)))
539 if (memcmp(init->isns_server, nulls,
544 if (memcmp(init->slp_server, nulls,
549 if (memcmp(init->pri_radius_server, nulls,
554 if (memcmp(init->sec_radius_server, nulls,
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/net/netfilter/
H A Dnf_conntrack.h203 * Allocate a hashtable of hlist_head (if nulls == 0),
204 * or hlist_nulls_head (if nulls == 1)
206 extern void *nf_ct_alloc_hashtable(unsigned int *sizep, int *vmalloced, int nulls);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/alpha/lib/
H A Dev6-strncpy_from_user.S195 cmpbge zero, t2, t8 # E : find nulls in second partial
H A Dev6-stxncpy.S212 cmpbge zero, t2, t8 # E : find nulls in second partial
H A Dstrncpy_from_user.S159 cmpbge zero, t2, t8 # e0 : find nulls in second partial
H A Dstxncpy.S170 cmpbge zero, t2, t8 # e0 : find nulls in second partial
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dregex.tex202 maximum portability assume that {\it text} cannot contain embedded nulls.
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/netfilter/
H A Dnf_conntrack_core.c928 * if the nulls value we got at the end of this lookup is
1873 void *nf_ct_alloc_hashtable(unsigned int *sizep, int *vmalloced, int nulls) argument
1893 if (hash && nulls)

Completed in 93 milliseconds