Searched defs:Interface (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/abi/spectrans/spec2map/
H A Dxlator.h58 FUNCTION = XLATOR_KW_FUNC, /* Functional Interface */
59 DATA = XLATOR_KW_DATA /* Data Interface */
69 typedef struct Interface { struct
77 } Interface; typedef in typeref:struct:Interface
/illumos-gate/usr/src/cmd/bnu/
H A Dinterface.c84 * The IN_label in Interface[] imply different caller routines:
90 struct Interface { struct
103 } Interface[] = { variable in typeref:struct:Interface
123 /* AT&T Transport Interface Library WITHOUT streams */
126 /* AT&T Transport Interface Library WITH streams */
146 for (i = 0; Interface[i].IN_label; ++i) {
147 if (0 == strcmp(Interface[i].IN_label, label)) {
148 Read = Interface[i].IN_read;
149 Write = Interface[i].IN_write;
150 Ioctl = Interface[
[all...]
/illumos-gate/usr/src/lib/libnsl/dial/
H A Dinterface.c67 * The IN_label in Interface[] imply different caller routines:
71 static struct Interface { struct
80 } Interface[] = { variable in typeref:struct:Interface
84 /* AT&T Transport Interface Library WITHOUT streams */
87 /* AT&T Transport Interface Library WITH streams */
100 for (i = 0; Interface[i].IN_label; ++i) {
101 if (strcmp(Interface[i].IN_label, label) == 0) {
102 Read = Interface[i].IN_read;
103 Write = Interface[i].IN_write;
104 Ioctl = Interface[
[all...]

Completed in 55 milliseconds