Searched refs:oam_dgroup (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/lib/libadm/common/
H A Ddata.c36 * FILE *oam_dgroup The open file descriptor for the current
51 FILE *oam_dgroup = (FILE *) NULL; variable
H A Ddgrpent.c110 if (oam_dgroup) {
111 rewind(oam_dgroup);
131 if (oam_dgroup) {
132 (void) fclose(oam_dgroup);
134 oam_dgroup = NULL;
192 * This function gets the next record from the input stream "oam_dgroup"
208 * oam_dgroup Device-group table stream, expected to be open for (at
236 recp = fgets(recbuf, recbufsz, oam_dgroup);
289 if (fgets(recbuf+reclen, recbufsz-reclen, oam_dgroup)) {
396 if (oam_dgroup) (voi
[all...]
H A Dputdgrp.c321 while ((fcntl(fileno(oam_dgroup), F_SETLK, &lockinfo) == -1) &&
333 if (fcntl(fileno(oam_dgroup), F_SETLKW,
384 noerr = (fcntl(fileno(oam_dgroup), F_SETLK, &lockinfo) != -1);
705 if (fseek(oam_dgroup, 0, SEEK_END) == 0)
706 noerr = (_putdgrptabrec(oam_dgroup, new) != EOF);
H A Dgetdgrp.c144 if (!oam_dgroup && !_opendgrptab("r"))
/illumos-gate/usr/src/lib/libadm/inc/
H A Ddevtab.h89 extern FILE *oam_dgroup;

Completed in 59 milliseconds