Searched refs:open_domain2 (Results 1 – 9 of 9) sorted by relevance
/dports/sysutils/openipmi/OpenIPMI-2.0.29/swig/python/ |
H A D | sample2.py | 112 a = OpenIPMI.open_domain2("test", ["-noall",] + sys.argv[1:],
|
H A D | sample.py | 982 a = OpenIPMI.open_domain2("test", sys.argv[1:], main_handler, main_handler)
|
/dports/sysutils/openipmi/OpenIPMI-2.0.29/swig/perl/ |
H A D | test_lanparm.p | 851 $$h->{domain_id} = OpenIPMI::open_domain2("test", \@args, $h, \undef);
|
H A D | test_pef.p | 1456 $$h->{domain_id} = OpenIPMI::open_domain2("test", \@args, $h, \undef);
|
H A D | test_pet.p | 1150 $$h->{domain_id} = OpenIPMI::open_domain2("test", \@args, $h, \undef);
|
H A D | test_chan.p | 587 $$h->{domain_id} = OpenIPMI::open_domain2("test", \@args, $h, \undef);
|
H A D | test_fru.p | 1135 $$h->{domain_id} = OpenIPMI::open_domain2("test", \@args, $h, \undef);
|
H A D | sample | 1131 $a = OpenIPMI::open_domain2("test", \@ARGV, $h, $h);
|
/dports/sysutils/openipmi/OpenIPMI-2.0.29/swig/ |
H A D | OpenIPMI.i | 3421 open_domain2(char *name, argarray *args, swig_cb *done, swig_cb *up) in open_domain2() function 3843 %newobject open_domain2; 3877 ipmi_domain_id_t *open_domain2(char *name, argarray *args,
|