| /src/sbin/svhlabel/ |
| svhlabel.c | 111 struct partition npe; local 147 npe.p_fstype = FS_EFS; 148 npe.p_size = vh->partitions[i].blocks; 149 npe.p_offset = vh->partitions[i].first; 150 npe.p_fsize = 0; 151 npe.p_frag = 0; 152 npe.p_cpg = 0; 174 if (memcmp(&label.d_partitions[j], &npe, sizeof(npe)) != 0) { 175 label.d_partitions[j] = npe; [all...] |
| /src/sbin/apmlabel/ |
| apmlabel.c | 107 struct partition npe; local 148 memset((void *)&npe, 0, sizeof(npe)); 153 npe.p_fstype = FS_HFS; 156 npe.p_fstype = FS_APPLEUFS; 157 npe.p_size = 16384; /* XXX */ 158 npe.p_fsize = 1024; 159 npe.p_frag = 8; 160 npe.p_cpg = 16; 171 npe.p_size = temp / label.d_secsize [all...] |
| /src/sbin/mbrlabel/ |
| mbrlabel.c | 121 struct partition npe; local 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 807 struct npebuf *npe; local 904 struct npebuf *npe = P2V(NPE_QM_Q_ADDR(entry), dma); local 1061 struct npebuf *npe = &dma->buf[i]; local 1078 struct npebuf *npe; local 1236 struct npebuf *npe; local 1317 struct npebuf *npe = &dma->buf[i]; local 1335 struct npebuf *npe = &dma->buf[i]; local [all...] |
| /src/external/bsd/openldap/dist/servers/slapd/ |
| syncrepl.c | 6139 struct nonpresent_entry* npe; local 6140 npe = LDAP_LIST_FIRST( &sie->si_nonpresentlist ); 6141 LDAP_LIST_REMOVE( npe, npe_link ); 6142 if ( npe->npe_name ) { 6143 if ( npe->npe_name->bv_val ) { 6144 ch_free( npe->npe_name->bv_val ); 6146 ch_free( npe->npe_name ); 6148 if ( npe->npe_nname ) { 6149 if ( npe->npe_nname->bv_val ) { 6150 ch_free( npe->npe_nname->bv_val ) [all...] |
| /src/external/mpl/bind/dist/lib/dns/ |
| zone.c | 1289 for (struct np3 *npe = ISC_LIST_HEAD(zone->setnsec3param_queue); 1290 npe != NULL; npe = ISC_LIST_HEAD(zone->setnsec3param_queue)) 1292 ISC_LIST_UNLINK(zone->setnsec3param_queue, npe, link); 1293 isc_mem_put(zone->mctx, npe, sizeof(*npe)); 4930 struct np3 *npe = NULL; local 4931 while ((npe = ISC_LIST_HEAD(zone->setnsec3param_queue)) != NULL) { 4932 ISC_LIST_UNLINK(zone->setnsec3param_queue, npe, link); 4933 zone_iattach(zone, &npe->zone) 23914 struct np3 *npe = (struct np3 *)arg; local 23981 struct np3 *npe = (struct np3 *)arg; local 24404 struct np3 *npe = NULL; local [all...] |
| /src/external/mpl/dhcp/bind/dist/lib/dns/ |
| zone.c | 22785 struct np3event *npe = (struct np3event *)event; local 22794 np = &npe->params; 23202 struct np3event *npe; local 23240 npe = (struct np3event *)e; 23241 np = &npe->params;
|