Erlang/OTP Permuted Index

Permuted index of Erlang/OTP functions and commands

A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

C

Cancel an asynchronous call erl_driver:int driver_async_cancel/1
Display profiling results per function call. eprof:total_analyse/0
Remote Procedure Call erl_connect:erl_rpc/4
Remote Procedure Call erl_connect:erl_rpc_from/3
Remote Procedure Call erl_connect:erl_rpc_to/4
Return the process making the driver call erl_driver:ErlDriverTerm driver_caller/1
  Call a COM method, using the V-table. erl_com:com_call/2
  Call a COM method, using the V-table. erl_com:com_call/3
Make a call and return the answer in a list of characters. unix:cmd/1
  Call epmd for the fully qualified name (DNS) of Host net_adm:dns_hostname/1
Fatal error, but not system call error erl_error:erl_err_quit/2
Fatal system call error erl_error:erl_err_sys/2
Non-fatal error, and not system call error erl_error:erl_err_msg/2
Non-fatal system call error erl_error:erl_err_ret/2
Set the usage of call frame inspections i:ist/1
Set the usage of call frame inspections int:stack_trace/1
Remote Procedure Call from C to Erlang ei_connect:ei_rpc/7
Remote Procedure Call from C to Erlang ei_connect:erl_rpc_from/5
Remote Procedure Call from C to Erlang ei_connect:erl_rpc_to/6
  Call Function for each record in Table mnesia:foldl/3
  Call Function for each record in Table mnesia:foldr/3
Called when an asynchronous call has returned driver_entry:void ready_async/2
Extract and translate the initial call of a proc_lib spawned process proc_lib:translate_initial_call/1
Extract the initial call of a proc_lib spawned process proc_lib:initial_call/1
Evaluate a function call on a node rpc:call/4
Evaluate a function call on a remote node in the RPC servers context rpc:block_call/4
Evaluate a function call on a specific set of nodes rpc:multicall/4
Run a function call on a specified set of nodes rpc:eval_everywhere/4
Evaluate a function call on all nodes rpc:multicall/3
Run a function call on all nodes rpc:eval_everywhere/3
Provide an event for having the emulator call the driver erl_driver:int driver_select/4
Set a timer to call the driver erl_driver:int driver_set_timer/2
  Call the Fun in a context which is not protected by a transaction. mnesia:async_dirty/3
  Call the Fun in a context which is not protected by a transaction. mnesia:sync_dirty/3
  Call the Fun in a raw context which is not protected by a transaction. mnesia:ets/3
Make a synchronous call to a generic event manager. gen_event:call/3
Make a synchronous call to a generic event manager. gen_event:call/4
Make a synchronous call to a generic server. gen_server:call/2
Make a synchronous call to a generic server. gen_server:call/3
Convert an integer return from a COM call, to an interface tuple. erl_com:package_interface/2
Make a synchronous call to several generic servers. gen_server:multi_call/2
Make a synchronous call to several generic servers. gen_server:multi_call/3
Make a synchronous call to several generic servers. gen_server:multi_call/4
>Clear call trace pattern for the specified functions dbg:ctpg/2
>Clear call trace pattern for the specified functions dbg:ctpg/3
Clear call trace pattern for the specified functions dbg:ctp/1
Clear call trace pattern for the specified functions dbg:ctp/2
Clear call trace pattern for the specified functions dbg:ctp/3
Clear call trace pattern for the specified functions dbg:ctp/3
Clear call trace pattern for the specified functions dbg:ctpg/1
Clear call trace pattern for the specified functions dbg:ctpg/3
Clear call trace pattern for the specified functions dbg:ctpl/1
Clear call trace pattern for the specified functions dbg:ctpl/2
Clear call trace pattern for the specified functions dbg:ctpl/3
Clear call trace pattern for the specified functions dbg:ctpl/3
Set trace patterns for global call tracing erlang:erlang:trace_pattern/2
Synchronous call with term conversion driver_entry:int call/7
Synchronous call with term data. erlang:port_call/3
Perform an asynchronous call within a driver erl_driver:long driver_async/3
  Called after loading of driver driver_entry:int init/1
Get an iterator (called enum in COM) for a COM-object. erl_com:enum/1
  Called if a configuration error occurs snmp_error:config_err/2
  Called if a user related error occurs snmp_error:user_err/2
  Called just before the dynamic driver is unloaded driver_entry:void finish/1
Create a Mnesia table called Name with properties as described by the argument TabDef. mnesia:create_table/2
Start a slave node at Host called Name@Host slave:start/2
Start a slave node at Host called Name@Host slave:start_link/2
Start a slave node at Host called Name@Host slave:start_link/3
Start a slave node at Host called Name@Host and passes Args to new node slave:start/3
  Called when an asynchronous call has returned driver_entry:void ready_async/2
  Called when an undefined function is encountered error_handler:undefined_function/3
  Called when an undefined lambda (fun) is encountered error_handler:undefined_lambda/3
  Called when port is closed driver_entry:void stop/1
  Called when port is opened driver_entry:int start/2
  Called when port is written to driver_entry:void output/3
  Called when the driver event for input or output is signaled driver_entry:void ready_input/2
  Called when the driver event for input or output is signaled driver_entry:void ready_output/2
  Called when the port is written to driver_entry:void outputv/2
  Called when the process should continue its execution sys:Mod:system_continue/3
  Called when the process should perform a code change sys:Mod:system_code_change/4
  Called when the process should terminate sys:Mod:system_terminate/4
  Called when timer reaches 0 driver_entry:void timeout/1
This function is called whenever an event occurs in mod_security mod_security:event/4
This function is called whenever an event occurs in mod_security mod_security:event/5
Send a reply to a caller. gen_fsm:reply/2
Start the boot server and links the caller. erl_boot_server:start_link/1
Halt the Erlang runtime system and indicate normal exit to the calling environment erlang:halt/0
Associate a UDP port number with the process calling it. gen_udp:open/1
Associate a UDP port number with the process calling it. gen_udp:open/2
Return the process identity of the calling process erlang:self/0
Start the server and links it to the calling process. erl_ddll:start_link/0
Suspend the calling process for Time amount of milliseconds. timer:sleep/1
Remove a link, if there is one, from the calling process to another process erlang:unlink/1
Display the SSL verification depth for incoming calls cosFileTransferApp:ssl_server_depth/0
Display the SSL verification depth for incoming calls orber:ssl_server_depth/0
Display the SSL verification depth for outgoing calls cosFileTransferApp:ssl_client_depth/0
Display the SSL verification depth for outgoing calls orber:ssl_client_depth/0
Display the SSL verification type for incoming calls cosFileTransferApp:ssl_server_verify/0
Display the SSL verification type for incoming calls orber:ssl_server_verify/0
Display the SSL verification type for outgoing calls cosFileTransferApp:ssl_client_verify/0
Display the SSL verification type for outgoing calls orber:ssl_client_verify/0
Set pattern for traced global function calls dbg:tp/2
Set pattern for traced global function calls dbg:tp/3
Set pattern for traced global function calls dbg:tp/4
Set pattern for traced global function calls dbg:tp/4
Set pattern for traced local (as well as global) function calls dbg:tpl/2
Set pattern for traced local (as well as global) function calls dbg:tpl/3
Set pattern for traced local (as well as global) function calls dbg:tpl/4
Set pattern for traced local (as well as global) function calls dbg:tpl/4
Set the value of the SSL verification type for outgoing calls orber:set_ssl_client_verify/1
Set trace patterns for tracing of function calls erlang:erlang:trace_pattern/3
Sets the value of the SSL verification depth for outgoing calls orber:set_ssl_client_depth/1
  Calls erlang:apply(Func, Args) surrounded by trace([start | OptionList]) and trace(stop). fprof:apply/3
Evaluate several function calls on all nodes in parallel rpc:parallel_eval/1
Set certain flags for the process which calls this function erlang:process_flag/2
  Cancel a previously requested timeout identified by TRef. timer:cancel/1
  Cancel a previously set timer erl_driver:int driver_cancel_timer/1
  Cancel a timer erlang:erlang:cancel_timer/1
  Cancel all outstanding messages for this connection megaco:cancel/2
  Cancel an asynchronous call erl_driver:int driver_async_cancel/1
  Cancel, if possible, triggering of event(s). Return true if an event is actually cancelled, false otherwise CosTimerEvent_TimerEventHandler:cancel_timer/1
Cancel, if possible, triggering of event(s). Return true if an event is actually cancelled, false otherwise CosTimerEvent_TimerEventHandler:cancel_timer/1
Return the canonical map. sofs:canonical_relation/1
Take care of system messages sys:handle_system_msg/6
Return the Cartesian product of a tuple of sets. sofs:product/1
Return the Cartesian product of two sets. sofs:product/2
Return the Osfamily and, in some cases, Osname of the current operating system. os:type/0
  Center a string string:centre/2
  Center a string string:centre/3
  Cerate a new Erlang process with a function as entry point giving additional options erlang:spawn_opt/4
Return the official name of the host with a certain address ssl_socket:resolve/1
Block user from access to a directory for a certain amount of time. mod_security:block_user/4
Block user from access to a directory for a certain amount of time. mod_security:block_user/5
Set certain flags for the process Pid erlang:process_flag/3
Set certain flags for the process which calls this function erlang:process_flag/2
Read from a file at a certain position file:pread/3
Write to a file at a certain position file:pwrite/3
Read from a file at certain positions file:pread/4
Write to a file at certain positions file:pwrite/4
Get the name of an application containing a certain process or module. application:get_application/0
Get the name of an application containing a certain process or module. application:get_application/1
Check if certain Quality of Service properties can be added to events in the current context of the target object CosNotifyChannelAdmin_ProxyConsumer:validate_event_qos/2
Display the path to the client certificate cosFileTransferApp:ssl_client_certfile/0
Display the path to the client certificate orber:ssl_client_certfile/0
Display the path to the server certificate orber:ssl_server_certfile/0
Display the path to the target certificate cosFileTransferApp:ssl_server_certfile/0
Set the value of the client certificate orber:set_ssl_client_certfile/1
Return a CGI-1.1 environment variable string to be used by open_port/2. mod_cgi:env/3
Let other processes get a chance to execute erlang:erlang:yield/0
Called when the process should perform a code change sys:Mod:system_code_change/4
  Change a configuration parameter. mnesia:change_config/2
  Change an application's permission to run on a node. application:permit/2
  Change controlling process of a Socket. gen_udp:controlling_process/2
  Change directory c:cd/1
  Change file information file:write_file_info/2
  Change format on all records in table. Tab mnesia:transform_table/3
  Change format on all records in table. Tab mnesia:transform_table/4
  Change local working directory. ftp:lcd/2
  Change owner for a file file:change_group/2
  Change owner for a file file:change_owner/3
  Change owner of a file file:change_owner/2
  Change remote working directory. ftp:cd/2
Send the code change system message to the process sys:change_code/4
Send the code change system message to the process sys:change_code/5
  Change the access mode for the table. mnesia:change_table_access_mode/2
  Change the AuthAcessPassword mod_auth:update_password/5
  Change the AuthAcessPassword mod_auth:update_password/6
  Change the current working directory of the target object's associated file system CosFileTransfer_FileTransferSession:set_directory/2
  Change the event data sent when triggered CosTimerEvent_TimerEventHandler:set_data/2
  Change the filter function for a log eva_log:set_filter/2
  Change the given property's mode CosPropertyService_PropertySetDef:set_property_mode/3
  Change the head or head_func option for an owner of a disk log. disk_log:change_header/2
  Change the internal debug level of Mnesia mnesia:set_debug_level/1
  Change the listed properties mode's CosPropertyService_PropertySetDef:set_property_modes/2
  Change the load order priority for the table. mnesia:change_table_load_order/2
  Change the modification time for a file file:change_time/2
  Change the modification time for a file file:change_time/3
  Change the notify option for an owner of a disk log. disk_log:change_notify/3
  Change the QoS settings for the target object CosNotification_QoSAdmin:set_qos/2
  Change the size of an open disk log. disk_log:change_size/2
  Change the size of the Audit Trail Log snmp:change_log_size/1
  Change the storage type of a table. mnesia:change_table_copy_type/3
The variable erl_errno contains the erl_interface error number. You can change the value if you wish. erl_error:erl_errno
  Change to the next wrap log file of a disk log. disk_log:inc_wrap_file/1
Create a new channel CosNotifyChannelAdmin_EventChannelFactory:create_channel/3
Destroy the event channel CosEventChannelAdmin_EventChannel:destroy/1
Disconnect the ProxyPullConsumer object from the event channel. CosEventChannelAdmin_ProxyPullConsumer:disconnect_pull_consumer/1
Disconnect the ProxyPullSupplier object from the event channel. CosEventChannelAdmin_ProxyPullSupplier:disconnect_pull_supplier/1
Disconnect the ProxyPushConsumer object from the event channel. CosEventChannelAdmin_ProxyPushConsumer:disconnect_push_consumer/1
Disconnect the ProxyPushSupplier object from the event channel. CosEventChannelAdmin_ProxyPushSupplier:disconnect_push_supplier/1
Return the ancestor channel CosNotifyChannelAdmin_ConsumerAdmin:_get_MyChannel/1
Return the objects associated channel CosNotifyChannelAdmin_SupplierAdmin:_get_MyChannel/1
Terminate the channel and all its childrens CosNotifyChannelAdmin_EventChannel:destroy/1
Start a channel factory as default cosNotificationApp:start_factory/0
Start a global channel factory as default cosNotificationApp:start_global_factory/0
Start a channel factory with options cosNotificationApp:start_factory/1
Start a global channel factory with options cosNotificationApp:start_global_factory/1
Return the channel object associated with the given Id CosNotifyChannelAdmin_EventChannelFactory:get_event_channel/2
Start a channel, which is linked to the invoking process, with default settings cosEventApp:start_channel_link/0
Start a channel, which is linked to the invoking process, with settings defined by the given options cosEventApp:start_channel_link/1
Start a channel with default settings cosEventApp:start_channel/0
Start a channel with settings defined by the given options cosEventApp:start_channel/1
Return all Id:s for channels, currently alive, created by the target object CosNotifyChannelAdmin_EventChannelFactory:get_all_channels/1
Decode a character ei:ei_decode_char/3
Encode a character ei:ei_encode_char/3
Encode a character ei:ei_x_encode_char/2
Return a character io_lib:write_char/1
Return the index of the first/last occurrence of Character in String string:chr/2
Return the index of the first/last occurrence of Character in String string:rchr/2
Make a call and return the answer in a list of characters. unix:cmd/1
Remove leading and/or trailing white spaces and custom characters. httpd_conf:custom_clean/3
Returns a string consisting of numbers of characters string:chars/2
Returns a string consisting of numbers of characters string:chars/3
Strip leading or trailing characters string:strip/1
Strip leading or trailing characters string:strip/2
Strip leading or trailing characters string:strip/3
Test for a deep list of characters io_lib:deep_char_list/1
Test for a list of characters io_lib:char_list/1
Test for a list of printable characters io_lib:printable_list/1
Span characters at start of string string:cspan/2
Span characters at start of string string:span/2
Read characters from standard input io:get_chars/3
Return all characters in Filename, except the extension. filename:rootname/1
Return all characters in Filename, except the extension. filename:rootname/2
Write characters to standard output io:put_chars/2
Return an atom whose text representation is the integers (Latin-1 codes) in CharIntegerList erlang:list_to_atom/1
Cross reference check a module c:xm/1
  Check a module for errors erl_lint:module/1
  Check a module for errors erl_lint:module/2
  Check a module for errors erl_lint:module/3
  Check a module using the code path. xref:m/1
  Check a module using the code path. xref:m/1
  check for member gb_sets:is_member/2
  Check for OID conflicts between MIBs snmp:is_consistent/1
  check for subset gb_sets:is_subset/2
  Check if a cookie is known auth:node_cookie/2
  Check if a cookie is known auth:node_cookie/2
  Check if a date is valid calendar:valid_date/1
  Check if a date is valid calendar:valid_date/3
  Check if a DateAndTime value is correct snmp:validate_date_and_time/1
  Check if a digraph is acyclic. digraph_utils:is_acyclic/1
  Check if a file path is a directory. httpd_conf:is_directory/1
  Check if a file path is a regular file. httpd_conf:is_file/1
  Check if a module is Cover compiled. cover:is_compiled/1
  Check if a node exists auth:exists/1
  Check if a row in a table exists snmp_generic:table_row_exists/2
  Check if a table exists snmp_local_db:table_exists/1
  Check if a year is a leap year. calendar:is_leap_year/1
  Check if certain Quality of Service properties can be added to events in the current context of the target object CosNotifyChannelAdmin_ProxyConsumer:validate_event_qos/2
  Check if child specifications are syntactically correct. supervisor:check_childspecs/1
  check if empty gb_sets:is_empty/1
  check if key exist gb_trees:is_defined/2
  Check if string is a valid enumeration. httpd_conf:check_enum/2
  Check if the QoS properties can be set CosNotifyChannelAdmin_ProxySupplier:validate_event_qos/2
  Check installation of the release in the system release_handler:check_install_release/1
  Check syntax of an IDL typecode orber_tc:check/1
  Check the modules in a directory using the code path. xref:d/1
  Check whether terms on files are sorted file_sorter:check/1
  Check whether terms on files are sorted file_sorter:check/2
  Check whether terms on files are sorted by key file_sorter:keycheck/2
  Check whether terms on files are sorted by key file_sorter:keycheck/3
How often (in milliseconds) memory is checked memsup:get_check_interval/0
How often,in milliseconds, the disks are checked disksup:get_check_interval/0
Activate a checkpoint. mnesia:activate_checkpoint/1
Back up all tables in a checkpoint. mnesia:backup_checkpoint/3
Deactivate a checkpoint. mnesia:deactivate_checkpoint/1
Restart a terminated child process belonging to a supervisor. supervisor:restart_child/2
Terminate a child process belonging to a supervisor. supervisor:terminate_child/2
Dynamically add a child process to a supervisor. supervisor:start_child/2
Return information about all children specifications and child processes belonging to a supervisor. supervisor:which_children/1
Delete a child specification from a supervisor. supervisor:delete_child/2
Check if child specifications are syntactically correct. supervisor:check_childspecs/1
Terminate the target object and all its children CosNotifyChannelAdmin_ConsumerAdmin:destroy/1
Return information about all children specifications and child processes belonging to a supervisor. supervisor:which_children/1
Terminate the channel and all its childrens CosNotifyChannelAdmin_EventChannel:destroy/1
  Choose elements which satisfy a predicate dict:filter/2
  Choose elements which satisfy a predicate lists:filter/2
Return information about a chunk continuation of a disk log. disk_log:chunk_info/1
Apply a match specification to the first chunk of objects stored in a Dets table. dets:select/3
Match a chunk of objects stored in a Dets table and return a list of objects. dets:match_object/1
Match the first chunk of objects stored in a Dets table and return a list of objects. dets:match_object/3
Match a chunk of objects stored in a Dets table and return a list of variable bindings. dets:match/1
Match the first chunk of objects stored in a Dets table and return a list of variable bindings. dets:match/3
Read a chunk of objects written to a disk log. disk_log:chunk/2
Read a chunk of objects written to a disk log. disk_log:chunk/3
Read a chunk of objects written to a wrap log. wrap_log_reader:chunk/1
Read a chunk of objects written to a wrap log. wrap_log_reader:chunk/2
append a chunk to the remote file. ftp:append_chunk/2
Write a chunk to the remote file. ftp:send_chunk/2
Start transfer of file chunks. ftp:send_chunk_start/2
Stop transfer of chunks. ftp:send_chunk_end/1
Stop transfer of chunks for appending. ftp:append_chunk_end/1
Start transfer of file chunks for appending to File. ftp:append_chunk_start/2
Read selected chunks from a BEAM file or binary beam_lib:chunks/2
Removes chunks not needed by the loader from a BEAM file beam_lib:strip/1
Removes chunks not needed by the loader from all BEAM files of a release beam_lib:strip_release/1
Removes chunks not needed by the loader from BEAM files beam_lib:strip_files/1
Split a string in N chunks using a regular expression. httpd_util:split/3
Decrypt Cipher according to DES in CBC mode crypto:des_cbc_decrypt/3
Generate a file for a COM class. com_gen:gen_coclass/2
Generate a file for a COM class. com_gen:gen_coclass/3
  Clean up and stop subsystem. supervisor_bridge:Module:terminate/2
  Clean up before deletion. gen_event:Module:terminate/2
  Clean up before termination. gen_fsm:Module:terminate/3
  Clean up before termination. gen_server:Module:terminate/2
  Clean up before termination of an application. application:Module:stop/1
  Clear a node from the list of traced nodes. dbg:cn/1
  Clear an alarm eva:aclear_alarm/1
  Clear an alarm eva:clear_alarm/1
  Clear an alarm eva:clear_alarm/2
  Clear call trace pattern for the specified functions dbg:ctp/1
  Clear call trace pattern for the specified functions dbg:ctp/2
  Clear call trace pattern for the specified functions dbg:ctp/3
  Clear call trace pattern for the specified functions dbg:ctp/3
  Clear call trace pattern for the specified functions dbg:ctpg/1
  Clear call trace pattern for the specified functions dbg:ctpg/3
  Clear call trace pattern for the specified functions dbg:ctpl/1
  Clear call trace pattern for the specified functions dbg:ctpl/2
  Clear call trace pattern for the specified functions dbg:ctpl/3
  Clear call trace pattern for the specified functions dbg:ctpl/3
Delete (clear) information about all terminated processes from the interpreter. i:ic/0
Delete (clear) information for all terminated processes from the interpreter int:clear/0
Print a term in clear text ei:ei_print_term/3
Print a term in clear text ei:ei_s_print_term/3
  Clear the specified alarms alarm_handler:clear_alarm/1
  Clear the temporary boot command. heart:clear_cmd/0
  Clears the ETERM freelist erl_malloc:erl_eterm_release/1
Register Client as notification client snmp_local_db:register_notify_client/2
Send a reply to a client. gen_server:reply/2
Start an ftp client. ftp:open/2
Start an ftp client. ftp:open/3
Suspend the connection between the proxy and the client CosNotifyChannelAdmin_ProxyPushSupplier:suspend_connection/1
Suspend the connection between the target object and its client CosNotifyChannelAdmin_StructuredProxyPullConsumer:suspend_connection/1
Unregister Client as notification client snmp_local_db:unregister_notify_client/1
Suspend the connection between the client and the proxy CosNotifyChannelAdmin_ProxyPullConsumer:suspend_connection/1
Suspend the connection between the client and the target object CosNotifyChannelAdmin_SequenceProxyPushSupplier:suspend_connection/1
Register Client as notification client snmp_local_db:register_notify_client/2
Unregister Client as notification client snmp_local_db:unregister_notify_client/1
Display the path to the client certificate cosFileTransferApp:ssl_client_certfile/0
Display the path to the client certificate orber:ssl_client_certfile/0
Set the value of the client certificate orber:set_ssl_client_certfile/1
Set up a SSL client connection ssl_socket:client/5
Stop a trace client gracefully. dbg:stop_trace_client/1
Invoke when a new client ORB wants to setup a connection interceptors:new_in_connection/3
Invoke when replies arrives at the client side ORB interceptors:in_reply/6
Invoke on the client side ORB before encoding and sending the request interceptors:out_request/6
Invoke on the client side ORB before sending the request interceptors:out_request_encoded/6
Invoke when an existing connection to a client side ORB have been terminated interceptors:closed_in_connection/1
Invoke when replies arrives at the client side ORB with undecoded reply body interceptors:in_reply_encoded/6
Start a trace client that reads messages created by a trace port driver dbg:trace_client/2
Start a trace client that reads messages created by a trace port driver, with a user defined handler dbg:trace_client/3
Inform the target object which event types the client will and will not accept in the future CosNotifyComm_NotifySubscribe:subscription_change/3
  Close a connection to an Erlang node erl_connect:erl_close_connection/1
  Close a cursor that has been opened on a statement and discards pending results odbc:sqlCloseCursor/1
  Close a cursor that has been opened on a statement and discards pending results odbc:sqlCloseCursor/2
  Close a Dets table. dets:close/1
  Close a disk log. disk_log:close/1
  Close a disk log on one node. disk_log:lclose/1
  Close a disk log on one node. disk_log:lclose/2
  Close a file file:close/1
  Close a log wrap_log_reader:close/1
  Close a registry registry:ei_reg_close/1
  Close a socket ssl_socket:close/1
  Close a socket of any type inet:close/1
  Close a socket returned by accept/1/2, connect/3/4, or listen/2. ssl:close/1
  Close an event log eva_log:close/1
  Close an open log log:close/1
  Close an open port erlang:port_close/1
  Close an TCP socket gen_tcp:close/1
  Close connection and terminate the proxy CosNotifyChannelAdmin_SequenceProxyPullConsumer:disconnect_sequence_pull_consumer/1
  Close connection and terminate the proxy CosNotifyChannelAdmin_SequenceProxyPushConsumer:disconnect_sequence_push_consumer/1
  Close connection and terminate the proxy CosNotifyChannelAdmin_StructuredProxyPullSupplier:disconnect_structured_pull_supplier/1
  Close Socket. gen_udp:close/1
  Close the connection and terminate the proxy CosNotifyChannelAdmin_ProxyPullConsumer:disconnect_pull_consumer/1
  Close the connection and terminate the proxy CosNotifyChannelAdmin_ProxyPullSupplier:disconnect_pull_supplier/1
  Close the connection and terminate the proxy CosNotifyChannelAdmin_ProxyPushConsumer:disconnect_push_consumer/1
  Close the connection and terminate the proxy CosNotifyChannelAdmin_ProxyPushSupplier:disconnect_push_supplier/1
  Close the connection and terminate the proxy CosNotifyChannelAdmin_SequenceProxyPullSupplier:disconnect_sequence_pull_supplier/1
  Close the connection and terminate the proxy CosNotifyChannelAdmin_SequenceProxyPushSupplier:disconnect_sequence_push_supplier/1
  Close the connection and terminate the proxy CosNotifyChannelAdmin_StructuredProxyPullConsumer:disconnect_structured_pull_consumer/1
  Close the connection and terminate the proxy CosNotifyChannelAdmin_StructuredProxyPushConsumer:disconnect_structured_push_consumer/1
  Close the connection and terminate the target object CosNotifyChannelAdmin_StructuredProxyPushSupplier:disconnect_structured_push_supplier/1
  Close the connection associated with the Server odbc:sqlDisConnect/1
  Close the connection associated with the Server odbc:sqlDisConnect/2
  Close the connection to a database odbc:erl_disconnect/1
  Close the connection to a database odbc:erl_disconnect/2
Terminate the target object and close the connection to the file system it represents CosFileTransfer_FileTransferSession:logout/1
  Close the preprocessing of the file associated with Epp epp:close/1
  Close the registry. win32reg:close/1
Called when port is closed driver_entry:void stop/1
Retrieve the Pid of the C-node ei_connect:ei_self/1
Return the coarsest partition given a set of sets. sofs:partition/1
Compute an MD5 MAC message authentification code crypto:md5_mac/2
Compute an MD5 MAC message authentification code crypto:md5_mac_96/2
Compute an MD5 MAC message authentification code crypto:sha_mac/2
Compute an MD5 MAC message authentification code crypto:sha_mac_96/2
Get the name of the loaded source code int:file/1
Load object code erlang:erlang:load_module/2
Parse output from a CGI script and generates an appropriate HTTP status code. mod_cgi:status_code/1
Return the description of an HTTP 1.0 status code. httpd_util:reason_phrase/1
Generate stub and server code according to OMG/CORBA 2.0. ic:ic:gen/1
Generate stub and server code according to OMG/CORBA 2.0. ic:ic:gen/2
Load object code as a binary. code:load_binary/3
Called when the process should perform a code change sys:Mod:system_code_change/4
Send the code change system message to the process sys:change_code/4
Send the code change system message to the process sys:change_code/5
Return the object code file extension. code:objfile_extension/0
Get the object code for a module. code:get_object_code/1
Removes old code for a module erlang:erlang:purge_module/1
Return a hash code for the top-level transaction associated with the target object CosTransactions_Coordinator:hash_top_level_tran/1
Return a hash code for the transaction associated with the target object. CosTransactions_Coordinator:hash_transaction/1
Delete the code in Module. code:delete/1
Purges the code in Module. code:purge/1
Purge the code in Module if no process uses it. code:soft_purge/1
Load code into the system c:l/1
Move the current version of the code of Module to the old version erlang:erlang:delete_module/1
Check a module using the code path. xref:m/1
Check a module using the code path. xref:m/1
Check the modules in a directory using the code path. xref:d/1
Update the internal state due to code replacement gen_event:Module:code_change/3
Update the internal state due to code replacement. gen_server:Module:code_change/3
Update the state data due to code replacement. gen_fsm:Module:code_change/4
Return the current path of the code server. code:get_path/0
Start and links to the code server. code:start_link/0
Start and links to the code server. code:start_link/1
Start the code server. code:start/0
Start the code server. code:start/1
Stop the code server. code:stop/0
Set the code server search path. code:set_path/1
Return an atom whose text representation is the integers (Latin-1 codes) in CharIntegerList erlang:list_to_atom/1
Return a list of integers (ASCII codes) which correspond to Integer erlang:integer_to_list/1
>Returns a list of integers (ASCII codes) which corresponds to Float erlang:float_to_list/1
  Collect data segments into a buffer erl_driver:int driver_vec_to_buf/3
  Collect digit map letters according to the digit map megaco:eval_digit_map/1
  Collect digit map letters according to the digit map megaco:eval_digit_map/2
Evaluate a function asyncronously on a node and return a key which can be used at a later stage to collect results rpc:async_call/4
Send a message to servers on a specific set of nodes and collect the answers rpc:multi_server_call/3
Send a message to servers on all nodes and collect the answers rpc:multi_server_call/2
>Send a message to servers on a specific set of nodes and collect the answers safely rpc:safe_multi_server_call/3
Send a message to servers on all nodes and collect the answers safely rpc:safe_multi_server_call/2
Force an immediate garbage collection of any process erlang:erlang:garbage_collect/1
Force an immediate garbage collection of the currently executing process erlang:erlang:garbage_collect/0
Enable or disable the collections of statistics sys:statistics/2
Enable or disable the collections of statistics sys:statistics/3
Send one or more events to the event collector process megaco:report_digit_event/2
Feed digit map collector with events and return the result megaco:test_digit_event/2
Get the value of the status column from Cols snmp_generic:get_status_col/2
Get the value of the status column from Cols snmp_generic:get_status_col/2
Get contents of the associated column. odbc:readData/2
Get contents of the associated column. odbc:readData/3
Get the value of the status column from Cols snmp_generic:get_status_col/2
Get the value of the status column from Cols snmp_generic:get_status_col/2
Assign a reference to a column in a result set odbc:sqlBindColumn/3
Assign a reference to a column in a result set odbc:sqlBindColumn/4
Return the number of columns in a result set odbc:sqlNumResultCols/1
Return the number of columns in a result set odbc:sqlNumResultCols/2
Get an iterator (called enum in COM) for a COM-object. erl_com:enum/1
End a Windows thread in Comet. erl_com:end_thread/1
Clear the temporary boot command. heart:clear_cmd/0
Set a temporary reboot command. heart:set_cmd/1
Execute Command in a command shell of the target OS. os:cmd/1
Execute Command in a command shell of the target OS. os:cmd/1
Sets the number of previous commands to keep shell:history/1
Sets the number of previous commands to keep shell:results/1
Try to commit a transaction CosTransactions_Terminator:commit/2
Request a commit or rollback operation for all active operations on all statement handles associated with a connection odbc:sqlEndTran/2
Request a commit or rollback operation for all active operations on all statement handles associated with a connection odbc:sqlEndTran/3
Instruct the target object to begin the two-phase commit protocol CosTransactions_Resource:prepare/1
Instruct the target object to commit the transaction CosTransactions_Resource:commit/1
Instruct the target object to commit the transaction CosTransactions_Resource:commit_one_phase/1
Notify the target object that the transaction has committed CosTransactions_SubtransactionAwareResource:commit_subtransaction/2
Register the parameter SubtransactionAwareResource object such that it will be notified when the transaction, associated wit the target object, has committed or rolled back CosTransactions_Coordinator:register_subtran_aware/2
  Common dispatch function pg2:get_closest_pid/1
  Communicate event data to the consumers. CosEventChannelAdmin_ProxyPushConsumer:push/2
Initialize communication CORBA_Environment_alloc:CORBA_Environment_alloc/2
Initialize communication erl_connect:erl_connect_init/3
Initialize communication erl_connect:erl_connect_xinit/6
Return status of communication authorization auth:is_auth/1
Retrieve the community of the current request snmp:current_community/0
Get an iterator (called enum in COM) for a COM-object. erl_com:enum/1
  Compare the BEAM files in two directories beam_lib:cmp_dirs/2
  Compare the time associated with the target object and the given UTO object CosTime_UTO:compare_time/3
  Compare two BEAM files beam_lib:cmp/2
  Compares encoded byte sequences erl_marshal:erl_compare_ext/2
  Compares the BEAM files in two directories beam_lib:diff_dirs/2
Test for a comparison operator erl_internal:comp_op/2
Find the Filename and compilation options for a compiled Module. filename:find_src/1
Find the Filename and compilation options for a compiled Module. filename:find_src/2
  Compile a file c:c/1
  Compile a file c:c/2
  Compile a file compile:file/1
  Compile a file compile:file/2
  Compile a list of forms compile:forms/1
  Compile a list of forms compile:forms/2
  Compile a module for Cover analysis. cover:compile/1
  Compile a module for Cover analysis. cover:compile/2
  Compile a module for Cover analysis. cover:compile_module/1
  Compile a module for Cover analysis. cover:compile_module/2
  Compile a set of modules. make:all/0
  Compile a set of modules. make:all/1
  Compile a set of modules. make:files/1
  Compile a set of modules. make:files/2
  Compile all modules in a directory for Cover analysis. cover:compile_directory/0
  Compile all modules in a directory for Cover analysis. cover:compile_directory/1
  Compile all modules in a directory for Cover analysis. cover:compile_directory/2
  Compile an ASN.1 module and generate encode/decode functions according to the encoding rules BER or PER. asn1ct:compile/1
  Compile an ASN.1 module and generate encode/decode functions according to the encoding rules BER or PER. asn1ct:compile/2
  Compile file and loads it on multiple nodes c:nc/1
  Compile file and loads it on multiples nodes c:nc/2
  Compile files erlc:erlc
  Compile several files c:lc/1
  Compile the specified MIB snmp:c/1
  Compile the specified MIB snmp:c/2
Check if a module is Cover compiled. cover:is_compiled/1
Replace newly compiled analyzed modules. xref:update/2
Analyse a Cover compiled module. cover:analyse/1
Analyse a Cover compiled module. cover:analyse/2
Analyse a Cover compiled module. cover:analyse/2
Analyse a Cover compiled module. cover:analyse/3
Detailed coverage analysis of a Cover compiled module. cover:analyse_to_file/1
Detailed coverage analysis of a Cover compiled module. cover:analyse_to_file/2
Find the Filename and compilation options for a compiled Module. filename:find_src/1
Find the Filename and compilation options for a compiled Module. filename:find_src/2
Reset coverage data for Cover compiled modules. cover:reset/0
Reset coverage data for Cover compiled modules. cover:reset/1
Return all Cover compiled modules. cover:modules/0
Return the compiler directory. code:compiler_dir/0
  Compiles a trace into raw profile data held by the fprof server. fprof:profile/1
Create a new name component lname_component:create/0
Get the id field of a name component lname_component:get_id/1
Get the kind field of a name component lname_component:get_kind/1
Return the ComponentValue of the trace token component Component. seq_trace:get_token/1
Set the id field of a name component lname_component:set_id/2
Set the kind field of a name component lname_component:set_kind/2
Return the ComponentValue of the trace token component Component. seq_trace:get_token/1
Delete a name component from a name lname:delete_component/2
Get a name component from a name lname:get_component/2
Insert a new name component in a name lname:insert_component/3
Return the last component of Filename with Extstripped filename:basename/2
Set the individual Component of the trace token. seq_trace:set_token/2
Count the number of name components in a name lname:num_components/1
Return the components of a digraph. digraph_utils:components/1
Return the cyclic strong components of a digraph. digraph_utils:cyclic_strong_components/1
Return the strong components of a digraph. digraph_utils:strong_components/1
Return a list whose elements are the file name components of Filename. filename:split/1
Join a list of file name Components with directory separators filename:join/1
Join two file name components with directory separators. filename:join/2
Return the ComponentValue of the trace token component Component. seq_trace:get_token/1
Return the composite of two functions. sofs:composite/2
  Compute a days and time from seconds. calendar:seconds_to_daystime/1
  Compute an MD5 MAC message authentification code crypto:md5_mac/2
  Compute an MD5 MAC message authentification code crypto:md5_mac_96/2
  Compute an MD5 MAC message authentification code crypto:sha_mac/2
  Compute an MD5 MAC message authentification code crypto:sha_mac_96/2
  Compute an MD5 message digest from Data crypto:md5/1
  Compute an MD5 message digest from Data erlang:erlang:md5/1
  Compute an SHA message digest from Data crypto:sha/1
  Compute local time calendar:local_time/0
  Compute the date given the number of gregorian days. calendar:gregorian_days_to_date/1
  Compute the date given the number of gregorian days. calendar:gregorian_seconds_to_datetime/1
  Compute the day of the week calendar:day_of_the_week/1
  Compute the day of the week calendar:day_of_the_week/3
  Compute the difference between two times calendar:time_difference/2
  Compute the number of days from year 0 up to the given date. calendar:date_to_gregorian_days/1
  Compute the number of days from year 0 up to the given date. calendar:date_to_gregorian_days/3
  Compute the number of days in a month calendar:last_day_of_the_month/2
  Compute the number of seconds from year 0 up to the given date and time. calendar:datetime_to_gregorian_seconds/1
  Compute the number of seconds since midnight up to the given time. calendar:time_to_secnds/1
  Compute the size of a possibly nested list. httpd_util:flatlength/1
  Compute time from seconds. calendar:seconds_to_time/1
  Compute universal time calendar:universal_time/0
Finish the update of an MD5 Context and return the computed MD5 message digest crypto:md5_final/1
Finishe the update of an MD5 Context and return the computed MD5 message digest erlang:erlang:md5_final/1
  Concatenate a list of atoms lists:concat/1
  Concatenate two strings string:concat/2
Return a condensed graph of a digraph. digraph_utils:condensation/1
Set a conditional test at a break point i:ibc/3
Set a conditional test at a break point int:test_at_break/3
Expand a request uri using Alias config directives. mod_alias:real_name/3
Expand a request uri using ScriptAlias config directives. mod_alias:real_script_name/3
Start a server as specified in the given config file. httpd:start/0
Start a server as specified in the given config file. httpd:start/1
Start a server as specified in the given config file. httpd:start_link/0
Start a server as specified in the given config file. httpd:start_link/1
  Configurate with a simple SNMP agent configuration tool snmp:config/0
Returns configuration data needed by WebTool to configure and start a tool. webtool:Module:Func/1
Called if a configuration error occurs snmp_error:config_err/2
Delete the configuration of a user megaco:stop_user/1
Initial configuration of a user megaco:start_user/2
Change a configuration parameter. mnesia:change_config/2
Get the value of a configuration parameter. application:get_env/1
Get the value of a configuration parameter. application:get_env/2
Set the value of a configuration parameter. application:set_env/3
Get the configuration parameters for an application. application:get_all_env/0
Get the configuration parameters for an application. application:get_all_env/1
Update the configuration parameters for an application. application:Module:config_change/3
Configurate with a simple SNMP agent configuration tool snmp:config/0
  Configure a graphical object. gs:config/2
Returns configuration data needed by WebTool to configure and start a tool. webtool:Module:Func/1
  Configure the SNMP-COMMUNITY-MIB snmp_community_mib:configure/1
  Configure the SNMP-COMMUNITY-MIB snmp_community_mib:reconfigure/1
  Configure the SNMP-FRAMEWORK-MIB snmp_framework_mib:configure/1
  Configure the SNMP-NOTIFICATION-MIB snmp_notification_mib:configure/1
  Configure the SNMP-NOTIFICATION-MIB snmp_notification_mib:reconfigure/1
  Configure the SNMP-TARGET-MIB snmp_target_mib:configure/1
  Configure the SNMP-TARGET-MIB snmp_target_mib:reconfigure/1
  Configure the SNMP-USER-BASED-SM-MIB snmp_user_based_sm_mib:configure/1
  Configure the SNMP-USER-BASED-SM-MIB snmp_user_based_sm_mib:reconfigure/1
  Configure the SNMP-VIEW-BASED-ACM-MIB snmp_view_based_acm_mib:configure/1
  Configure the SNMP-VIEW-BASED-ACM-MIB snmp_view_based_acm_mib:reconfigure/1
  Configure the STANDARD-MIB and SNMPv2-MIB snmp_standard_mib:configure/1
  Configure the STANDARD-MIB and SNMPv2-MIB snmp_standard_mib:reconfigure/1
Give information about resolved and unresolved parse action conflicts yecc:yecc/2
Give information about resolved and unresolved parse action conflicts yecc:yecc/3
Give information about resolved and unresolved parse action conflicts yecc:yecc/4
Check for OID conflicts between MIBs snmp:is_consistent/1
  Connect a consumer to the proxy CosNotifyChannelAdmin_ProxyPullSupplier:connect_any_pull_consumer/2
  Connect a consumer to the proxy CosNotifyChannelAdmin_ProxyPushSupplier:connect_any_push_consumer/2
  Connect a consumer to the proxy CosNotifyChannelAdmin_SequenceProxyPullSupplier:connect_sequence_pull_consumer/2
  Connect a consumer to the proxy CosNotifyChannelAdmin_SequenceProxyPushSupplier:connect_sequence_push_consumer/2
  Connect a consumer to the proxy CosNotifyChannelAdmin_StructuredProxyPullSupplier:connect_structured_pull_consumer/2
  Connect a consumer to the proxy CosNotifyChannelAdmin_StructuredProxyPushSupplier:connect_structured_push_consumer/2
  Connect a supplier to the proxy CosNotifyChannelAdmin_ProxyPullConsumer:connect_any_pull_supplier/2
  Connect a supplier to the proxy CosNotifyChannelAdmin_ProxyPushConsumer:connect_any_push_supplier/2
  Connect a supplier to the proxy CosNotifyChannelAdmin_SequenceProxyPullConsumer:connect_sequence_pull_supplier/2
  Connect a supplier to the proxy CosNotifyChannelAdmin_SequenceProxyPushConsumer:connect_sequence_push_supplier/2
  Connect a supplier to the proxy CosNotifyChannelAdmin_StructuredProxyPullConsumer:connect_structured_pull_supplier/2
  Connect a supplier to the proxy CosNotifyChannelAdmin_StructuredProxyPushConsumer:connect_structured_push_supplier/2
  Connect NotifySubscribe object, which should be informed when the target object's constraints are updated CosNotifyFilter_Filter:attach_callback/2
  Connect the pull consumer to the proxy pull supplier CosEventChannelAdmin_ProxyPullSupplier:connect_pull_consumer/2
  Connect the pull supplier to the proxy pull consumer CosEventChannelAdmin_ProxyPullConsumer:connect_pull_supplier/2
  Connect the push consumer to the proxy push supplier CosEventChannelAdmin_ProxyPushSupplier:connect_push_consumer/2
  Connect the push supplier to the proxy push consumer CosEventChannelAdmin_ProxyPushConsumer:connect_push_supplier/2
  Connect to a TCP port. gen_tcp:connect/3
  Connect to a TCP port. gen_tcp:connect/4
  Connect to Port at Address. ssl:connect/3
  Connect to Port at Address. ssl:connect/4
Close a socket returned by accept/1/2, connect/3/4, or listen/2. ssl:close/1
Set the port owner (the connected port) to Pid erlang:port_connect/2
Accept a connection erl_connect:erl_accept/2
Accept an incoming connection ssl_socket:accept/2
Cancel all outstanding messages for this connection megaco:cancel/2
Establish a "virtual" connection megaco:connect/4
Initialize for a connection. ei_connect:ei_connect_init/4
Initialize for a connection. ei_connect:ei_connect_xinit/7
Invoke when a new client ORB wants to setup a connection interceptors:new_in_connection/3
Lookup information about an active connection megaco:conn_info/2
Request a commit or rollback operation for all active operations on all statement handles associated with a connection odbc:sqlEndTran/2
Request a commit or rollback operation for all active operations on all statement handles associated with a connection odbc:sqlEndTran/3
Resume a previously suspended connection CosNotifyChannelAdmin_StructuredProxyPushSupplier:resume_connection/1
Return the address and port for the other end of a connection. inet:peername/1
Set up a SSL client connection ssl_socket:client/5
Tear down a "virtual" connection megaco:disconnect/2
Update information about an active connection megaco:update_conn_info/3
Close connection and terminate the proxy CosNotifyChannelAdmin_SequenceProxyPullConsumer:disconnect_sequence_pull_consumer/1
Close connection and terminate the proxy CosNotifyChannelAdmin_SequenceProxyPushConsumer:disconnect_sequence_push_consumer/1
Close connection and terminate the proxy CosNotifyChannelAdmin_StructuredProxyPullSupplier:disconnect_structured_pull_supplier/1
Close the connection and terminate the proxy CosNotifyChannelAdmin_ProxyPullConsumer:disconnect_pull_consumer/1
Close the connection and terminate the proxy CosNotifyChannelAdmin_ProxyPullSupplier:disconnect_pull_supplier/1
Close the connection and terminate the proxy CosNotifyChannelAdmin_ProxyPushConsumer:disconnect_push_consumer/1
Close the connection and terminate the proxy CosNotifyChannelAdmin_ProxyPushSupplier:disconnect_push_supplier/1
Close the connection and terminate the proxy CosNotifyChannelAdmin_SequenceProxyPullSupplier:disconnect_sequence_pull_supplier/1
Close the connection and terminate the proxy CosNotifyChannelAdmin_SequenceProxyPushSupplier:disconnect_sequence_push_supplier/1
Close the connection and terminate the proxy CosNotifyChannelAdmin_StructuredProxyPullConsumer:disconnect_structured_pull_consumer/1
Close the connection and terminate the proxy CosNotifyChannelAdmin_StructuredProxyPushConsumer:disconnect_structured_push_consumer/1
Close the connection and terminate the target object CosNotifyChannelAdmin_StructuredProxyPushSupplier:disconnect_structured_push_supplier/1
Close the connection associated with the Server odbc:sqlDisConnect/1
Close the connection associated with the Server odbc:sqlDisConnect/2
set Connection Attribute odbc:sqlSetConnectAttr/3
set Connection Attribute odbc:sqlSetConnectAttr/4
Suspend the connection between the client and the proxy CosNotifyChannelAdmin_ProxyPullConsumer:suspend_connection/1
Suspend the connection between the client and the target object CosNotifyChannelAdmin_SequenceProxyPushSupplier:suspend_connection/1
Suspend the connection between the proxy and the client CosNotifyChannelAdmin_ProxyPushSupplier:suspend_connection/1
Suspend the connection between the target object and its client CosNotifyChannelAdmin_StructuredProxyPullConsumer:suspend_connection/1
Accept a connection from another node ei_connect:ei_accept/3
Invoked when a new connection is established megaco_user:handle_connect/2
Invoked when a connection is teared down megaco_user:handle_disconnect/3
Accept an incoming connection request. ssl:accept/1
Accept an incoming connection request. ssl:accept/2
Accept an incoming connection request on a listen socket. gen_tcp:accept/1
Accept an incoming connection request on a listen socket. gen_tcp:accept/2
Display the IIOP connection timeout value orber:iiop_connection_timeout/0
Invoke when an existing connection to a client side ORB have been terminated interceptors:closed_in_connection/1
Close the connection to a database odbc:erl_disconnect/1
Close the connection to a database odbc:erl_disconnect/2
Establishes a connection to a database odbc:sqlConnect/4
Establishes a connection to a database odbc:sqlConnect/5
Open a connection to a database odbc:erl_connect/2
Open a connection to a database odbc:erl_connect/3
Open a connection to a database odbc:erl_connect/4
Open a connection to a database odbc:erl_connect/5
Establish a connection to a node net_kernel:connect_node/1
Set up a connection to a node net_adm:ping/1
Invoke when setting up a new connection to a server side ORB interceptors:new_out_connection/3
Invoke when an existing connection to a server side ORB have been terminated interceptors:closed_out_connection/1
Close a connection to an Erlang node erl_connect:erl_close_connection/1
Establishe a connection to an Erlang node ei_connect:ei_connect/2
Establishe a connection to an Erlang node ei_connect:ei_xconnect/3
Establishe a connection to an Erlang node erl_connect:erl_connect/1
Establishe a connection to an Erlang node erl_connect:erl_xconnect/2
Terminate the target object and close the connection to the file system it represents CosFileTransfer_FileTransferSession:logout/1
Resume a previously suspended connection with the proxy CosNotifyChannelAdmin_ProxyPullConsumer:resume_connection/1
Resume a previously suspended connection with the proxy CosNotifyChannelAdmin_ProxyPushSupplier:resume_connection/1
Resume a previously suspended connection with the proxy CosNotifyChannelAdmin_SequenceProxyPullConsumer:resume_connection/1
Resume a previously suspended connection with the proxy CosNotifyChannelAdmin_SequenceProxyPushSupplier:resume_connection/1
Resume a previously suspended connection with the proxy CosNotifyChannelAdmin_StructuredProxyPullConsumer:resume_connection/1
Suspend the connection with the proxy CosNotifyChannelAdmin_SequenceProxyPullConsumer:suspend_connection/1
Suspend the connection with the target object CosNotifyChannelAdmin_StructuredProxyPushSupplier:suspend_connection/1
Display the IIOP port number used for secure connections orber:iiop_ssl_port/0
Merge two key-sorted lists and remove consecutive duplicates lists:ukeymerge/3
Sort a list by key and remove consecutive duplicates lists:ukeysort/2
Displays which nodes that this orber domain consist of. orber:orber_nodes/0
Returns a string consisting of numbers of characters string:chars/2
Returns a string consisting of numbers of characters string:chars/3
List saved match_spec's on the console. dbg:ltp/0
Show the list of traced nodes on the console. dbg:ln/0
Create a ConstantDef IFR object orber_ifr:create_constant/6
Return the value attribute of the target ConstantDef object orber_ifr:get_value/1
Set the value attribute of the target ConstantDef object orber_ifr:set_value/2
Generate constants for the objects in the MIB snmp:mib_to_hrl/1
Match the Any event if it satisfies at least one constraint CosNotifyFilter_Filter:match/2
Match the structured event if it satisfies at least one constraint CosNotifyFilter_Filter:match_structured/2
Add new mapping constraints CosNotifyFilter_MappingFilter:add_mapping_constraints/2
Create a new PropertySet with specified constraints CosPropertyService_PropertySetFactory:create_constrained_propertyset/3
Create a new PropertySetDef with specified constraints CosPropertyService_PropertySetDefFactory:create_constrained_propertysetdef/3
Evaluate the given Any event with the Filter's constraints CosNotifyFilter_MappingFilter:match/2
Evaluate the given structured event with the Filter's constraints CosNotifyFilter_MappingFilter:match_structured/2
Modify existing constraints CosNotifyFilter_Filter:modify_constraints/3
Return the content of the target object limited by the given constraints orber_ifr:contents/3
Return the target object's all associated constraints CosNotifyFilter_MappingFilter:get_all_mapping_constraints/1
Connect NotifySubscribe object, which should be informed when the target object's constraints are updated CosNotifyFilter_Filter:attach_callback/2
Modify the constraints associated with the target object CosNotifyFilter_MappingFilter:modify_constraints/3
Remove all constraints associated with the target object CosNotifyFilter_Filter:remove_all_constraints/1
Remove all constraints associated with the target object CosNotifyFilter_MappingFilter:remove_all_mapping_constraints/1
Return all constraints associated with the target object CosNotifyFilter_Filter:get_all_constraints/1
Add new constraints to the filter CosNotifyFilter_Filter:add_constraints/2
Return all constraints which match the supplied Ids CosNotifyFilter_Filter:get_constraints/2
Return the target object's associated constraints with given ID:s CosNotifyFilter_MappingFilter:get_mapping_constraints/2
Return an URL string constructed from the given Address and Name strings CosNaming_NamingContextExt:to_url/3
Connect the pull supplier to the proxy pull consumer CosEventChannelAdmin_ProxyPullConsumer:connect_pull_supplier/2
Connect the push supplier to the proxy push consumer CosEventChannelAdmin_ProxyPushConsumer:connect_push_supplier/2
Return the default consumer admin associated with the target object CosNotifyChannelAdmin_EventChannel:_get_default_consumer_admin/1
Connect a consumer to the proxy CosNotifyChannelAdmin_ProxyPullSupplier:connect_any_pull_consumer/2
Connect a consumer to the proxy CosNotifyChannelAdmin_ProxyPushSupplier:connect_any_push_consumer/2
Connect a consumer to the proxy CosNotifyChannelAdmin_SequenceProxyPullSupplier:connect_sequence_pull_consumer/2
Connect a consumer to the proxy CosNotifyChannelAdmin_SequenceProxyPushSupplier:connect_sequence_push_consumer/2
Connect a consumer to the proxy CosNotifyChannelAdmin_StructuredProxyPullSupplier:connect_structured_pull_consumer/2
Connect a consumer to the proxy CosNotifyChannelAdmin_StructuredProxyPushSupplier:connect_structured_push_consumer/2
Connect the pull consumer to the proxy pull supplier CosEventChannelAdmin_ProxyPullSupplier:connect_pull_consumer/2
Connect the push consumer to the proxy push supplier CosEventChannelAdmin_ProxyPushSupplier:connect_push_consumer/2
Return the ConsumerAdmin matching AdminID CosNotifyChannelAdmin_EventChannel:get_consumeradmin/2
Create a new ConsumerAdmin object CosNotifyChannelAdmin_EventChannel:for_consumers/1
Create a new ConsumerAdmin object CosNotifyChannelAdmin_EventChannel:new_for_consumers/2
Return a ConsumerAdmin object CosEventChannelAdmin_EventChannel:for_consumers/1
Return a list of all ConsumerAdmins, currently active, Id:s CosNotifyChannelAdmin_EventChannel:get_all_consumeradmins/1
Communicate event data to the consumers. CosEventChannelAdmin_ProxyPushConsumer:push/2
Transmit data from suppliers to consumers. CosEventChannelAdmin_ProxyPullSupplier:pull/1
Transmit data from suppliers to consumers. CosEventChannelAdmin_ProxyPullSupplier:try_pull/1
Return all associated pull consumers Id:s CosNotifyChannelAdmin_SupplierAdmin:_get_pull_consumers/1
Return all associated push consumers Id:s CosNotifyChannelAdmin_SupplierAdmin:_get_push_consumers/1
Optionally invoked for a time consuming transaction request megaco_user:handle_trans_long_request/3
Destroy, except IRObject, Contained and Container, target object and its contents orber_ifr:destroy/1
Return a list of descriptions of the IFR objects contained by the target Container object orber_ifr:describe_contents/4
Return the Container the target object is contained in orber_ifr:get_defined_in/1
Return the atom true if the module contained in atom Module is loaded erlang:erlang:module_loaded/1
Create an IFR object of the type AttributeDef contained in the target InterfaceDef object orber_ifr:create_attribute/6
Create an IFR object of the type OperationDef contained in the target InterfaceDef object orber_ifr:create_operation/9
Get the most derived Contained object associated with the target object orber_ifr:get_containing_repository/1
Return a list, of length Max or less, containing Object References representing files or directories contained within the target Directory and a FileIterator or a NIL object CosFileTransfer_Directory:list/2
Return the target object's container. CosFileTransfer_File:'_get_parent'/1
Move the target object from its current location to given Container, name and version orber_ifr:move/4
Return a list of descriptions of the IFR objects contained by the target Container object orber_ifr:describe_contents/4
Destroy, except IRObject, Contained and Container, target object and its contents orber_ifr:destroy/1
Return the Container the target object is contained in orber_ifr:get_defined_in/1
Get the name of an application containing a certain process or module. application:get_application/0
Get the name of an application containing a certain process or module. application:get_application/1
Return a list, of length Max or less, containing FileWrappers and a boolean which indicates if more FileWrappers exists CosFileTransfer_FileIterator:next_n/2
Return a list containing information about the fun Fun erlang:erlang:fun_info/1
Return a list, of length Max or less, containing Object References representing files or directories contained within the target Directory and a FileIterator or a NIL object CosFileTransfer_Directory:list/2
Return a binary containing the big-endian IEEE representation of Float erlang:erlang:float_to_binary/2
Return a UTO containing the time at which the associated event was triggered CosTimerEvent_TimerEventService:event_time/2
Invoked when a received message just contains an error megaco_user:handle_message_error/3
Return true if a module is loaded and contains an exported function erlang:erlang:function_exported/3
Return a long list which contains information about the process Pid erlang:process_info/1
The variable erl_errno contains the erl_interface error number. You can change the value if you wish. erl_error:erl_errno
Return a tuple which contains two binaries which are the result of splitting Binary into two parts at position Pos erlang:split_binary/2
Extracts the content of a variable erl_eterm:erl_var_content/2
Return the content of the target object limited by the given constraints orber_ifr:contents/3
Return the target object's supported content types. CosFileTransfer_VirtualFileSystem:'_get_supported_content_types'/1
Copies file contents file:copy/2
Copies file contents file:copy/3
Destroy, except IRObject, Contained and Container, target object and its contents orber_ifr:destroy/1
Flush the contents of a disk log to the disk. disk_log:sync/1
List contents of remote directory. ftp:ls/2
List contents of remote directory. ftp:nlist/2
Get contents of the associated column. odbc:readData/2
Get contents of the associated column. odbc:readData/3
Fetch the contents of the private key field corba:get_subobject_key/1
Create an MD5 context erlang:erlang:md5_init/0
Create an SHA context crypto:sha_init/0
Creates an MD5 context crypto:md5_init/0
Evaluate a function call on a remote node in the RPC servers context rpc:block_call/4
Finish the update of an SHA context crypto:sha_final/1
List returns a all bindings in the context CosNaming_NamingContext:list/2
Update an SHA context crypto:sha_update/2
Finish the update of an MD5 Context and return the computed MD5 message digest crypto:md5_final/1
Finishe the update of an MD5 Context and return the computed MD5 message digest erlang:erlang:md5_final/1
Set the context attribute for the operation orber_ifr:set_contexts/2
Return a list of context identifiers for the operation orber_ifr:get_contexts/1
Retrieve the context of the current request snmp:current_context/0
Check if certain Quality of Service properties can be added to events in the current context of the target object CosNotifyChannelAdmin_ProxyConsumer:validate_event_qos/2
Call the Fun in a context which is not protected by a transaction. mnesia:async_dirty/3
Call the Fun in a context which is not protected by a transaction. mnesia:sync_dirty/3
Call the Fun in a raw context which is not protected by a transaction. mnesia:ets/3
Update an MD5 Context with Data, and return a NewContext crypto:md5_update/2
Update an MD5 Context with Data, and return a NewContext erlang:erlang:md5_update/2
Return information about a chunk continuation of a disk log. disk_log:chunk_info/1
Called when the process should continue its execution sys:Mod:system_continue/3
  Continues matching objects in an ETS table. ets:match/1
  Continues matching objects in an ETS table. ets:match_object/1
  Continues matching objects in an ETS table. ets:select/1
Add GS contributions toolbar:add_gs_contribs/0
Set flags on how to handle control entry function erl_driver:void set_port_control_flags/2
Perform a synchronous control operation on a port. erlang:port_control/3
Perform a control operation on the active trace port driver. dbg:trace_port_control/1
Switch controlling process for a socket ssl_socket:controlling_process/2
Change controlling process of a Socket. gen_udp:controlling_process/2
Assign a new controlling process to a socket gen_tcp:controlling_process/2
Assign a new controlling process to the socket. ssl:controlling_process/2
  Convers a UTC value to DateAndTime snmp:universal_time_to_date_and_time/1
Return the converse of a binary relation. sofs:converse/1
Synchronous call with term conversion driver_entry:int call/7
  Convert a base64 encoded string to a plain ascii string. httpd_util:decode_base64/1
  Convert a DateAndTime value to a string snmp:date_and_time_to_string/1
  Convert a DateAndTime value to UTC snmp:date_and_time_to_universal_time/1
  Convert a dictionary to a list of pairs dict:to_list/1
  Convert a Erlang term into an abstract form erl_parse:abstract/1
  Convert a hex value into its decimal equivalent. httpd_util:decode_hex/1
  Convert a key to an OBJECT IDENTIFIER snmp_index:key_to_oid/2
  Convert a list into an Set sets:from_list/1
  Convert a list of options to a debug structure sys:debug_options/1
  Convert a list of pairs to a dictionary dict:from_list/1
  Convert a Local time value to DateAndTime snmp:local_time_to_date_and_time/1
  Convert a named method to its corresponding ID erl_com:get_method_id/2
  Convert a queue to a list queue:to_list/1
  Convert a relative Filename to an absolute name filename:absname/1
  Convert a stringified Name to a Name sequence CosNaming_NamingContextExt:to_name/2
  Convert a symbolic name to an OID snmp:name_to_oid/1
  Convert a symbolic name to an OID snmp:name_to_oid/2
  Convert abstract form to an Erlang term erl_parse:normalise/1
  Convert an ASCII string to a Base64 encoded string. httpd_util:encode_base64/1
  Convert an Audit Trail Log to text format snmp:log_to_txt/2
  Convert an Audit Trail Log to text format snmp:log_to_txt/3
  Convert an Audit Trail Log to text format snmp:log_to_txt/4
  Convert an Audit Trail Log to text format snmp:log_to_txt/5
  Convert an Audit Trail Log to text format snmp:log_to_txt/6
  Convert an Audit Trail Log to text format snmp:log_to_txt/7
  Convert an enum value to an integer snmp:enum_to_int/2
  Convert an enum value to an integer snmp:enum_to_int/3
  Convert an integer return from a COM call, to an interface tuple. erl_com:package_interface/2
  Convert an integer to an enum value snmp:int_to_enum/2
  Convert an integer to an enum value snmp:int_to_enum/3
  Convert an OID to a symbolic name snmp:oid_to_name/1
  Convert an OID to a symbolic name snmp:oid_to_name/2
  Convert an POSIX errorcode to a string win32reg:format_error/1
  Convert an Set into a list sets:to_list/1
  Convert an sh regular expression into an AWK one regexp:sh_to_awk/1
  Convert from local time to universal time. calendar:local_time_to_universal_time/2
  Convert from universal time to local time. calendar:universal_time_to_local_time/2
  Convert Hours to Milliseconds. timer:hours/1
  Convert Hours+Minutes+Seconds to Milliseconds. timer:hms/3
  Convert local date and time in to Universal Time Coordinated (UTC) erlang:erlang:localtime_to_universaltime/1
  Convert lower-case letters to upper-case. httpd_util:to_upper/1
  Convert now to date and time calendar:now_to_datetime/1
  Convert now to date and time calendar:now_to_universal_time/1
  Convert now to local date and time calendar:now_to_local_time/1
  Convert Seconds to Milliseconds. timer:seconds/1
  Convert the day of the week (integer [1-7]) to an abbreviated string. httpd_util:day/1
  Convert the external string representation to an object reference corba:string_to_object/1
  Convert the month as an integer (1-12) to an abbreviated string. httpd_util:month/1
  Convert the object reference to the external string representation corba:object_to_string/1
  Convert the relative Filename to an absolute name, based on Directory. filename:absname/2
  Convert upper-case letters to lower-case. httpd_util:to_lower/1
  Convert UTC date and time in to local date and time erlang:erlang:universaltime_to_localtime/1
Return a float by converting Number to a float erlang:float/1
  Converts a term from Erlang external format erl_marshal:erl_decode/1
  Converts a term from Erlang external format erl_marshal:erl_decode_buf/1
  Converts a term into Erlang external format erl_marshal:erl_encode/2
  Converts a term into Erlang external format erl_marshal:erl_encode_buf/2
  Converts an IO list to a binary erl_eterm:erl_iolist_to_binary/1
  Converts an IO list to a zero terminated string erl_eterm:erl_iolist_to_string/1
  Converts Minutes to Milliseconds. timer:minutes/1
Set the "magic cookie" of Node to the atom Cookie erlang:erlang:set_cookie/2
Set the distribution cookie for the local node auth:cookie/1
Check if a cookie is known auth:node_cookie/2
Check if a cookie is known auth:node_cookie/2
Set the "magic cookie" of Node to the atom Cookie erlang:erlang:set_cookie/2
>Return the "magic cookie" of the current node erlang:erlang:get_cookie/0
Read and set cookies auth:cookie/0
Convert local date and time in to Universal Time Coordinated (UTC) erlang:erlang:localtime_to_universaltime/1
Return the current date and time according to Universal Time Coordinated (UTC) erlang:erlang:universaltime/0
Return the Coordinator object associated with the target object CosTransactions_Control:get_coordinator/1
  Copies file contents file:copy/2
  Copies file contents file:copy/3
Make N copies of element lists:duplicate/2
Receive copies of messages that the net kernel receives from the runtime system net_kernel:monitor_nodes/1
  Copy a string string:copies/2
  Copy a table to a remote node. mnesia:add_table_copy/3
Creates a copy of an Erlang term erl_eterm:erl_copy_term/1
Move the copy of table Tab from node From to node To. mnesia:move_table_copy/3
Return a tuple which is a copy of the argument Tuple erlang:setelement/3
  Copy the file represented by the SourceFile from the target object's file system to a file in the destination FileTransferSession's file system CosFileTransfer_FileTransferSession:transfer/3
Return the CORBA::TypeCode of the default value associated with the target object CosNotifyFilter_MappingFilter:_get_value_type/1
Check if a DateAndTime value is correct snmp:validate_date_and_time/1
Check if child specifications are syntactically correct. supervisor:check_childspecs/1
Start the Erlang emulator with the correct release data run_erl:run_erl
Start the Erlang emulator with the correct release data start_erl:start_erl
Return a list of integers (ASCII codes) which correspond to Integer erlang:integer_to_list/1
Return a list of integers which correspond to the bytes of Binary erlang:binary_to_list/1
Return a list of integers which correspond to the bytes of Binary erlang:binary_to_list/3
Maps an event to the corresponding eventIndex eva_snmp_adaptation:name2index/1
Convert a named method to its corresponding ID erl_com:get_method_id/2
Get the corresponding Mnesia key from an SNMP index. mnesia:snmp_get_mnesia_key/2
Return the strict relation corresponding to a given relation. sofs:strict_relation/1
Return the weak relation corresponding to a given relation. sofs:weak_relation/1
Return the port or process corresponding to a registered name erlang:whereis/1
Return a float corresponding to the big-endian IEEE representation in Binary erlang:erlang:binary_to_float/1
>Returns a list of integers (ASCII codes) which corresponds to Float erlang:float_to_list/1
Return a tuple which corresponds to List erlang:list_to_tuple/1
Return the Proxy which corresponds to the given Id CosNotifyChannelAdmin_SupplierAdmin:get_proxy_consumer/2
Return a list which corresponds to the port identifier Port erlang:erlang:port_to_list/1
Return a list which corresponds to the process Pid erlang:pid_to_list/1
>Return a list which corresponds to the reference Ref erlang:erlang:ref_to_list/1
Return a list which corresponds to Tuple erlang:tuple_to_list/1
Return a list of keys which corresponds to Value in the process dictionary erlang:get_keys/1
Install the cosEvent application cosEventApp:install/0
Start the cosEvent application cosEventApp:start/0
Stop the cosEvent application cosEventApp:stop/0
Uninstall the cosEvent application cosEventApp:uninstall/0
Install the necessary cosEvent interfaces cosNotificationApp:install_event/0
Install the necessary cosEvent interfaces cosNotificationApp:install_event/1
Uninstall the inherrited cosEvent interfaces cosNotificationApp:uninstall_event/0
Uninstall the inherrited cosEvent interfaces cosNotificationApp:uninstall_event/1
Create a new TimerEventHandler object which push the given Data to given CosEventCommPushConsumer after the timer have been set CosTimerEvent_TimerEventService:register/3
Install the cosFileTransfer application cosFileTransferApp:install/0
Start the cosFileTransfer application cosFileTransferApp:start/0
Stop the cosFileTransfer application cosFileTransferApp:stop/0
Uninstall the cosFileTransfer application cosFileTransferApp:uninstall/0
Install the cosNotification application cosNotificationApp:install/0
Install the cosNotification application cosNotificationApp:install/1
Start the cosNotification application cosNotificationApp:start/0
Stop the cosNotification application cosNotificationApp:stop/0
Uninstall the cosNotification application cosNotificationApp:uninstall/0
Uninstall the cosNotification application cosNotificationApp:uninstall/1
Install data in mnesia necessary for running the cosProperty applicatio cosProperty:install_db/0
Remove all data from mnesia related to the cosProperty application cosProperty:uninstall_db/0
Remove all data in the IFR related to the cosProperty application cosProperty:uninstall/0
Start the cosProperty application cosProperty:start/0
Stop the cosProperty application cosProperty:stop/0
Install the cosProperty application in the IFR cosProperty:install/0
Start the cosTime application cosTime:start/0
Stop the cosTime application cosTime:stop/0
Install the cosTime Time Service part application cosTime:install_time/0
Uninstall the cosTime Time Service part application cosTime:uninstall_time/0
Install the cosTime Timer Event Service part application cosTime:install_timerevent/0
Uninstall the cosTime Timer Event Service part application cosTime:uninstall_timerevent/0
Start the cosTransactions application cosTransactions:start/0
Stop the cosTransactions application cosTransactions:stop/0
  Count blank separated words string:words/1
  Count blank separated words string:words/2
  Count the number of name components in a name lname:num_components/1
Increment the reduction counter for the current process erlang:erlang:bump_reductions/1
Update a counter object in an ETS table. ets:update_counter/3
Update a counter object in an ETS table. ets:update_counter/4
Update a counter object stored in a Dets table. dets:update_counter/3
Dirty update of a counter record. mnesia:dirty_update_counter/3
Dirty update of a counter record. mnesia:dirty_update_counter/3
Reset all snmp counters to 0 snmp_standard_mib:reinit/0
  Counts elements in encoded term erl_marshal:erl_ext_size/1
Start Cover. cover:start/0
Stop Cover. cover:stop/0
Compile a module for Cover analysis. cover:compile/1
Compile a module for Cover analysis. cover:compile/2
Compile a module for Cover analysis. cover:compile_module/1
Compile a module for Cover analysis. cover:compile_module/2
Compile all modules in a directory for Cover analysis. cover:compile_directory/0
Compile all modules in a directory for Cover analysis. cover:compile_directory/1
Compile all modules in a directory for Cover analysis. cover:compile_directory/2
Check if a module is Cover compiled. cover:is_compiled/1
Analyse a Cover compiled module. cover:analyse/1
Analyse a Cover compiled module. cover:analyse/2
Analyse a Cover compiled module. cover:analyse/2
Analyse a Cover compiled module. cover:analyse/3
Detailed coverage analysis of a Cover compiled module. cover:analyse_to_file/1
Detailed coverage analysis of a Cover compiled module. cover:analyse_to_file/2
Reset coverage data for Cover compiled modules. cover:reset/0
Reset coverage data for Cover compiled modules. cover:reset/1
Return all Cover compiled modules. cover:modules/0
Detailed coverage analysis of a Cover compiled module. cover:analyse_to_file/1
Detailed coverage analysis of a Cover compiled module. cover:analyse_to_file/2
Reset coverage data for Cover compiled modules. cover:reset/0
Reset coverage data for Cover compiled modules. cover:reset/1
Create a TAGS file covering all files in the Erlang distribution. tags:root/1
Order the process c:pid(X, Y, Z) to resume the execution int:continue/3
Format a crash report proc_lib:format/1
Shorthand equivalents of create. gs:ObjType/1
Shorthand equivalents of create. gs:ObjType/2
Shorthand equivalents of create. gs:ObjType/3
  Create a AliasDef IFR object orber_ifr:create_alias/5
  Create a binary relation from a family. sofs:family_to_relation/1
  Create a brand new schema on the specified nodes. mnesia:create_schema/1
  Create a COM object. erl_com:create_dispatch/2
  Create a COM object. erl_com:create_dispatch/3
  Create a COM object. erl_com:create_object/2
  Create a COM object. erl_com:create_object/3
  Create a COM object. erl_com:create_object/3
  Create a COM object. erl_com:create_object/4
  Create a ConstantDef IFR object orber_ifr:create_constant/6
  Create a cursor in preparation for fetching answers mnemosyne:cursor/1
  Create a cursor in preparation for fetching answers mnemosyne:cursor/2
  Create a dictionary dict:new/0
  Create a directed graph from a family. sofs:family_to_digraph/2
  Create a EnumDef IFR object orber_ifr:create_enum/5
  Create a ExceptionDef IFR object orber_ifr:create_exception/5
  Create a family from a binary relation. sofs:relation_to_family/1
  Create a family from a directed graph. sofs:digraph_to_family/2
  Create a family of subsets. sofs:family/2
  Create a File Object representing a file which may or may not exist CosFileTransfer_FileTransferSession:create_file/2
  Create a FileWrapper which represents a file or directory CosFileTransfer_FileTransferSession:get_file/2
  Create a Filter object CosNotifyFilter_FilterFactory:create_filter/2
  Create a function. sofs:a_function/2
  Create a generic event manager. gen_event:start/0
  Create a generic event manager. gen_event:start/1
  Create a generic event manager. gen_event:start_link/0
  Create a generic event manager. gen_event:start_link/1
  Create a generic FSM process. gen_fsm:start/3
  Create a generic FSM process. gen_fsm:start/4
  Create a generic FSM process. gen_fsm:start_link/3
  Create a generic FSM process. gen_fsm:start_link/4
  Create a generic server process. gen_server:start/3
  Create a generic server process. gen_server:start/4
  Create a generic server process. gen_server:start_link/3
  Create a generic server process. gen_server:start_link/4
  Create a hierarchy of graphical objects. gs:create_tree/2
  Create a InterfaceDef IFR object orber_ifr:create_interface/5
  Create a link to the process (or port) Pid erlang:link/1
  Create a MappingFilter object CosNotifyFilter_FilterFactory:create_mapping_filter/2
  Create a Mnesia table called Name with properties as described by the argument TabDef. mnesia:create_table/2
  Create a new channel CosNotifyChannelAdmin_EventChannelFactory:create_channel/3
  Create a new ConsumerAdmin object CosNotifyChannelAdmin_EventChannel:for_consumers/1
  Create a new ConsumerAdmin object CosNotifyChannelAdmin_EventChannel:new_for_consumers/2
  Create a new directory in the target objects associated file systems domain CosFileTransfer_FileTransferSession:create_directory/2
  Create a new empty digraph. digraph:new/1
  Create a new empty FIFO queue queue:new/0
  Create a new, empty process group pg2:create/1
  Create a new Erlang process on a specifiend node with a function as the entry point and link to the new process erlang:spawn_link/4
  Create a new Erlang process with a fun as entry point erlang:spawn/1
  Create a new Erlang process with a fun as entry point and link to the new process erlang:spawn_link/1
  Create a new Erlang process with a fun as entry point on a specified node erlang:spawn/2
  Create a new Erlang process with a fun as entry point on a specified node and link to the new process erlang:spawn_link/2
  Create a new Erlang process with a specified function as entry point erlang:spawn/3
  Create a new Erlang process with a specified function as entry point and link to the new process erlang:spawn_link/3
  Create a new Erlang process with a specified function as entry point on a given node erlang:spawn/4
  Create a new ETS table. ets:new/2
  Create a new graphical object. gs:create/2
  Create a new graphical object. gs:create/3
  Create a new graphical object. gs:create/4
  Create a new instance of a FileTransferSession and a Directory CosFileTransfer_VirtualFileSystem:login/4
  Create a new instance of a Virtual File System cosFileTransferApp:create_VFS/5
  Create a new name lname:create/0
  Create a new name component lname_component:create/0
  Create a new NamingContext CosNaming_NamingContext:new_context/1
  Create a new NamingContext and bind it to a Name CosNaming_NamingContext:bind_new_context/2
  Create a new PropertySet with no predefined properties CosPropertyService_PropertySetFactory:create_propertyset/1
  Create a new PropertySet with specified constraints CosPropertyService_PropertySetFactory:create_constrained_propertyset/3
  Create a new PropertySet with specified initial properties CosPropertyService_PropertySetFactory:create_initial_propertyset/2
  Create a new PropertySetDef with no predefined settings CosPropertyService_PropertySetDefFactory:create_propertysetdef/1
  Create a new PropertySetDef with specified constraints CosPropertyService_PropertySetDefFactory:create_constrained_propertysetdef/3
  Create a new PropertySetDef with specified initial properties CosPropertyService_PropertySetDefFactory:create_initial_propertysetdef/2
  Create a new proxy CosNotifyChannelAdmin_SupplierAdmin:obtain_notification_pull_consumer/2
  Create a new proxy CosNotifyChannelAdmin_SupplierAdmin:obtain_notification_push_consumer/2
  Create a new proxy CosNotifyChannelAdmin_SupplierAdmin:obtain_pull_consumer/1
  Create a new proxy CosNotifyChannelAdmin_SupplierAdmin:obtain_push_consumer/1
  Create a new snmp index structure snmp_index:new/1
  Create a new subtransaction. CosTransactions_Coordinator:create_subtransaction/1
  Create a new SupplierAdmin object CosNotifyChannelAdmin_EventChannel:for_suppliers/1
  Create a new SupplierAdmin object CosNotifyChannelAdmin_EventChannel:new_for_suppliers/2
  Create a new TimerEventHandler object which push the given Data to given CosEventCommPushConsumer after the timer have been set CosTimerEvent_TimerEventService:register/3
  Create a new TIO object representing the input parameters CosTime_TimeService:new_interval/3
  Create a new top-level transaction CosTransactions_TransactionFactory:create/2
  Create a new UTO object representing the time in the target object added to current time (UTC) CosTime_UTO:absolute_time/1
  Create a new UTO object representing the time parameters given CosTime_TimeService:new_universal_time/4
  Create a new Windows thread for COM execution. erl_com:new_thread/1
  Create a ProxyPullConsumer object CosEventChannelAdmin_SupplierAdmin:obtain_pull_consumer/1
  Create a ProxyPullSupplier object CosEventChannelAdmin_ConsumerAdmin:obtain_pull_supplier/1
  Create a ProxyPushConsumer object CosEventChannelAdmin_SupplierAdmin:obtain_push_consumer/1
  Create a ProxyPushSupplier object CosEventChannelAdmin_ConsumerAdmin:obtain_push_supplier/1
  Create a query setup mnemosyne:setup_query/1
  Create a relation. sofs:relation/2
  Create a release package. systools:make_tar/1
  Create a release package. systools:make_tar/2
  Create a row in a table snmp_local_db:table_create_row/3
  Create a set. sofs:from_external/2
  Create a set. sofs:from_term/2
  Create a set of atoms. sofs:set/2
  Create a set out of a list of sets. sofs:from_sets/1
  Create a StructDef IFR object orber_ifr:create_struct/5
  Create a supervisor bridge process. supervisor_bridge:start_link/2
  Create a supervisor bridge process. supervisor_bridge:start_link/3
  Create a supervisor process. supervisor:start_link/2
  Create a supervisor process. supervisor:start_link/3
  Create a supplier proxy CosNotifyChannelAdmin_ConsumerAdmin:obtain_notification_pull_supplier/2
  Create a supplier proxy CosNotifyChannelAdmin_ConsumerAdmin:obtain_notification_push_supplier/2
  Create a supplier proxy CosNotifyChannelAdmin_ConsumerAdmin:obtain_pull_supplier/1
  Create a supplier proxy CosNotifyChannelAdmin_ConsumerAdmin:obtain_push_supplier/1
  Create a table snmp_local_db:table_create/1
Descend recursively down all the directories in DirList and create a TAGS file based on all files found. tags:subdirs/2
Descend recursively down the directory Dir and create a TAGS file based on all files found. tags:subdir/2
  Create a TAGS file covering all files in the Erlang distribution. tags:root/1
  Create a TAGS file for all files in any directory in DirList. tags:dirs/2
  Create a TAGS file for all files in directory Dir. tags:dir/2
  Create a TAGS file for the file File. tags:file/2
  Create a TAGS file for the files in the list FileList. tags:files/2
  Create a TIO object representing the error interval around the time value represented by the target object CosTime_UTO:interval/1
  Create a TIO representing the interval between the target object and the given UTO midpoint times CosTime_UTO:time_to_interval/2
  Create a UnionDef IFR object orber_ifr:create_union/6
  Create a UTO representing the given time in Utc form CosTime_TimeService:uto_from_utc/2
  Create an any record any:create/0
  Create an any record any:create/2
  Create an ASN.1 value for test purposes. asn1ct:value/2
  Create an empty group pg:create/1
  Create an epmty group on a node pg:create/2
  Create an IFR object of given type orber_ifr:create_module/4
  Create an IFR object of the type AttributeDef contained in the target InterfaceDef object orber_ifr:create_attribute/6
  Create an IFR object of the type OperationDef contained in the target InterfaceDef object orber_ifr:create_operation/9
  Create an IFR objref of the type ArrayDef orber_ifr:create_array/3
  Create an IFR objref of the type IDLType orber_ifr:create_idltype/2
  Create an IFR objref of the type SequenceDef orber_ifr:create_sequence/3
  Create an IFR objref of the type StringDef orber_ifr:create_string/2
  Create an index for a table. mnesia:add_table_index/2
  Create an initial RELEASES file release_handler:create_RELEASES/4
  Create an MD5 context erlang:erlang:md5_init/0
  Create an ordered set out of a tuple of sets. sofs:from_sets/1
  Create an SHA context crypto:sha_init/0
  Create an xref server. xref:start/2
  Create and open a registry registry:ei_reg_open/1
  Create and returns a trace port generating fun dbg:trace_port/2
  Create and start a new server object corba:create/2
  Create and start a new server object corba:create/3
  Create and start a new server object corba:create/4
  Create and start a new server object corba:create_link/2
  Create and start a new server object corba:create_link/3
  Create and start a new server object corba:create_link/4
Move to a key, create it if it is not there win32reg:change_key_create/2
  Create Mnesia tables for basic EVA eva_sup:create_tables/1
  Create Mnesia tables for basic EVA and log eva_sup:create_tables_log/1
  Create Mnesia tables for basic EVA and SNMP implementation eva_sup:create_tables_snmp/1
  Create Mnesia tables for basic EVA, log, and SNMP implementations eva_sup:create_tables_log_snmp/1
  Create remote directory. ftp:mkdir/2
  Create the function that maps each element of a set onto another set. sofs:constant_function/2
  Create the Mnesia tables required by the log SNMP implementation log_snmp:create_tables/1
  Create the Mnesia tables required for EVA log SNMP implementation eva_log_snmp:create_tables/1
  Create tool files toolbar:create_tool_file/0
Start a trace client that reads messages created by a trace port driver dbg:trace_client/2
Start a trace client that reads messages created by a trace port driver, with a user defined handler dbg:trace_client/3
Return all Id:s for channels, currently alive, created by the target object CosNotifyChannelAdmin_EventChannelFactory:get_all_channels/1
Return the factory object which created the target object CosNotifyChannelAdmin_EventChannel:_get_MyFactory/1
  Creates a binary object erl_eterm:erl_mk_binary/2
  Creates a copy of an Erlang term erl_eterm:erl_copy_term/1
  Creates a customized registry table in Mnesia. mnesia_registry:create_table/2
  Creates a list from an array erl_eterm:erl_mk_list/2
  Creates a port identifier erl_eterm:erl_mk_port/3
  Creates a process identifier erl_eterm:erl_mk_pid/4
  Creates a registry table in Mnesia. mnesia_registry:create_table/1
  Creates a string erl_eterm:erl_mk_string/1
  Creates an atom erl_eterm:erl_mk_atom/1
  Creates an empty Erlang list erl_eterm:erl_mk_empty_list/0
  Creates an Erlang float erl_eterm:erl_mk_float/1
  Creates an Erlang integer erl_eterm:erl_mk_int/1
  Creates an Erlang reference erl_eterm:erl_mk_long_ref/5
  Creates an Erlang string erl_eterm:erl_mk_estring/2
  Creates an Erlang term erl_format:erl_format/2
  Creates an Erlang tuple from an array erl_eterm:erl_mk_tuple/2
  Creates an Erlang variable erl_eterm:erl_mk_var/1
  Creates an MD5 context crypto:md5_init/0
  Creates an old Erlang reference erl_eterm:erl_mk_ref/3
  Creates an unsigned integer erl_eterm:erl_mk_uint/1
  Creates the Mnesia tables required for the eva server eva_server:create_tables/1
  Creates the required Mnesia tables eva_snmp_adaptation:create_tables/1
  Cross reference check a module c:xm/1
Provide a list of available crypto functions. crypto:info/0
Start the crypto server. crypto:start/0
Stop the crypto server. crypto:stop/0
Check if certain Quality of Service properties can be added to events in the current context of the target object CosNotifyChannelAdmin_ProxyConsumer:validate_event_qos/2
Return the current date erlang:date/0
Return the current date and time according to Universal Time Coordinated (UTC) erlang:erlang:universaltime/0
Return the current date and time as an OCTET STRING snmp:date_and_time/0
Return the current date in RFC 1123 format. httpd_util:rfc1123_date/0
Return the official name of the current host. httpd_socket:resolve/0
Return the official name of the current host. ssl_socket:resolve/0
Request to proceed with current job overload:request/0
Delete the current key win32reg:delete_key/1
Delete the named value on the current key. win32reg:delete_value/2
Get all values on the current key. win32reg:values/1
Get subkeys to the current key. win32reg:sub_keys/1
Get the named value on the current key. win32reg:value/2
Return the path to the current key. win32reg:current_key/1
Return the current list of allowed slave hosts. erl_boot_server:which_slaves/0
Return the current local date and time erlang:erlang:localtime/0
Move the target object from its current location to given Container, name and version orber_ifr:move/4
Return a list of the current member nodes of the pool pool:get_nodes/0
>Return a list of the current members in the process group pg:members/1
Return current memory allocation list instrument:memory_data/0
Store the current memory allocation list on a file instrument:store_memory_data/1
>Return the "magic cookie" of the current node erlang:erlang:get_cookie/0
Return a list of all ports on the current node erlang:erlang:ports/0
Return a list of all processes on the current node erlang:processes/0
Return the accessible disk logs on the current node. disk_log:accessible_logs/0
Return the name of the current node erlang:node/0
Send a message tuple to all members of a process group except the current node pg:esend/2
Return the atom true if the current node is alive erlang:is_alive/0
Return the Osfamily and, in some cases, Osname of the current operating system. os:type/0
Return current overload information data overload:get_overload_info/0
Return the current path of the code server. code:get_path/0
Retrieve the Net_if data of the current pdu./../lib/kernel-2.7/doc/html/code.html#get_path%0">code:get_path/0
Retrieve the Net_if data of the current pdu./../lib/kernel-2.7/doc/html/code.html#get_path%0">code:get_path/0
Retrieve the Net_if data of the current pdu./../lib/kernel-2.7/doc/html/code.html#get_path%0">code:get_path/0
Retrieve the Net_if data of the current pdu./../lib/kernel-2.7/doc/html/code.html#get_path%0">code:get_path/0
Retrieve the Net_if data of the current pdu./../lib/kernel-2.7/doc/html/code.html#get_path%0">code:get_path/0
Retrieve the Net_if data of the current pdu./../lib/kernel-2.7/doc/html/code.html#get_path%0">code:get_path/0
Retrieve the Net_if data of the current pdu./../lib/kernel-2.7/doc/html/code.html#get_path%0">code:get_path/0
Retrieve the Net_if data of the current pdu./../lib/kernel-2.7/doc/html/code.html#get_path%0">code:get_path/0
Retrieve the Net_if data of the current pdu./../lib/kernel-2.7/doc/html/code.html#get_path%0">code:get_path/0
Retrieve the Net_if data of the current pdu./../lib/kernel-2.7/doc/html/code.html#get_path%0">code:get_path/0
Retrieve the Net_if data of the current pdu./../lib/kernel-2.7/doc/html/code.html#get_path%0">code:get_path/0
Retrieve the Net_if data of the current pdu./../lib/kernel-2.7/doc/html/code.html#get_path%0">code:get_path/0
Retrieve the Net_if data of the current pdu./../lib/kernel-2.7/doc/html/code.html#get_path%0">code:get_path/0
Retrieve the Net_if data of the current pdu./../lib/kernel-2.7/doc/html/code.html#get_path%0">code:get_path/0
Retrieve the Net_if data of the current pdu./../lib/kernel-2.7/doc/html/code.html#get_path%0">code:get_path/0
Retrieve the Net_if data of the current pdu./../lib/kernel-2.7/doc/html/code.html#get_path%0">code:get_path/0
Retrieve the Net_if data of the current pdu./../lib/kernel-2.7/doc/html/code.html#get_path%0">code:get_path/0
Retrieve the Net_if data of the current pdu./../lib/kernel-2.7/doc/html/code.html#get_path%0">code:get_path/0
Retrieve the Net_if data of the current pdu./../lib/kernel-2.7/doc/html/code.html#get_path%0">code:get_path/0
Retrieve the Net_if data of the current pdu./../lib/kernel-2.7/doc/html/code.html#get_path%0">code:get_path/0
Retrieve the Net_if data of the current pdu./../lib/kernel-2.7/doc/html/code.html#get_path%0">code:get_path/0
Retrieve the Net_if data of the current pdu./../lib/kernel-2.7/doc/html/code.html#get_path%0">code:get_path/0
Retrieve the Net_if data of the current pdu./../lib/kernel-2.7/doc/html/code.html#get_path%0">code:get_path/0
Retrieve the Net_if data of the current pdu./../lib/kernel-2.7/doc/html/code.html#get_path%0">code:get_path/0
Retrieve the Net_if data of the current pdu./../lib/kernel-2.7/doc/html/code.html#get_path%0">code:get_path/0
Retrieve the Net_if data of the current pdu./../lib/kernel-2.7/doc/html/code.html#get_path%0">code:get_path/0
Retrieve the Net_if data of the current pdu./../lib/kernel-2.7/doc/html/code.html#get_path%0">code:get_path/0
Retrieve the Net_if data of the current pdu./../lib/kernel-2.7/doc/html/code.html#get_path%0">code:get_path/0
Retrieve the Net_if data of the current pdu./../lib/kernel-2.7/doc/html/code.html#get_path%0">code:get_path/0
Retrieve the Net_if data of the current pdu./../lib/kernel-2.7/doc/html/code.html#get_path%0">code:get_path/0
Retrieve the Net_if data of the current pdu./../lib/kernel-2.7/doc/html/code.html#get_path%0">code:get_path/0
Retrieve the Net_if data of the current pdu./../lib/kernel-2.7/doc/html/code.html#get_path%0">code:get_path/0
Retrieve the Net_if data of the current pdu./../lib/kernel-2.7/doc/html/code.html#get_path%0">code:get_path/0
Retrieve the Net_if data of the current pdu./../lib/kernel-2.7/doc/html/code.html#get_path%0">code:get_path/0
Retrieve the Net_if data of the current pdu./../lib/kernel-2.7/doc/html/code.html#get_path%0">code:get_path/0
Retrieve the Net_if data of the current pdu./../lib/kernel-2.7/doc/html/code.html#get_path%0">code:get_path/0
Retrieve the Net_if data of the current pdu./../lib/kernel-2.7/doc/html/code.html#get_path%0">code:get_path/0
Retrieve the Net_if data of the current pdu./../lib/kernel-2.7/doc/html/code.html#get_path%0">code:get_path/0
Retrieve the Net_if data of the current pdu./../lib/kernel-2.7/doc/html/code.html#get_path%0">code:get_path/0
Retrieve the Net_if data of the current pdu./../lib/kernel-2.7/doc/html/code.html#get_path%0">code:get_path/0
Retrieve the Net_if data of the current pdu./../lib/kernel-2.7/doc/html/code.html#get_path%0">code:get_path/0
Retrieve the Net_if data of the current pdu./../lib/kernel-2.7/doc/html/code.html#get_path%0">code:get_path/0
Retrieve the Net_if data of the current pdu./../lib/kernel-2.7/doc/html/code.html#get_path%0">code:get_path/0
Retrieve the Net_if data of the current pdu./../lib/kernel-2.7/doc/html/code.html#get_path%0">code:get_path/0
Retrieve the Net_if data of the current pdu./../lib/kernel-2.7/doc/html/code.html#get_path%0">code:get_path/0
Retrieve the Net_if data of the current pdu./../lib/kernel-2.7/doc/html/code.html#get_path%0">code:get_path/0
Retrieve the Net_if data of the current pdu./../lib/kernel-2.7/doc/html/code.html#get_path%0">code:get_path/0
Retrieve the Net_if data of the current pdu./../lib/kernel-2.7/doc/html/code.html#get_path%0">code:get_path/0
Retrieve the Net_if data of the current pdu./../lib/kernel-2.7/doc/html/code.html#get_path%0">code:get_path/0
Retrieve the Net_if data of the current pdu./../lib/kernel-2.7/doc/html/code.html#get_path%0">code:get_path/0
Retrieve the Net_if data of the current pdu./../lib/kernel-2.7/doc/html/code.html#get_path%0">code:get_path/0
Retrieve the Net_if data of the current pdu./../lib/kernel-2.7/doc/html/code.html#get_path%0">code:get_path/0
Retrieve the Net_if data of the current pdu./../lib/kernel-2.7/doc/html/code.html#get_path%0">code:get_path/0
Retrieve the Net_if data of the current pdu./../lib/kernel-2.7/doc/html/code.html#get_path%0">code:get_path/0
Retrieve the Net_if data of the current pdu./../lib/kernel-2.7/doc/html/code.html#get_path%0">code:get_path/0
Retrieve the Net_if data of the current pdu./../lib/kernel-2.7/doc/html/code.html#get_path%0">code:get_path/0
Retrieve the Net_if data of the current pdu./../lib/kernel-2.7/doc/html/code.html#get_path%0">code:get_path/0
Retrieve the Net_if data of the current pdu./../lib/kernel-2.7/doc/html/code.html#get_path%0">code:get_path/0
Retrieve the Net_if data of the current pdu./../lib/kernel-2.7/doc/html/code.html#get_path%0">code:get_path/0
Retrieve the Net_if data of the current pdu./../lib/kernel-2.7/doc/html/code.html#get_path%0">code:get_path/0
Retrieve the Net_if data of the current pdu./../lib/kernel-2.7/doc/html/code.html#get_path%0">code:get_path/0
Retrieve the Net_if data of the current pdu./../lib/kernel-2.7/doc/html/code.html#get_path%0">code:get_path/0
Retrieve the Net_if data of the current pdu./../lib/kernel-2.7/doc/html/code.html#get_path%0">code:get_path/0
Retrieve the Net_if data of the current pdu./../lib/kernel-2.7/doc/html/code.html#get_path%0">code:get_path/0
Retrieve the Net_if data of the current pdu./../lib/kernel-2.7/doc/html/code.html#get_path%0">code:get_path/0
Retrieve the Net_if data of the current pdu./../lib/kernel-2.7/doc/html/code.html#get_path%0">code:get_path/0
Retrieve the Net_if data of the current pdu./../lib/kernel-2.7/doc/html/code.html#get_path%0">code:get_path/0
Retrieve the Net_if data of the current pdu./../lib/kernel-2.7/doc/html/code.html#get_path%0">code:get_path/0
Retrieve the Net_if data of the current pdu./../lib/kernel-2.7/doc/html/code.html#get_path%0">code:get_path/0
Retrieve the Net_if data of the current pdu./../lib/kernel-2.7/doc/html/code.html#get_path%0">code:get_path/0
Retrieve the Net_if data of the current pdu./../lib/kernel-2.7/doc/html/code.html#get_path%0">code:get_path/0
Retrieve the Net_if data of the current pdu./../lib/kernel-2.7/doc/html/code.html#get_path%0">code:get_path/0
Retrieve the Net_if data of the current pdu./../lib/kernel-2.7/doc/html/code.html#get_path%0">code:get_path/0
Retrieve the Net_if data of the current pdu./../lib/kernel-2.7/doc/html/code.html#get_path%0">code:get_path/0
Retrieve the Net_if data of the current pdu./../lib/kernel-2.7/doc/html/code.html#get_path%0">code:get_path/0
Retrieve the Net_if data of the current pdu./../lib/kernel-2.7/doc/html/code.html#get_path%0">code:get_path/0
Retrieve the Net_if data of the current pdu./../lib/kernel-2.7/doc/html/code.html#get_path%0">code:get_path/0
Retrieve the Net_if data of the current pdu./../lib/kernel-2.7/doc/html/code.html#get_path%0">code:get_path/0
Retrieve the Net_if data of the current pdu./../lib/kernel-2.7/doc/html/code.html#get_path%0">code:get_path/0
Retrieve the Net_if data of the current pdu./../lib/kernel-2.7/doc/html/code.html#get_path%0">code:get_path/0
Retrieve the Net_if data of the current pdu./../lib/kernel-2.7/doc/html/code.html#get_path%0">code:get_path/0
Retrieve the Net_if data of the current pdu./../lib/kernel-2.7/doc/html/code.html#get_path%0">code:get_path/0
Retrieve the Net_if data of the current pdu./../lib/kernel-2.7/doc/html/code.html#get_path%0">code:get_path/0
Retrieve the Net_if data of the current pdu./../lib/kernel-2.7/doc/html/code.html#get_path%0">code:get_path/0
Retrieve the Net_if data of the current pdu./../lib/kernel-2.7/doc/html/code.html#get_path%0">code:get_path/0
Retrieve the Net_if data of the