Searched refs:pstart (Results 1 - 13 of 13) sorted by relevance

/freebsd-13-stable/contrib/flex/src/
H A Dscanopt.c442 const char *pstart;
444 pstart = DESC (s, ue->idx);
449 p = pstart;
462 pstart);
467 pstart);
469 pstart = p + 1;
476 (int)(lastws - pstart),
477 pstart);
478 pstart =
485 pstart);
441 const char *pstart; local
657 char *optname = NULL, *optarg = NULL, *pstart; local
[all...]
/freebsd-13-stable/sys/dev/ocs_fc/
H A Docs_vpd.h156 uint8_t *pstart; local
162 pstart = vpdref(&vpdbuf);
171 pret = pstart;
/freebsd-13-stable/contrib/ncurses/ncurses/tinfo/
H A Dcomp_parse.c108 char *pstart, *qstart, *pend, *qend; local
122 for (pstart = n1; (pend = strchr(pstart, '|')); pstart = pend + 1) {
124 if ((pend - pstart == qend - qstart)
125 && memcmp(pstart, qstart, (size_t) (pend - pstart)) == 0) {
128 (int) (pend - pstart), pstart);
165 char *pstart, *qstar local
[all...]
/freebsd-13-stable/crypto/openssl/crypto/ct/
H A Dct_oct.c156 unsigned char *p = NULL, *pstart = NULL; local
180 pstart = p = OPENSSL_malloc(len);
196 OPENSSL_free(pstart);
203 unsigned char *p = NULL, *pstart = NULL; local
227 pstart = p = OPENSSL_malloc(len);
253 OPENSSL_free(pstart);
/freebsd-13-stable/contrib/apr/include/
H A Dapr_mmap.h75 apr_off_t pstart; member in struct:apr_mmap_t
/freebsd-13-stable/sys/compat/linux/
H A Dlinux_mmap.c258 vm_pindex_t pstart, pend; local
287 pstart = OFF_TO_IDX(entry->offset);
289 pstart += atop(start - entry->start);
317 vm_object_page_remove(object, pstart, pend, 0);
334 vm_object_madvise(object, pstart, pend, MADV_DONTNEED);
/freebsd-13-stable/sys/dev/iommu/
H A Dbusdma_iommu.c736 vm_paddr_t pstart, pend, paddr; local
741 pstart = trunc_page(buf);
744 ma_cnt = OFF_TO_IDX(pend - pstart);
751 paddr = pstart + ptoa(i);
767 vm_page_initfake(&fma[i], pstart + ptoa(i),
787 vm_paddr_t pstart, pend, paddr; local
792 pstart = trunc_page((vm_offset_t)buf);
795 ma_cnt = OFF_TO_IDX(pend - pstart);
801 for (i = 0; i < ma_cnt; i++, pstart += PAGE_SIZE) {
803 paddr = pmap_kextract(pstart);
[all...]
/freebsd-13-stable/sys/kern/
H A Dsys_procdesc.c515 struct timeval pstart, boottime; local
530 pstart = pd->pd_proc->p_stats->p_start;
532 timevaladd(&pstart, &boottime);
533 TIMEVAL_TO_TIMESPEC(&pstart, &sb->st_birthtim);
/freebsd-13-stable/contrib/tcsh/
H A Dsh.proc.c1351 if (!pstart(pp, 1)) {
1372 if (!pstart(pp, 1)) {
1394 if (!pstart(pp, 0)) {
1412 if (!pstart(pp, 0)) {
1542 if (!pstart(pp, 0)) {
1591 * pstart - start the job in foreground/background
1594 pstart(struct process *pp, int foregnd) function
1642 * pstart, so that if a job gets attached to and dies inside
H A Dsh.decls.h364 extern int pstart (struct process *, int);
/freebsd-13-stable/sys/dev/usb/
H A Dusb_generic.c1429 struct usb_fs_start *pstart; member in union:__anon14508
1465 error = ugen_fs_copy_in(f, u.pstart->ep_index);
1469 xfer = f->fs_xfer[u.pstart->ep_index];
1480 xfer = f->fs_xfer[u.pstart->ep_index];
/freebsd-13-stable/sys/vm/
H A Dvm_fault.c1660 vm_pindex_t pend, pstart; local
1680 pstart = OFF_TO_IDX(entry->offset) + atop(start -
1682 m_next = vm_page_find_least(first_object, pstart);
H A Dvm_map.c3023 vm_pindex_t pstart, pend; local
3053 pstart = OFF_TO_IDX(entry->offset);
3054 pend = pstart + atop(entry->end - entry->start);
3059 pstart += atop(start - entry->start);
3067 if (pstart >= pend)
3084 vm_object_madvise(entry->object.vm_object, pstart,
3098 pstart,
3099 ptoa(pend - pstart),

Completed in 273 milliseconds