Searched refs:label (Results 1 - 25 of 119) sorted by relevance

12345

/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/partitions/
H A Dultrix.c30 } *label; local
35 data = read_dev_sector(bdev, (16384 - sizeof(*label))/512, &sect);
39 label = (struct ultrix_disklabel *)(data + 512 - sizeof(*label));
41 if (label->pt_magic == PT_MAGIC && label->pt_valid == PT_VALID) {
43 if (label->pt_part[i].pi_nblocks)
45 label->pt_part[i].pi_blkoff,
46 label->pt_part[i].pi_nblocks);
H A Dsun.c59 } * label; local
63 label = (struct sun_disklabel *)read_dev_sector(bdev, 0, &sect);
64 if (!label)
67 p = label->partitions;
68 if (be16_to_cpu(label->magic) != SUN_LABEL_MAGIC) {
70 bdevname(dev), be16_to_cpu(label->magic)); */
75 ush = ((unsigned short *) (label+1)) - 1;
76 for (csum = 0; ush >= ((unsigned short *) label);)
79 printk("Dev %s Sun disklabel: Csum bad, label corrupted\n",
86 spc = be16_to_cpu(label
[all...]
H A Dsgi.c42 int csum; /* Disk label checksum */
44 } *label; local
47 label = (struct sgi_disklabel *) read_dev_sector(bdev, 0, &sect);
48 if (!label)
50 p = &label->partitions[0];
51 magic = label->magic_mushroom;
58 ui = ((unsigned int *) (label + 1)) - 1;
59 for(csum = 0; ui >= ((unsigned int *) label);) {
64 printk(KERN_WARNING "Dev %s SGI disklabel: csum bad, label corrupted\n",
H A Dosf.c57 } * label; local
64 label = (struct disklabel *) (data+64);
65 partition = label->d_partitions;
66 if (le32_to_cpu(label->d_magic) != DISKLABELMAGIC) {
70 if (le32_to_cpu(label->d_magic2) != DISKLABELMAGIC) {
74 for (i = 0 ; i < le16_to_cpu(label->d_npartitions); i++, partition++) {
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/scsi/sym53c8xx_2/
H A Dsym_fw.h100 #define SYM_GEN_A(s, label) s label;
101 #define SYM_GEN_B(s, label) s label;
102 #define SYM_GEN_Z(s, label) s label;
192 #define SCRIPTA_BA(np, label) (np->fwa_bas.label)
193 #define SCRIPTB_BA(np, label) (np->fwb_bas.label)
[all...]
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-sparc64/
H A Dhead.h17 #define BRANCH_IF_CHEETAH_BASE(tmp1,tmp2,label) \
23 be,pn %icc, label; \
26 #define BRANCH_IF_CHEETAH_PLUS_OR_FOLLOWON(tmp1,tmp2,label) \
34 bgeu,pt %xcc, label; \
37 #define BRANCH_IF_ANY_CHEETAH(tmp1,tmp2,label) \
45 bgeu,pt %xcc, label; \
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-sparc64/
H A Dhead.h17 #define BRANCH_IF_CHEETAH_BASE(tmp1,tmp2,label) \
23 be,pn %icc, label; \
26 #define BRANCH_IF_CHEETAH_PLUS_OR_FOLLOWON(tmp1,tmp2,label) \
34 bgeu,pt %xcc, label; \
37 #define BRANCH_IF_ANY_CHEETAH(tmp1,tmp2,label) \
45 bgeu,pt %xcc, label; \
/asus-wl-520gu-7.0.1.45/src/router/e2fsprogs-1.40.8/resize/
H A Dsim_progress.c19 char *label; member in struct:ext2_sim_progress
32 fputs(prog->label, prog->f);
33 width = prog->labelwidth - strlen(prog->label);
78 const char *label,
90 retval = ext2fs_get_mem(strlen(label)+1, &prog->label);
95 strcpy(prog->label, label);
112 if (prog->label)
113 ext2fs_free_mem(&prog->label);
77 ext2fs_progress_init(ext2_sim_progmeter *ret_prog, const char *label, int labelwidth, int barwidth, __u32 maxdone, int flags) argument
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/char/ip2/
H A Dip2trace.c144 printf ( "Init %d: ", bc.hdr.label );
148 printf ( "Open %d: ", bc.hdr.label );
152 printf ( "Close %d: ", bc.hdr.label );
156 printf ( "Drain %d: ", bc.hdr.label );
161 printf ( "Ioctl %d: ", bc.hdr.label );
165 printf ( "Flush %d: ", bc.hdr.label );
169 printf ( "GetS %d: ", bc.hdr.label );
173 printf ( "Hangup %d: ", bc.hdr.label );
177 printf ( "*Intr %d: ", bc.hdr.label );
181 printf ( "SFlow %d: ", bc.hdr.label );
[all...]
H A Dip2trace.h6 unsigned char port, cat, codes, label; member in struct:ip2breadcrumb::__anon1234
/asus-wl-520gu-7.0.1.45/src/router/e2fsprogs-1.40.8/misc/
H A De2label.c2 * e2label.c - Print or change the volume label on an ext2 fs
80 char label[VOLNAMSZ+1]; local
83 strncpy(label, sb.s_volume_name, VOLNAMSZ);
84 label[VOLNAMSZ] = 0;
85 printf("%s\n", label);
88 static void change_label (char *dev, char *label) argument
94 strncpy(sb.s_volume_name, label, VOLNAMSZ);
95 if (strlen(label) > VOLNAMSZ)
96 fprintf(stderr, _("Warning: label too long, truncating.\n"));
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/char/ftape/zftape/
H A Dzftape-eof.h49 extern int zft_ftape_validate_label(char* label);
H A Dzftape-eof.c98 int zft_ftape_validate_label(char *label) argument
104 memcpy(tmp_label, label, FT_LABEL_SZ);
106 TRACE(ft_t_noise, "tape label = `%s'", tmp_label);
108 if (memcmp(label, linux_tape_label, strlen(linux_tape_label)) == 0) {
110 while (label[pos] >= '0' && label[pos] <= '9') {
112 ftape_fmt_version = label[ pos++] - '0';
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/net/
H A Dinet_ecn.h30 #define IP6_ECN_flow_init(label) do { \
31 (label) &= ~htonl(3<<20); \
34 #define IP6_ECN_flow_xmit(sk, label) do { \
36 (label) |= __constant_htons(2 << 4); \
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/net/
H A Dinet_ecn.h30 #define IP6_ECN_flow_init(label) do { \
31 (label) &= ~htonl(3<<20); \
34 #define IP6_ECN_flow_xmit(sk, label) do { \
36 (label) |= __constant_htons(2 << 4); \
/asus-wl-520gu-7.0.1.45/src/router/iproute2/ip/
H A Difcfg32 label="label $1"
59 ip -4 addr flush dev $dev $label || exit 1
97 label=
101 ip addr del $pfx dev $dev $label || exit 1
118 if ! ip address add $pfx brd + dev $dev $label; then
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/usb/host/
H A Dehci-dbg.c54 static void dbg_hcs_params (struct ehci_hcd *ehci, char *label) argument
60 label, params,
83 label, buf);
88 static inline void dbg_hcs_params (struct ehci_hcd *ehci, char *label) {} argument
98 static void dbg_hcc_params (struct ehci_hcd *ehci, char *label) argument
105 label, params,
112 label,
122 static inline void dbg_hcc_params (struct ehci_hcd *ehci, char *label) {} argument
129 dbg_qtd (const char *label, struct ehci_hcd *ehci, struct ehci_qtd *qtd) argument
131 ehci_dbg (ehci, "%s td %p n%08x %08x t%08x p0=%08x\n", label, qt
145 dbg_qh(const char *label, struct ehci_hcd *ehci, struct ehci_qh *qh) argument
154 dbg_itd(const char *label, struct ehci_hcd *ehci, struct ehci_itd *itd) argument
184 dbg_status_buf(char *buf, unsigned len, char *label, u32 status) argument
203 dbg_intr_buf(char *buf, unsigned len, char *label, u32 enable) argument
220 dbg_command_buf(char *buf, unsigned len, char *label, u32 command) argument
239 dbg_port_buf(char *buf, unsigned len, char *label, int port, u32 status) argument
271 dbg_qh(char *label, struct ehci_hcd *ehci, struct ehci_qh *qh) argument
275 dbg_status_buf(char *buf, unsigned len, char *label, u32 status) argument
279 dbg_command_buf(char *buf, unsigned len, char *label, u32 command) argument
283 dbg_intr_buf(char *buf, unsigned len, char *label, u32 enable) argument
287 dbg_port_buf(char *buf, unsigned len, char *label, int port, u32 status) argument
594 static char label [] = ""; local
[all...]
/asus-wl-520gu-7.0.1.45/src/router/e2fsprogs-1.40.8/lib/blkid/
H A Dprobe.c37 static int figure_label_len(const unsigned char *label, int len) argument
39 const unsigned char *end = label + len - 1;
41 while ((*end == ' ' || *end == 0) && end >= label)
43 if (end >= label) {
44 label = label;
45 return end - label + 1;
140 const char *label = 0; local
148 label = es->s_volume_name;
149 blkid_set_tag(dev, "LABEL", label, sizeo
446 const unsigned char *label = 0, *vol_label = 0, *tmp; local
706 const char *label = 0; local
722 const char *label = 0; local
750 const unsigned char *label = 0; local
766 const char *label = 0; local
794 const char *label = 0; local
809 const char *label = 0; local
861 const unsigned char *label; local
972 const char *label = 0; local
994 const char *label = 0; local
1049 struct lvm2_pv_label_header *label; local
[all...]
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-m68k/
H A Dmath-emu.h177 .macro fp_get_instr_data f,s,dest,label
178 getuser \f,%sp@(FPS_PC+4)@(0),\dest,\label,%sp@(FPS_PC+4)
182 .macro fp_get_instr_word dest,label,addr variable
183 fp_get_instr_data w,2,\dest,\label,\addr variable
186 .macro fp_get_instr_long dest,label,addr variable
187 fp_get_instr_data l,4,\dest,\label,\addr variable
195 .macro getuser size,src,dest,label,addr variable
202 jra \label
211 .macro putuser size,src,dest,label,addr variable
219 jra \label
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-m68k/
H A Dmath-emu.h177 .macro fp_get_instr_data f,s,dest,label
178 getuser \f,%sp@(FPS_PC+4)@(0),\dest,\label,%sp@(FPS_PC+4)
182 .macro fp_get_instr_word dest,label,addr variable
183 fp_get_instr_data w,2,\dest,\label,\addr variable
186 .macro fp_get_instr_long dest,label,addr variable
187 fp_get_instr_data l,4,\dest,\label,\addr variable
195 .macro getuser size,src,dest,label,addr variable
202 jra \label
211 .macro putuser size,src,dest,label,addr variable
219 jra \label
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/ipv6/
H A Dip6_flowlabel.c62 static __inline__ struct ip6_flowlabel * __fl_lookup(u32 label) argument
66 for (fl=fl_ht[FL_HASH(label)]; fl; fl = fl->next) {
67 if (fl->label == label)
73 static struct ip6_flowlabel * fl_lookup(u32 label) argument
78 fl = __fl_lookup(label);
151 static int fl_intern(struct ip6_flowlabel *fl, __u32 label) argument
153 fl->label = label & IPV6_FLOWLABEL_MASK;
156 if (label
180 fl6_sock_lookup(struct sock *sk, u32 label) argument
[all...]
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-mips/
H A Dgfx.h32 char label [GFX_INFO_LABEL_SIZE]; /* label name */ member in struct:gfx_info
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-mips64/
H A Dgfx.h32 char label [GFX_INFO_LABEL_SIZE]; /* label name */ member in struct:gfx_info
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-mips/
H A Dgfx.h32 char label [GFX_INFO_LABEL_SIZE]; /* label name */ member in struct:gfx_info
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-mips64/
H A Dgfx.h32 char label [GFX_INFO_LABEL_SIZE]; /* label name */ member in struct:gfx_info

Completed in 199 milliseconds

12345