Starts the done notification handler for communications I/O device handlers.
Item | Description |
---|---|
netid | Specifies the address of the network ID list for the device being started. |
sbp | Specifies the status block pointer returned from the device handler. |
The net_start_done kernel service is used to mark the completion of a network ID start operation. When all the network IDs listed in the netid parameter have been started, the net_attach kernel service returns to the caller. The net_start_done service should be called when a CIO_START_DONE status block is received from the device handler. If the status block indicates an error, the start process is immediately aborted.
The net_start_done kernel service can be called from either the process or interrupt environment.
The net_start_done service has no return values.