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

/external/libnl/lib/route/link/
H A Dapi.c48 static struct rtnl_link_info_ops *info_ops; variable in typeref:struct:rtnl_link_info_ops
54 for (ops = info_ops; ops; ops = ops->io_next)
71 ops->io_next = info_ops;
72 info_ops = ops;
81 for (tp = &info_ops; (t=*tp) != NULL; tp = &t->io_next)
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/
H A Dx86id.c639 const x86_info_operand *info_ops = local
694 switch (info_ops[i].type) {
770 (info_ops[i].size == OPS_8 &&
773 (info_ops[i].size == OPS_16 &&
775 (info_ops[i].size == OPS_32 &&
777 (info_ops[i].size == OPS_64 &&
783 (info_ops[i].size == OPS_8 &&
786 (info_ops[i].size == OPS_16 &&
788 (info_ops[i].size == OPS_32 &&
790 (info_ops[
1234 const x86_info_operand *info_ops = local
[all...]

Completed in 121 milliseconds