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

S

Fix a Dets table for safe traversal. dets:safe_fixtable/2
Fix an ETS table for safe traversal. ets:safe_fixtable/2
Fixe an ETS table for safe traversal (obsolete). ets:fixtable/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
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
Return true if any of the elements X in the list satisfies Pred(X) lists:any/2
Choose elements which satisfy a predicate dict:filter/2
Choose elements which satisfy a predicate lists:filter/2
Return true if all elements in the list satisfy Pred lists:all/2
Get/set if and how to save call frames. int:stack_trace/0
Get/set if and how to save call frames. int:stack_trace/1
  Save the events to a file et_collector:save_event_file/3
Reopen a disk log and save the old log. disk_log:breopen/3
Reopen a disk log and save the old log. disk_log:reopen/2
Reopen a disk log and save the old log. disk_log:reopen/3
Read saved match specifications from file. dbg:rtp/1
Delete a specific saved match_spec. dbg:dtp/1
Delete all saved match_spec's. dbg:dtp/0
List saved match_spec's on the console. dbg:ltp/0
Write all saved match_spec's to a file dbg:wtp/1
  Scan a string and returns the Erlang tokens erl_scan:string/1
  Scan a string and returns the Erlang tokens erl_scan:string/2
Re-entrant scanner erl_scan:tokens/3
Delete the schema on the given nodes mnesia:delete_schema/1
Create a brand new schema on the specified nodes. mnesia:create_schema/1
Return the filtering schema used by the target object CosNotifyChannelAdmin_ConsumerAdmin:_get_MyOperator/1
Return the filter scheme CosNotifyChannelAdmin_SupplierAdmin:_get_MyOperator/1
Decode an SNMP ScopedPdu snmp_pdus:dec_scoped_pdu/1
Encode an encrypted SNMP scopedPDU snmp_pdus:enc_encrypted_scoped_pdu/1
Encode an SNMP scopedPDU snmp_pdus:enc_scoped_pdu/1
Decode an SNMP ScopedPduData snmp_pdus:dec_scoped_pdu_data/1
Print the database to screen snmp_local_db:print/0
Print the database to screen snmp_local_db:print/1
Print the database to screen snmp_local_db:print/2
Generate a binary form of a boot script. systools:script2boot/1
Get the identity of the used boot script. init:script_id/0
Parse output from a CGI script and generates an appropriate HTTP status code. mod_cgi:status_code/1
This is an example script on how to startup the Erlang system in embedded mode on Unix. start:start
Generate a boot script .script/.boot. systools:make_script/1
Generate a boot script .script/.boot. systools:make_script/2
Expand a request uri using ScriptAlias config directives. mod_alias:real_script_name/3
Generate a boot script .script/.boot. systools:make_script/1
Generate a boot script .script/.boot. systools:make_script/2
Parse incoming data to erl and eval scripts. httpd:parse_query/1
  Search a list of key-value tuples for a tuple whose first element is a key. httpd_util:key1search/2
  Search a list of key-value tuples for a tuple whose first element is a key. httpd_util:key1search/3
Dirty search for all record keys in table. mnesia:dirty_all_keys/1
  Search for server operation and execute it. ic_clib:oe_exec_switch/3
Set the code server search path. code:set_path/1
  Search the reports for a regular expression rb:grep/1
  Searche for a key in a dictionary dict:find/2
  Searche for modules with identical names. code:clash/0
Return the tuple {Hour, Minute, Second} of the current system time erlang:time/0
Compute a days and time from seconds. calendar:seconds_to_daystime/1
Compute time from seconds. calendar:seconds_to_time/1
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
Convert Seconds to Milliseconds. timer:seconds/1
Return the tuple {MegaSecs, Secs, Microsecs}, which is the elapsed time since 00:00 GMT erlang:now/0
Display the IIOP port number used for secure connections orber:iiop_ssl_port/0
Log an security event in the error log file. mod_disk_log:security_log/2
Display the security mode Orber is running in orber:secure/0
Add one security to group definition snmp_view_based_acm_mib:add_sec2group/3
Delete one security to group definition snmp_view_based_acm_mib:delete_sec2group/1
List users that have authenticated within the SecurityAuthTimeout time for a given address (if specified), port number and directory (if specified). mod_security:list_auth_users/1
List users that have authenticated within the SecurityAuthTimeout time for a given address (if specified), port number and directory (if specified). mod_security:list_auth_users/2
List users that have authenticated within the SecurityAuthTimeout time for a given address (if specified), port number and directory (if specified). mod_security:list_auth_users/2
List users that have authenticated within the SecurityAuthTimeout time for a given address (if specified), port number and directory (if specified). mod_security:list_auth_users/3
  Seed the ssl random generator. ssl:seed/1
  Seeds random number generation with default values random:seed/0
  Seeds random number generator random:seed/3
Collect data segments into a buffer erl_driver:int driver_vec_to_buf/3
  Select a subset of a family using a predicate. sofs:family_specification/2
  Select a subset using a predicate. sofs:specification/2
Executes a SQL SELECT query and associates the result set with the connection. A cursor is positioned before the first row in the result set and the tuple {ok, NrRows} is returned. odbc:select_count/2
Executes a SQL SELECT query and associates the result set with the connection. A cursor is positioned before the first row in the result set and the tuple {ok, NrRows} is returned. odbc:select_count/3
Executes a SQL query or a batch of SQL queries. If it is a SELECT query the result set is returned, on the format {selected, ColNames, Rows}. For other query types the tuple {updated, NRows} is returned, and for batched queries, if the driver supports them, this function can also return a list of result tuples. odbc:sql_query/2
Executes a SQL query or a batch of SQL queries. If it is a SELECT query the result set is returned, on the format {selected, ColNames, Rows}. For other query types the tuple {updated, NRows} is returned, and for batched queries, if the driver supports them, this function can also return a list of result tuples. odbc:sql_query/3
Read selected chunks from a BEAM file or binary beam_lib:chunks/2
Executes a SQL query or a batch of SQL queries. If it is a SELECT query the result set is returned, on the format {selected, ColNames, Rows}. For other query types the tuple {updated, NRows} is returned, and for batched queries, if the driver supports them, this function can also return a list of result tuples. odbc:sql_query/2
Executes a SQL query or a batch of SQL queries. If it is a SELECT query the result set is returned, on the format {selected, ColNames, Rows}. For other query types the tuple {updated, NRows} is returned, and for batched queries, if the driver supports them, this function can also return a list of result tuples. odbc:sql_query/3
Executes selected entries from a config file. ttb:run_config/2
  Selects N consecutive rows of the result set. odbc:select/3
  Selects N consecutive rows of the result set. odbc:select/4
  Send a delayed event internally in a generic FSM. gen_fsm:send_event_after/2
Delete a dictionary entry and send a {et, {dict_delete, Key}} tuple to all registered subscribers. et_collector:dict_delete/2
Insert a dictionary entry and send a {et, {dict_insert, Key, Val}} tuple to all registered subscribers. et_collector:dict_insert/3
Insert a dictionary entry and send a {et, {dict_insert, Key, Val}} tuple to all registered subscribers. et_collector:dict_insert/4
Insert a dictionary entry and send a {et, {dict_insert, Key, Val}} tuple to all registered subscribers. et_collector:dict_insert/4
  Send a get-bulk-request snmp_mgr:gb/3
  Send a get-next-request snmp_mgr:gn/0
  Send a get-next-request snmp_mgr:gn/1
  Send a get-request snmp_mgr:g/1
  Send a megaco message. megaco_transport:Module:send_message/2
  Send a message ei_connect:ei_send/4
  Send a message erl_connect:erl_send/3
  Send a message lib:send/2
Obsolete function to send a message ei_connect:ei_send_encoded/4
  Send a message - Dest ! Msg erlang:erlang:send/2
  Send a message and waits fo an answer lib:sendw/2
  Send a message conditionally erlang:erlang:send/3
  Send a message to a registered name ei_connect:ei_reg_send/5
  Send a message to a registered name erl_connect:erl_reg_send/3
Obsolete function to send a message to a registered name ei_connect:ei_send_reg_encoded/5
  Send a message to a registered name with optional timeout ei_connect:ei_reg_send_tmo/6
Obsolete function to send a message to a registered name with timeout ei_connect:ei_send_reg_encoded_tmo/5
  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 all nodes and collect the answers safely rpc:safe_multi_server_call/2
  Send a message tuple to all members of a process group pg:send/2
  Send a message tuple to all members of a process group except the current node pg:esend/2
  Send a message with optional timeout ei_connect:ei_send_tmo/5
Obsolete function to send a message with optional timeout ei_connect:ei_send_encoded_tmo/5
Tries to send a message without ever blocking. erlang:erlang:send_nosuspend/2
Tries to send a message without ever blocking. erlang:erlang:send_nosuspend/3
  Send a notification snmp:send_notification/3
  Send a notification snmp:send_notification/4
  Send a notification snmp:send_notification/5
  Send a notification snmp:send_notification/6
  Send a packet gen_tcp:send/2
  Send a packet to a specified Address and Port (from port associated with Id). gen_udp:send/4
  Send a reply to a caller. gen_fsm:reply/2
  Send a reply to a client. gen_server:reply/2
  Send a set-request snmp_mgr:s/1
  Send a standard error report event to the error logger. error_logger:error_report/1
  Send a timeout event internally in a generic FSM. gen_fsm:start_timer/2
  Send a trap snmp:send_trap/3
  Send a trap snmp:send_trap/4
  Send a user defined error report type event. error_logger:error_report/2
  Send a user defined information report type event. error_logger:info_report/2
  Send an alarm and makes it active eva:asend_alarm/5
  Send an alarm and makes it active eva:send_alarm/5
  Send an alarm and makes it active eva:send_alarm/6
  Send an asynchronous request to a generic server. gen_server:cast/2
  Send an asynchronous request to several generic servers. gen_server:abcast/2
  Send an asynchronous request to several generic servers. gen_server:abcast/3
  Send an error event to the error logger. error_logger:error_msg/1
  Send an error event to the error logger. error_logger:error_msg/2
  Send an error event to the error logger. error_logger:format/2
  Send an event eva:asend_event/3
  Send an event eva:send_event/3
  Send an event eva:send_event/4
  Send an event asynchronously to a generic FSM. gen_fsm:send_all_state_event/2
  Send an event asynchronously to a generic FSM. gen_fsm:send_event/2
  Send an event synchronously to a generic FSM. gen_fsm:sync_send_event/2
  Send an event synchronously to a generic FSM. gen_fsm:sync_send_event/3
  Send an event syncronously to a generic FSM. gen_fsm:sync_send_all_state_event/2
  Send an event syncronously to a generic FSM. gen_fsm:sync_send_all_state_event/3
  Send an EXIT message to the process Pid erlang:exit/2
  Send an exit signal with Reason after a specified Time. timer:exit_after/2
  Send an exit signal with Reason after a specified Time. timer:exit_after/3
  Send an exit signal with Reason after a specified Time. timer:kill_after/1
  Send an exit signal with Reason after a specified Time. timer:kill_after/2
  Send an information event to the error logger. error_logger:info_msg/1
  Send an information event to the error logger. error_logger:info_msg/2
  Send an information report to the error logger. error_logger:info_report/1
  Send binary data over socket. httpd_socket:deliver/3
  Send client notification. ic_c_protocol:oe_send_notification/1
  Send client notification. ic_c_protocol:oe_send_notification_tmo/2
  Send client request and receive reply. ic_c_protocol:oe_send_request_and_receive_reply/1
  Send client request and receive reply. ic_c_protocol:oe_send_request_and_receive_reply_tmo/3
  Send data and binary data to port owner erl_driver:int driver_output2/5
  Send data from a driver binary to port owner erl_driver:int driver_output_binary/6
  Send data from driver to port owner erl_driver:int driver_output/3
  Send data to a port erlang:port_command/2
  Send explicit reply to client corba:reply/2
  Send Message repeatedly at intervals of Time. timer:send_interval/2
  Send Message repeatedly at intervals of Time. timer:send_interval/3
  Send Message to Pid after a specified Time. timer:send_after/2
  Send Message to Pid after a specified Time. timer:send_after/3
  Send Msg to a registered process Name global_group:send/2
  Send Msg to a registered process Name global_group:send/4
  Send Msg to a registered process Name global_group:send/4
  Send Msg to the global process Name global:send/2
  Send N get-next-request requests snmp_mgr:gn/1
  Send one or more events to the event collector process megaco:report_digit_event/2
Test for a send operator erl_internal:send_op/2
  Send term data from driver to port owner erl_driver:int driver_output_term/3
  Send term data to other process than port owner process erl_driver:int driver_send_term/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
  Send vectorized data to port owner erl_driver:int driver_outputv/5
Server receive of notification or request, and sending of reply (in case of request). ic_clib:oe_server_receive/2
Server receive of notification or request, and sending of reply (in case of request). ic_clib:oe_server_receive_tmo/4
Invoke on the client side ORB before sending the request interceptors:out_request_encoded/6
Invoke on the client side ORB before encoding and sending the request interceptors:out_request/6
  Sends a message to all registered subscribers et_collector:multicast/2
  Sends Data back to client.. mod_esi:deliver/2
  Sends one or more transaction request(s) and waits for the reply megaco:call/3
  Sends one or more transaction request(s) but does NOT wait for a reply megaco:cast/3
Return the process or port to which all trace messages are sent. dbg:get_tracer/1
Specify how much disk space can be used by each disk or partition before an alarm is sent disksup:get_almost_full_threshold/0
Specify how much memory can be allocated by one Erlang process before an alarm is sent memsup:get_procmem_high_watermark/0
Specify how much memory can be allocated by one Erlang process before an alarm is sent memsup:get_sysmem_high_watermark/0
Hibernate a process until a message is sent to it erlang:erlang:hibernate/3
Hibernate the current process until a message is sent to it proc_lib:hibernate/3
Generate a request message to be sent to the network snmp_mpd:generate_msg/4
Generate a response packet to be sent to the network snmp_mpd:generate_response_msg/4
Change the event data sent when triggered CosTimerEvent_TimerEventHandler:set_data/2
Count blank separated words string:words/1
Count blank separated words string:words/2
Return the part of the Filename after the last directory separator filename:basename/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
Equivalent to seq_trigger_ms(all) ttb:seq_trigger_ms/0
Convert a stringified Name to a Name sequence CosNaming_NamingContextExt:to_name/2
Determines type of an encoded byte sequence erl_marshal:erl_ext_type/1
Start a sequence chart viewer for trace events (messages/actions) et_viewer:start_link/1
Simplified start of a sequence chart viewer with global tracing activated. et_viewer:start/0
Start of a sequence chart viewer without linking to the parent process. et_viewer:start/1
Return the sequence IDL typecode orber_tc:sequence/2
Return a sequence of all connections within the target domain CosEventDomainAdmin_EventDomain:get_all_connections/1
Return a DomainID sequence of all domains associated with the target object CosEventDomainAdmin_EventDomainFactory:get_all_domains/1
Generate a sequence of integers lists:seq/2
Generate a sequence of integers lists:seq/3
Return true if the requested number of properties can be delivered and there are additional properties. Otherwise false is returned and a sequence of max HowMany properties CosPropertyService_PropertiesIterator:next_n/2
Return a sequence of the allowed properties CosPropertyService_PropertySetDef:get_allowed_properties/1
Stringify a Name sequence to a string CosNaming_NamingContextExt:to_string/2
Create an IFR objref of the type SequenceDef orber_ifr:create_sequence/3
Connect the SequencePullConsumer to the Channel with the given MembereID CosEventDomainAdmin_EventDomain:connect_sequence_pull_consumer_with_id/3
Connect the SequencePullConsumer to the default Channel CosEventDomainAdmin_EventDomain:connect_sequence_pull_consumer/2
Connect the SequencePullSupplier to the Channel with the given MembereID CosEventDomainAdmin_EventDomain:connect_sequence_pull_supplier_with_id/3
Connect the SequencePullSupplier to the default Channel CosEventDomainAdmin_EventDomain:connect_sequence_pull_supplier/2
Connect the SequencePushConsumer to the Channel with the given MembereID CosEventDomainAdmin_EventDomain:connect_sequence_push_consumer_with_id/3
Connect the SequencePushConsumer to the default Channel CosEventDomainAdmin_EventDomain:connect_sequence_push_consumer/2
Connect the SequencePushSupplier to the Channel with the given MembereID CosEventDomainAdmin_EventDomain:connect_sequence_push_supplier_with_id/3
Connect the SequencePushSupplier to the default Channel CosEventDomainAdmin_EventDomain:connect_sequence_push_supplier/2
Compares encoded byte sequences erl_marshal:erl_compare_ext/2
Put the Erlang term TraceInfo into the sequential trace output. seq_trace:print/1
Put the Erlang term TraceInfo into the sequential trace output. seq_trace:print/2
Returns a match_spec() which starts sequential tracing ttb:seq_trigger_ms/1
Stop all sequential tracing on the Erlang node. seq_trace:reset_trace/0
Display all objects stored in the Name Serivce orber_diagnostics:nameservice/0
Display all objects stored in the Name Serivce orber_diagnostics:nameservice/1
Block a running server. httpd:block/0
Block a running server. httpd:block/1
Block a running server. httpd:block/1
Block a running server. httpd:block/2
Block a running server. httpd:block/2
Block a running server. httpd:block/2
Block a running server. httpd:block/3
Block a running server. httpd:block/3
Block a running server. httpd:block/4
Broadcast to all nodes synchronously and return a list of the nodes which have a registered server rpc:sbcast/2
Broadcast to specific nodes synchronously and return a list of the nodes which have a registered server rpc:sbcast/3
Create an Xref server. xref:start/2
Creates the Mnesia tables required for the eva server eva_server:create_tables/1
Delete a file at the remote server.. ftp:delete/2
Delete an Xref server. xref:stop/1
Get all logs known to the log server log:get_logs/0
Make a synchronous call to a generic server. gen_server:call/2
Make a synchronous call to a generic server. gen_server:call/3
Open up a server auth:open/1
Rename a file at the remote server.. ftp:rename/3
Restart a running server. httpd:restart/0
Restart a running server. httpd:restart/1
Restart a running server. httpd:restart/1
Restart a running server. httpd:restart/2
Return information about an Xref server. xref:info/1
Return information about an Xref server. xref:info/2
Return information about an Xref server. xref:info/3
Return the current path of the code server. code:get_path/0
Run a pseudo server slave:relay/1
Send an asynchronous request to a generic server. gen_server:cast/2
Start a linked Orber server. Module_Interface:Module_Interface:oe_create_link/0
Start a linked Orber server. Module_Interface:Module_Interface:oe_create_link/1
Start a Orber server. Module_Interface:Module_Interface:oe_create/0
Start a Orber server. Module_Interface:Module_Interface:oe_create/1
Start and links the NT eventlog server nteventlog:start_link/2
Start and links to the code server. code:start_link/0
Start and links to the code server. code:start_link/1
Start the server. erl_ddll:start/0
Start the auth server auth:start/0
Start the boot server. erl_boot_server:start/1
Start the code server. code:start/0
Start the code server. code:start/1
Start the crypto server. crypto:start/0
Start the eva server eva_server:start_link/0
Start the global group server global_group:start/0
Start the global group server global_group:start_link/0
Start the global name server global:start/0
Start the global name server global:start_link/0
Start the log server log_server:start_link/0
Start the NT eventlog server nteventlog:start/2
Start the pg2 server pg2:start/0
Start the pg2 server pg2:start_link/0
Start the RB server rb:start/0
Start the RB server rb:start/1
Start the rpc server rpc:start/0
Stop a running server. httpd:stop/0
Stop a running server. httpd:stop/1
Stop a running server. httpd:stop/1
Stop a running server. httpd:stop/2
Stop the server. erl_ddll:stop/0
Stop the auth server auth:stop/0
Stop the code server. code:stop/0
Stop the crypto server. crypto:stop/0
Stop the global group server global_group:stop/0
Stop the global name server global:stop/0
Stop the RB server rb:stop/0
Stop the rpc server rpc:stop/0
Synchronize the global name server global:sync/0
The do/1 i called for each request to the Web server. httpd:Module:do/1
Transfer file from remote server. ftp:recv/3
Transfer file to remote server. ftp:send/3
Unblock a blocked server. httpd:unblock/0
Unblock a blocked server. httpd:unblock/1
Unblock a blocked server. httpd:unblock/1
Unblock a blocked server. httpd:unblock/2
Transfer file to remote server, and append it to Remotefile. ftp:append/3
Start the server and links it to the calling process. erl_ddll:start_link/0
Start the boot server and links the caller. erl_boot_server:start_link/1
Stop the dbg server and the tracing of all processes. dbg:stop/0
Stop the dbg server and the tracing of all processes, and clears trace patterns. dbg:stop_clear/0
Transfer file from remote server as a binary. ftp:recv_bin/2
Start a name server as a daemon epmd:epmd
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
Display the path to the server certificate orber:ssl_server_certfile/0
Generate stub and server code according to the OMG CORBA standard. ic:ic:gen/1
Generate stub and server code according to the OMG CORBA standard. ic:ic:gen/2
Prepare server decoding of request. ic_c_protocol:oe_prepare_request_decoding/1
Prepare server encoding of reply. ic_c_protocol:oe_prepare_reply_encoding/1
Callback function that is called when the Web server is closed. httpd:Module:remove/1
Merge an array of server maps to one single map. ic_clib:oe_merge_maps/2
Start a global timer server (named timer_server). timer:start/0
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
Stop a server object corba:create_nil_objref/0
Stop a server object corba:dispose/1
Interact with a server on a node rpc:server_call/4
Start a tracer server on given node with additional parameters dbg:tracer/3
Search for server operation and execute it. ic_clib:oe_exec_switch/3
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
  Server receive of notification or request, and sending of reply (in case of request). ic_clib:oe_server_receive/2
  Server receive of notification or request, and sending of reply (in case of request). ic_clib:oe_server_receive_tmo/4
Set the code server search path. code:set_path/1
Invoke when requests arrive at the server side ORB interceptors:in_request/6
Invoke when setting up a new connection to a server side ORB interceptors:new_out_connection/3
Invoke when setting up a new connection to a server side ORB interceptors:new_out_connection/5
Invoke when an existing connection to a server side ORB have been terminated interceptors:closed_out_connection/1
Invoke when requests arrive at the server side ORB with undecoded request body interceptors:in_request_encoded/6
Start a tracer server that handles trace messages. dbg:tracer/0
Start a tracer server with additional parameters dbg:tracer/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
Send an asynchronous request to several generic servers. gen_server:abcast/2
Send an asynchronous request to several generic servers. gen_server:abcast/3
Start a number of pseudo servers slave:pseudo/1
Start a number of pseudo servers slave:pseudo/2
Evaluate a function call on a remote node in the RPC servers context rpc:block_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 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 rpc:multi_server_call/2
Send a message to servers on all nodes and collect the answers safely rpc:safe_multi_server_call/2
Add or modify an Erlang service erlsrv:erlsrv
List all erlang services or all options for one service. erlsrv:erlsrv
Remove association between the given id and service corba:remove_initial_service/1
Remove the service. erlsrv:erlsrv
Start and links the message passing service os_sup:start_link/0
Start the eva log service eva_log:start_link/0
Start the eva log service eva_log:start_link/1
Start the EVA LOG SNMP service eva_log_snmp:start_link/2
Start the EVA SNMP adaptation service eva_snmp_adaptation:start_link/0
Start the LOG SNMP service log_snmp:start_link/0
Start the message passing service os_sup:start/0
Stop the message passing service nteventlog:stop/0
Stop the message passing service os_sup:stop/0
Add a new initial service and associate it with the given id corba:add_initial_service/2
Start a Time Service object cosTime:start_time_service/2
Start a Timer Event Service object cosTime:start_timerevent_service/1
Stop the target Time Service object cosTime:stop_time_service/1
Stop the target Timer Event Service object cosTime:stop_timerevent_service/1
Install the cosTime Time Service part application cosTime:install_time/0
Install the cosTime Timer Event Service part application cosTime:install_timerevent/0
Uninstall the cosTime Time Service part application cosTime:uninstall_time/0
Uninstall the cosTime Timer Event Service part application cosTime:uninstall_timerevent/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
Manipulate the current service status. erlsrv:erlsrv
List all erlang services or all options for one service. erlsrv:erlsrv
End ftp session. ftp:close/1
Create a set. sofs:from_external/2
Create a set. sofs:from_term/2
Create the function that maps each element of a set onto another set. sofs:constant_function/2
Evaluate apply(M,F,Args) with all trace flags set. dbg:c/3
Evaluate apply(M,F,Args) with Flags trace flags set. dbg:c/4
Return a list or a tuple of the elements of set. sofs:to_sets/1
Return a partition of a set. sofs:partition/2
Return a partition of a set. sofs:partition/3
Return a restriction of a set. sofs:restriction/3
Return the elements of a set. sofs:to_external/1
Return the number of elements of a set. sofs:no_elements/1
Return the type of a set. sofs:type/1
Return the untyped empty set. sofs:empty_set/0
Selects N consecutive rows of the result set. odbc:select/3
Selects N consecutive rows of the result set. odbc:select/4
Test for an empty set. sofs:is_empty_set/1
Test for an unordered set. sofs:is_set/1
Test for an unordered set. sofs:is_sofs_set/1
Send a set-request snmp_mgr:s/1
Create a set of atoms or any type of sets. sofs:set/2
Create a set out of a list of sets. sofs:from_sets/1
Create an ordered set out of a tuple of sets. sofs:from_sets/1
difference of sets gb_sets:difference/2
intersection of sets gb_sets:intersection/2
intersection of list of sets gb_sets:intersection/1
Return a partition of two sets. sofs:symmetric_partition/2
Return the Cartesian product of a tuple of sets. sofs:product/1
Return the Cartesian product of two sets. sofs:product/2
Return the coarsest partition given a set of sets. sofs:partition/1
Return the difference of two Sets sets:subtract/2
Return the difference of two sets. sofs:difference/2
Return the intersection of a family of sets of sets. sofs:family_intersection/1
Return the intersection of a list of Sets sets:intersection/1
Return the intersection of a set of sets. sofs:intersection/1
Return the intersection of two Sets sets:intersection/2
Return the intersection of two sets. sofs:intersection/2
Return the symmetric difference of two sets. sofs:symdiff/2
Return the union of a family of sets of sets. sofs:family_union/1
Return the union of a list of Sets sets:union/1
Return the union of a set of sets. sofs:union/1
Return the union of two Sets sets:union/2
Return the union of two sets. sofs:union/2
Test for disjoint sets. sofs:is_disjoint/2
union of list of sets gb_sets:union/1
Test two sets for equality. sofs:is_equal/2
Test two sets for subset. sofs:is_subset/2
Return the intersection of a family of sets of sets. sofs:family_intersection/1
Return the union of a family of sets of sets. sofs:family_union/1
Write Record and sets stick lock. mnesia:s_write/1
  Sets the given trace flags on the given processes. ttb:p/2
  Sets the memsup_helper_timeout to use memsup:set_helper_timeout/1
  Sets the number of previous commands to keep shell:history/1
  Sets the number of previous commands to keep shell:results/1
  Sets the value of the SSL verification depth for outgoing calls orber:set_ssl_client_depth/1
Invoke when setting up a new connection to a server side ORB interceptors:new_out_connection/3
Invoke when setting up a new connection to a server side ORB interceptors:new_out_connection/5
Create a new PropertySetDef with no predefined settings CosPropertyService_PropertySetDefFactory:create_propertysetdef/1
Generate Info Report, which contain Orber's configuration settings orber:info/0
Generate Info Report, which contain Orber's configuration settings orber:info/1
Return the current system monitoring settings erlang:erlang:system_monitor/0
Start a channel, which is linked to the invoking process, with default settings cosEventApp:start_channel_link/0
Start a channel with default settings cosEventApp:start_channel/0
Start a factory, which is linked to the invoking process, with default settings cosEventDomainApp:start_factory_link/0
Start a factory with default settings cosEventDomainApp:start_factory/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 settings defined by the given options cosEventApp:start_channel/1
Start a factory, which is linked to the invoking process, with settings defined by the given options cosEventDomainApp:start_factory_link/1
Start a factory with settings defined by the given options cosEventDomainApp:start_factory/1
Change the QoS settings for the target object CosNotification_QoSAdmin:set_qos/2
Return a list of name-value pairs which encapsulates the current QoS settings for the target object CosNotification_QoSAdmin:get_qos/1
Create a query setup mnemosyne:setup_query/1
Delete a query setup. mnemosyne:delete_query/1
Invoke when a new client ORB wants to setup a connection interceptors:new_in_connection/3
Invoke when a new client ORB wants to setup a connection interceptors:new_in_connection/5
If possible, setup a connection described by the #'CosEventDomainAdmin_Connection'{} struct CosEventDomainAdmin_EventDomain:add_connection/2
Compile several files c:lc/1
Evaluate several function calls on all nodes in parallel rpc:parallel_eval/1
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
Send an asynchronous request to several generic servers. gen_server:abcast/2
Send an asynchronous request to several generic servers. gen_server:abcast/3
Asynchronously log several items onto a disk log. disk_log:alog_terms/2
Asynchronously log several items onto a disk log. disk_log:balog_terms/2
Log several items onto a disk log. disk_log:blog_terms/2
Log several items onto a disk log. disk_log:log_terms/2
Exits a normal shell and starts a restricted shell. shell:start_restricted/1
Exits a restricted shell and starts a normal shell. shell:stop_restricted/0
Exits a restricted shell and starts a normal shell. shell:stop_restricted/0
Exits a normal shell and starts a restricted shell. shell:start_restricted/1
Used when transforming fun's created in the shell into match_specifications. ms_transform:transform_from_shell/3
Flush the shell message queue c:flush/0
Execute Command in a command shell of the target OS. os:cmd/1
Find one short cycle in a digraph. digraph:get_short_cycle/2
Find one short path in a digraph. digraph:get_short_path/3
  Shorthand equivalents of create. gs:ObjType/1
  Shorthand equivalents of create. gs:ObjType/2
  Shorthand equivalents of create. gs:ObjType/3
Connect NotifySubscribe object, which should be informed when the target object's constraints are updated CosNotifyFilter_Filter:attach_callback/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
  Show reports rb:show/0
  Show reports rb:show/1
  Show the list of traced nodes on the console. dbg:ln/0
Invoke when replies arrives at the client side ORB interceptors:in_reply/6
Invoke when requests arrive at the server side ORB interceptors:in_request/6
Invoke when setting up a new connection to a server side ORB interceptors:new_out_connection/3
Invoke when setting up a new connection to a server side ORB interceptors:new_out_connection/5
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 an existing connection to a server side ORB have been terminated interceptors:closed_out_connection/1
Invoke when replies arrives at the client side ORB with undecoded reply body interceptors:in_reply_encoded/6
Invoke when requests arrive at the server side ORB with undecoded request body interceptors:in_request_encoded/6
  Signal or unsignal port as busy erl_driver:void set_busy_port/2
Send an exit signal with Reason after a specified Time. timer:exit_after/2
Send an exit signal with Reason after a specified Time. timer:exit_after/3
Send an exit signal with Reason after a specified Time. timer:kill_after/1
Send an exit signal with Reason after a specified Time. timer:kill_after/2
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
A utility similar to VxWorks memPartInfoGet, but for the Erlang memory area. erl_set_memory_block:erl_mem_info_get/1
A utility similar to VxWorks memShow, but for the Erlang memory area. erl_set_memory_block:erl_memory_show/1
Configurate with a simple SNMP agent configuration tool snmp:config/0
  Simplified start of a sequence chart viewer with global tracing activated. et_viewer:start/0
Return the tuple {MegaSecs, Secs, Microsecs}, which is the elapsed time since 00:00 GMT erlang:now/0
Compute the number of seconds since midnight up to the given time. calendar:time_to_secnds/1
Merge an array of server maps to one single map. ic_clib:oe_merge_maps/2
Return the size in bytes of the file. filelib:file_size/1
Compute the size of a possibly nested list. httpd_util:flatlength/1
Fetch the type and size of an encoded term ei:ei_get_type/4
Change the size of an open disk log. disk_log:change_size/2
Determines encoded size of term erl_marshal:erl_term_len/1
Return an integer which is the size of the argument Item erlang:size/1
Change the size of the Audit Trail Log snmp:change_log_size/1
Return the size of the driver queue erl_driver:int driver_sizeq/1
Get the maximum size of the target object orber_ifr:get_bound/1
Set the maximum size of the target object orber_ifr:set_bound/2
Returns the memory block header size used by the emulator that generated the memory allocation map instrument:block_header_size/1
Print out the sizes of unused memory blocks instrument:holes/1
  skip a term ei:ei_skip_term/2
Delete a slave from the list of allowed slaves. erl_boot_server:delete_slave/1
Return the current list of allowed slave hosts. erl_boot_server:which_slaves/0
Start a slave node at Host slave:start/1
Start a slave node at Host slave:start_link/1
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
Stop the pool and kill all the slave nodes pool:stop/0
Add a slave to the list of allowed slaves. erl_boot_server:add_slave/1
Add a slave to the list of allowed slaves. erl_boot_server:add_slave/1
Delete a slave from the list of allowed slaves. erl_boot_server:delete_slave/1
Return the list of records that are associated with Slot in a table. mnesia:dirty_slot/2
Return the list of objects associated with a slot of a Dets table. dets:slot/2
Return all objects in a given slot of an ETS table. ets:slot/2
extract smallest element gb_sets:take_smallest/1
return smallest element gb_sets:smallest/1
extract smallest key and value gb_trees:take_largest/1
extract smallest key and value gb_trees:take_smallest/1
return smallest key and value gb_trees:largest/1
return smallest key and value gb_trees:smallest/1
Take down an Erlang node smoothly init:reboot/0
Take down an Erlang node smoothly< init:stop/0
Start the EVA SNMP adaptation service eva_snmp_adaptation:start_link/0
Configurate with a simple SNMP agent configuration tool snmp:config/0
Reset all snmp counters to 0 snmp_standard_mib:reinit/0
Create Mnesia tables for basic EVA and SNMP implementation eva_sup:create_tables_snmp/1
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
Start basic EVA and SNMP implementation eva_sup:start_link_snmp/0
Create Mnesia tables for basic EVA, log, and SNMP implementations eva_sup:create_tables_log_snmp/1
Start basic EVA, log and SNMP implementations eva_sup:start_link_log_snmp/3
Get the corresponding Mnesia key from an SNMP index. mnesia:snmp_get_mnesia_key/2
Retrieve a row indexed by an SNMP index. mnesia:snmp_get_row/2
Create a new snmp index structure snmp_index:new/1
Register a log to the SNMP log functionality log_snmp:register_type/3
Start the SNMP manager snmp_mgr:start/1
Start the SNMP manager snmp_mgr:start_link/1
Stop the SNMP manager snmp_mgr:stop/0
Decode an SNMP Message snmp_pdus:dec_message/1
Encode an SNMP Message snmp_pdus:enc_message/1
Decode an SNMP Message, but not the data part snmp_pdus:dec_message_only/1
Encode an SNMP Message, but not the data part snmp_pdus:enc_message_only/1
Decode an SNMP Pdu snmp_pdus:dec_pdu/1
Encode an SNMP Pdu snmp_pdus:enc_pdu/1
Decode an SNMP ScopedPdu snmp_pdus:dec_scoped_pdu/1
Encode an SNMP scopedPDU snmp_pdus:enc_scoped_pdu/1
Encode an encrypted SNMP scopedPDU snmp_pdus:enc_encrypted_scoped_pdu/1
Decode an SNMP ScopedPduData snmp_pdus:dec_scoped_pdu_data/1
Start the EVA LOG SNMP service eva_log_snmp:start_link/2
Start the LOG SNMP service log_snmp:start_link/0
Start the SNMP supervisor for all agents snmp_supervisor:start_master/2
Start the SNMP supervisor for all agents snmp_supervisor:start_master/3
Start the SNMP supervisor for subagents only snmp_supervisor:start_sub/0
Start the SNMP supervisor for subagents only snmp_supervisor:start_sub/1
Organize a Mnesia table as an SNMP table. mnesia:snmp_open_table/2
Remove the possibility for SNMP to manipulate the table. mnesia:snmp_close_table/1
Decode SNMP UsmSecurityParameters snmp_pdus:dec_usm_security_parameters/1
Encode SNMP UsmSecurityParameters snmp_pdus:enc_usm_security_parameters/1
Configure the SNMP-COMMUNITY-MIB snmp_community_mib:configure/1
Configure the SNMP-COMMUNITY-MIB snmp_community_mib:reconfigure/1
Instrumentation function for snmpeaLogDiscriminator variable log_snmpea:snmpeaLogDiscriminator/2
Configure the SNMP-FRAMEWORK-MIB snmp_framework_mib:configure/1
Initialize the SNMP-FRAMEWORK-MIB snmp_framework_mib:init/0
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 STANDARD-MIB and SNMPv2-MIB snmp_standard_mib:configure/1
Configure the STANDARD-MIB and SNMPv2-MIB snmp_standard_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
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
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
Change controlling process of a Socket. gen_udp:controlling_process/2
Close Socket. gen_udp:close/1
Close an TCP socket gen_tcp:close/1
Get options set for socket ssl:getopts/2
Receive a packet from a passive socket gen_tcp:recv/2
Receive a packet from a passive socket gen_tcp:recv/3
Receive a packet from a passive socket gen_udp:recv/2
Receive a packet from a passive socket gen_udp:recv/3
Receive data on socket. ssl:recv/2
Receive data on socket. ssl:recv/3
Return the local address and port number for a socket. inet:sockname/1
Return the local port number for a socket. inet:port/1
Return the port and IP-address of the remote socket. httpd_socket:peername/2
Send binary data over socket. httpd_socket:deliver/3
Set one or more options for a socket. inet:setopts/2
Write data to a socket. ssl:send/2
Immediately close a socket in one direction gen_tcp:shutdown/2
Close a socket of any type inet:close/1
Set socket options. ssl:setopts/2
Return the pid of the socket process. ssl:pid/1
Close a socket returned by accept/1/2, connect/3/4, or listen/2. ssl:close/1
Set up a socket to listen on a port on the local host. ssl:listen/2
Set up a socket which listen on Port gen_tcp:listen/2
  Sort a list lists:sort/1
  Sort a list lists:sort/2
  Sort a list and remove duplicates lists:usort/1
  Sort a list and remove duplicates lists:usort/2
  Sort a list by key lists:keysort/2
  Sort a list by key and remove consecutive duplicates lists:ukeysort/2
  Sort terms on files. file_sorter:sort/1
  Sort terms on files. file_sorter:sort/2
  Sort terms on files. file_sorter:sort/3
  Sort terms on files by key. file_sorter:keysort/2
  Sort terms on files by key. file_sorter:keysort/3
  Sort terms on files by key. file_sorter:keysort/4
  Sort the memory allocation list instrument:sort/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
Merge two sorted list lists:merge/3
Merge a list of sorted lists lists:merge/1
Merge three sorted lists lists:merge3/3
Merge two sorted lists lists:merge/2
Merge a list of sorted lists without duplicates lists:umerge/1
Merge three sorted lists without duplicates lists:umerge3/3
Merge two sorted lists without duplicates lists:umerge/2
Merge two sorted lists without duplicates lists:umerge/3
Return a topological sorting of the vertices of a digraph. digraph_utils:topsort/1
Preprocesse and parse an Erlang source file epp:parse_file/3
Return the next Erlang form from the opened Erlang source file epp:parse_erl_form/1
Append 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:append/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
Insert the SourceFile into the DestinationFile Offset bytes from the start of the file CosFileTransfer_FileTransferSession:insert/4
Returns String where the leading and trailing space and tabs has been removed. httpd_util:strip/1
Specify how much disk space can be used by each disk or partition before an alarm is sent disksup:get_almost_full_threshold/0
Remove leading and/or trailing white spaces. httpd_conf:clean/1
Remove leading and/or trailing white spaces and custom characters. httpd_conf:custom_clean/3
  Span characters at start of string string:cspan/2
  Span characters at start of string string:span/2
  Spawn a new process. proc_lib:spawn/1
  Spawn a new process. proc_lib:spawn/2
  Spawn a new process. proc_lib:spawn/3
  Spawn a new process. proc_lib:spawn/4
  Spawn a new process and set a link. proc_lib:spawn_link/1
  Spawn a new process and set a link. proc_lib:spawn_link/2
  Spawn a new process and set a link. proc_lib:spawn_link/3
  Spawn a new process and set a link. proc_lib:spawn_link/4
  Spawn a new process with given options. proc_lib:spawn_opt/2
  Spawn a new process with given options. proc_lib:spawn_opt/3
  Spawn a new process with given options. proc_lib:spawn_opt/4
  Spawn a new process with given options. proc_lib:spawn_opt/5
  Spawn a process on the expected lowest future loaded pool node pool:pspawn/3
  Spawn links a process on the expected lowest future loaded pool node pool:pspawn_link/3
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
  Specialized indirect read function for Dets file:ipread_s32bu_p32bu/3
Driver specific data erl_driver:ErlDrvData
Return the mime type associated with a specific file suffix. httpd_util:lookup_mime/2
Return the mime type associated with a specific file suffix. httpd_util:lookup_mime/3
Return the mime type associated with a specific file suffix or the value of the DefaultType. httpd_util:lookup_mime_default/2
Return the mime type associated with a specific file suffix or the value of the DefaultType. httpd_util:lookup_mime_default/3
Deletes a specific from an ETS table. ets:delete_object/2
Broadcast a message asynchronously to a registered process on specific nodes rpc:abcast/3
Broadcast to specific nodes synchronously and return a list of the nodes which have a registered server rpc:sbcast/3
Limit access to a node from a specific number of named nodes net_kernel:allow/1
Delete a specific saved match_spec. dbg:dtp/1
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 a specific set of nodes and collect the answers safely rpc:safe_multi_server_call/3
Return a supervisor specification. supervisor:Module:init/1
Delete a child specification from a supervisor. supervisor:delete_child/2
Get the value of an application specification key. application:get_key/1
Get the value of an application specification key. application:get_key/2
Get the application specification keys. application:get_all_key/0
Get the application specification keys. application:get_all_key/1
Apply a match specification to all objects stored in a Dets table. dets:select/2
Apply a match specification to some objects stored in a Dets table. dets:select/1
Apply a match specification to the first chunk of objects stored in a Dets table. dets:select/3
Transforms Erlang abstract format containing calls to ets/dbg:fun2ms into literal match specifications. ms_transform:parse_transform/2
Return information about all children specifications and child processes belonging to a supervisor. supervisor:which_children/1
Check if child specifications are syntactically correct. supervisor:check_childspecs/1
Read saved match specifications from file. dbg:rtp/1
Get the current working directory for the drive specified file:get_cwd/1
List users that are currently blocked from access to a specified port number, for a given address (if specified). mod_security:list_blocked_users/1
List users that are currently blocked from access to a specified port number, for a given address (if specified). mod_security:list_blocked_users/2
List users that are currently blocked from access to a specified port number, for a given address (if specified). mod_security:list_blocked_users/2
List users that are currently blocked from access to a specified port number, for a given address (if specified). mod_security:list_blocked_users/3
List users that have authenticated within the SecurityAuthTimeout time for a given address (if specified), port number and directory (if specified). mod_security:list_auth_users/1
List users that have authenticated within the SecurityAuthTimeout time for a given address (if specified), port number and directory (if specified). mod_security:list_auth_users/2
List users that have authenticated within the SecurityAuthTimeout time for a given address (if specified), port number and directory (if specified). mod_security:list_auth_users/2
List users that have authenticated within the SecurityAuthTimeout time for a given address (if specified), port number and directory (if specified). mod_security:list_auth_users/3
Send a packet to a specified Address and Port (from port associated with Id). gen_udp:send/4
Clear the specified alarms alarm_handler:clear_alarm/1
Terminate terminate any previous set trigger, and set a new trigger specified by the TimeType and UTO objects CosTimerEvent_TimerEventHandler:set_timer/3
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
Match filenames using Unix-style wildcards startin at a specified directory. filelib:wildcard/2
Log system events to the specified file sys:log_to_file/2
Log system events to the specified file sys:log_to_file/3
Create breakpoints in the specified function. int:break_in/3
Delete breakpoints from the specified function. int:del_break_in/3
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
>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/0
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/0
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/0
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
Run epmd - names on all hosts which are specified in the Erlang host file net_adm:world/0
Run epmd - names on all hosts which are specified in the Erlang host file net_adm:world_list/2
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
Create a new PropertySet with specified initial properties CosPropertyService_PropertySetFactory:create_initial_propertyset/2
Create a new PropertySetDef with specified initial properties CosPropertyService_PropertySetDefFactory:create_initial_propertysetdef/2
Return a PrimitiveDef of the specified kind orber_ifr:get_primitive/2
Compile the specified MIB snmp:c/1
Compile the specified MIB snmp:c/2
Set value at the current registry key with specified name. win32reg:set_value/3
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 fun as entry point on a specified node giving additional options erlang:spawn_opt/3
Create a new Erlang process on a specified node with a function as entry point giving additional options erlang:spawn_opt/5
Create a new Erlang process on a specified node with a function as the entry point and link to the new process erlang:spawn_link/4
Create a brand new schema on the specified nodes. mnesia:create_schema/1
Set a lock on the specified nodes global:set_lock/1
Set a lock on the specified nodes global:set_lock/2
Set a lock on the specified nodes global:set_lock/3
List users that have authenticated within the SecurityAuthTimeout time for a given address (if specified), port number and directory (if specified). mod_security:list_auth_users/1
List users that have authenticated within the SecurityAuthTimeout time for a given address (if specified), port number and directory (if specified). mod_security:list_auth_users/2
List users that have authenticated within the SecurityAuthTimeout time for a given address (if specified), port number and directory (if specified). mod_security:list_auth_users/2
List users that have authenticated within the SecurityAuthTimeout time for a given address (if specified), port number and directory (if specified). mod_security:list_auth_users/3
List users that are currently blocked from access to a specified port number, for a given address (if specified). mod_security:list_blocked_users/1
List users that are currently blocked from access to a specified port number, for a given address (if specified). mod_security:list_blocked_users/2
List users that are currently blocked from access to a specified port number, for a given address (if specified). mod_security:list_blocked_users/2
List users that are currently blocked from access to a specified port number, for a given address (if specified). mod_security:list_blocked_users/3
Make the specified release to be used at system start-up release_handler:make_permanent/1
Run a function call on a specified set of nodes rpc:eval_everywhere/4
Apply Module:Function(Arguments) after a specified Time. timer:apply_after/4
Send an exit signal with Reason after a specified Time. timer:exit_after/2
Send an exit signal with Reason after a specified Time. timer:exit_after/3
Send an exit signal with Reason after a specified Time. timer:kill_after/1
Send an exit signal with Reason after a specified Time. timer:kill_after/2
Send Message to Pid after a specified Time. timer:send_after/2
Send Message to Pid after a specified Time. timer:send_after/3
  Specify how much disk space can be used by each disk or partition before an alarm is sent disksup:get_almost_full_threshold/0
  Specify how much memory can be allocated by one Erlang process before an alarm is sent memsup:get_procmem_high_watermark/0
  Specify how much memory can be allocated by one Erlang process before an alarm is sent memsup:get_sysmem_high_watermark/0
  Specify parameters for Erlang internal memory allocation. erl_set_memory_block:erl_set_memory_block/6
  Specify which account to use. ftp:account/2
  Split a queue in two queue:split/2
  Split a RequestLine in a file reference and a QueryString or a PathInfo string. httpd_util:split_path/1
  Split a RequestLine in a file reference to an executable and a QueryString or a PathInfo string. httpd_util:split_script_path/1
  Split a string in N chunks using a regular expression. httpd_util:split/3
  Split a string into fields regexp:split/2
  Split string into tokens string:tokens/2
Return a tuple which contains two binaries which are the result of splitting Binary into two parts at position Pos erlang:split_binary/2
Return the version of SSL. ssl:version/0
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
Generate stub and server code according to the OMG CORBA standard. ic:ic:gen/1
Generate stub and server code according to the OMG CORBA standard. ic:ic:gen/2
Write information about the local process Pid on standard error erlang:erlang:process_display/2
Send a standard error report event to the error logger. error_logger:error_report/1
Swap from a primitive first handler to a standard event handler error_logger:swap_handler/1
Read a line from standard input io:get_line/2
Read characters from standard input io:get_chars/3
Set options for standard input/output io:setopts/2
Start the standard I/O system. user:start/0
Give a list of available help items on standard output. dbg:h/0
Print a text representation Term on the standard output erlang:erlang:display/1
Write characters to standard output io:put_chars/2
Print all system events on standard_io sys:trace/2
Print all system events on standard_io sys:trace/3
Configure the STANDARD-MIB and SNMPv2-MIB snmp_standard_mib:configure/1
Configure the STANDARD-MIB and SNMPv2-MIB snmp_standard_mib:reconfigure/1
Get status information during system start. init:get_status/0
  Start a channel factory as default cosNotificationApp:start_factory/0
  Start a channel factory with options cosNotificationApp:start_factory/1
  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
  Start a collector process et_collector:start_link/1
  Start a factory, which is linked to the invoking process, with default settings cosEventDomainApp:start_factory_link/0
  Start a factory, which is linked to the invoking process, with settings defined by the given options cosEventDomainApp:start_factory_link/1
  Start a factory with default settings cosEventDomainApp:start_factory/0
  Start a factory with settings defined by the given options cosEventDomainApp:start_factory/1
  Start a filter factory cosNotificationApp:start_filter_factory/0
  Start a global channel factory as default cosNotificationApp:start_global_factory/0
  Start a global channel factory with options cosNotificationApp:start_global_factory/1
  Start a global timer server (named timer_server). timer:start/0
  Start a graphical monitor i:im/0
  Start a linked Orber server. Module_Interface:Module_Interface:oe_create_link/0
  Start a linked Orber server. Module_Interface:Module_Interface:oe_create_link/1
  Start a local Mnesia system. mnesia:start/0
  Start a name server as a daemon epmd:epmd
  Start a new event viewer and a corresponding collector and load them with trace events from a trace file. et_viewer:file/1
  Start a new node and attach it to an already existing pool pool:new_node/2
  Start a new process synchronously. proc_lib:start/3
  Start a new process synchronously. proc_lib:start/4
  Start a new process synchronously. proc_lib:start/5
  Start a new process synchronously. proc_lib:start_link/3
  Start a new process synchronously. proc_lib:start_link/4
  Start a new process synchronously. proc_lib:start_link/5
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
  Start a number of pseudo servers slave:pseudo/1
  Start a number of pseudo servers slave:pseudo/2
  Start a Orber server. Module_Interface:Module_Interface:oe_create/0
  Start a Orber server. Module_Interface:Module_Interface:oe_create/1
  Start a Orber stub/skeleton Module_Interface:Module_Interface:oe_create/2
  Start a Orber stub/skeleton Module_Interface:Module_Interface:oe_create_link/2
  Start a Pman trace window. pman:proc/1
  Start a Pman trace window. pman:proc/3
  Start a PropertySet Factory cosProperty:start_SetFactory/0
  Start a PropertySetDef Factory cosProperty:start_SetDefFactory/0
  Start a sequence chart viewer for trace events (messages/actions) et_viewer:start_link/1
  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
  Start a slave node at Host slave:start/1
  Start a slave node at Host slave:start_link/1
  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
  Start a subagent snmp_supervisor:start_subagent/3
  Start a Time Service object cosTime:start_time_service/2
  Start a timer and return a reference to it erlang:erlang:start_timer/3
  Start a Timer Event Service object cosTime:start_timerevent_service/1
Returns configuration data needed by WebTool to configure and start a tool. webtool:Module:Func/1
  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
  Start a trace port on each given node. ttb:tracer/2
  Start a tracer server on given node with additional parameters dbg:tracer/3
  Start a tracer server that handles trace messages. dbg:tracer/0
  Start a tracer server with additional parameters dbg:tracer/2
  Start a Transaction Factory cosTransactions:start_factory/0
  Start a Transaction Factory with given options cosTransactions:start_factory/1
  Start a WebTool Application start_webtool:start_webtool
  Start an application. application:Module:start/2
Load and start an application. application:start/1
Load and start an application. application:start/2
  Start an ftp client. ftp:open/2
  Start an ftp client. ftp:open/3
  Start and links the message passing service os_sup:start_link/0
  Start and links the NT eventlog server nteventlog:start_link/2
  Start and links to the code server. code:start_link/0
  Start and links to the code server. code:start_link/1
  Start Appmon. appmon:start/0
  Start basic EVA eva_sup:start_link/0
  Start basic EVA and log eva_sup:start_link_log/1
  Start basic EVA and SNMP implementation eva_sup:start_link_snmp/0
  Start basic EVA, log and SNMP implementations eva_sup:start_link_log_snmp/3
  Start call count tracing for all functions. cprof:start/0
  Start call count tracing for matching functions. cprof:start/1
  Start call count tracing for matching functions. cprof:start/2
  Start call count tracing for matching functions. cprof:start/3
  Start chunk-reading of the remote file. ftp:recv_chunk_start/2
  Start Cover. cover:start/0
  Start Cover on remote nodes. cover:start/1
  Start Debugger. debugger:start/0
  Start Debugger. debugger:start/1
  Start Debugger. debugger:start/1
  Start Debugger. debugger:start/2
  Start Eprof. eprof:start/0
  Start GS. gs:start/0
  Start megaco tracing megaco:enable_trace/2
  Start monitoring erlang:erlang:monitor/2
Simplified start of a sequence chart viewer with global tracing activated. et_viewer:start/0
  Start of a sequence chart viewer without linking to the parent process. et_viewer:start/1
Extended start of an application. application:Module:start_phase/3
Span characters at start of string string:cspan/2
Span characters at start of string string:span/2
Insert the SourceFile into the DestinationFile Offset bytes from the start of the file CosFileTransfer_FileTransferSession:insert/4
  Start Pman. pman:start/0
  Start Pman. pman:start/1
  Start Pman. pman:start_notimeout/0
  Start Pman. pman:start_notimeout/1
  Start profiling. eprof:profile/1
  Start profiling. eprof:profile/2
  Start profiling. eprof:profile/4
  Start profiling. eprof:start_profiling/1
Initialize process and start subsystem. supervisor_bridge:Module:init/1
  Start the auth server auth:start/0
  Start the boot server. erl_boot_server:start/1
  Start the boot server and links the caller. erl_boot_server:start_link/1
  Start the code server. code:start/0
  Start the code server. code:start/1
  Start the cosEvent application cosEventApp:start/0
  Start the cosEventDomain application cosEventDomainApp:start/0
  Start the cosFileTransfer application cosFileTransferApp:start/0
  Start the cosNotification application cosNotificationApp:start/0
  Start the cosProperty application cosProperty:start/0
  Start the cosTime application cosTime:start/0
  Start the cosTransactions application cosTransactions:start/0
  Start the crashdump_viewer crashdump:start/0
  Start the crypto server. crypto:start/0
  Start the Erlang emulator with the correct release data start_erl:start_erl
  Start the Erlang emulator without attached terminal run_erl:run_erl
  Start the Erlang low level loader. erl_prim_loader:start/3
  Start the Erlang runtime system. init:boot/1
  Start the Erlang system erl:erl
  Start the error logger event manager. error_logger:start/0
  Start the error logger event manager. error_logger:start_link/0
  Start the eva log service eva_log:start_link/0
  Start the eva log service eva_log:start_link/1
  Start the EVA LOG SNMP service eva_log_snmp:start_link/2
  Start the eva server eva_server:start_link/0
  Start the EVA SNMP adaptation service eva_snmp_adaptation:start_link/0
  Start the global group server global_group:start/0
  Start the global group server global_group:start_link/0
  Start the global name server global:start/0
  Start the global name server global:start_link/0
  Start the heart program. heart:start/0
  Start the log server log_server:start_link/0
  Start the LOG SNMP service log_snmp:start_link/0
  Start the message passing service os_sup:start/0
  Start the NT eventlog server nteventlog:start/2
  Start the Orber application orber:start/0
  Start the Orber application orber:start/1
  Start the Orber application as lightweight orber:start_lightweight/0
  Start the Orber application as lightweight orber:start_lightweight/1
  Start the Orber application during tests orber:jump_start/1
  Start the pg2 server pg2:start/0
  Start the pg2 server pg2:start_link/0
  Start the RB server rb:start/0
  Start the RB server rb:start/1
  Start the rpc server rpc:start/0
  Start the server. erl_ddll:start/0
  Start the server and links it to the calling process. erl_ddll:start_link/0
  Start the SNMP manager snmp_mgr:start/1
  Start the SNMP manager snmp_mgr:start_link/1
  Start the SNMP supervisor for all agents snmp_supervisor:start_master/2
  Start the SNMP supervisor for all agents snmp_supervisor:start_master/3
  Start the SNMP supervisor for subagents only snmp_supervisor:start_sub/0
  Start the SNMP supervisor for subagents only snmp_supervisor:start_sub/1
  Start the standard I/O system. user:start/0
  Start Toolbar toolbar:start/0
  Start transfer of file chunks. ftp:send_chunk_start/2
  Start transfer of file chunks for appending to File. ftp:append_chunk_start/2
  Start TV. tv:start/0
Get the start type of an ongoing application startup. application:start_type/0
  Start WebTool. webtool:start/0
  Start WebTool with default configuration. webtool:start/2
  Start/Call Erlang erl_call:erl_call
Used by a process when it has started. proc_lib:init_ack/1
Used by a process when it has started. proc_lib:init_ack/2
Is the application started as lightweight? orber:is_lightweight/0
Return Erlang starter lib:progname/0
Match filenames using Unix-style wildcards startin at a specified directory. filelib:wildcard/2
Configure Orber before starting it corba:orb_init/1
Return the current time and the Inaccuracy given when starting this application in a UTO CosTime_TimeService:universal_time/1
Exits a restricted shell and starts a normal shell. shell:stop_restricted/0
Exits a normal shell and starts a restricted shell. shell:start_restricted/1
  Starts or stops tracing. fprof:trace/1
Returns a match_spec() which starts sequential tracing ttb:seq_trigger_ms/1
  Starts the fprof server. fprof:start/0
  Starts the Megaco application megaco:start/0
Return the StartTime QoS identifier CosNotification:'StartTime'/0
Return the StartTimeSupported QoS identifier CosNotification:'StartTimeSupported'/0
Get the start type of an ongoing application startup. application:start_type/0
Make the specified release to be used at system start-up release_handler:make_permanent/1
This is an example script on how to startup the Erlang system in embedded mode on Unix. start:start
Initialize process and internal state. gen_server:Module:init/1
Initialize process and internal state name and state data. gen_fsm:Module:init/1
Update the state data due to code replacement. gen_fsm:Module:code_change/4
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
Initiate the hash state for a new table mnesia_frag_hash:init_state/2
Return default state for random number generation random:seed0/0
Initialize process and internal state name and state data. gen_fsm:Module:init/1
Synchronizes the in-memory state of a file with that on the physical medium file:sync/1
Return the state of the global group process global_group:info/0
Enable or disable the collections of statistics sys:statistics/2
Enable or disable the collections of statistics sys:statistics/3
Reports term allocation statistics erl_malloc:erl_eterm_statistics/2
Manipulate the current service status. erlsrv:erlsrv
Return current memory allocation status instrument:memory_status/1
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.1 status code. httpd_util:reason_phrase/1
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
Subscription of node status for nodes in the immediate global group global_group:monitor_nodes/1
Read memory allocation status from a file instrument:read_memory_status/1
Get status information during system start. init:get_status/0
Monitor the status of a node erlang:monitor_node/2
Make a printout of the current status of all interpreted processes i:ip/0
Return status of communication authorization auth:is_auth/1
Set the administrative status of the log log:set_admin_status/2
Return the status of the parent transaction. CosTransactions_Coordinator:get_parent_status/1
Get the status of the process sys:get_status/1
Get the status of the process sys:get_status/2
Return the status of the target object CosTimerEvent_TimerEventHandler:'_get_status'/1
Return the status of the top-level transaction associated with the target object CosTransactions_Coordinator:get_top_level_status/1
Return the current status of the transaction CosTransactions_RecoveryCoordinator:replay_completion/3
Return the status of the transaction associated with the target object CosTransactions_Coordinator:get_status/1
Store the current memory allocation status on a file instrument:store_memory_status/1
Return an informative HTTP 1.1 status string in HTML. httpd_util:message/3
  Step forward or backward among the wrap log files of a disk log. disk_log:chunk_step/3
  Steps over encoded term erl_marshal:erl_peek_ext/2
Write Record and sets stick lock. mnesia:s_write/1
Mark a directory as 'sticky'. code:stick_dir/1
Set sticky lock and delete record. mnesia:s_delete_object/1
Set sticky lock and delete records. mnesia:s_delete/2
Equivalent to stop([]) ttb:stop/0
  Stop a collector process et_collector:stop/1
  Stop a running server. httpd:stop/0
  Stop a running server. httpd:stop/1
  Stop a running server. httpd:stop/1
  Stop a running server. httpd:stop/2
  Stop a server object corba:create_nil_objref/0
  Stop a server object corba:dispose/1
  Stop a subagent snmp_supervisor:stop_subagent/1
  Stop a trace client gracefully. dbg:stop_trace_client/1
  Stop all sequential tracing on the Erlang node. seq_trace:reset_trace/0
  Stop an application. application:stop/1
  Stop Appmon. appmon:stop/0
  Stop call count tracing for all functions. cprof:stop/0
  Stop call count tracing for matching functions. cprof:stop/1
  Stop call count tracing for matching functions. cprof:stop/2
  Stop call count tracing for matching functions. cprof:stop/3
  Stop Cover. cover:stop/0
  Stop Cover on remote nodes. cover:stop/1
  Stop Eprof. eprof:stop/0
  Stop GS. gs:stop/0
  Stop interpreting a module. int:n/1
  Stop interpreting a module. int:nn/1
  Stop (kill) a node slave:stop/1
  Stop logging to file rb:stop_log/0
  Stop megaco tracing megaco:disable_trace/0
  Stop Mnesia locally. mnesia:stop/0
  Stop profiling. eprof:stop_profiling/0
Clean up and stop subsystem. supervisor_bridge:Module:terminate/2
  Stop the auth server auth:stop/0
  Stop the code server. code:stop/0
  Stop the cosEvent application cosEventApp:stop/0
  Stop the cosEventDomain application cosEventDomainApp:stop/0
  Stop the cosFileTransfer application cosFileTransferApp:stop/0
  Stop the cosNotification application cosNotificationApp:stop/0
  Stop the cosProperty application cosProperty:stop/0
  Stop the cosTime application cosTime:stop/0
  Stop the cosTransactions application cosTransactions:stop/0
  Stop the crashdump_viewer crashdump:stop/0
  Stop the crypto server. crypto:stop/0
  Stop the dbg server and the tracing of all processes. dbg:stop/0
  Stop the dbg server and the tracing of all processes, and clears trace patterns. dbg:stop_clear/0
  Stop the Erlang node c:q/0
  Stop the execution of the current process with the reason Reason erlang:erlang:fault/1
  Stop the execution of the current process with the reason Reason erlang:erlang:fault/2
  Stop the execution of the current process with the reason Reason erlang:exit/1
  Stop the given PropertySet Factory cosProperty:stop_SetFactory/1
  Stop the given PropertySetDef Factory cosProperty:stop_SetDefFactory/1
  Stop the global group server global_group:stop/0
  Stop the global name server global:stop/0
  Stop the message passing service nteventlog:stop/0
  Stop the message passing service os_sup:stop/0
  Stop the Orber application orber:stop/0
  Stop the pool and kill all the slave nodes pool:stop/0
  Stop the query associated with Cursor mnemosyne:delete_cursor/1
  Stop the RB server rb:stop/0
  Stop the rpc server rpc:stop/0
  Stop the server. erl_ddll:stop/0
  Stop the SNMP manager snmp_mgr:stop/0
  Stop the target Time Service object cosTime:stop_time_service/1
  Stop the target Timer Event Service object cosTime:stop_timerevent_service/1
  Stop tracing and fetch/format logs from all nodes ttb:stop/1
  Stop transfer of chunks. ftp:send_chunk_end/1
  Stop transfer of chunks for appending. ftp:append_chunk_end/1
  Stop WebTool. webtool:stop/0
Same as stop(normal). fprof:stop/0
  Stops a viewer et_viewer:stop/1
  Stops the fprof server. fprof:stop/1
  Stops the Megaco application megaco:stop
  Stops the Megaco application megaco:stop/0
Starts or stops tracing. fprof:trace/1
Return the StopTime QoS identifier CosNotification:'StopTime'/0
Return the StopTimeSupported QoS identifier CosNotification:'StopTimeSupported'/0
Change the storage type of a table. mnesia:change_table_copy_type/3
  Store a value in a dictionary dict:store/3
Retrieve the symbolic store database reference snmp:get_symbolic_store_db/0
  Store the current memory allocation map on a file instrument:store_memory_data/1
  Store the current memory allocation status on a file instrument:store_memory_status/1
Iterate over the currently stored events et_collector:iterate/5
Iterates over the currently stored events et_collector:iterate/3
Apply a function to all or some objects stored in a Dets table. dets:traverse/2
Apply a match specification to all objects stored in a Dets table. dets:select/2
Apply a match specification to some objects stored in a Dets table. dets:select/1
Apply a match specification to the first chunk of objects stored in a Dets table. dets:select/3
Return a chunk of objects stored in a Dets table. dets:bchunk/2
Return all objects with a given key stored in a Dets table. dets:lookup/2
Return the first key stored in a Dets table. dets:first/1
Update a counter object stored in a Dets table. dets:update_counter/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 the objects stored in a Dets table and return a list of objects. dets:match_object/2
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
Match the objects stored in a Dets table and return a list of variable bindings. dets:match/2
Returns all calls stored in history ttb:list_history/0
Display all objects stored in the Name Serivce orber_diagnostics:nameservice/0
Display all objects stored in the Name Serivce orber_diagnostics:nameservice/1
retrieves value stored with key gb_trees:get/2
Return the strict relation corresponding to a given relation. sofs:strict_relation/1
Adjust left end of string string:left/2
Adjust left end of string string:left/3
Adjust right end of string string:right/2
Adjust right end of string string:right/3
Allocate a string. ic_clib:CORBA_string_alloc/1
Allocate a wide string. ic_clib:CORBA_wstring_alloc/1
Center a string string:centre/2
Center a string string:centre/3
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 filename to a flat string filename:flatten/1
Convert a token tag to a string megaco:token_tag2string/1
Convert a token tag to a string megaco:token_tag2string/2
Convert a token tag to a string megaco:token_tag2string/3
Convert an ASCII string to a Base64 encoded string. httpd_util:encode_base64/1
Convert an integer to a hexadecimal string. httpd_util:integer_tohexlist/1
Convert an POSIX errorcode to a string win32reg:format_error/1
Convert error term to a readable string erl_tar:format_error/1
Convert the day of the week (integer [1-7]) to an abbreviated string. httpd_util:day/1
Convert the month as an integer (1-12) to an abbreviated string. httpd_util:month/1
Converts an IO list to a zero terminated string erl_eterm:erl_iolist_to_string/1
Copy a string string:copies/2
Creates a string erl_eterm:erl_mk_string/1
Creates an Erlang string erl_eterm:erl_mk_estring/2
Decode a string ei:ei_decode_string/3
Encode a string ei:ei_encode_string/3
Encode a string ei:ei_encode_string_len/4
Encode a string ei:ei_x_encode_string/2
Encode a string ei:ei_x_encode_string_len/3
Indentation after printing string io_lib:indentation/2
Return a string io_lib:write_string/1
Return a diagnostic error string. inet:format_error/1
Return a substring of String string:substr/2
Return a substring of String string:substr/3
Return an error string. ssl:format_error/1
Return an integer representation of a string. httpd_conf:make_integer/1
Return the current date and time as an OCTET STRING snmp:date_and_time/0
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
Return the length of a string string:len/1
Return the object associated, if any, with the given name string CosNaming_NamingContextExt:resolve_str/2
Return the process identifier of the emulator process as a string. os:getpid/0
Span characters at start of string string:cspan/2
Span characters at start of string string:span/2
Split a RequestLine in a file reference and a QueryString or a PathInfo string. httpd_util:split_path/1
Split a RequestLine in a file reference to an executable and a QueryString or a PathInfo string. httpd_util:split_script_path/1
Stringify a Name sequence to a string CosNaming_NamingContextExt:to_string/2
Format a term from a format string and parameters. ei:ei_x_format/3
Format a term from a format string and parameters. ei:ei_x_format_wo_ver/3
Scan a string and returns the Erlang tokens erl_scan:string/1
Scan a string and returns the Erlang tokens erl_scan:string/2
Returns a string consisting of numbers of characters string:chars/2
Returns a string consisting of numbers of characters string:chars/3
Return an URL string constructed from the given Address and Name strings CosNaming_NamingContextExt:to_url/3
Return a string describing a particular Mnesia error. mnesia:error_description/1
Test string equality string:equal/2
Return the string IDL typecode orber_tc:string/1
Return an informative HTTP 1.1 status string in HTML. httpd_util:message/3
Split a string in N chunks using a regular expression. httpd_util:split/3
Split a string into fields regexp:split/2
Split string into tokens string:tokens/2
Check if string is a valid enumeration. httpd_conf:check_enum/2
Assign a string object registry:ei_reg_setsval/3
Get a string object registry:ei_reg_getsval/2
Convert the object reference to the external string representation corba:object_to_string/1
Convert the external string representation to an object reference corba:string_to_object/1
Convert the external string representation to an object reference corba:string_to_object/2
Convert an ASCII string to a Base64 encoded string. httpd_util:encode_base64/1
Convert a base64 encoded string to a plain ascii string. httpd_util:decode_base64/1
Convert a hexadecimal string to an integer. httpd_util:hexlist_to_integer/1
Return a CGI-1.1 environment variable string to be used by open_port/2. mod_cgi:env/3
Returns String where the leading and trailing space and tabs has been removed. httpd_util:strip/1
Return a printable string, which describes the supplied exception orber:exception_info/1
Expand a string with environment variables win32reg:expand/1
Create an IFR objref of the type StringDef orber_ifr:create_string/2
Convert a stringified Name to a Name sequence CosNaming_NamingContextExt:to_name/2
  Stringify a Name sequence to a string CosNaming_NamingContextExt:to_string/2
Concatenate two strings string:concat/2
Return an URL string constructed from the given Address and Name strings CosNaming_NamingContextExt:to_url/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
Return a list stripped of its first element erlang:tl/1
Return the strong components of a digraph. digraph_utils:strong_components/1
Return the cyclic strong components of a digraph. digraph_utils:cyclic_strong_components/1
If possible, setup a connection described by the #'CosEventDomainAdmin_Connection'{} struct CosEventDomainAdmin_EventDomain:add_connection/2
Return a #'CosEventDomainAdmin_Connection'{} struct describing the connection associated with the given id within the target domain CosEventDomainAdmin_EventDomain:get_connection/2
Return the struct IDL typecode orber_tc:struct/3
Create a StructDef IFR object orber_ifr:create_struct/5
Allocates an ETERM structure erl_malloc:erl_alloc_eterm/1
Convert a list of options to a debug structure sys:debug_options/1
Create a new snmp index structure snmp_index:new/1
Frees an ETERM structure erl_malloc:erl_free_term/1
Get the last item in the index structure snmp_index:get_last/1
Print the logged events in the debug structure sys:print_log/1
Return a bindings structure erl_eval:new_bindings/0
Create a structured event cosNotificationApp:create_structured_event/6
Pull a structured event from the proxy CosNotifyChannelAdmin_StructuredProxyPullSupplier:pull_structured_event/1
Try to pull a structured event from the proxy CosNotifyChannelAdmin_StructuredProxyPullSupplier:try_pull_structured_event/1
Match the structured event if it satisfies at least one constraint CosNotifyFilter_Filter:match_structured/2
Push a structured event to the proxy CosNotifyChannelAdmin_SequenceProxyPushConsumer:push_structured_events/2
Push a structured event to the proxy CosNotifyChannelAdmin_StructuredProxyPushConsumer:push_structured_event/2
Evaluate the given structured event with the Filter's constraints CosNotifyFilter_MappingFilter:match_structured/2
Pull structured events from the proxy CosNotifyChannelAdmin_SequenceProxyPullSupplier:pull_structured_events/2
Try to pull structured events from the proxy CosNotifyChannelAdmin_SequenceProxyPullSupplier:try_pull_structured_events/2
Connect the StructuredPullConsumer to the Channel with the given MembereID CosEventDomainAdmin_EventDomain:connect_structured_pull_consumer_with_id/3
Connect the StructuredPullConsumer to the default Channel CosEventDomainAdmin_EventDomain:connect_structured_pull_consumer/2
Connect the StructuredPullSupplier to the Channel with the given MembereID CosEventDomainAdmin_EventDomain:connect_structured_pull_supplier_with_id/3
Connect the StructuredPullSupplier to the default Channel CosEventDomainAdmin_EventDomain:connect_structured_pull_supplier/2
Connect the StructuredPushConsumer to the Channel with the given MembereID CosEventDomainAdmin_EventDomain:connect_structured_push_consumer_with_id/3
Connect the StructuredPushConsumer to the default Channel CosEventDomainAdmin_EventDomain:connect_structured_push_consumer/2
Connect the StructuredPushSupplier to the Channel with the given MembereID CosEventDomainAdmin_EventDomain:connect_structured_push_supplier_with_id/3
Connect the StructuredPushSupplier to the default Channel CosEventDomainAdmin_EventDomain:connect_structured_push_supplier/2
Frees an array of ETERM structures erl_malloc:erl_free_array/2
Frees an array of ETERM structures erl_malloc:erl_free_compound/1
Generate stub and server code according to the OMG CORBA standard. ic:ic:gen/1
Generate stub and server code according to the OMG CORBA standard. ic:ic:gen/2
Return the Type ID related to this stub/skeleton Module_Interface:Module_Interface:typeID/0
Start a Orber stub/skeleton Module_Interface:Module_Interface:oe_create/2
Start a Orber stub/skeleton Module_Interface:Module_Interface:oe_create_link/2
Start a subagent snmp_supervisor:start_subagent/3
Stop a subagent snmp_supervisor:stop_subagent/1
Unregister a subagent snmp:unregister_subagent/2
Register a subagent under a subtree snmp:register_subagent/3
Start the SNMP supervisor for subagents only snmp_supervisor:start_sub/0
Start the SNMP supervisor for subagents only snmp_supervisor:start_sub/1
Return a subgraph of a digraph. digraph_utils:subgraph/3
Get subkeys to the current key. win32reg:sub_keys/1
Return a sub-list of list lists:sublist/3
  Subscribe to events of type EventCategory. mnesia:subscribe/1
  Subscribe to events of type EventCategory. mnesia:unsubscribe/1
Delete a dictionary entry and send a {et, {dict_delete, Key}} tuple to all registered subscribers. et_collector:dict_delete/2
Insert a dictionary entry and send a {et, {dict_insert, Key, Val}} tuple to all registered subscribers. et_collector:dict_insert/3
Insert a dictionary entry and send a {et, {dict_insert, Key, Val}} tuple to all registered subscribers. et_collector:dict_insert/4
Insert a dictionary entry and send a {et, {dict_insert, Key, Val}} tuple to all registered subscribers. et_collector:dict_insert/4
Sends a message to all registered subscribers et_collector:multicast/2
  Subscription of node status for nodes in the immediate global group global_group:monitor_nodes/1
Administer subscription types CosNotifyChannelAdmin_ProxyConsumer:obtain_subscription_types/2
check for subset gb_sets:is_subset/2
Test for subset sets:is_subset/2
Test two sets for subset. sofs:is_subset/2
Select a subset of a family using a predicate. sofs:family_specification/2
Select a subset using a predicate. sofs:specification/2
Create a family of subsets. sofs:family/2
Return a family of modified subsets. sofs:family_projection/2
  Substitute all occurrences of a regular expression regexp:gsub/3
  Substitute the first occurrence of a regular expression regexp:sub/3
Return a set of substituted elements. sofs:projection/2
Extract a substring string:sub_string/2
Extract a substring string:sub_string/3
Find the index of a substring string:rstr/2
Find the index of a substring string:str/2
Return a substring of String string:substr/2
Return a substring of String string:substr/3
Clean up and stop subsystem. supervisor_bridge:Module:terminate/2
Initialize process and start subsystem. supervisor_bridge:Module:init/1
  Subtract Fixed2 from Fixed1 fixed:subtract/2
  Subtract the element in one list from another list lists:subtract/2
Create a new subtransaction. CosTransactions_Coordinator:create_subtransaction/1
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
Register a subagent under a subtree snmp:register_subagent/3
Extract subword string:sub_word/2
Extract subword string:sub_word/3
Reports an event, such as a message et:phone_home/4
Reports an event, such as a message et:phone_home/5
Reports an event, such as a message et:report_event/4
Reports an event, such as a message et:report_event/5
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
Return the mime type associated with a specific file suffix. httpd_util:lookup_mime/2
Return the mime type associated with a specific file suffix. httpd_util:lookup_mime/3
Test for list suffix lists:suffix/2
Extract the file suffix from a given filename. httpd_util:suffix/1
Return the mime type associated with a specific file suffix or the value of the DefaultType. httpd_util:lookup_mime_default/2
Return the mime type associated with a specific file suffix or the value of the DefaultType. httpd_util:lookup_mime_default/3
Makes a trace pattern suitable to feed change_pattern/1 et_selector:make_pattern/1
Add a supervised event handler to a generic event manager. gen_event:add_sup_handler/3
Delete a child specification from a supervisor. supervisor:delete_child/2
Dynamically add a child process to a supervisor. supervisor:start_child/2
Restart a terminated child process belonging to a supervisor. supervisor:restart_child/2
Return information about all children specifications and child processes belonging to a supervisor. supervisor:which_children/1
Terminate a child process belonging to a supervisor. supervisor:terminate_child/2
Create a supervisor bridge process. supervisor_bridge:start_link/2
Create a supervisor bridge process. supervisor_bridge:start_link/3
Start the SNMP supervisor for all agents snmp_supervisor:start_master/2
Start the SNMP supervisor for all agents snmp_supervisor:start_master/3
Start the SNMP supervisor for subagents only snmp_supervisor:start_sub/0
Start the SNMP supervisor for subagents only snmp_supervisor:start_sub/1
Create a supervisor process. supervisor:start_link/2
Create a supervisor process. supervisor:start_link/3
Return a supervisor specification. supervisor:Module:init/1
Return all id's of the channels which consume events supplied by the channel identified by the given id CosEventDomainAdmin_EventDomain:get_subscription_channels/2
Return a printable string, which describes the supplied exception orber:exception_info/1
Create TypeCode representing the supplied fixed type fixed:get_typecode/1
Negate the supplied Fixed Type fixed:unary_minus/1
Add the supplied Fixed types fixed:add/2
Return all constraints which match the supplied Ids CosNotifyFilter_Filter:get_constraints/2
Add ALTERNATE_IIOP_ADDRESS component to the supplied local object corba:add_alternate_iiop_address/3
Print the supplied object corba:print_object/2
Return true if the target object and the supplied object easily can be determined to be equal, otherwise false corba_object:is_equivalent/2
Validate if the supplied QoS properties is valid for the target object CosNotification_QoSAdmin:validate_qos/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 default supplier admin associated with the target object CosNotifyChannelAdmin_EventChannel:_get_default_supplier_admin/1
Set the channel represented by the given id as default for supplier clients CosEventDomainAdmin_EventDomain:set_default_consumer_channel/2
Set the channel represented by the given id as default for supplier clients CosEventDomainAdmin_EventDomain:set_default_supplier_channel/2
Return a list of all associated pull supplier Id:s CosNotifyChannelAdmin_ConsumerAdmin:_get_pull_suppliers/1
Return a list of all associated push supplier Id:s CosNotifyChannelAdmin_ConsumerAdmin:_get_push_suppliers/1
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
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 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
Inform the target object which type of events the supplier will deliver CosNotifyComm_NotifyPublish:offer_change/3
Return the proxy supplier with matching Id CosNotifyChannelAdmin_ConsumerAdmin:get_proxy_supplier/2
Return the SupplierAdmin matching AdminID CosNotifyChannelAdmin_EventChannel:get_supplieradmin/2
Create a new SupplierAdmin object CosNotifyChannelAdmin_EventChannel:for_suppliers/1
Create a new SupplierAdmin object CosNotifyChannelAdmin_EventChannel:new_for_suppliers/2
Return a SupplierAdmin object CosEventChannelAdmin_EventChannel:for_suppliers/1
Return a list of all SupplierAdmins, currently active, Id:s CosNotifyChannelAdmin_EventChannel:get_all_supplieradmins/1
Transmit data from suppliers to consumers. CosEventChannelAdmin_ProxyPullSupplier:pull/1
Transmit data from suppliers to consumers. CosEventChannelAdmin_ProxyPullSupplier:try_pull/1
Administer the type of events the proxy supplies CosNotifyChannelAdmin_ProxySupplier:obtain_offered_types/2
Return the protocols supported by the target object CosFileTransfer_FileTransferSession:'_get_protocols_supported'/1
Get supported ciphers. ssl:ciphers/0
Return the target object's supported content types. CosFileTransfer_VirtualFileSystem:'_get_supported_content_types'/1
Return a list of supported object id's corba:list_initial_services/0
Return a list of supported object id's corba:list_initial_services_remote/1
Return a list of supported object id's corba:list_initial_services_remote/2
Executes a SQL query or a batch of SQL queries. If it is a SELECT query the result set is returned, on the format {selected, ColNames, Rows}. For other query types the tuple {updated, NRows} is returned, and for batched queries, if the driver supports them, this function can also return a list of result tuples. odbc:sql_query/2
Executes a SQL query or a batch of SQL queries. If it is a SELECT query the result set is returned, on the format {selected, ColNames, Rows}. For other query types the tuple {updated, NRows} is returned, and for batched queries, if the driver supports them, this function can also return a list of result tuples. odbc:sql_query/3
Calls erlang:apply(Func, Args) surrounded by trace([start | OptionList]) and trace(stop). fprof:apply/3
  Suspend a process erlang:erlang:suspend_process/1
  Suspend the calling process for Time amount of milliseconds. timer:sleep/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
  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
  Suspend the connection with the proxy CosNotifyChannelAdmin_SequenceProxyPullConsumer:suspend_connection/1
  Suspend the connection with the target object CosNotifyChannelAdmin_StructuredProxyPushSupplier:suspend_connection/1
  Suspend the process sys:suspend/1
  Suspend the process sys:suspend/2
Resume a previously suspended connection CosNotifyChannelAdmin_StructuredProxyPushSupplier:resume_connection/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
Resume a suspended process erlang:erlang:resume_process/1
Resume a suspended process sys:resume/1
Resume a suspended process sys:resume/2
  Swap from a primitive first handler to a standard event handler error_logger:swap_handler/1
Make a symbolic link to a file or directory file:make_symlink/2
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 a symbolic name to an OID snmp:name_to_oid/1
Convert a symbolic name to an OID snmp:name_to_oid/2
Retrieve the symbolic store database reference snmp:get_symbolic_store_db/0
Return the symmetric difference of two sets. sofs:symdiff/2
  Synchronize the global name server global:sync/0
  Synchronize the immediate global group global_group:sync/0
  Synchronizes the in-memory state of a file with that on the physical medium file:sync/1
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
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
  Synchronous call with term conversion driver_entry:int call/7
  Synchronous call with term data. erlang:port_call/3
Perform a synchronous control operation on a port. erlang:port_control/3
Handle a synchronous event. gen_fsm:Module:StateName/3
Handle a synchronous event. gen_fsm:Module:handle_sync_event/4
Handle a synchronous request. gen_event:Module:handle_call/2
Handle a synchronous request. gen_server:Module:handle_call/3
Start a new process synchronously. proc_lib:start/3
Start a new process synchronously. proc_lib:start/4
Start a new process synchronously. proc_lib:start/5
Start a new process synchronously. proc_lib:start_link/3
Start a new process synchronously. proc_lib:start_link/4
Start a new process synchronously. proc_lib:start_link/5
Broadcast to all nodes synchronously and return a list of the nodes which have a registered server rpc:sbcast/2
Broadcast to specific nodes synchronously and return a list of the nodes which have a registered server rpc:sbcast/3
  Synchronously execute a transaction. mnesia:sync_transaction/4
Send an event synchronously to a generic FSM. gen_fsm:sync_send_event/2
Send an event synchronously to a generic FSM. gen_fsm:sync_send_event/3
Send an event syncronously to a generic FSM. gen_fsm:sync_send_all_state_event/2
Send an event syncronously to a generic FSM. gen_fsm:sync_send_all_state_event/3
Check if child specifications are syntactically correct. supervisor:check_childspecs/1
Invoked when a received message had syntax errors megaco_user:handle_syntax_error/3
Check syntax of an IDL typecode orber_tc:check_tc/1
Pseudo function that transforms fun syntax to match_spec. dbg:fun2ms/1
Pseudo function that transforms fun syntax to match_spec. ets:fun2ms/1
Append 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:append/3
Change the current working directory of the target object's associated file system CosFileTransfer_FileTransferSession:set_directory/2
Check installation of the release in the system release_handler:check_install_release/1
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
Create a new instance of a Virtual File System cosFileTransferApp:create_VFS/5
Delete the file or directory, represented by the File object, from the target objects associated file system CosFileTransfer_FileTransferSession:delete/2
Force a table to be loaded into the system mnesia:force_load_table/1
Get data for the disks in the system disksup:get_disk_data/0
Get data for the memory in the system memsup:get_memory_data/0
Halt the Erlang runtime system erlang:halt/1
Install the release in the system release_handler:install_release/1
Install the release in the system release_handler:install_release/2
Load code into the system c:l/1
Receive copies of messages that the net kernel receives from the runtime system net_kernel:monitor_nodes/1
Return a list of all visible nodes in the system erlang:nodes/0
Return information about the system erlang:statistics/1
Return information about the Mnesia system mnesia:system_info/1
Return the number of active alarms in the system eva:get_no_alarms/0
Return the Osfamily and, in some cases, Osname of the current operating system. os:type/0
Return the target object's associated file system CosFileTransfer_VirtualFileSystem:'_get_file_system_type'/1
Start a local Mnesia system. mnesia:start/0
Start the Erlang system erl:erl
Start the Erlang runtime system. init:boot/1
Start the standard I/O system. user:start/0
Halt the Erlang runtime system and indicate normal exit to the calling environment erlang:halt/0
Fatal system call error erl_error:erl_err_sys/2
Fatal error, but not system call error erl_error:erl_err_quit/2
Non-fatal system call error erl_error:erl_err_ret/2
Non-fatal error, and not system call error erl_error:erl_err_msg/2
Get system dependent memory data memsup:get_system_memory_data/0
Generate a system event sys:handle_debug/1
Log system events in memory sys:log/2
Log system events in memory sys:log/3
Print all system events on standard_io sys:trace/2
Print all system events on standard_io sys:trace/3
Log system events to the specified file sys:log_to_file/2
Log system events to the specified file sys:log_to_file/3
Reboot the system from an old release release_handler:reboot_old_release/1
This is an example script on how to startup the Erlang system in embedded mode on Unix. start:start
Display system information c:i/0
Lookup system information megaco:system_info/1
Display system information including zombies c:zi/0
Return system information on different `topics' as binary data objects erlang:erlang:info/1
Return system information on different `topics' as binary data objects erlang:erlang:system_info/1
  System I/O vector erl_driver:SysIOVec
Terminate the target object and close the connection to the file system it represents CosFileTransfer_FileTransferSession:logout/1
Get the system load average for the last fifteen minutes cpu_sup:avg15/0
Get the system load average for the last five minutes cpu_sup:avg5/0
Get the system load average from the last minute cpu_sup:avg1/0
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
Take care of system messages sys:handle_system_msg/6
Clear all system monitoring erlang:erlang:system_monitor/1
Return the current system monitoring settings erlang:erlang:system_monitor/0
Print some information about the system on the tty. mnesia:info/0
Set system performance monitoring options erlang:erlang:system_monitor/2
Set various system properties of the Erlang node erlang:erlang:system_flag/2
Get status information during system start. init:get_status/0
Make the specified release to be used at system start-up release_handler:make_permanent/1
Return the tuple {Hour, Minute, Second} of the current system time erlang:time/0
Append 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:append/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 pid() or port() of the current system tracer. seq_trace:get_system_tracer/0
Set the system tracer. seq_trace:set_system_tracer/1
Get the system up time snmp_standard_mib:sys_up_time/0
Return the Operating System version. os:version/0
Create a new directory in the target objects associated file systems domain CosFileTransfer_FileTransferSession:create_directory/2

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