Searched refs:nused (Results 1 - 9 of 9) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/src/
H A Dtool_paramhlp.c93 size_t nused = 0; local
98 if(!buffer || (alloc == nused)) {
112 nread = fread(buffer+nused, 1, alloc-nused, file);
113 nused += nread;
116 buffer[nused] = '\0';
118 if(alloc != nused) {
119 if((newbuf = realloc(buffer, nused+1)) == NULL) {
126 if(!nused) {
130 *size = nused;
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/xfs/
H A Dxfs_dir2_node.h47 __be32 nused; /* count of used entries */ member in struct:xfs_dir2_free_hdr
H A Dxfs_dir2_node.c164 free->hdr.nused = cpu_to_be32(n);
973 be32_add(&free->hdr.nused, -1);
1002 if (!free->hdr.nused) {
1617 free->hdr.nused = 0;
1635 * Tag new entry so nused will go up.
1644 be32_add(&free->hdr.nused, 1);
1974 if (be32_to_cpu(free->hdr.nused) > 0) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/kernel/
H A Dkprobes.c94 int nused; member in struct:kprobe_insn_page
143 if (kip->nused < INSNS_PER_PAGE) {
148 kip->nused++;
152 /* Surprise! No unused slots. Fix kip->nused. */
153 kip->nused = INSNS_PER_PAGE;
180 kip->nused = 1;
189 kip->nused--;
190 if (kip->nused == 0) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/hash/
H A Dhash.c2065 u_int nalloc, nused; local
2070 nalloc = nused = 0;
2092 if (nused >= nalloc) {
2099 (*listp)[nused++] = cp;
2107 if (nused >= nalloc) {
2113 (*listp)[nused] = NULL;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sparc64/kernel/
H A Dpci_iommu.c470 int nused, int nelems, unsigned long iopte_protection)
476 for (i = 0; i < nused; i++) {
469 fill_sg(iopte_t *iopte, struct scatterlist *sg, int nused, int nelems, unsigned long iopte_protection) argument
H A Dpci_sun4v.c368 int nused, int nelems, unsigned long prot)
379 for (i = 0; i < nused; i++) {
366 fill_sg(long entry, struct pci_dev *pdev, struct scatterlist *sg, int nused, int nelems, unsigned long prot) argument
H A Dsbus.c348 int nused, int nelems, unsigned long iopte_protection)
354 for (i = 0; i < nused; i++) {
347 fill_sg(iopte_t *iopte, struct scatterlist *sg, int nused, int nelems, unsigned long iopte_protection) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/modutils/
H A Dinsmod.c2337 int i, nused = 0; local
2346 ++nused;
2350 n_ext_modules_used = nused;

Completed in 109 milliseconds