Home
last modified time | relevance | path

Searched refs:Interface (Results 1 – 25 of 70) sorted by relevance

123

/illumos-gate/usr/src/lib/libnsl/dial/
H A Dinterface.c71 static struct Interface { struct
80 } Interface[] = { argument
100 for (i = 0; Interface[i].IN_label; ++i) { in interface()
101 if (strcmp(Interface[i].IN_label, label) == 0) { in interface()
102 Read = Interface[i].IN_read; in interface()
103 Write = Interface[i].IN_write; in interface()
104 Ioctl = Interface[i].IN_ioctl; in interface()
105 Setup = Interface[i].IN_setup; in interface()
/illumos-gate/usr/src/cmd/bnu/
H A Dinterface.c90 struct Interface { struct
103 } Interface[] = { argument
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[i].IN_ioctl;
151 Setup = Interface[i].IN_setup;
152 Teardown = Interface[i].IN_teardown;
H A DDevices88 ######## AT&T Transport Interface
90 # ---To use a STREAMS network that conforms to the AT&T Transport Interface
108 # ---To use a STREAMS network that conforms to the AT&T Transport Interface
116 # Interface and that uses the Network Listener Service dial script
/illumos-gate/usr/src/cmd/abi/spectrans/spec2map/
H A Dxlator.h67 typedef struct Interface { struct
75 } Interface; typedef
H A Dbucket.h65 extern int add_by_name(const char *, const Interface *);
H A Dbucket.c52 static void print_iface(const Interface *);
220 add_by_name(const char *version, const Interface *interface) in add_by_name()
607 print_iface(const Interface * p) in print_iface()
/illumos-gate/usr/src/pkg/manifests/
H A Ddriver-storage-ahci.p5m35 value="Advanced Host Controller Interface (AHCI) SATA HBA Driver"
37 value="Advanced Host Controller Interface (AHCI) SATA HBA Driver"
61 desc="Advanced Host Controller Interface (AHCI) SATA HBA Driver" \
62 name="Advanced Host Controller Interface (AHCI) SATA HBA Driver"
H A Dsystem-library-libutempter.p5m13 set name=pkg.summary value="Interface to record user sessions in utmpx database"
15 value="Interface to record user sessions in utmpx database"
H A Dsystem-kernel-security-gss.p5m35 value="Generic Security Service Application Program Interface, Version 2 - kernel"
46 desc="Generic Security Service Application Program Interface, Version 2 - kernel" \
H A Dservice-security-gss.p5m30 value="Generic Security Service Application Program Interface, Version 2 - config"
54 desc="Generic Security Service Application Program Interface, Version 2 - config" \
H A Dsystem-library-security-gss.p5m29 value="Generic Security Service Application Program Interface, Version 2 - user"
94 desc="Generic Security Service Application Program Interface, Version 2 - user" \
/illumos-gate/usr/src/lib/pkcs11/include/
H A DTHIRDPARTYLICENSE2 * identified as "RSA Security Inc. PKCS #11 Cryptographic Token Interface
7 * Cryptographic Token Interface (Cryptoki)" in all material mentioning or
/illumos-gate/usr/src/cmd/sgs/rtld/mdbmod/common/
H A Dmapfile43 # Exported Interface
52 # Imported Interface
/illumos-gate/usr/src/boot/efi/include/Uefi/
H A DUefiSpec.h1176 IN VOID *Interface
1251 IN VOID *Interface
1292 OUT VOID **Interface
1334 OUT VOID **Interface OPTIONAL,
1602 OUT VOID **Interface
/illumos-gate/usr/src/uts/intel/sys/acpi/platform/
H A Dacefiex.h713 VOID *Interface);
728 VOID *Interface);
735 VOID **Interface);
778 VOID **Interface,
827 VOID **Interface);
/illumos-gate/usr/src/uts/common/io/mac/
H A DREADME39 . Client Interface
48 . Provider Interface
/illumos-gate/usr/src/boot/efi/include/Protocol/
H A DDiskInfo.h189 EFI_GUID Interface; member
/illumos-gate/usr/src/lib/libm1/common/
H A Dmapfile-vers26 # Interface definition for libm.so.1
38 # Policy for Shared Library Version Names and Interface Definitions
/illumos-gate/usr/src/common/pnglite/
H A DTHIRDPARTYLICENSE2 * pnglite.h - Interface for pnglite library
/illumos-gate/usr/src/uts/common/io/rtw/
H A DTHIRDPARTYLICENSE34 * Interface for the 93C66/56/46/26/06 serial eeprom parts.
57 * Interface to the 93C46 serial EEPROM that is used to store BIOS
/illumos-gate/usr/src/cmd/mandoc/
H A Dlib.in35 LINE("libdlpi", "Data Link Provider Interface (DLPI) Library (libdlpi, \\-ldlpi)")
67 LINE("librsm", "Remote Shared Memory Interface Library (librsm, \\-lrsm)")
H A Dmsec.in38 LINE("3DLPI", "Data Link Provider Interface Library Functions")
57 LINE("3LIB", "Interface Libraries")
/illumos-gate/usr/src/lib/libtsalarm/common/
H A Dmapfile-vers41 # Interface definition for usr/src/lib/libtsalarm
/illumos-gate/usr/src/lib/libpcp/common/
H A Dmapfile-vers41 # Interface definition for usr/src/lib/libpcp
/illumos-gate/usr/src/uts/common/io/qede/579xx/hsi/
H A Dcommon_nvm.h109 u8 Interface; member

123