Searched defs:do_func (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/fm/fmdump/common/
H A Dfmdump.h65 fmd_log_rec_f *do_func; member in struct:fmdump_ops::fmdump_fmt
/illumos-gate/usr/src/test/libc-tests/tests/symbols/
H A Dsymbols_test.c588 do_func(char **fields, int nfields, char **err) function
1004 "func", do_func,
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/wificonfig/
H A Dwificonfig.c266 static cmd_ops_t do_func[] = { variable
435 #define N_FUNC sizeof (do_func) / sizeof (cmd_ops_t)
4809 if (strcmp(argv[0], do_func[i].cmd) == 0) {
4813 if (do_func[i].b_auth &&
4818 if (do_func[i].b_fileonly)
4820 if (do_func[i].b_readonly)
4887 if (do_func[i].p_do_func(fddev, argc-1, argv+1)
4893 if (do_func[i].b_readonly)

Completed in 71 milliseconds