Searched refs:oam_devtab (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/libadm/common/
H A Ddata.c34 * FILE *oam_devtab The open file descriptor for the current
50 FILE *oam_devtab = (FILE *) NULL; variable
H A Ddevtab.c160 if (oam_devtab != NULL) {
161 rewind(oam_devtab);
181 if (oam_devtab != NULL) {
182 (void) fclose(oam_devtab);
183 oam_devtab = NULL;
385 * This function gets the next record from the input stream "oam_devtab"
401 * oam_devtab Device table stream, expected to be open for (at
429 recp = fgets(recbuf, recbufsz, oam_devtab);
484 if (fgets(recbuf+reclen, recbufsz-reclen, oam_devtab)) {
596 if (oam_devtab) (voi
[all...]
H A Dputdev.c44 * oam_devtab File descriptor of the open device table
345 while ((fcntl(fileno(oam_devtab), F_SETLK, &lockinfo) == -1) &&
348 if (fcntl(fileno(oam_devtab), F_SETLKW, &lockinfo) == -1)
392 noerr = (fcntl(fileno(oam_devtab), F_SETLK, &lockinfo) != -1);
810 if (fseek(oam_devtab, 0, SEEK_END) == 0)
813 noerr = (_putdevtabrec(oam_devtab, devtabent) != EOF);
/illumos-gate/usr/src/lib/libadm/inc/
H A Ddevtab.h85 * oam_devtab File descriptor of the open device table
88 extern FILE *oam_devtab;

Completed in 114 milliseconds