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

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/wificonfig/
H A Dwificonfig.c418 static gs_ops_t do_gs_func[] = { variable
436 #define N_GS_FUNC sizeof (do_gs_func) / sizeof (gs_ops_t)
1614 if ((do_gs_func[i].p_do_get_func != NULL) &&
1615 (do_gs_func[i].p_do_get_func(fd) != B_TRUE)) {
1619 (void) printf("\t%11s", do_gs_func[i].cmd);
1620 if (do_gs_func[i].rw == RO)
4116 if (strcmp(param, do_gs_func[j].cmd) == 0) {
4127 if (value_is_valid(do_gs_func[j].index, pequal) ==
4317 * Match function with do_gs_func[] table, and print its result
4322 if (strcmp(argv[i], do_gs_func[
[all...]

Completed in 67 milliseconds