Searched refs:OPT_NOPARAM (Results 1 - 3 of 3) sorted by relevance

/freebsd-11.0-release/sys/contrib/rdma/krping/
H A Dgetopt.h9 #define OPT_NOPARAM 1 macro
H A Dgetopt.c50 if (opts->has_arg & OPT_NOPARAM) {
H A Dkrping.c89 {"verbose", OPT_NOPARAM, 'v'},
90 {"validate", OPT_NOPARAM, 'V'},
91 {"server", OPT_NOPARAM, 's'},
92 {"client", OPT_NOPARAM, 'c'},
94 {"server_inv", OPT_NOPARAM, 'I'},
95 {"wlat", OPT_NOPARAM, 'l'},
96 {"rlat", OPT_NOPARAM, 'L'},
97 {"bw", OPT_NOPARAM, 'B'},
98 {"duplex", OPT_NOPARAM, 'd'},
100 {"poll", OPT_NOPARAM, '
[all...]

Completed in 107 milliseconds