Searched refs:fcode_fd (Results 1 - 6 of 6) sorted by relevance

/osnet-11/usr/src/lib/efcode/fcdriver/
H A Dget_req.c69 if (cdp->fcode_fd < 0) {
70 log_message(MSG_FATAL, "fc_get_request: fcode_fd not open\n");
74 if ((nbytes = read(cdp->fcode_fd, &c, sizeof (c))) < 0) {
79 if (ioctl(cdp->fcode_fd, FC_GET_PARAMETERS, &cdp->fc) < 0) {
102 if (ioctl(cdp->fcode_fd, FC_GET_MY_ARGS, buffer) < 0) {
149 if (ioctl(cdp->fcode_fd, FC_GET_FCODE_DATA, &fcode_info) < 0) {
308 if (ioctl(cdp->fcode_fd, FC_SET_FCODE_ERROR, &error) < 0) {
319 if ((cdp->fcode_fd = open(fcode_dev, O_RDONLY)) < 0)
321 return (cdp->fcode_fd >= 0);
329 if (cdp->fcode_fd >
[all...]
H A Dfcdebug.c65 log_message(MSG_DEBUG, "fcode_fd: %8p\n", cdp->fcode_fd);
85 cdp->fcode_fd = open("/dev/fcode", O_RDONLY);
86 if (cdp->fcode_fd >= 0) {
H A Dioctl.c72 error = ioctl(cdp->fcode_fd, FC_RUN_PRIV, cip);
H A Dupload.c163 error = ioctl(cdp->fcode_fd, FC_VALIDATE);
/osnet-11/usr/src/lib/efcode/include/fcdriver/
H A Dfcdriver.h44 int fcode_fd; member in struct:MY_GLOBAL_DATA
/osnet-11/usr/src/lib/efcode/interpreter/
H A Dinterpreter.c108 common.fcode_fd = -1;

Completed in 23 milliseconds