Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

gd_error(3) [debian man page]

gd_error(3)							      GETDATA							       gd_error(3)

NAME
gd_error -- report a GetData library error SYNOPSIS
#include <getdata.h> int gd_error(const DIRFILE *dirfile); DESCRIPTION
The gd_error() function returns the numeric dirfile error associated with the dirfile dirfile which is set by many GetData library func- tions. The dirfile argument should point to a DIRFILE object previously created by a call to gd_open(3). A textual description of the error may be obtained by calling gd_error_string(3). RETURN VALUE
The gd_error() function always returns the dirfile error corresponding to the error state of the last library call on the supplied DIRFILE object. SEE ALSO
gd_open(3), gd_error_string(3) Version 0.7.0 25 May 2010 gd_error(3)

Check Out this Related Man Page

gd_nmvectors(3) 						      GETDATA							   gd_nmvectors(3)

NAME
gd_nmvectors -- report the number of vector fields in a dirfile SYNOPSIS
#include <getdata.h> unsigned int gd_nmvectors(DIRFILE *dirfile); DESCRIPTION
The gd_nmvectors() function queries a dirfile(5) database specified by dirfile and returns the number of vector metafields defined in the database (i.e. fields of types BIT, LINCOM, LINTERP, MULTIPLY, PHASE, and RAW)for the supplied parent field. The dirfile argument must point to a valid DIRFILE object previously created by a call to gd_open(3). RETURN VALUE
Upon successful completion, gd_nmvectors() returns the number of vector metafields in the dirfile for the given parent. On error, it re- turns zero and sets the dirfile error to a non-zero error value. Possible error values are: GD_E_BAD_CODE The supplied parent field code was not found, or referred to a metafield itself. GD_E_BAD_DIRFILE The supplied dirfile was invalid. The dirfile error may be retrieved by calling gd_error(3). A descriptive error string for the last error encountered can be obtained from a call to gd_error_string(3). SEE ALSO
dirfile(5), gd_open(3), gd_error(3), gd_error_string(3), gd_mvector_list(3), gd_nmfields(3), gd_nvectors(3) Version 0.7.0 16 July 2010 gd_nmvectors(3)
Man Page

4 More Discussions You Might Find Interesting

1. Solaris

Apache2 PHP5 not starting

Hello all. I have a Solaris 10/Sun Ultra10 box and I am trying to build a SAMP server. The MySQL portion is working and Apache2 seems to be working. However after installing PHP5 I get the following error: # ./apachectl start httpd: Syntax error on line 115 of... (11 Replies)
Discussion started by: RobertSubnet
11 Replies

2. Programming

How to stop other processes and kernel from printing output on current virtual term

Hello All, Background ======== I am creating a virtual appliance console for a software stack on VMware ESXi. I am using Centos 5.x as the Linux distro (Guest OS). I have created a ncurses based application that does the user authentication and present him with some basic controls to do basic... (2 Replies)
Discussion started by: ku@ntum
2 Replies

3. Solaris

Serial Split Brain detected in solaris10

Hello, I have connected storedge d2 to V440 running solaris 10. I had a raid 5 volume created using VXVM software. This morning when I rebooted the system, I get below error, Apr 2 14:21:10 servername vxvm:vxconfigd: V-5-1-9576 Split Brain. da id is 0.1, while dm id is 0.0 for dm myapp-dg01... (52 Replies)
Discussion started by: upengan78
52 Replies

4. Emergency UNIX and Linux Support

VxVM not able to see new disk

I have VxVM 5.1 running on Solaris-10. I have to increase a application file-system and storage team gave me a lun. After scanning scsi port by cfgadm, I can see them in format output. I labelled it, but I am not able to see them in "vxdisk list". I already tried commands --> vxdctl enable... (4 Replies)
Discussion started by: solaris_1977
4 Replies