Searched refs:get_tuple (Results 1 - 2 of 2) sorted by relevance

/haiku/src/bin/pcmcia-cs/
H A Dcardctl.c302 static int get_tuple(int fd, cisdata_t code, ds_ioctl_arg_t *arg) function
328 if (get_tuple(fd, CISTPL_VERS_1, &arg) == 0) {
337 if (get_tuple(fd, CISTPL_MANFID, &arg) == 0)
340 if (get_tuple(fd, CISTPL_FUNCID, &arg) == 0)
361 get_tuple(fd, CISTPL_VERS_1, &arg);
366 get_tuple(fd, CISTPL_MANFID, &arg);
369 get_tuple(fd, CISTPL_FUNCID, &arg);
H A Ddump_cis.c996 static int get_tuple(int fd, ds_ioctl_arg_t *arg, int first) function
1090 if (get_tuple(fd, &arg, first) != 0) break;

Completed in 83 milliseconds