/titanic_41/usr/src/cmd/ipf/examples/ |
H A D | mkfilters.sh | 94 ($iface = $_) =~ s/^([a-zA-Z]+\d+).*/$1/; 95 $ifaces{$iface} = $iface; 100 ($inet{$iface} = $_) =~ s/.*inet ([^ ]+) \-\-\> ([^ ]+).*/$1/; 101 ($ppp{$iface} = $_) =~ s/.*inet ([^ ]+) \-\-\> ([^ ]+).*/$2/; 103 ($inet{$iface} = $_) =~ s/.*inet ([^ ]+).*/$1/; 109 $netmask{$iface} = $mask; 112 ($bcast{$iface} = $_) =~ s/.*broadcast ([^ ]+).*/$1/;
|
/titanic_41/usr/src/cmd/ipf/tools/ |
H A D | ipftest.c | 77 char *datain, *iface, *ifname, *logout; local 91 iface = NULL; 218 &iface, &dir)) > 0) { 219 if (iface == NULL || *iface == '\0') 220 iface = ifname; 221 ifp = get_unit(iface, IP_V(ip), ifs); 299 if (iface != ifname) { 300 free(iface); 301 iface = ifname;
|
/titanic_41/usr/src/uts/common/io/usb/usba/ |
H A D | usbai_pipe_mgmt.c | 483 int iface = usb_get_if_number(dip); in usba_init_pipe_handle() local 484 if (iface < 0) { in usba_init_pipe_handle() 486 iface = 0; in usba_init_pipe_handle() 501 if (usba_device->usb_shared_taskq_ref_count[iface] == 0) { in usba_init_pipe_handle() 502 usba_device->usb_shared_taskq[iface] = in usba_init_pipe_handle() 509 ASSERT(usba_device->usb_shared_taskq[iface] != NULL); in usba_init_pipe_handle() 511 usba_device->usb_shared_taskq_ref_count[iface]++; in usba_init_pipe_handle() 616 int iface = usb_get_if_number(ph_data->p_dip); in usba_destroy_pipe_handle() local 617 if (iface < 0) { in usba_destroy_pipe_handle() 619 iface = 0; in usba_destroy_pipe_handle() [all …]
|
H A D | usba.c | 3093 int i, ph_open_cnt, req_wrp_leaks, iface; in usba_check_for_leaks() local 3163 for (iface = 0; iface < usba_device->usb_n_ifs; iface++) { in usba_check_for_leaks() 3166 iface, usba_device->usb_client_flags[iface]); in usba_check_for_leaks() 3168 if (usba_device->usb_client_flags[iface] & in usba_check_for_leaks() 3199 if (usba_device->usb_client_flags[iface] & in usba_check_for_leaks() 3202 usb_client_attach_list[iface].dip; in usba_check_for_leaks() 3215 usb_client_attach_list[iface].dip = NULL; in usba_check_for_leaks() 3217 usba_device->usb_client_flags[iface] &= in usba_check_for_leaks() 3221 if (usba_device->usb_client_flags[iface] & in usba_check_for_leaks() 3224 usba_device->usb_client_ev_cb_list[iface]. in usba_check_for_leaks() [all …]
|
H A D | hcdi.c | 543 int iface; in usba_hcdi_cb() local 546 iface = usb_get_if_number(ph_data->p_dip); in usba_hcdi_cb() 547 if (iface < 0) { in usba_hcdi_cb() 549 iface = 0; in usba_hcdi_cb() 551 if (taskq_dispatch(usba_device->usb_shared_taskq[iface], in usba_hcdi_cb()
|
H A D | usba_ugen.c | 1419 uchar_t cfgidx, cfgval, iface, alt, ep; in ugen_epxs_init() local 1449 for (iface = 0; iface < dev_cfg->cfg_n_if; iface++) { in ugen_epxs_init() 1450 if_data = &dev_cfg->cfg_if[iface]; in ugen_epxs_init() 1457 cfgval, cfgidx, iface, alt) != in ugen_epxs_init() 1476 uchar_t cfgval, uchar_t cfgidx, uchar_t iface, uchar_t alt) in ugen_epxs_data_init() argument 1490 cfgval, cfgidx, iface, alt, ep_index); in ugen_epxs_data_init() 1504 epp->ep_if = iface; in ugen_epxs_data_init() 1520 cfgval, cfgidx, iface, alt)); in ugen_epxs_data_init() 1568 uchar_t cfgval, uchar_t cfgidx, uchar_t iface, uchar_t alt) in ugen_epxs_minor_nodes_create() argument 1590 cfgval, cfgidx, iface, alt, ep_addr); in ugen_epxs_minor_nodes_create() [all …]
|
/titanic_41/usr/src/lib/abi/apptrace/common/ |
H A D | abienv.c | 234 check_intlist(Intlist *list, char const *iface) in check_intlist() argument 240 if (fnmatch(list->i_name, iface, 0) == 0) in check_intlist()
|
/titanic_41/usr/src/cmd/bnu/ |
H A D | uucico.c | 101 char *iface; /* interface name */ local 173 iface = "UNIX"; 228 iface = optarg; 293 if ( interface(iface) ) { 295 "%s: invalid interface %s\n", Progname, iface);
|
/titanic_41/usr/src/uts/common/io/usb/clients/printer/ |
H A D | usbprn.c | 2536 int alt, rval, iface; in usbprn_restore_device_state() local 2594 iface = usb_owns_device(dip) ? 0 : usb_get_if_number(dip); in usbprn_restore_device_state() 2595 if ((rval = usb_set_alt_if(dip, iface, alt, in usbprn_restore_device_state()
|