| /f-stack/freebsd/contrib/openzfs/lib/libspl/include/sys/ |
| H A D | vtoc.h | 102 uint64_t p_start; /* start sector no of partition */ member 123 diskaddr_t p_start; /* start sector no of partition */ member 159 v.v_part[i].p_start = (uint64_t)extv.v_part[i].p_start; \ 182 extv.v_part[i].p_start = \ 183 (diskaddr_t)(unsigned long)v.v_part[i].p_start; \ 196 daddr32_t p_start; /* start sector no of partition */ member 230 v.v_part[i].p_start = (unsigned)v32.v_part[i].p_start; \ 255 extv.v_part[i].p_start = (diskaddr_t)v32.v_part[i].p_start; \ 280 v32.v_part[i].p_start = (unsigned)v.v_part[i].p_start; \ 309 v32.v_part[i].p_start = (unsigned)extv.v_part[i].p_start; \
|
| H A D | dkio.h | 260 uint32_t p_start; member 266 uint64_t p_start; member
|
| H A D | dklabel.h | 111 daddr32_t p_start; /* start sector no of partition */ member
|
| /f-stack/freebsd/contrib/openzfs/lib/libefi/ |
| H A D | rdwr_efi.c | 919 vtoc->efi_parts[i].p_start = in efi_read() 1072 vtoc->efi_parts[i].p_start); in check_input() 1080 if ((vtoc->efi_parts[i].p_start + in check_input() 1083 (vtoc->efi_parts[i].p_start + in check_input() 1090 vtoc->efi_parts[i].p_start + in check_input() 1650 vtoc->efi_parts[i].p_start); in efi_err_check() 1656 if ((vtoc->efi_parts[i].p_start + in efi_err_check() 1659 (vtoc->efi_parts[i].p_start + in efi_err_check() 1665 vtoc->efi_parts[i].p_start + in efi_err_check() 1725 (*vtoc)->efi_parts[i].p_start = 0; in efi_auto_sense() [all …]
|
| /f-stack/dpdk/drivers/event/opdl/ |
| H A D | opdl_evdev_xstats.c | 120 uint32_t p_start = queue_port_id * max_num_port_xstat; in opdl_xstats_get() local 121 uint32_t p_finish = p_start + max_num_port_xstat; in opdl_xstats_get() 125 if (ids[i] < p_start || ids[i] >= p_finish) in opdl_xstats_get()
|
| /f-stack/freebsd/contrib/openzfs/lib/libzfs/os/linux/ |
| H A D | libzfs_pool_os.c | 115 *sb = vtoc->efi_parts[0].p_start; in read_efi_label() 276 vtoc->efi_parts[0].p_start = start_block; in zpool_label_disk() 290 vtoc->efi_parts[8].p_start = slice_size + start_block; in zpool_label_disk()
|
| /f-stack/tools/compat/include/sys/ |
| H A D | resourcevar.h | 67 #define pstat_endcopy p_start 68 struct timeval p_start; /* (b) Starting time. */ member
|
| /f-stack/freebsd/contrib/openzfs/include/sys/ |
| H A D | efi_partition.h | 302 diskaddr_t p_start; /* starting LBA */ member 352 diskaddr_t p_start; member
|
| /f-stack/freebsd/sys/ |
| H A D | resourcevar.h | 69 #define pstat_endcopy p_start 70 struct timeval p_start; /* (b) Starting time. */ member
|
| /f-stack/freebsd/contrib/openzfs/include/os/freebsd/spl/sys/ |
| H A D | dkio.h | 280 uint32_t p_start; member 286 uint64_t p_start; member
|
| /f-stack/freebsd/kern/ |
| H A D | kern_acct.c | 402 timevaladd(&tmp, &p->p_stats->p_start); in acct_process() 405 timevalsub(&tmp, &p->p_stats->p_start); in acct_process()
|
| H A D | tty_info.c | 383 timevalsub(&rtime, &p->p_stats->p_start); in tty_info()
|
| H A D | sys_procdesc.c | 530 pstart = pd->pd_proc->p_stats->p_start; in procdesc_stat()
|
| H A D | kern_racct.c | 1014 timevalsub(&wallclock, &p->p_stats->p_start); in racct_proc_exit() 1271 timevalsub(&wallclock, &p->p_stats->p_start); in racctd()
|
| H A D | init_main.c | 647 microuptime(&p->p_stats->p_start); in proc0_post()
|
| H A D | kern_fork.c | 686 microuptime(&p2->p_stats->p_start); in do_fork()
|
| H A D | kern_proc.c | 1130 kp->ki_start = p->p_stats->p_start; in fill_kinfo_proc_only()
|
| /f-stack/freebsd/vm/ |
| H A D | vm_map.c | 2656 vm_page_t p, p_start; in vm_map_pmap_enter() local 2683 p_start = NULL; in vm_map_pmap_enter() 2707 if (p_start == NULL) { in vm_map_pmap_enter() 2709 p_start = p; in vm_map_pmap_enter() 2721 } else if (p_start != NULL) { in vm_map_pmap_enter() 2723 ptoa(tmpidx), p_start, prot); in vm_map_pmap_enter() 2724 p_start = NULL; in vm_map_pmap_enter() 2727 if (p_start != NULL) in vm_map_pmap_enter() 2729 p_start, prot); in vm_map_pmap_enter()
|
| /f-stack/freebsd/contrib/openzfs/lib/libzfs_core/ |
| H A D | libzfs_core.abi | 2749 …<var-decl name='p_start' type-id='type-id-254' visibility='default' filepath='../../include/sys/ef…
|