IVXISERVANTS(3)
HP-UX
NAME
ivxiservants − returns a list of active VXI servants.
SYNOPSIS
#include <sicl.h>
int ivxiservants(
INST id,
int maxnum,
int *list
);
DESCRIPTION
ivxiservants makes a list of active VXI servants for this device on the VXI interface specified by id. After the list is filled in, all remaining entries in list (up to maxnum) will be filled with -1.
This routine only works on interface sessions.
id is an INST identifier for a session obtained from an iopen(3) call.
The maxnum parameter indicates the maximum # of entries in list
The list parameter should be a pointer to an array of integers that will hold at least maxnum number of integers.
RETURN VALUE
ivxiservants returns (0) for success and a non-zero error code otherwise.
AUTHOR
ivxiservants was developed by HP.
Hewlett-Packard Company — September 29, 1999