/src/sys/sys/ |
resourcevar.h | 67 #define pstat_endcopy p_start 68 struct timeval p_start; /* starting time */ member in struct:pstats
|
/src/usr.bin/patch/ |
pch.c | 70 static LINENUM p_start; /* where intuit found a patch */ variable in typeref:typename:LINENUM 220 skip_to(p_start, p_sline); 277 p_start = first_command_line; 282 p_start = this_line; 332 p_start = first_command_line; 341 p_start = this_line; 358 p_start = previous_line; 366 p_start = previous_line;
|
/src/usr.sbin/sysinst/ |
bsddisklabel.c | 1768 daddr_t p_start, p_size; local in function:make_bsd_partitions 1842 p_start = pm->ptstart; 1847 parts->parent, &p_start, &p_size); 1859 p_start = p_size = 0; 1861 p_start = space.start; 1866 replace_by_default(parts, p_start, p_size, 1869 if (!edit_with_defaults(parts, p_start, p_size,
|
gpt.c | 283 daddr_t p_start = 0, p_size = 0, avail_start = 0, avail_size = 0, local in function:gpt_read_from_disk 304 i = 0; p_start = 0; p_size = 0; p_index = 0; 312 p_start = strtouq(tt, NULL, 10); 313 if (p_start == 0 && add_to != NULL) 330 if (p_start == 0 || p_size == 0) 333 avail_start = p_start + p_size; 338 avail_size = p_start - avail_start; 340 disk_size = p_start + p_size; 360 np->gp_start = p_start;
|
mbr.c | 2283 daddr_t p_start = m->mbr.mbr_parts[0].mbrp_start local in function:mbr_add_part 2285 daddr_t p_end = p_start 2290 else if (data.start + data.size < p_start) 2316 uint mbrsec = rounddown(p_start,
|