[ Bottom of Page | Previous Page | Next Page | Contents | Index | Library Home | Legal | Search ]

Technical Reference: Kernel and Subsystems, 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.

Related Information

The initp kernel service.

Process and Exception Management Kernel Services in AIX 5L Version 5.2 Kernel Extensions and Device Support Programming Concepts.

[ Top of Page | Previous Page | Next Page | Contents | Index | Library Home | Legal | Search ]