Searched refs:handles (Results 26 - 50 of 50) sorted by relevance

12

/freebsd-13-stable/contrib/bmake/unit-tests/
H A Ddirective-undef.mk14 # Since var.c 1.761 from 2020-12-22, .undef handles multiple variable names
H A Dcond-token-plain.mk29 # Since 2002-12-30, and still as of 2020-09-11, CondParser_Token handles
/freebsd-13-stable/contrib/ncurses/ncurses/base/
H A Dlib_mouse.c126 #define pipe(handles) socketpair(AF_LOCAL, SOCK_STREAM, 0, handles)
610 int handles[2]; local
612 if (pipe(handles) < 0) {
632 sp->_emxmouse_wfd = handles[1];
633 M_FD(sp) = handles[0];
635 setmode(handles[0], O_BINARY);
636 setmode(handles[1], O_BINARY);
/freebsd-13-stable/sys/fs/fuse/
H A Dfuse_node.c160 LIST_INIT(&fvdat->handles);
177 KASSERT(LIST_EMPTY(&fvdat->handles),
H A Dfuse_vnops.c1029 LIST_FOREACH_SAFE(fufh, &fvdat->handles, next, fufh_tmp) {
1786 LIST_FOREACH_SAFE(fufh, &fvdat->handles, next, fufh_tmp) {
H A Dfuse_internal.c355 LIST_FOREACH(fufh, &fvdat->handles, next) {
/freebsd-13-stable/sys/dev/drm2/
H A Ddrm_mode.h313 __u32 handles[4]; member in struct:drm_mode_fb_cmd2
H A Ddrm_crtc.c2161 r.handles[0] = or->handle;
2292 if (!r->handles[i]) {
/freebsd-13-stable/contrib/bmake/mk/
H A Dwarnings.mk93 # The first :@ "loop" handles multiple sets in WARNINGS_SET
H A Ddirdeps.mk216 # this handles unqualified entries
/freebsd-13-stable/share/mk/
H A Dbsd.doc.mk4 # The include file <bsd.doc.mk> handles installing BSD troff documents.
H A Dbsd.info.mk3 # The include file <bsd.info.mk> handles installing GNU (tech)info files.
H A Dbsd.dep.mk3 # The include file <bsd.dep.mk> handles Makefile dependencies.
300 # ignored if using meta+filemon since it handles all dependencies. The other
H A Dbsd.man.mk3 # The include file <bsd.man.mk> handles installing manual pages and
H A Dbsd.obj.mk3 # The include file <bsd.obj.mk> handles creating the 'obj' directory
H A Ddirdeps.mk217 # this handles unqualified entries
/freebsd-13-stable/stand/efi/libefi/
H A Ddevpath.c733 efi_devpath_to_handle(EFI_DEVICE_PATH *path, EFI_HANDLE *handles, unsigned nhandles) argument
743 h = handles[i];
/freebsd-13-stable/sys/arm/nvidia/drm2/
H A Dtegra_fb.c291 gem_obj = drm_gem_object_lookup(drm, file, cmd->handles[i]);
/freebsd-13-stable/sys/crypto/openssl/arm/
H A Dsha1-armv4-large.S54 ldr r9,[r1],#4 @ handles unaligned
79 ldr r9,[r1],#4 @ handles unaligned
104 ldr r9,[r1],#4 @ handles unaligned
129 ldr r9,[r1],#4 @ handles unaligned
154 ldr r9,[r1],#4 @ handles unaligned
187 ldr r9,[r1],#4 @ handles unaligned
515 vld1.8 {q0,q1},[r1]! @ handles unaligned
/freebsd-13-stable/sys/dev/isp/
H A Disp.c1335 isp_gethandles(ispsoftc_t *isp, int chan, uint16_t *handles, int *num, int loop) argument
1367 handles[j++] = el4.pnhle_handle;
1733 uint16_t *handles; local
1750 handles = (uint16_t *)fcp->isp_scanscratch;
1752 r = isp_gethandles(isp, chan, handles, &lim, 1);
1755 "Chan %d Getting list of handles failed with %x", chan, r);
1761 isp_prt(isp, ISP_LOG_SANCFG, "Chan %d Got %d handles",
1769 handle = handles[idx];
2568 isp_prt(isp, ISP_LOGERR, "Out of port handles!");
3545 * Handle completions with control handles b
[all...]
/freebsd-13-stable/sys/conf/
H A Dkmod.mk4 # The include file <bsd.kmod.mk> handles building and installing loadable
/freebsd-13-stable/crypto/openssl/crypto/sha/asm/
H A Dsha1-armv4-large.pl145 ldr $t0,[$inp],#4 @ handles unaligned
547 vld1.8 {@X[-4&7]-@X[-3&7]},[$inp]! @ handles unaligned
H A Dsha512-armv4.pl524 vld1.64 {@X[$i%16]},[$inp]! @ handles unaligned
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors.inc7325 SIZE_T pp_size = 1; // One handles the trailing \0
7432 SIZE_T nn_size = 1; // One handles the trailing \0
7454 SIZE_T nn_size = 1; // One handles the trailing \0
7474 SIZE_T nn_size = 1; // One handles the trailing \0
/freebsd-13-stable/contrib/openbsm/
H A Dconfigure3838 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
3839 $as_echo_n "checking for grep that handles long lines and -e... " >&6; }
13817 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether lstat correctly handles trailing slash" >&5
13818 $as_echo_n "checking whether lstat correctly handles trailing slash... " >&6; }
16028 # A grep program that handles long lines.

Completed in 528 milliseconds

12