Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/firmware/
Discsi_ibft.c189 static const char nulls[16]; variable
448 if (memcmp(nic->ip_addr, nulls, sizeof(nic->ip_addr))) in ibft_check_nic_for()
459 if (memcmp(nic->gateway, nulls, sizeof(nic->gateway))) in ibft_check_nic_for()
463 if (memcmp(nic->primary_dns, nulls, in ibft_check_nic_for()
468 if (memcmp(nic->secondary_dns, nulls, in ibft_check_nic_for()
473 if (memcmp(nic->dhcp, nulls, sizeof(nic->dhcp))) in ibft_check_nic_for()
539 if (memcmp(init->isns_server, nulls, in ibft_check_initiator_for()
544 if (memcmp(init->slp_server, nulls, in ibft_check_initiator_for()
549 if (memcmp(init->pri_radius_server, nulls, in ibft_check_initiator_for()
554 if (memcmp(init->sec_radius_server, nulls, in ibft_check_initiator_for()
/linux-3.4.99/include/linux/
Dlist_nulls.h24 #define INIT_HLIST_NULLS_HEAD(ptr, nulls) \ argument
25 ((ptr)->first = (struct hlist_nulls_node *) (1UL | (((long)nulls) << 1)))
/linux-3.4.99/Documentation/RCU/
Drculist_nulls.txt6 Using special makers (called 'nulls') is a convenient way
115 For example, if we choose to store the slot number as the 'nulls'
118 to another chain) checking the final 'nulls' value if
119 the lookup met the end of chain. If final 'nulls' value
142 * if the nulls value we got at the end of this lookup is
/linux-3.4.99/include/net/netfilter/
Dnf_conntrack.h204 extern void *nf_ct_alloc_hashtable(unsigned int *sizep, int nulls);
/linux-3.4.99/arch/alpha/lib/
Dstxncpy.S174 cmpbge zero, t2, t8 # e0 : find nulls in second partial
Dstrncpy_from_user.S159 cmpbge zero, t2, t8 # e0 : find nulls in second partial
Dev6-strncpy_from_user.S195 cmpbge zero, t2, t8 # E : find nulls in second partial
Dev6-stxncpy.S216 cmpbge zero, t2, t8 # E : find nulls in second partial
/linux-3.4.99/net/netfilter/
Dnf_conntrack_core.c1392 void *nf_ct_alloc_hashtable(unsigned int *sizep, int nulls) in nf_ct_alloc_hashtable() argument
1408 if (hash && nulls) in nf_ct_alloc_hashtable()