Home
last modified time | relevance | path

Searched refs:tuple_t (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/pcmcia/sys/
H A Dcs.h531 typedef struct tuple_t { struct
545 } tuple_t; argument
1080 int32_t csx_GetFirstTuple(client_handle_t, tuple_t *);
1081 int32_t csx_GetNextTuple(client_handle_t, tuple_t *);
1082 int32_t csx_GetTupleData(client_handle_t, tuple_t *);
1107 int32_t csx_Parse_CISTPL_DEVICE_A(client_handle_t, tuple_t *,
1118 int32_t csx_Parse_CISTPL_FORMAT_A(client_handle_t, tuple_t *,
1125 int32_t csx_Parse_CISTPL_BATTERY(client_handle_t, tuple_t *,
1142 int32_t csx_Parse_CISTPL_SPCL(client_handle_t, tuple_t *,
1144 int32_t csx_Parse_CISTPL_SWIL(client_handle_t, tuple_t *,
[all …]
/illumos-gate/usr/src/uts/common/pcmcia/cs/
H A Dcs_stubs.c380 csx_GetFirstTuple(client_handle_t ch, tuple_t *tp) in csx_GetFirstTuple()
390 csx_GetNextTuple(client_handle_t ch, tuple_t *tp) in csx_GetNextTuple()
400 csx_GetTupleData(client_handle_t ch, tuple_t *tp) in csx_GetTupleData()
713 csx_Parse_CISTPL_GEOMETRY(client_handle_t ch, tuple_t *tp, in csx_Parse_CISTPL_GEOMETRY()
725 csx_Parse_CISTPL_BYTEORDER(client_handle_t ch, tuple_t *tp, in csx_Parse_CISTPL_BYTEORDER()
792 csx_Parse_CISTPL_FUNCE(client_handle_t ch, tuple_t *tp, in csx_Parse_CISTPL_FUNCE()
817 csx_Parse_CISTPL_LINKTARGET(client_handle_t ch, tuple_t *tp, in csx_Parse_CISTPL_LINKTARGET()
829 csx_Parse_CISTPL_LONGLINK_A(client_handle_t ch, tuple_t *tp, in csx_Parse_CISTPL_LONGLINK_A()
878 csx_Parse_CISTPL_SPCL(client_handle_t ch, tuple_t *tp, in csx_Parse_CISTPL_SPCL()
890 csx_Parse_CISTPL_SWIL(client_handle_t ch, tuple_t *tp, in csx_Parse_CISTPL_SWIL()
[all …]
H A Dcs.c147 static int cs_parse_tuple(client_handle_t, tuple_t *, cisparse_t *, cisdata_t);
148 static int cs_get_tuple_data(client_handle_t, tuple_t *);
150 static int cs_get_firstnext_tuple(client_handle_t, tuple_t *, uint32_t);
549 tuple_t *tuple; in CardServices()
827 va_arg(arglist, tuple_t *), in CardServices()
833 va_arg(arglist, tuple_t *), in CardServices()
839 va_arg(arglist, tuple_t *)); in CardServices()
843 tuple = va_arg(arglist, tuple_t *); in CardServices()
920 cs_parse_tuple(client_handle_t client_handle, tuple_t *tuple, in cs_parse_tuple()
1061 tuple_t *tuple, uint32_t flags) in cs_get_firstnext_tuple()
[all …]
/illumos-gate/usr/src/uts/common/pcmcia/nexus/
H A Dpcmcia.c2348 tuple_t tuple; in pcmcia_1275_name()
2388 tuple_t tuple; in pcmcia_vers1_name()
2428 pcmcia_get_funce(client_handle_t handle, tuple_t *tuple) in pcmcia_get_funce()
2463 tuple_t tuple; in pcmcia_generic_name()
2481 tuple_t ltuple; in pcmcia_generic_name()
2651 tuple_t tuple; in pcmcia_get_mem_regs()
2720 tuple_t tuple; in pcmcia_get_io_regs()
2921 tuple_t tuple; in pcmcia_need_intr()
2983 tuple_t tuple; in pcmcia_num_funcs()
2985 bzero(&tuple, sizeof (tuple_t)); in pcmcia_num_funcs()