Home
last modified time | relevance | path

Searched defs:moid (Results 1 – 13 of 13) sorted by relevance

/dports/sysutils/ansible2/ansible-2.9.27/lib/ansible/modules/remote_management/intersight/
H A Dintersight_rest_api.py166 def configure_resource(intersight, moid): argument
194 def delete_resource(intersight, moid): argument
/dports/sysutils/pesign/pesign-0.110/src/
H A Doid.c84 find_ms_oid_tag(ms_oid_t moid) in find_ms_oid_tag()
92 int get_ms_oid_secitem(ms_oid_t moid, SECItem *si) in get_ms_oid_secitem()
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/cisco/intersight/plugins/module_utils/
H A Dintersight.py251 …def intersight_call(self, http_method="", resource_path="", query_params=None, body=None, moid=Non… argument
362 def configure_resource(self, moid, resource_path, body, query_params, update_method=''): argument
397 def delete_resource(self, moid, resource_path): argument
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/cisco/intersight/plugins/modules/
H A Dintersight_server_profile.py143 def post_profile_to_policy(intersight, moid, resource_path, policy_name): argument
/dports/sysutils/ansible2/ansible-2.9.27/lib/ansible/module_utils/remote_management/
H A Dintersight.py198 …def intersight_call(self, http_method="", resource_path="", query_params=None, body=None, moid=Non… argument
/dports/science/jmol/jmol-14.32.7/src/org/jmol/adapter/readers/quantum/
H A DQchemReader.java636 int[] moid = new int[6]; // mo numbers in readMOs() local
/dports/lang/algol68g/algol68g-2.8.4/source/
H A Dmonitor.c643 MOID_T *moid; in selection() local
745 MOID_T *moid, *res; in slice() local
1098 MOID_T *moid; in parse() local
H A Da68g.c5854 MOID_T *moid = NO_MOID; in diagnostic_node() local
5938 MOID_T *moid = NO_MOID; in diagnostic_line() local
H A Dgenie.c2062 MOID_T *moid = MOID (p); in genie_denotation() local
H A Denviron.c11119 genie_value_to_string (NODE_T * p, MOID_T * moid, BYTE_T * item, int mod) in genie_value_to_string()
/dports/misc/rump/buildrump.sh-b914579/src/external/cddl/osnet/dist/uts/common/fs/zfs/
H A Dzfs_znode.c1433 uint64_t moid, obj, version; in zfs_create_fs() local
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/community/vmware/plugins/module_utils/
H A Dvmware.py1932 def find_obj_by_moid(self, object_type, moid): argument
/dports/net/py-libcloud/apache-libcloud-3.4.1/libcloud/compute/drivers/
H A Dvsphere.py1062 def _get_item_by_moid(self, type_, moid): argument