| /onnv/onnv-gate/usr/src/cmd/abi/spectrans/spec2map/ |
| xlator.h | 57 /* to the interface */ 58 FUNCTION = XLATOR_KW_FUNC, /* Functional Interface */ 59 DATA = XLATOR_KW_DATA /* Data Interface */ 69 typedef struct Interface { 70 char const *IF_name; /* Name of interface */ 77 } Interface;
|
| bucket.h | 49 int b_weak; /* Weak interface. */ 67 extern int add_by_name(const char *, const Interface *);
|
| bucket.c | 54 static void print_iface(const Interface *); 204 * add_by_name -- look up bucket and add an interface to it. 213 * if interface ore version is NULL, then 222 add_by_name(const char *version, const Interface *interface) 228 assert(interface != NULL, "passed a null interface to add_by_name"); 231 print_iface(interface); 248 (void) snprintf(buffer, sizeof (buffer), "%s", interface->IF_name); 250 if (interface->IF_filter && interface->IF_auxiliary) [all...] |
| xlator.c | 71 static Interface Iface; 193 * start of interface specification 195 * XLATOR_SKIP if interface is to be skipped 228 "Error: Interface spec is missing the " 287 "an interface specification block, line %d", Curline); 365 "Interface %s supports the following architectures: " 401 "Interface %s has binding value: " 448 * signal end of spec interface spec 468 errlog(TRACING, "Interface=%s", Iface.IF_name); 472 errlog(INPUT | ERROR, "Error: Interface has no [all...] |
| /onnv/onnv-gate/usr/src/pkgdefs/SUNWahci/ |
| pkginfo.tmpl | 30 NAME=Advanced Host Controller Interface (AHCI) SATA HBA Driver 40 DESC="Advanced Host Controller Interface (AHCI) SATA HBA Driver"
|
| /onnv/onnv-gate/usr/src/lib/libnsl/dial/ |
| interface.c | 34 * interface( label ) 68 * The IN_label in Interface[] imply different caller routines: 72 static struct Interface { 73 const char *IN_label; /* interface name */ 81 } Interface[] = { 85 /* AT&T Transport Interface Library WITHOUT streams */ 88 /* AT&T Transport Interface Library WITH streams */ 97 interface(const char *label) function 101 for (i = 0; Interface[i].IN_label; ++i) { 102 if (strcmp(Interface[i].IN_label, label) == 0) [all...] |
| /onnv/onnv-gate/usr/src/cmd/bnu/ |
| interface.c | 32 /* interface( label ) 84 /* The IN_label in Interface[] imply different caller routines: 90 struct Interface { 91 char *IN_label; /* interface name */ 103 } Interface[] = { 123 /* AT&T Transport Interface Library WITHOUT streams */ 126 /* AT&T Transport Interface Library WITH streams */ 141 interface(label) function 146 for ( i = 0; Interface[i].IN_label; ++i ) { 147 if( !strcmp( Interface[i].IN_label, label ) ) [all...] |
| /onnv/onnv-gate/usr/src/uts/common/io/mac/ |
| README | 39 . Client Interface 40 This is the kernel programming interface for accessing L2 services as 48 . Provider Interface 49 This is the GLDv3 kernel driver interface. Functions and data structures
|
| /onnv/onnv-gate/usr/src/cmd/perl/contrib/Sun/Solaris/PerlGcc/pod/ |
| perlgcc.pod | 76 | Interface Stability | Evolving |
|
| /onnv/onnv-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Task/pod/ |
| Task.pod | 32 Sun::Solaris::Task - Perl interface to Tasks 88 | Interface Stability | Evolving |
|
| /onnv/onnv-gate/usr/src/uts/intel/sys/acpi/ |
| acpiosxf.h | 5 * interfaces must be implemented by OSL to interface the 423 char *Interface);
|
| /onnv/onnv-gate/usr/src/cmd/Adm/sun/ |
| README | 36 of programs and libraries. The interface to these platform specific 39 independent interface to the platform specific implementation in /usr/kvm. 41 Implementation Interface(s)
|
| /onnv/onnv-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Exacct/pod/ |
| Group.pod | 112 | Interface Stability | Evolving |
|
| Item.pod | 108 | Interface Stability | Evolving |
|
| Exacct.pod | 180 | Interface Stability | Evolving |
|
| Object.pod | 163 | Interface Stability | Evolving |
|
| /onnv/onnv-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Ucred/pod/ |
| Ucred.pod | 32 Sun::Solaris::Ucred - Perl interface to User Credentials 143 | Interface Stability | Evolving |
|
| /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/CGI/ |
| Fast.pm | 65 CGI::Fast - CGI Interface for Fast CGI
|
| Cookie.pm | 268 CGI::Cookie - Interface to Netscape Cookies 292 CGI::Cookie is an interface to Netscape (HTTP/1.1) cookies, an
|
| Push.pm | 114 CGI::Push - Simple Interface to Server Push
|
| /onnv/onnv-gate/usr/src/cmd/hwdata/ |
| usb.ids | 21 # interface interface_name <-- two tabs 230 171d Wireless (Bluetooth + WLAN) Interface [Integrated Module] 592 c630 lcd2usb interface 923 3811 Generic Controller - Single interface [all...] |
| pci.ids | [all...] |
| /onnv/onnv-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Project/pod/ |
| Project.pod | 32 Sun::Solaris::Project - Perl interface to Projects 160 | Interface Stability | Evolving |
|
| /onnv/onnv-gate/usr/src/lib/libcryptoutil/ |
| README | 210 4. Interface Taxonomy 219 exposing a new interface (even though it is all private). However while
|
| /onnv/onnv-gate/usr/src/lib/ |
| README.mapfiles | 33 typically occur as libraries are evolved, and shows how interface 37 1. Make interface additions to an existing library 38 - add a Public interface 39 - add a Private interface 40 2. Update an interface in an existing library 41 - remove an existing interface 42 - promote a Private interface to Public 43 - scope a Private interface to local 44 - move an interface from one library to another 66 for ABI (Application Binary Interface) purposes. For these purposes, w [all...] |