| /src/sys/arch/mips/sibyte/dev/ |
| sbgbus.c | 64 struct sbobio_attach_args *sap = aux; local 66 if (sap->sa_locs.sa_type != SBOBIO_DEVTYPE_GBUS)
|
| sbscd.c | 130 struct sbscd_attach_args *sap = aux; local 135 sbscd_device_type_name(sap->sa_locs.sa_type), pnp); 136 aprint_normal(" offset 0x%lx", sap->sa_locs.sa_offset); 138 if (sap->sa_locs.sa_intr[i] != -1) 140 sap->sa_locs.sa_intr[i]);
|
| sbobio.c | 254 struct sbobio_attach_args *sap = aux; local 259 sbobio_device_type_name(sap->sa_locs.sa_type), pnp); 260 aprint_normal(" offset 0x%lx", sap->sa_locs.sa_offset); 262 if (sap->sa_locs.sa_intr[i] != SBOBIOCF_INTR_DEFAULT) 264 sap->sa_locs.sa_intr[i]);
|
| sbtimer.c | 79 struct sbscd_attach_args *sap = aux; local 81 if (sap->sa_locs.sa_type != SBSCD_DEVTYPE_TIMER)
|
| /src/external/bsd/libbind/dist/irs/ |
| getservent.c | 103 char **sap; local 111 for (sap = net_data->sv_last->s_aliases; 112 sap && *sap; sap++) 113 if (!strcmp(name, *sap))
|
| nis_sv.c | 140 char **sap; local 148 for (sap = serv->s_aliases; sap && *sap; sap++) 149 if (!strcmp(name, *sap))
|
| /src/external/bsd/wpa/dist/src/drivers/ |
| driver_wired_common.c | 120 struct sockaddr *sap; local 122 sap = (struct sockaddr *) &ifr.ifr_addr; 123 sap->sa_len = sizeof(struct sockaddr); 124 sap->sa_family = AF_UNSPEC; 125 os_memcpy(sap->sa_data, addr, ETH_ALEN);
|
| /src/libexec/utmp_update/ |
| utmp_update.c | 57 va_list sap, eap; local 65 va_start(sap, fmt); 66 va_copy(eap, sap); 67 vsyslog(LOG_ERR, fmt, sap); 68 va_end(sap);
|
| /src/external/bsd/am-utils/dist/libamu/ |
| mount_fs.c | 715 print_nfs_sockaddr_in(const char *tag, const struct sockaddr_in *sap) 718 plog(XLOG_DEBUG, "NA->%s.sin_family = %d", tag, sap->sin_family); 719 plog(XLOG_DEBUG, "NA->%s.sin_port = %d", tag, ntohs(sap->sin_port)); 720 if (inet_ntop(AF_INET, &sap->sin_addr, name, sizeof(name)) == NULL) 737 struct sockaddr_in *sap; local 769 sap = (struct sockaddr_in *) nap->addr; 771 sap = (struct sockaddr_in *) &nap->addr; 775 plog(XLOG_DEBUG, "NA->addr.sin_len = %d", sap->sin_len); 777 print_nfs_sockaddr_in("addr", sap); 1367 struct sockaddr_in *sap; local [all...] |
| /src/external/bsd/dhcpcd/dist/src/ |
| privsep-root.c | 380 uint8_t *buf, *sap; local 435 sap = buf; 445 memcpy(sap, &salen, sizeof(salen)); \ 449 sap += sizeof(salen); \ 466 memcpy(sap, &salen, sizeof(salen)); 1095 char *bp, *sap; local 1123 sap = bp; 1130 memcpy(&salen, sap, sizeof(salen)); \ 1138 sap += sizeof(salen); \ 1145 memcpy(&salen, sap, sizeof(salen)) [all...] |
| /src/external/bsd/ipf/dist/ipsend/ |
| dlcommon.c | 290 dlbindreq(fd, sap, max_conind, service_mode, conn_mgmt, xidtest) 292 u_long sap; 303 bind_req.dl_sap = sap; 815 (void) printf("DL_BIND_REQ: sap %d max_conind %d\n", 832 (void) printf("DL_BIND_ACK: sap %d addr_length %d addr_offset %d\n", 852 u_char sap[MAXDLADDR]; local 855 dlp->subs_bind_req.dl_subs_sap_length, sap); local 860 (void) printf("sap %s\n", sap); 866 u_char sap[MAXDLADDR] local 869 dlp->subs_bind_ack.dl_subs_sap_length, sap); local 880 u_char sap[MAXDLADDR]; local 883 dlp->subs_unbind_req.dl_subs_sap_length, sap); local [all...] |
| /src/external/mpl/dhcp/dist/common/ |
| dlpi.c | 150 static int dlpibindreq (int fd, unsigned long sap, unsigned long max_conind, 246 * copy the sap length and broadcast address of this interface 272 * Bind to the IP service access point (SAP), connectionless (CLDLS). 455 * will be IP packets (due to the SAP that was specified in 585 * If sap_length < 0 we must deliver the DLSAP as phys+sap. 586 * If sap_length > 0 we must deliver the DLSAP as sap+phys. 588 * sap = Service Access Point == ETHERTYPE_IP 589 * sap + datalink address is called DLSAP in dlpi speak. 593 unsigned char sap [4]; local 597 /* sap = htons (ETHERTYPE_IP) kludge * [all...] |
| /src/lib/librumpuser/ |
| rumpuser_sp.c | 1311 struct sockaddr *sap; local 1321 error = parseurl(p, &sap, &idx, 1); 1346 cleanupsa = sap; 1351 if (bind(s, sap, parsetab[idx].slen) == -1) {
|
| /src/crypto/external/bsd/heimdal/dist/lib/roken/ |
| getifaddrs.c | 650 struct sockaddr **sap = NULL; local 661 sap = (rta->rta_type == IFLA_ADDRESS) ? &ifa->ifa_addr : &ifa->ifa_broadaddr; 662 *sap = (struct sockaddr *)data; 670 memset(*sap, 0, sa_len); 671 ifa_make_sockaddr(AF_PACKET, *sap, rtadata,rtapayload, 0,0); 672 ((struct sockaddr_ll *)*sap)->sll_ifindex = nlm_index; 673 ((struct sockaddr_ll *)*sap)->sll_hatype = ifim->ifi_type;
|
| /src/external/bsd/openldap/dist/servers/lloadd/ |
| daemon.c | 164 struct sockaddr **sap; local 166 for ( sap = sal; *sap != NULL; sap++ ) 167 ch_free(*sap); 253 struct sockaddr **sap; local 257 sap = *sal = ch_malloc( 2 * sizeof(void *) ); 259 *sap = ch_calloc( 1, sizeof(struct sockaddr_un) ); 260 sap[1] = NULL; 263 ( sizeof( ((struct sockaddr_un *)*sap)->sun_path ) - 1 ) ) [all...] |
| /src/external/gpl3/gdb/dist/gdb/ |
| solib.c | 667 section_addr_info sap local 672 flags, &sap, OBJF_SHARED, nullptr);
|
| symfile.c | 213 section_addr_info sap; 221 && sap.size () < table.size ()) 222 sap.emplace_back (stp.addr, 227 return sap; 237 section_addr_info sap; 240 sap.emplace_back (bfd_section_vma (sec), 244 return sap; 257 section_addr_info sap 259 for (i = 0; i < sap.size (); i++) 261 int sectindex = sap[i].sectindex 212 section_addr_info sap; variable 236 section_addr_info sap; local 256 section_addr_info sap local 1139 section_addr_info sap = build_section_addr_info_from_objfile (objfile); local [all...] |
| /src/external/gpl3/gdb.old/dist/gdb/ |
| solib.c | 707 section_addr_info sap local 712 flags, &sap, OBJF_SHARED, nullptr);
|
| symfile.c | 222 section_addr_info sap; 230 && sap.size () < table.size ()) 231 sap.emplace_back (stp.addr, 236 return sap; 246 section_addr_info sap; 249 sap.emplace_back (bfd_section_vma (sec), 253 return sap; 266 section_addr_info sap 268 for (i = 0; i < sap.size (); i++) 270 int sectindex = sap[i].sectindex 221 section_addr_info sap; variable 245 section_addr_info sap; local 265 section_addr_info sap local 1139 section_addr_info sap = build_section_addr_info_from_objfile (objfile); local [all...] |
| /src/external/bsd/pcc/dist/pcc/cc/ccom/ |
| pass1.h | 140 struct attr *sap; member in union:arglist 158 struct attr *sap; /* the base type attribute list */ member in struct:symtab
|
| /src/external/bsd/pcc/dist/pcc/cc/cxxcom/ |
| pass1.h | 141 struct attr *sap; member in union:arglist 162 struct attr *sap; /* the base type attribute list */ member in struct:symtab
|
| /src/external/cddl/osnet/dist/uts/common/fs/zfs/ |
| zfs_vfsops.c | 895 sa_hdr_phys_t *sap = data; local 896 sa_hdr_phys_t sa = *sap;
|
| /src/external/bsd/openldap/dist/servers/slapd/ |
| daemon.c | 1293 struct sockaddr **sap; local 1295 for (sap = sal; *sap != NULL; sap++) ch_free(*sap); 1387 struct sockaddr **sap; local 1391 sap = *sal = ch_malloc(2 * sizeof(void *)); 1393 *sap = ch_malloc(sizeof(struct sockaddr_un)); 1394 sap[1] = NULL; 1397 (sizeof(((struct sockaddr_un *)*sap)->sun_path) - 1) [all...] |