Searched refs:on_off (Results 1 - 6 of 6) sorted by relevance

/external/iproute2/ip/
H A Diplink_vlan.c36 static int on_off(char *msg) function
96 return on_off("reorder_hdr");
105 return on_off("gvrp");
114 return on_off("loose_binding");
H A Diplink.c94 static int on_off(char *msg) function
346 return on_off("multicast");
355 return on_off("allmulticast");
364 return on_off("promisc");
373 return on_off("trailers");
382 return on_off("noarp");
415 return on_off("dynamic");
834 return on_off("multicast");
843 return on_off("allmulticast");
852 return on_off("promis
[all...]
/external/oprofile/libpp/
H A Dformat_output.cpp135 void formatter::show_header(bool on_off) argument
137 need_header = on_off;
141 void formatter::vma_format_64bit(bool on_off) argument
143 vma_64 = on_off;
147 void formatter::show_long_filenames(bool on_off) argument
149 long_filenames = on_off;
153 void formatter::show_global_percent(bool on_off) argument
155 global_percent = on_off;
444 void opreport_formatter::show_details(bool on_off) argument
446 need_details = on_off;
621 show_details(bool on_off) argument
[all...]
/external/kernel-headers/original/asm-arm/arch/
H A Dboard.h126 void (*set_power)(struct omap_pwm_led_platform_data *self, int on_off);
/external/bluetooth/bluedroid/stack/l2cap/
H A Dl2c_api.c943 BOOLEAN on_off = !data_enabled; local
945 L2CAP_TRACE_API2 ("L2CA_FlowControl(%d) CID: 0x%04x", on_off, cid);
959 if (p_ccb->fcrb.local_busy != on_off)
961 p_ccb->fcrb.local_busy = on_off;
965 if (on_off)
/external/opencv/cxcore/include/
H A Dcxcore.h1485 CVAPI(int) cvUseOptimized( int on_off );

Completed in 293 milliseconds