/osnet-11/usr/src/grub/grub2/grub-core/commands/ |
H A D | iorw.c | 49 addr = grub_strtoul (argv[0], 0, 0); 87 addr = grub_strtoul (argv[0], 0, 0); 88 value = grub_strtoul (argv[1], 0, 0); 90 mask = grub_strtoul (argv[2], 0, 0);
|
H A D | memrw.c | 49 addr = grub_strtoul (argv[0], 0, 0); 86 addr = grub_strtoul (argv[0], 0, 0); 87 value = grub_strtoul (argv[1], 0, 0); 89 mask = grub_strtoul (argv[2], 0, 0);
|
H A D | setpci.c | 171 pciid_check_value |= (grub_strtoul (ptr, (char **) &ptr, 16) & 0xffff); 184 pciid_check_value |= (grub_strtoul (ptr, (char **) &ptr, 16) & 0xffff) 202 bus = grub_strtoul (ptr, (char **) &ptr, 16); 216 device = grub_strtoul (ptr, (char **) &ptr, 16); 227 function = grub_strtoul (ptr, (char **) &ptr, 16); 258 regaddr = grub_strtoul (ptr, (char **) &ptr, 16); 275 regaddr += grub_strtoul (ptr, (char **) &ptr, 16); 307 regwrite = grub_strtoul (ptr, (char **) &ptr, 16); 314 write_mask = grub_strtoul (ptr, (char **) &ptr, 16);
|
H A D | videoinfo.c | 125 width = grub_strtoul (ptr, &ptr, 0); 131 height = grub_strtoul (ptr, &ptr, 0); 137 depth = grub_strtoul (ptr, &ptr, 0);
|
H A D | test.c | 37 return -grub_strtoul (arg + 1, end, base); 38 return grub_strtoul (arg, end, base); 267 update_val (grub_strtoul (args[*argn] + i, 0, 0) 268 > grub_strtoul (args[*argn + 2] + i, 0, 0)); 270 update_val (grub_strtoul (args[*argn] + i, 0, 0) 271 < grub_strtoul (args[*argn + 2] + i, 0, 0));
|
H A D | date.c | 66 m1 = grub_strtoul (p, &p, 10); 85 value[ofs + n] = grub_strtoul (p + 1, &p, 10);
|
H A D | sleep.c | 72 n = grub_strtoul (args[0], 0, 10);
|
H A D | minicmd.c | 105 addr = (grub_uint8_t *) grub_strtoul (argv[0], 0, 0); 110 size = (grub_size_t) grub_strtoul (argv[1], 0, 0);
|
H A D | hexdump.c | 51 length = (state[1].set) ? grub_strtoul (state[1].arg, 0, 0) : 256;
|
H A D | regexp.c | 72 j = grub_strtoul (varnames[i], &q, 10);
|
H A D | password_pbkdf2.c | 105 pass->c = grub_strtoul (ptr, &ptr, 0);
|
/osnet-11/usr/src/grub/grub2/grub-core/lib/i386/pc/ |
H A D | biosnum.c | 34 return grub_strtoul (biosnum, 0, 0);
|
/osnet-11/usr/src/grub/grub2/grub-core/efiemu/ |
H A D | pnvram.c | 45 return -grub_strtoul (arg + 1, end, base); 46 return grub_strtoul (arg, end, base); 142 efivar->guid.data1 = grub_cpu_to_le32 (grub_strtoul (guid, &guid, 16)); 147 efivar->guid.data2 = grub_cpu_to_le16 (grub_strtoul (guid, &guid, 16)); 152 efivar->guid.data3 = grub_cpu_to_le16 (grub_strtoul (guid, &guid, 16)); 202 *high_monotonic_count = env ? grub_strtoul (env, 0, 0) : 1; 206 *accuracy = env ? grub_strtoul (env, 0, 0) : 50000000; 208 *daylight = env ? grub_strtoul (env, 0, 0) : 0; 251 nvramsize = grub_strtoul (size, 0, 0);
|
/osnet-11/usr/src/grub/grub2/grub-core/commands/i386/ |
H A D | cmostest.c | 35 *byte = grub_strtoul (argv[0], &rest, 0); 39 *bit = grub_strtoul (rest + 1, 0, 0);
|
/osnet-11/usr/src/grub/grub2/grub-core/video/ |
H A D | colors.c | 238 return grub_strtoul (buf, 0, 16); 296 c.red = grub_strtoul (s, 0, 0); 301 c.green = grub_strtoul (s, 0, 0); 306 c.blue = grub_strtoul (s, 0, 0); 312 c.alpha = grub_strtoul (s, 0, 0);
|
H A D | video.c | 448 *width = grub_strtoul (value, 0, 0); 459 *height = grub_strtoul (value, 0, 0); 470 *height = grub_strtoul (value, 0, 0); 478 *depth = grub_strtoul (value, 0, 0);
|
/osnet-11/usr/src/grub/grub2/grub-core/commands/i386/pc/ |
H A D | play.c | 226 tempo = grub_strtoul (args[0], &end, 0); 236 note.pitch = grub_strtoul (args[i], &end, 0); 243 note.duration = grub_strtoul (args[i + 1], &end, 0);
|
H A D | drivemap.c | 162 unsigned long drivenum = grub_strtoul (str + 2, 0, 0); 373 return grub_strtoul (biosnum, 0, 0);
|
/osnet-11/usr/src/grub/grub2/grub-core/term/ |
H A D | serial.c | 142 name = grub_serial_ns8250_add_port (grub_strtoul (&name[sizeof ("port") - 1], 169 grub_strtoul (state[0].arg, 0, 0)); 176 grub_strtoul (state[1].arg, 0, 0)); 193 config.speed = grub_strtoul (state[2].arg, 0, 0); 196 config.word_len = grub_strtoul (state[3].arg, 0, 0);
|
/osnet-11/usr/src/grub/grub2/grub-core/term/ieee1275/ |
H A D | ofconsole.c | 94 = (grub_uint8_t) grub_strtoul (val, 0, 10); 103 = (grub_uint8_t) grub_strtoul (val, 0, 10);
|
/osnet-11/usr/src/grub/grub2/grub-core/parttool/ |
H A D | msdospart.c | 113 type = grub_strtoul (args[0].str, 0, 0);
|
/osnet-11/usr/src/grub/grub2/grub-core/script/ |
H A D | execute.c | 81 else if ((argc > 1) || (count = grub_strtoul (argv[0], &p, 10)) == 0 || 110 n = grub_strtoul (argv[0], &p, 10); 166 return grub_strtoul (grub_env_get ("?"), NULL, 10); 169 n = grub_strtoul (argv[0], &p, 10); 265 unsigned long num = grub_strtoul (name, 0, 10);
|
/osnet-11/usr/src/grub/grub2/grub-core/normal/ |
H A D | menu.c | 91 timeout = (int) grub_strtoul (val, 0, 0); 137 entry = (int) grub_strtoul (val, &tail, 0); 452 entry = (int) grub_strtoul (val, 0, 0);
|
/osnet-11/usr/src/grub/grub2/util/ |
H A D | grub-fstest.c | 506 skip = grub_strtoul (arg, &p, 0); 512 leng = grub_strtoul (arg, &p, 0); 518 num_disks = grub_strtoul (arg, NULL, 0);
|
/osnet-11/usr/src/grub/grub2/grub-core/kern/ |
H A D | fs.c | 155 blocks[i].length = grub_strtoul (p, &p, 0);
|