/illumos-gate/usr/src/uts/common/xen/io/ |
H A D | xenbus_comms.c | 135 volatile struct xenstore_domain_interface *intf = local 145 while ((intf->req_prod - intf->req_cons) == 159 cons = intf->req_cons; 160 prod = intf->req_prod; 165 dst = get_output_chunk(cons, prod, (char *)intf->req, &avail); 177 intf->req_prod += avail; 189 volatile struct xenstore_domain_interface *intf = local 199 while (intf->rsp_cons == intf [all...] |
/illumos-gate/usr/src/lib/libdhcpagent/common/ |
H A D | dhcp_stable.c | 193 read_stable_iaid(const char *intf) argument 201 if (strcmp(intf, ie.ie_name) == 0) { 218 write_stable_iaid(const char *intf, uint32_t iaid) argument 227 if (strcmp(intf, ie.ie_name) == 0) { 239 (void) strlcpy(ie.ie_name, intf, sizeof (ie.ie_name)); 261 make_stable_iaid(const char *intf, uint32_t hint) argument
|
/illumos-gate/usr/src/psm/stand/cpr/sparcv9/sun4u/ |
H A D | machdep.c | 271 char *str, *intf; local 273 intf = "SUNW,stop-cpu-by-cpuid"; 274 has_scbc = (prom_test(intf) == 0); 275 CB_VPRINTF(("\n\"%s\" test %d\n", intf, has_scbc));
|
/illumos-gate/usr/src/lib/libmvec/common/ |
H A D | __vatan.c | 53 int index, sign, intf, intflo, intz, argcount; local 82 intf = HI(x); /* upper half of x, as integer */ 84 sign = intf & 0x80000000; /* sign of argument */ 85 intf = intf & ~0x80000000; /* abs(upper argument) */ 87 if ((intf > 0x43600000) || (intf < 0x3e300000)) /* filter out special cases */ 89 if ( (intf > 0x7ff00000) || ((intf == 0x7ff00000) && (intflo !=0))) 93 else if (intf < [all...] |
H A D | __vatanf.c | 46 int intf, intz, argcount; local 67 intf = *(int *) x; /* upper half of x, as integer */ 70 if (intf < 0) { 71 intf = intf & ~0x80000000; /* abs(upper argument) */ 76 if ((intf > 0x5B000000) || (intf < 0x31800000)) /* filter out special cases */ 78 if (intf > 0x7f800000) 82 else if (intf < 0x31800000) /* avoid underflow for small arg */ 88 else if (intf > [all...] |
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppdump/ |
H A D | zlib.h | 119 typedef int FAR intf; typedef
|
/illumos-gate/usr/src/uts/common/zmod/ |
H A D | zconf.h | 106 typedef int intf; typedef
|
/illumos-gate/usr/src/lib/libvrrpadm/common/ |
H A D | libvrrpadm.c | 515 vrrp_list(vrrp_handle_t vh, vrid_t vrid, const char *intf, int af, argument 526 if (intf != NULL && (strlcpy(cmd.vcl_ifname, intf,
|
/illumos-gate/usr/src/uts/common/io/ppp/spppcomp/ |
H A D | zlib.h | 128 #define intf z_intf macro 317 typedef int FAR intf; typedef
|
/illumos-gate/usr/src/uts/common/io/usb/clients/usbecm/ |
H A D | usbecm.c | 2654 uint16_t ifc, usb_if_data_t *intf) 2660 alt_num = intf->if_n_alt; 2741 usb_if_data_t *intf; local 2757 intf = cfg_data->cfg_if; 2761 alt_num = intf->if_n_alt; 2763 alt = &intf->if_alt[j]; 2775 intf++; 2653 usbecm_find_bulk_in_out_eps(usbecm_state_t *ecmp, uint16_t ifc, usb_if_data_t *intf) argument
|
/illumos-gate/usr/src/cmd/cmd-inet/lib/ipmgmtd/ |
H A D | ipmgmt_persist.c | 565 char *intf = NULL; local 572 nvlist_lookup_string(db_nvl, IPADM_NVP_IFNAME, &intf) != 0 || 573 (ifname[0] != '\0' && strcmp(ifname, intf) != 0)) { 578 if (strcmp(ifp->ifi_name, intf) == 0) 591 (void) strlcpy(ifp->ifi_name, intf, sizeof (ifp->ifi_name));
|
/illumos-gate/usr/src/boot/lib/libz/ |
H A D | zconf.h | 139 # define intf z_intf macro 380 typedef int FAR intf; typedef
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/ |
H A D | ntp.h | 123 struct intf { struct 132 extern struct intf addrs[];
|
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/ |
H A D | net.c | 854 get_ifname(const ire_t *ire, char *intf) argument 858 *intf = '\0'; 863 (void) mdb_readstr(intf, MIN(LIFNAMSIZ, ill.ill_name_length), 918 char flags[10], intf[LIFNAMSIZ + 1]; local 950 get_ifname(ire, intf); 955 ire->ire_mask, ADDR_V4_WIDTH, gate, intf, 963 ire->ire_ob_pkt_count + ire->ire_ib_pkt_count, intf); 998 char flags[10], intf[LIFNAMSIZ + 1]; local 1035 get_ifname(ire, intf); 1040 intf, [all...] |
/illumos-gate/usr/src/uts/common/avs/ns/rdc/ |
H A D | rdc_ioctl.h | 150 char intf[MAX_RDC_HOST_SIZE]; member in struct:rdc_addr 158 char intf[MAX_RDC_HOST_SIZE]; member in struct:rdc_addr32
|
H A D | rdc_io.c | 638 if (strncmp(utmp->primary.intf, urdc->primary.intf, 644 if (strncmp(utmp->secondary.intf, urdc->secondary.intf, 781 if (strncmp(utmp->primary.intf, urdc->primary.intf, 784 if (strncmp(utmp->secondary.intf, urdc->secondary.intf, 1094 urdc->secondary.intf, urdc->secondary.file, why); 1097 urdc->secondary.intf, urd 1554 rdc_lookup_byhostdev(char *intf, char *file) argument [all...] |
/illumos-gate/usr/src/uts/sun4u/serengeti/os/ |
H A D | serengeti.c | 1410 int sys, intf, bld; local 1413 rv = sg_get_prom_version(&sys, &intf, &bld); 1415 (intf >= 12 || (intf == 11 && bld >= 200))) {
|
/illumos-gate/usr/src/uts/sun4u/lw8/os/ |
H A D | lw8_platmod.c | 1422 int sys, intf, bld; local 1425 rv = sg_get_prom_version(&sys, &intf, &bld); 1427 (intf >= 12 || (intf == 11 && bld >= 200))) {
|
/illumos-gate/usr/src/uts/common/io/usb/usba/ |
H A D | usba.c | 2534 usba_ready_interface_node(dev_info_t *dip, uint_t intf) argument 2562 child_ud->usb_port, intf, child_ud->usb_port_status); 2568 intf, /* interface index */ 2585 reg[0] = intf; 2648 intf); 2656 intf); 2734 "interface", intf);
|
/illumos-gate/usr/src/lib/libproc/common/ |
H A D | Pcore.c | 2687 elf_file_t intf; local 2691 if (core_elf_open(&intf, interp, ET_DYN, NULL) == 0) { 2696 dmp = core_find_data(P, intf.e_elf, &rl); 2707 core_elf_close(&intf);
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/mdnsd/ |
H A D | mDNSPosix.c | 218 mDNSlocal void SocketDataReady(mDNS *const m, PosixNetworkInterface *intf, int skt) argument 230 const mDNSInterfaceID InterfaceID = intf ? intf->coreIntf.InterfaceID : NULL; 277 if (!intf) 284 if (packetInfo.ipi_ifname[0] != 0) reject = (strcmp(packetInfo.ipi_ifname, intf->intfName) != 0); 285 else if (packetInfo.ipi_ifindex != -1) reject = (packetInfo.ipi_ifindex != intf->index); 291 &intf->coreIntf.ip, intf->intfName, intf->index, skt); 306 &senderAddr, &destAddr, &intf 534 PosixNetworkInterface *intf; local 548 PosixNetworkInterface *intf; local 565 PosixNetworkInterface *intf; local 590 FreePosixNetworkInterface(PosixNetworkInterface *intf) argument 612 PosixNetworkInterface *intf = (PosixNetworkInterface*)(m->HostInterfaces); local 880 PosixNetworkInterface *intf; local 1551 mDNSPlatformValidRecordForInterface(AuthRecord *rr, const NetworkInterfaceInfo *intf) argument 1559 mDNSPlatformValidQuestionForInterface(DNSQuestion *q, const NetworkInterfaceInfo *intf) argument [all...] |
H A D | DNSCommon.c | 148 mDNSexport NetworkInterfaceInfo *GetFirstActiveInterface(NetworkInterfaceInfo *intf) argument 150 while (intf && !intf->InterfaceActive) intf = intf->next; 151 return(intf); 154 mDNSexport mDNSInterfaceID GetNextActiveInterfaceID(const NetworkInterfaceInfo *intf) argument 156 const NetworkInterfaceInfo *next = GetFirstActiveInterface(intf->next);
|
/illumos-gate/usr/src/cmd/mdb/common/mdb/ |
H A D | mdb_proc.c | 3519 mdb_signal_f *intf, *quitf, *tstpf; local 3540 intf = mdb_signal_gethandler(SIGINT, &intd); 3635 (void) mdb_signal_sethandler(SIGINT, intf, intd);
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/vrrpd/ |
H A D | vrrpd.c | 363 vrrp_intf_t *intf; local 365 TAILQ_FOREACH(intf, &vrrp_intf_list, vvi_next) { 366 if (strcmp(ifname, intf->vvi_ifname) == 0 && 367 af == intf->vvi_af) { 371 return (intf); 378 vrrp_intf_t *intf; local 389 intf = *intfp; 390 TAILQ_INIT(&intf->vvi_iplist); 391 (void) strlcpy(intf->vvi_ifname, ifname, sizeof (intf 411 vrrpd_delete_if(vrrp_intf_t *intf, boolean_t update_vr) argument 446 vrrpd_create_ip(vrrp_intf_t *intf, const char *lifname, vrrp_addr_t *addr, uint64_t flags) argument 481 vrrpd_delete_ip(vrrp_intf_t *intf, vrrp_ip_t *ip) argument 873 vrrp_intf_t *intf; local 1489 vrrp_intf_t *intf, *next_intf; local 1637 vrrp_intf_t *intf; local 1729 vrrp_intf_t *intf, *nextif; local 1885 vrrpd_reselect_primary(vrrp_intf_t *intf) argument 1978 vrrpd_remove_if(vrrp_intf_t *intf, boolean_t primary_addr_gone) argument 2488 vrrpd_disable_vr(vrrp_vr_t *vr, vrrp_intf_t *intf, boolean_t primary_addr_gone) argument [all...] |
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ipsecutils/ |
H A D | ipsecconf.c | 2936 char *intf, *num, *copy; local 2944 intf = strtok(copy, ","); 2954 (void) strlcpy(iname, intf, LIFNAMSIZ); 2960 interface_name = strdup(intf);
|