| /onnv/onnv-gate/usr/src/cmd/cmd-inet/sbin/netstrategy/ |
| netstrategy.c | 37 * stdout: <root fs type> <interface name> <net config strategy>. 40 * <interface name> - "hme0" or "none" 50 * <interface name> is the 16 char name of the root interface, and is only 51 * set if rarp/dhcp was used to configure the interface. 55 * interface. Is "none" if no interface was configured using a 123 * interface in the case of a diskless boot. 126 * XXX non-diskless case requires "network-interface"? 170 static char interface[LIFNAMSIZ] local 257 char *root, *interface, *strategy, dummy; local [all...] |
| /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.lib/in.ripngd/ |
| interface.h | 37 struct interface { struct 38 struct interface *int_next; 45 char *int_ifbase; /* name of physical interface */ 47 int int_ifindex; /* interface index */ 55 #define RIP6_IFF_UP 0x1 /* interface is up */ 56 #define RIP6_IFF_POINTOPOINT 0x2 /* interface is p-to-p link */ 59 #define RIP6_IFF_PRIVATE 0x10 /* interface is private */ 64 extern struct interface *if_ifwithname(char *); 65 extern void if_purge(struct interface *);
|
| /onnv/onnv-gate/usr/src/cmd/sgs/libld/common/ |
| support.c | 62 * variable or the -S ld option, and determines which interface functions are 69 uint_t interface, version = LD_SUP_VERSION1; local 81 for (interface = 0; interface < LDS_NUM; interface++) { 85 support[interface].sup_name)) == NULL) 89 support[interface].sup_name)); 91 if (interface == LDS_VERSION) { 133 if (alist_append(&support[interface].sup_funcs, &fl, 184 * This interface was introduced in VERSION3. Only call thi [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/cmd/ipf/tools/ |
| ipmon_y.y | 61 %type <opt> direction dstip dstport every execute group interface 101 | interface { $$ = $1; } 159 interface: label 256 { "interface", IPM_INTERFACE },
|
| /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/lib/libnsl/nis/cache/ |
| cache.h | 69 char *interface; member in struct:HostEnt 78 void addHost(char *name, char *interface, int rank); 79 int checkHost(char *value, char *interface, int *rank); 104 // This set of routines is the primary interface to the
|
| cache.cc | 1050 char *interface; local 1056 interface = NULL; 1070 /* interface info */ 1073 interface = value; 1104 prefer.addHost(host, interface, MAXINT + rank); 1106 prefer.addHost(host, interface, rank); 1513 if (del->interface) 1514 free(del->interface); 1532 if (del->interface) 1533 free(del->interface); [all...] |
| /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.bin/pppstats/ |
| pppstats.c | 3 * pppstats [-a|-d] [-v|-r|-z] [-c count] [-w wait] [interface] 107 static char *interface; variable 134 "Usage: %s [-a|-d] [-v|-r|-z] [-c count] [-w wait] [interface]\n", 167 strncpy(req.ifr_name, interface, sizeof(req.ifr_name)); 193 strncpy(creq.ifr_name, interface, sizeof(creq.ifr_name)); 315 * Print a running summary of interface statistics. 489 interface = PPP_DRV_NAME "0"; 541 interface = argv[0]; 543 if (sscanf(interface, PPP_DRV_NAME "%d", &unit) != 1) { 544 (void) fprintf(stderr, "%s: invalid interface '%s' specified\n" [all...] |
| /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/ |
| snoop.h | 289 typedef struct interface { struct 301 extern interface_t INTERFACES[], *interface;
|
| snoop_ether.c | 62 interface_t *interface; variable 73 /* Fiber Distributed data interface */ 77 /* Token Ring interface */ [all...] |
| /onnv/onnv-gate/usr/src/uts/common/io/ |
| devfm.c | 61 char *interface; /* interface name */ member in struct:fm_version 62 uint32_t version; /* interface version */ 408 for (p = fm_versions; p->interface != NULL; p++) 409 (void) nvlist_add_uint32(fm_vers_nvl, p->interface,
|
| /onnv/onnv-gate/usr/src/cmd/lp/include/ |
| printers.h | 99 char *interface; /* interface program full path name */ member in struct:PRINTER 152 #define BAD_INTERFACE 0x0002 /* no interface or can't read it */
|
| /onnv/onnv-gate/usr/src/uts/common/io/usb/usb_ia/ |
| usb_ia.c | 28 * usb interface association driver 30 * this driver attempts to the interface association node and 175 "USB Interface Association Driver", /* Name of the module. */ 394 /* enumerate each interface below us */ 413 int interface, circular_count; local 442 for (interface = 0; usb_ia->ia_children_dips && 443 (interface < usb_ia->ia_n_ifs); interface++) { 444 mdip = usb_ia->ia_children_dips[interface]; 451 /* we lost the dip on this interface */ [all...] |
| /onnv/onnv-gate/usr/src/uts/common/io/usb/usb_mid/ |
| usb_mid.c | 28 * usb multi interface and common class driver 30 * this driver attempts to attach each interface to a driver 187 "USB Multi Interface Driver", /* Name of the module. */ 445 /* enumerate each interface below us */ 464 int interface, circular_count; local 493 for (interface = 0; usb_mid->mi_children_dips && 494 (interface < usb_mid->mi_n_ifs) && 495 (usb_mid->mi_children_ifs[interface]); interface++) { 496 mdip = usb_mid->mi_children_dips[interface]; [all...] |
| /onnv/onnv-gate/usr/src/cmd/sgs/tools/common/ |
| sgsmsg.c | 115 *interface = "sgs_msg", variable 410 interface) < 0) { 421 interface) < 0) { 434 interface) < 0) { 443 interface) < 0) { 448 interface) < 0) { 469 interface) < 0) { 482 interface) < 0) { 622 fmtstr, interface, stbufsize) < 0) { 1091 interface = optarg; /* name (msg is default) * [all...] |
| /onnv/onnv-gate/usr/src/cmd/abi/spectrans/spec2trace/ |
| trace.c | 33 * (interface to) the front end. Other files implement the middle 211 * interface in the spec file. 238 * XXX Note whether interface is function or data in some state data item. 249 errlog(VERBOSE, "interface='%s'", value); 257 errlog(TRACING, "now in interface \"%s\"", value); 329 "interface", 345 * xlator_end_if -- called at the end of the interface, to trigger 346 * per-interface processing now entire thing has been seen. 726 char *interface = db_get_current_interface(); local 753 if (strcmp(interface, dname) != 0 [all...] |
| /onnv/onnv-gate/usr/src/cmd/rpcsvc/nis/utils/ |
| nisprefadm.c | 59 char **interface; member in struct:server_list 400 servers->interface = (char **)malloc(servers->alloc * sizeof (char *)); 407 servers->interface[i] = NULL; 432 if (servers->interface[i]) 433 free(servers->interface[i]); 434 servers->interface[i] = NULL; 449 char *host, *interface; local 458 parse_server(s, &host, &interface, &weight); 462 if (interface) { 463 if (servers->interface[i] & 511 char *host, *interface; local [all...] |
| /onnv/onnv-gate/usr/src/cmd/cmd-inet/lib/nwamd/ |
| structures.h | 49 EV_USER, /* User altered interface priority */ 52 EV_NEWADDR, /* Address established on interface */ 55 EV_ADDIF, /* New interface detected */ 56 EV_REMIF, /* Old interface removed */ 57 EV_TAKEDOWN /* Take interface down; AP reselected */ 87 * We explicitly do not maintain IPv6 interface structures. In the current 89 * counterparts. For example, we make a decision to bring up an interface 93 * plumb', which will plumb v4 on all links; we always keep the v4 interface 97 * existing) v4 interface up, and 'plumb up' the v6 interface. Conversely 101 struct interface { struct [all...] |
| /onnv/onnv-gate/usr/src/uts/common/io/usb/clients/printer/ |
| usbprn.c | 676 int interface; local 690 * configuration interface and one interface. 692 interface = dev_data->dev_curr_if; 696 for (alt = 0; alt < cfg_data->cfg_if[interface].if_n_alt; alt++) { 697 altif_data = &cfg_data->cfg_if[interface].if_alt[alt]; 712 if (alt == cfg_data->cfg_if[interface].if_n_alt) { 720 if ((rval = usb_set_alt_if(dip, interface, alt, USB_FLAGS_SLEEP, 736 if ((ep_data = usb_lookup_ep_data(dip, dev_data, interface, alt, 0, 740 if ((ep_data = usb_lookup_ep_data(dip, dev_data, interface, alt, 0 [all...] |
| /onnv/onnv-gate/usr/src/uts/common/io/usb/usba/ |
| usbai_util.c | 63 * Function to get the cooked interface descriptor 68 * if_index - interface index 69 * alt_setting - alt interface setting 70 * descr - pointer to user allocated interface descr 97 if_index, /* interface index */ 98 alt_setting, /* alt interface index */ 104 "parsing interface: size (%lu) != USB_IF_DESCR_SIZE (%d)", 121 * if_index - interface index 122 * alt_setting - alternate interface setting 124 * descr - pointer to user allocated interface desc 926 int interface = ((uintptr_t)arg >> 8) & 0xff; local [all...] |
| /onnv/onnv-gate/usr/src/uts/common/io/usb/clients/audio/usb_as/ |
| usb_as.c | 27 * Audio Streams Interface Driver: 696 * Sets the sample freq by sending a control command to interface 756 * the right alternate. Sets alternate interface and returns it. 764 uint_t interface; local 778 interface = uasp->usb_as_ifno; 809 "usb_as_set_format: interface=%d alternate=%d", 810 interface, alt); 819 interface, /* wIndex */ 1946 int interface = dev_data->dev_curr_if; local [all...] |
| /onnv/onnv-gate/usr/src/cmd/hal/hald/ |
| hald_dbus.c | 4 * dbus.c : D-BUS interface of HAL daemon 293 * @defgroup ManagerInterface D-BUS interface org.freedesktop.Hal.Manager 295 * @brief D-BUS interface for querying device objects 614 * interface on the object /org/freedesktop/Hal/Manager. 647 * interface on the object /org/freedesktop/Hal/Manager. 679 * org.freedesktop.Hal.Manager interface on the object 717 * @defgroup DeviceInterface D-BUS interface org.freedesktop.Hal.Device 719 * @brief D-BUS interface for generic device operations 3083 char *interface; member in struct:__anon5 4082 const char *interface; local [all...] |
| /onnv/onnv-gate/usr/src/uts/common/io/usb/scsa2usb/ |
| scsa2usb.c | 616 int interface; local 713 interface = dev_data->dev_curr_if; 717 altif_data = &dev_data->dev_curr_cfg->cfg_if[interface].if_alt[0]; 721 "invalid alt 0 for interface %d", interface); 731 "invalid interface class (0x%x)", 737 if ((ep_data = usb_lookup_ep_data(dip, dev_data, interface, 0, 0, 741 if ((ep_data = usb_lookup_ep_data(dip, dev_data, interface, 0, 0, 745 if ((ep_data = usb_lookup_ep_data(dip, dev_data, interface, 0, 0, [all...] |
| /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.sbin/in.routed/ |
| defs.h | 59 * use of per-interface ip_forwarding state. 112 #define CHECK_BAD_INTERVAL 5 /* when an interface is known bad */ 169 * IF_NAME_LEN is the maximum size of interface names represented within 174 * interface names as well. 192 RO_IF, /* interface route */ 200 struct interface *rts_ifp; 222 #define RS_IF 0x0001 /* for network interface */ 252 * not unbroken interface routes but not broken interfaces 296 * number. This will consist of zero or one "main" interface plus 302 struct interface *phyi_interface 317 struct interface { struct [all...] |