Searched refs:pager (Results 1 - 7 of 7) sorted by relevance

/xsrc/external/mit/libpciaccess/dist/src/
H A Dhurd_pci.c175 memory_object_t robj, wobj, pager; local in function:pci_device_hurd_map_range
225 pager = robj;
234 pager = wobj;
236 mach_port_deallocate (mach_task_self (), pager);
254 pager, /* a memory object proxy containing only the region */
257 mach_port_deallocate (mach_task_self(), pager);
H A Dx86_pci.c250 mach_port_t pager; local in function:pci_system_x86_map_dev_mem
274 err = device_map (devmem, prot, mem_offset, mem_size, &pager, 0);
283 pager, 0,
286 mach_port_deallocate (mach_task_self (), pager);
/xsrc/external/mit/MesaLib.old/dist/src/intel/tools/
H A Daubinator.c283 " --no-pager don't launch pager\n"
293 bool help = false, pager = true; local in function:main
296 { "no-pager", no_argument, (int *) &pager, false },
354 /* Do this before we redirect stdout to pager. */
358 if (isatty(1) && pager)
H A Daubinator_error_decode.c667 " --no-pager don't launch pager\n"
681 bool help = false, pager = true; local in function:main
684 { "no-pager", no_argument, (int *) &pager, false },
756 if (isatty(1) && pager)
/xsrc/external/mit/MesaLib/dist/src/intel/tools/
H A Daubinator.c282 " --no-pager don't launch pager\n"
292 bool help = false, pager = true; local in function:main
295 { "no-pager", no_argument, (int *) &pager, false },
353 /* Do this before we redirect stdout to pager. */
357 if (isatty(1) && pager)
H A Daubinator_error_decode.c755 " --no-pager don't launch pager\n"
812 bool help = false, pager = true; local in function:main
815 { "no-pager", no_argument, (int *) &pager, false },
888 if (isatty(1) && pager)
/xsrc/external/mit/MesaLib.old/dist/bin/
H A Dget-pick-list.sh146 git --no-pager show --no-patch --oneline $sha

Completed in 9 milliseconds