Searched refs:otable (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/netlink/
H A Daf_netlink.c273 struct hlist_head *otable, *table; local
291 otable = hash->table;
301 sk_for_each_safe(sk, node, tmp, &otable[i])
305 nl_pid_hash_free(otable, osize);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/gpu/drm/nouveau/
H A Dnouveau_bios.c4482 uint8_t *otable = NULL; local
4536 otable = bios_output_config_match(dev, dcbent, table[1] +
4539 if (!otable) {
4546 for (i = 0; i < otable[5]; i++) {
4547 if (ROM16(otable[table[4] + i*6]) == sub)
4551 if (i == otable[5]) {
4560 script = ROM16(otable[6]);
4570 script = ROM16(otable[8]);
4581 script = ROM16(otable[10]);
4593 script = ROM16(otable[tabl
[all...]

Completed in 104 milliseconds