Searched refs:pno (Results 1 - 14 of 14) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/router/fdisk/
H A Dpartname.c10 partnamebf(char *dev, int pno, int lth, int bufsiz, char *bufp) { argument
37 lth-wp-2, w, dev, p, pno);
39 snprintf(bufp, bufsiz, "%.*s%s%-2u", w, dev, p, pno);
45 partname(char *dev, int pno, int lth) { argument
46 return partnamebf(dev, pno, lth, 0, NULL);
H A Dcommon.h30 extern char *partname(char *dev, int pno, int lth);
H A Dfdisk.c265 read_pte(int fd, int pno, unsigned int offset) { argument
266 struct pte *pe = &ptes[pno];
1207 int pno = -1; local
1215 if (pno >= 0)
1217 pno = i;
1220 if (pno >= 0) {
1221 printf(_("Selected partition %d\n"), pno+1);
1222 return pno;
1233 int pno = -1; local
1241 if (pno >
[all...]
/asus-wl-520gu-7.0.1.45/src/router/e2fsprogs-1.40.8/lib/ext2fs/
H A Ddosio.c101 * Scans the passed partition table looking for *pno partition
111 unsigned char *pno)
115 if(*pno != 0xFF && *pno >= 5)
118 if(*pno != 0xFF)
120 if(pentry[*pno].type == LINUX_EXT2FS)
121 return &pentry[*pno];
124 if(!pentry[*pno].type)
125 *pno = 0xFE;
126 else if(pentry[*pno]
109 scan_partition_table(PTABLE_ENTRY *pentry, unsigned short phys, unsigned char *pno) argument
[all...]
H A Ddosio.h42 unsigned char pno; /* Partition number (read from *dev) */ member in struct:__anon7547
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/
H A Dblkpg.h51 int pno; /* partition number */ member in struct:blkpg_partition
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/
H A Dblkpg.h51 int pno; /* partition number */ member in struct:blkpg_partition
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/block/
H A Dblkpg.c94 if (first_minor != MINOR(dev) || p->pno <= 0 || p->pno >= g->max_p)
98 minor = first_minor + p->pno;
140 if (first_minor != MINOR(dev) || p->pno <= 0 || p->pno >= g->max_p)
144 minor = first_minor + p->pno;
/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/jfs/
H A Djfs_extent.c76 * pno - the starting page number with the file.
90 extAlloc(struct inode *ip, s64 xlen, s64 pno, xad_t * xp, boolean_t abnr) argument
111 xoff = pno << sbi->l2nbperpage;
H A Djfs_xtree.c2793 s64 offset, nbytes, nbrd, pno; local
2893 pno = offset >> CM_L2BSIZE;
2904 offset += nb, pno++, npages--) {
2917 cmSetXD(ip, cp, pno, dxaddr, nblks);
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-s390/
H A Dirq.h71 __u32 pno : 1; /* path not operational */ member in struct:__anon10634
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-s390x/
H A Dirq.h71 __u32 pno : 1; /* path not operational */ member in struct:__anon10729
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-s390/
H A Dirq.h71 __u32 pno : 1; /* path not operational */ member in struct:__anon6218
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-s390x/
H A Dirq.h71 __u32 pno : 1; /* path not operational */ member in struct:__anon6313

Completed in 182 milliseconds