/src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/ |
intel-ixp4xx.dtsi | 141 npe: npe@c8006000 { label 145 /* NPE-C contains a crypto accelerator */ 148 intel,npe-handle = <&npe 2>; 162 intel,npe-handle = <&npe 1>; 173 intel,npe-handle = <&npe 2>; 181 intel,npe = <0> [all...] |
/src/sbin/svhlabel/ |
svhlabel.c | 110 struct partition npe; local in function:getparts 146 npe.p_fstype = FS_EFS; 147 npe.p_size = vh->partitions[i].blocks; 148 npe.p_offset = vh->partitions[i].first; 149 npe.p_fsize = 0; 150 npe.p_frag = 0; 151 npe.p_cpg = 0; 173 if (memcmp(&label.d_partitions[j], &npe, sizeof(npe)) != 0) { 174 label.d_partitions[j] = npe; [all...] |
/src/sbin/apmlabel/ |
apmlabel.c | 106 struct partition npe; local in function:getparts 147 memset((void *)&npe, 0, sizeof(npe)); 152 npe.p_fstype = FS_HFS; 155 npe.p_fstype = FS_APPLEUFS; 156 npe.p_size = 16384; /* XXX */ 157 npe.p_fsize = 1024; 158 npe.p_frag = 8; 159 npe.p_cpg = 16; 170 npe.p_size = temp / label.d_secsize [all...] |
/src/sbin/mbrlabel/ |
mbrlabel.c | 121 struct partition npe; local in function:getparts 163 memset((void *)&npe, 0, sizeof(npe)); 164 npe.p_size = getlong(&parts[i].mbrp_size); 165 npe.p_offset = getlong(&parts[i].mbrp_start) + off; 166 npe.p_fstype = xlat_mbr_fstype(parts[i].mbrp_type); 173 fstypenames[npe.p_fstype], 174 npe.p_size, npe.p_size / 2048, npe.p_offset) [all...] |
/src/sys/arch/arm/xscale/ |
ixp425_if_npe.c | 34 * Intel XScale NPE Ethernet driver. 38 * (NPE's) that work together with a MAC and PHY. The MAC 40 * the MAC. NPE-XScale communication happens through h/w 47 * XXX NPE-C port doesn't work yet 92 struct npehwbuf *hwbuf; /* NPE h/w buffers */ 107 struct ixpnpe_softc *sc_npe; /* NPE support */ 127 * rx free Q id's are fixed by the NPE microcode. The 138 int npeid; /* NPE assignment */ 140 uint32_t imageid; /* NPE firmware image id */ 150 { .desc = "IXP NPE-B" 474 struct npebuf *npe = &dma->buf[i]; local in function:npe_dma_setup 807 struct npebuf *npe; local in function:npe_txdone 904 struct npebuf *npe = P2V(NPE_QM_Q_ADDR(entry), dma); local in function:npe_rxdone 1061 struct npebuf *npe = &dma->buf[i]; local in function:npe_startxmit 1078 struct npebuf *npe; local in function:npe_startrecv 1236 struct npebuf *npe; local in function:npestart 1317 struct npebuf *npe = &dma->buf[i]; local in function:npe_stopxmit 1335 struct npebuf *npe = &dma->buf[i]; local in function:npe_stoprecv [all...] |