Searched refs:Interface (Results 1 - 9 of 9) 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
H A Dbucket.h67 extern int add_by_name(const char *, const Interface *);
H A Dbucket.c54 static void print_iface(const Interface *);
222 add_by_name(const char *version, const Interface *interface)
609 print_iface(const Interface * p)
H A Dxlator.c71 static Interface Iface;
228 "Error: Interface spec is missing the "
365 "Interface %s supports the following architectures: "
401 "Interface %s has binding value: "
468 errlog(TRACING, "Interface=%s", Iface.IF_name);
472 errlog(INPUT | ERROR, "Error: Interface has no "
476 errlog(INPUT | WARNING, "Warning: Interface has "
519 errlog(VERBOSE, "Interface type = FUNCTION");
522 errlog(VERBOSE, "Interface type = DATA");
526 "Warning: Interface i
[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...]
/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/uts/intel/sys/acpi/platform/
H A Dacefiex.h527 VOID *Interface);
542 VOID *Interface);
549 VOID **Interface);
592 VOID **Interface,
641 VOID **Interface);
/illumos-gate/usr/src/boot/sys/boot/efi/include/
H A Defiapi.h469 IN VOID *Interface
486 IN VOID *Interface
494 OUT VOID **Interface
571 OUT VOID **Interface,
625 VOID **Interface
/illumos-gate/usr/src/lib/libbsm/
H A Dauditxml37 -i pfx Interface prefix (default: adt)

Completed in 72 milliseconds