Home
last modified time | relevance | path

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

/titanic_41/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 *);
1105 int32_t csx_Parse_CISTPL_CONFIG(client_handle_t, tuple_t *, cistpl_config_t *);
1106 int32_t csx_Parse_CISTPL_DEVICE(client_handle_t, tuple_t *, cistpl_device_t *);
1107 int32_t csx_Parse_CISTPL_DEVICE_A(client_handle_t, tuple_t *,
1109 int32_t csx_Parse_CISTPL_DEVICE_OA(client_handle_t, tuple_t *,
1111 int32_t csx_Parse_CISTPL_DEVICE_OC(client_handle_t, tuple_t *,
[all …]
/titanic_41/usr/src/uts/common/pcmcia/cs/
H A Dcs_stubs.c379 csx_GetFirstTuple(client_handle_t ch, tuple_t *tp) in csx_GetFirstTuple()
389 csx_GetNextTuple(client_handle_t ch, tuple_t *tp) in csx_GetNextTuple()
399 csx_GetTupleData(client_handle_t ch, tuple_t *tp) in csx_GetTupleData()
591 csx_Parse_CISTPL_CONFIG(client_handle_t ch, tuple_t *tp, cistpl_config_t *pt) in csx_Parse_CISTPL_CONFIG()
602 csx_Parse_CISTPL_DEVICE(client_handle_t ch, tuple_t *tp, cistpl_device_t *pt) in csx_Parse_CISTPL_DEVICE()
613 csx_Parse_CISTPL_DEVICE_A(client_handle_t ch, tuple_t *tp, cistpl_device_t *pt) in csx_Parse_CISTPL_DEVICE_A()
624 csx_Parse_CISTPL_DEVICE_OA(client_handle_t ch, tuple_t *tp, cistpl_device_t *pt) in csx_Parse_CISTPL_DEVICE_OA()
635 csx_Parse_CISTPL_DEVICE_OC(client_handle_t ch, tuple_t *tp, cistpl_device_t *pt) in csx_Parse_CISTPL_DEVICE_OC()
646 csx_Parse_CISTPL_VERS_1(client_handle_t ch, tuple_t *tp, cistpl_vers_1_t *pt) in csx_Parse_CISTPL_VERS_1()
657 csx_Parse_CISTPL_VERS_2(client_handle_t ch, tuple_t *tp, cistpl_vers_2_t *pt) in csx_Parse_CISTPL_VERS_2()
[all …]
H A Dcs.c149 static int cs_parse_tuple(client_handle_t, tuple_t *, cisparse_t *, cisdata_t);
150 static int cs_get_tuple_data(client_handle_t, tuple_t *);
152 static int cs_get_firstnext_tuple(client_handle_t, tuple_t *, uint32_t);
551 tuple_t *tuple; in CardServices()
829 va_arg(arglist, tuple_t *), in CardServices()
835 va_arg(arglist, tuple_t *), in CardServices()
841 va_arg(arglist, tuple_t *)); in CardServices()
845 tuple = va_arg(arglist, tuple_t *); in CardServices()
922 cs_parse_tuple(client_handle_t client_handle, tuple_t *tuple, in cs_parse_tuple()
1063 tuple_t *tuple, uint32_t flags) in cs_get_firstnext_tuple()
[all …]
/titanic_41/usr/src/uts/common/pcmcia/nexus/
H A Dpcmcia.c2345 tuple_t tuple; in pcmcia_1275_name()
2385 tuple_t tuple; in pcmcia_vers1_name()
2425 pcmcia_get_funce(client_handle_t handle, tuple_t *tuple) in pcmcia_get_funce()
2460 tuple_t tuple; in pcmcia_generic_name()
2478 tuple_t ltuple; in pcmcia_generic_name()
2648 tuple_t tuple; in pcmcia_get_mem_regs()
2717 tuple_t tuple; in pcmcia_get_io_regs()
2918 tuple_t tuple; in pcmcia_need_intr()
2980 tuple_t tuple; in pcmcia_num_funcs()
2982 bzero(&tuple, sizeof (tuple_t)); in pcmcia_num_funcs()