HomeSort by: relevance | last modified time | path
    Searched refs:eap (Results 1 - 13 of 13) sorted by relevancy

  /src/sys/kern/
exec_ecoff.c 154 struct ecoff_aouthdr *eap = &execp->a; local in function:exec_ecoff_prep_omagic
156 epp->ep_taddr = ECOFF_SEGMENT_ALIGN(execp, eap->text_start);
157 epp->ep_tsize = eap->tsize;
158 epp->ep_daddr = ECOFF_SEGMENT_ALIGN(execp, eap->data_start);
159 epp->ep_dsize = eap->dsize + eap->bsize;
160 epp->ep_entry = eap->entry;
164 eap->tsize + eap->dsize, epp->ep_taddr, vp,
169 if (eap->bsize > 0
185 struct ecoff_aouthdr *eap = &execp->a; local in function:exec_ecoff_prep_nmagic
225 struct ecoff_aouthdr *eap = &execp->a; local in function:exec_ecoff_prep_zmagic
    [all...]
  /src/sys/ufs/ufs/
extattr.h 91 * EXTATTR_NEXT(eap) returns a pointer to the next extended attribute
92 * following eap.
93 * EXTATTR_CONTENT(eap) returns a pointer to the extended attribute
94 * content referenced by eap.
95 * EXTATTR_CONTENT_SIZE(eap) returns the size of the extended attribute
96 * content referenced by eap.
98 #define EXTATTR_NEXT(eap) \
99 ((struct extattr *)(((u_char *)(eap)) + (eap)->ea_length))
100 #define EXTATTR_CONTENT(eap) \
    [all...]
  /src/usr.sbin/bootp/bootptest/
getether.c 46 getether(char *ifname, char *eap)
61 bcopy(&phys.current_pa[0], eap, EALEN);
81 /* eap: Ether address (output) */
82 getether(char *ifname, char *eap)
107 bcopy(&ifrnit.ifr_addr.sa_data[0], eap, EALEN);
127 /* eap: Ether address (output) */
129 getether(char *ifname, char *eap)
158 bcopy(LLADDR((struct sockaddr_dl *) &ifrp->ifr_addr), eap, EALEN);
193 /* eap: Ether address (output) */
194 getether(char *ifname, char *eap)
    [all...]
  /src/sys/ufs/ffs/
ffs_extattr.c 385 struct extattr *eap, *eaend; local in function:ffs_findextattr
390 eap = (struct extattr *)ptr;
392 for (; eap < eaend; eap = EXTATTR_NEXT(eap)) {
394 if (EXTATTR_NEXT(eap) > eaend)
396 if (eap->ea_namespace != nspace || eap->ea_namelength != nlen
397 || memcmp(eap->ea_name, name, nlen) != 0)
400 *eapp = eap;
721 struct extattr *eap; local in function:ffs_setextattr
847 struct extattr *eap, *eaend; local in function:ffs_listextattr
911 struct extattr *eap; local in function:ffs_deleteextattr
    [all...]
  /src/sys/rump/dev/lib/libpci_eap/
Makefile 14 SRCS+= eap.c
  /src/sys/dev/dec/
if_le_dec.c 127 dec_le_common_attach(struct am7990_softc *sc, uint8_t *eap)
143 sc->lsc.sc_enaddr[i] = *eap;
144 eap += 4;
  /src/libexec/utmp_update/
utmp_update.c 57 va_list sap, eap; local in function:logerr
66 va_copy(eap, sap);
69 verrx(1, fmt, eap);
70 va_end(eap);
  /src/sbin/restore/
tape.c 836 struct extattr *eap, *eaend; local in function:set_extattr
844 for (eap = buf; eap < eaend; eap = EXTATTR_NEXT(eap)) {
848 if (EXTATTR_NEXT(eap) > eaend || eap->ea_length <= 0) {
850 eap == buf ? "" : "remainder ");
853 if (eap->ea_namespace == EXTATTR_NAMESPACE_EMPTY)
856 (int)eap->ea_namelength, eap->ea_name)
    [all...]
  /src/usr.bin/getent/
getent.c 207 struct ether_addr ea, *eap; local in function:ethers
213 #define ETHERSPRINT (void)printf("%-17s %s\n", ether_ntoa(eap), hp)
221 if ((eap = ether_aton(argv[i])) == NULL) {
222 eap = &ea;
224 if (ether_hostton(hp, eap) != 0) {
230 if (ether_ntohost(hp, eap) != 0) {
  /src/sys/arch/riscv/conf/
GENERIC.common 173 eap* at pci? dev ? function ? # Ensoniq AudioPCI (QEMU)
  /src/share/man/man4/
Makefile 25 eap.4 ebus.4 edc.4 elmc.4 emcfan.4 emuxki.4 ena.4 envsys.4 ep.4 \
  /src/sys/arch/evbarm/conf/
GENERIC64 474 eap* at pci? dev ? function ? # Ensoniq AudioPCI (QEMU)
  /src/sys/dev/pci/
eap.c 1 /* $NetBSD: eap.c,v 1.103 2024/05/17 12:20:02 nia Exp $ */
2 /* $OpenBSD: eap.c,v 1.6 1999/10/05 19:24:42 csapuntz Exp $ */
59 __KERNEL_RCSID(0, "$NetBSD: eap.c,v 1.103 2024/05/17 12:20:02 nia Exp $");
111 CFATTACH_DECL_NEW(eap, sizeof(struct eap_softc),
210 "eap"
291 DPRINTFN(5,("eap: codec %d prog: icss=0x%08x\n", a, icss));
293 printf("eap: timeout writing to codec\n");
841 * The EAP chip sometimes generates the recording interrupt
1213 DPRINTF(("eap: eap_halt_output\n"));
1234 DPRINTF(("eap: eap_halt_input\n"))
    [all...]

Completed in 18 milliseconds