[ Previous | Next | Contents | Home | Search ]
AIX Version 4.3 Kernel and Subsystems Technical Reference, Volume 1

initp Kernel Service func Subroutine

Purpose

Directs the process initialization routine.

Syntax

#include <sys/types.h>
#include <sys/errno.h>
void func (flag, init_parms, parms_length)
int flag;
void *init_parms;
int parms_length;

Parameters

func Specifies the process's initialization routine.
flag Has a 0 value if this subroutine is executed as a result of initializing a process with the initp service.
init_parms Specifies the pointer to the initialization parameters.
parms_length Specifies the length of the initialization parameters.

Implementation Specifics

This subroutine is part of Base Operating System (BOS) Runtime.

Related Information

The initp kernel service.

Process and Exception Management Kernel Services in AIX Kernel Extensions and Device Support Programming Concepts.


[ Previous | Next | Contents | Home | Search ]