Home
last modified time | relevance | path

Searched refs:check_generic (Results 1 – 15 of 15) sorted by relevance

/dports/net-mgmt/pandorafms_console/pandorafms_console-6.0SP2/
H A Dinstall.php144 function check_generic ( $ok, $label ) { function
819 check_generic ( 0, "Connection with Database");
842 check_generic ($step3, "Creating schema");
915 check_generic(0, "Connection with Database");
918 check_generic(1, "Connection with Database");
927 check_generic($step1, "Creating schema");
933 check_generic ($step2, "Populating database");
1007 check_generic(0, "Connection with Database");
1010 check_generic(1, "Connection with Database");
1050 check_generic($step3, "Creating schema");
[all …]
/dports/misc/mxnet/incubator-mxnet-1.9.0/3rdparty/tvm/tests/python/topi/python/
H A Dtest_topi_conv2d_transpose_nchw.py89 def check_generic(device, ctx): function
95 check_generic("llvm", tvm.cpu(0))
/dports/sysutils/monit/monit-5.29.0/src/protocols/
H A Dprotocol.c55 &(struct Protocol_T){"generic", check_generic},
H A Dprotocol.h78 void check_generic(Socket_T);
H A Dgeneric.c62 void check_generic(Socket_T socket) { in check_generic() function
/dports/sysutils/monit/monit-5.29.0/src/
H A Dgc.c408 } else if ((*p)->protocol->check == check_generic) { in _gcportlist()
H A Dp.y1775 … if (portset.protocol->check == check_default || portset.protocol->check == check_generic) {
1783 … if (portset.protocol->check == check_default || portset.protocol->check == check_generic) {
H A Dy.tab.c5422 … if (portset.protocol->check == check_default || portset.protocol->check == check_generic) { in yyparse()
5435 … if (portset.protocol->check == check_default || portset.protocol->check == check_generic) { in yyparse()
/dports/net-mgmt/check_multi/check_multi-0.26/
H A DChangelog84 …ok/warning/critical/unknown state rules for particular child checks: check_multi goes check_generic
/dports/math/libpgmath/flang-d07daf3/tools/flang1/flang1exe/
H A Dsemant.h1627 void check_generic(int);
H A Dsemfunc.c3237 int dum, i, ii, check_generic; in subr_call2() local
3251 check_generic = 1; in subr_call2()
3255 check_generic = 0; in subr_call2()
3272 if (stype == ST_USERGENERIC && check_generic) { in subr_call2()
3316 if (GSAMEG(sptr) && check_generic) { in subr_call2()
3363 if (GSAMEG(sptr) && check_generic) { in subr_call2()
3444 if (check_generic && CLASSG(sptr) && list != ITEM_END && in subr_call2()
H A Dsemgnr.c152 check_generic(int gnr) in check_generic() function
H A Dsemant.c9986 check_generic(sptr); in semant1()
9988 check_generic(sptr); in semant1()
/dports/devel/m17n-lib/m17n-lib-1.8.0/src/
H A Dfont-ft.c775 ft_list_family (MSymbol family, int check_generic, int check_alias) in ft_list_family() argument
850 else if (check_generic in ft_list_family()
/dports/sysutils/fluent-bit/fluent-bit-1.8.11/lib/monkey/
H A DChangeLog4345 Configure: check_generic() now accepts new parameter for defines
8916 …configure: check_generic returns false on warnings, links against needed libraries, gets documenta…