Searched refs:interface (Results 51 - 75 of 93) sorted by relevance

1234

/illumos-gate/usr/src/uts/common/io/usb/usba10/
H A Dusba10.c124 uint_t interface,
130 dip, dev_datap, interface, alternate, type, direction));
294 uint_t what, /* 0, interface, endpoint number */
308 uint_t what, /* 0, interface, endpoint number */
358 uint_t interface,
369 dip, interface, alt_number, usb_flags, cb, cb_arg));
121 usb_get_ep_data( dev_info_t *dip, usb_client_dev_data_t *dev_datap, uint_t interface, uint_t alternate, uint_t type, uint_t direction) argument
356 usb_set_alt_if( dev_info_t *dip, uint_t interface, uint_t alt_number, usb_flags_t usb_flags, void (*cb)( usb_pipe_handle_t ph, usb_opaque_t arg, int rval, usb_cb_flags_t flags), usb_opaque_t cb_arg) argument
/illumos-gate/usr/src/cmd/sgs/rtld.4.x/
H A Drtldlib.s53 add %fp, %i1, %l0 ! get interface pointer
54 mov %l0, %o1 ! ptr to interface structure
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/in.routed/
H A Doutput.c57 struct interface *ifp; /* usually output interface */
59 uint8_t metric; /* adjust metrics by interface */
103 struct interface *ifp,
194 * specific interface (if ifindex is non-zero) using IP_PKTINFO.
249 find_auth(struct interface *ifp)
453 * shutting down, or this is a broken/sick interface,
516 * non-forwarding interface.
524 * except about our main interface.
635 * advertising back to the same network and so via the same interface
[all...]
H A Dmain.c92 * The interface to which rip_sock is currently pointing for
95 struct interface *rip_sock_interface;
346 /* allocate the interface tables */
402 * Collect an initial view of the world by checking the interface
516 * a 2nd interface or were otherwise delayed,
759 struct interface *ifp;
800 /* turn on RIP multicast input via an interface */
802 rip_mcast_on(struct interface *ifp)
816 "Could not join 224.0.0.9 on interface %s: %s",
821 /* turn off RIP multicast input via an interface */
[all...]
H A Dparms.c56 get_parms(struct interface *ifp)
152 * this interface.
158 * the address assigned to a remote interface.
165 * If the interface is being used for RIPv2
177 * interface.
202 * A passive interface can also be local, hardware interface exempt
222 struct interface *ifp;
589 * Parse a set of parameters for an interface.
690 * Get the interface nam
[all...]
H A Dtrace.c810 trace_if(const char *act, struct interface *ifp)
816 (void) fprintf(ftrace, "%-3s interface %-4s #%-3d ", act,
1081 struct interface *ifp;
1108 struct interface *ifp,
/illumos-gate/usr/src/uts/common/io/usb/usb_ia/
H A Dusb_ia.c31 * usb interface association driver
33 * this driver attempts to the interface association node and
397 /* enumerate each interface below us */
416 int interface, circular_count; local
445 for (interface = 0; usb_ia->ia_children_dips &&
446 (interface < usb_ia->ia_n_ifs); interface++) {
447 mdip = usb_ia->ia_children_dips[interface];
454 /* we lost the dip on this interface */
455 usb_ia->ia_children_dips[interface]
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_pf.c1021 * If the interface type is not an ethernet type, then this
1038 if ((interface->mac_type == DL_ETHER ||
1039 interface->mac_type == DL_CSMACD) &&
1554 if (interface->mac_type == DL_ETHER) {
1566 if (interface->mac_type == DL_IB) {
1577 if (interface->mac_type == DL_IPNET) {
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/in.ripngd/
H A Dtables.c203 * interface name and route flags, send down the requested command returning
235 int metric, int tag, boolean_t ifroute, struct interface *ifp)
319 * interface index associated with the gateway changes), or when both gateway
326 struct interface *ifp)
357 "interface %s (timed out)",
363 "changing route no interface for route");
455 "deleting route to interface %s (timed out)",
467 * Mark all the routes heard off a particular interface "down". Unlike the
468 * routes managed by in.routed, all of these routes have an interface associated
472 rtpurgeif(struct interface *if
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dasppp2pppd391 $intf = $$options{"interface"};
392 warn("Missing interface on path to peer \"$peer\".\n"), return
394 warn("Bad interface $intf on path to peer \"$peer\".\n"), return
422 interface => 1,
455 warn("Bad interface on ifconfig $word.\n"), next
509 nof 0+(keys %ifconfig), "interface", " defined for aspppd.\n";
559 shift @$ifconf; # lose the interface name
655 local($lcladdr, $remaddr) = ifconf_addr($$ifconfig{$$opts{interface}});
671 if ($$opts{interface} && $opt_s) {
672 if ($$opts{interface}
[all...]
/illumos-gate/usr/src/uts/common/io/usb/clients/printer/
H A Dusbprn.c676 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, al
[all...]
/illumos-gate/usr/src/cmd/lp/lib/papi/
H A Dlpsched-msgs.c563 p->interface = strdup("/usr/lib/lp/model/uri");
597 p->interface = strdup("/usr/lib/lp/model/uri");
H A Dlpsched-printers.c199 "lpsched-interface-script", tmp->interface);
477 "lpsched-interface-script", &tmp->interface);
/illumos-gate/usr/src/tools/scripts/
H A Dnightly.sh1936 # Produce interface description for the proto. Report errors.
1938 -i interface -E interface.err
1939 if [[ -s $elf_ddir/interface.err ]]; then
1940 tee -a $LOGFILE < $elf_ddir/interface.err \
1945 # If ELF_DATA_BASELINE_DIR is defined, compare the new interface
1949 base_ifile="$ELF_DATA_BASELINE_DIR/interface"
1958 $elf_ddir/interface > $elf_ddir/interface.cmp
1959 if [[ -s $elf_ddir/interface
[all...]
H A Djstyle.pl200 if (/^(public\s+)*\w(class|interface)\s/) {
/illumos-gate/usr/src/lib/libnsl/dial/
H A Dinterface.c33 * interface( label )
72 const char *IN_label; /* interface name */
96 interface(const char *label) function
106 DEBUG(5, "set interface %s\n", label);
306 * Find out the current state of the interface.
/illumos-gate/usr/src/cmd/bnu/
H A Dcallers.c50 EXTERN int interface();
267 if ( interface( ca->CA_type ) ) {
268 DEBUG(5, "interface(%s) failed", ca->CA_type);
270 /* restore vanilla unix interface */
271 (void)interface("UNIX");
409 /* restore vanilla unix interface */
410 (void)interface("UNIX");
H A Dinterface.c32 * interface(label)
91 char *IN_label; /* interface name */
141 interface(label) function
153 DEBUG(5, "set interface %s\n", label);
435 * Find out the current state of the interface.
/illumos-gate/usr/src/cmd/lp/lib/printers/
H A Dgetprinter.c246 pp = &(prp->interface);
/illumos-gate/usr/src/cmd/hal/hald/
H A Dhald_dbus.c4 * 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
1490 * a signal on the Manager interface to tell applications that the device
2729 HAL_INFO (("Local connection 0x%x to handle interface '
3083 char *interface; member in struct:__anon620
4082 const char *interface; local
[all...]
/illumos-gate/usr/src/common/crypto/aes/amd64/
H A Daes_amd64.s54 * interface as my C implementation. It uses the Microsoft C AMD64 calling
163 * Original Gladman interface:
174 * OpenSolaris OS interface:
691 * Original interface:
706 / Original interface
707 sub $[4*8], %rsp / gnu/linux/opensolaris binary interface
717 / OpenSolaris OS interface
795 * Original interface:
810 / Original interface
811 sub $[4*8], %rsp / gnu/linux/opensolaris binary interface
[all...]
/illumos-gate/usr/src/uts/common/sys/usb/
H A Dusbai.h210 * which makes non-sequential access to particular interface or
215 * descriptor followed by an interface descriptor and the relevant
218 * usb_get_dev_data() interface provides an easy way to get all
322 * usb interface association descriptor, refer to USB 2.0 ECN(IAD)
327 uint8_t bFirstInterface; /* 1st interface number */
338 * usb interface descriptor, refer to USB 2.0/9.6.5
343 uint8_t bInterfaceNumber; /* interface number */
344 uint8_t bAlternateSetting; /* alt. interface number */
461 * in dev_curr_cfg; the index of the first valid interface in the
479 /* indexed by interface nu
[all...]
/illumos-gate/usr/src/uts/common/io/zyd/
H A Dzyd_usb.c251 uint_t interface, uint_t alt)
268 /* Descend to interface */
269 if (interface > dcfg->cfg_n_if - 1)
271 cfgif = &dcfg->cfg_if[interface];
250 usb_lookup_alt_if(usb_client_dev_data_t *cdd, uint_t config, uint_t interface, uint_t alt) argument
/illumos-gate/usr/src/lib/smbsrv/libsmb/common/
H A Dsmb_nic.c141 * Initializes the interface list.
159 * Destroys the interface list.
203 * Returns the first NIC in the interface list and
208 * SMB_NIC_NOT_FOUND - there's no interface available
317 * Adds an association between the given host and the specified interface
326 * if_num: number of interface names in if_names arg
327 * if_names: array of interface names in string format
373 * Removes the stored interface association for the specified host
480 smb_nic_getinfo(char *interface, smb_nic_t *nc, int family) argument
492 (void) strlcpy(lifrr.lifr_name, interface, sizeo
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ipadm/
H A Dipadm.c71 /* interface management related sub-commands */
72 { "create-if", do_create_if, "\tcreate-if\t[-t] <interface>" },
73 { "disable-if", do_disable_if, "\tdisable-if\t-t <interface>" },
74 { "enable-if", do_enable_if, "\tenable-if\t-t <interface>" },
75 { "delete-if", do_delete_if, "\tdelete-if\t<interface>" },
77 "\tshow-if\t\t[[-p] -o <field>,...] [<interface>]\n" },
80 "<interface>" },
82 "\treset-ifprop\t[-t] -p <prop> -m <protocol> <interface>" },
85 "\t\t\t[-m <protocol>] [interface]\n" },
92 "\tcreate-addr\t[-t] -T addrconf [-i interface
1636 char interface[LIFNAMSIZ]; local
[all...]

Completed in 594 milliseconds

1234