Searched refs:hand (Results 1 - 25 of 68) sorted by relevance

123

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openvpn-2.3.1/src/openvpn/
H A Dpool.c257 ifconfig_pool_release (struct ifconfig_pool* pool, ifconfig_pool_handle hand, const bool hard) argument
260 if (pool && hand >= 0 && hand < pool->size)
262 ifconfig_pool_entry_free (&pool->list[hand], hard);
300 ifconfig_pool_handle_to_ip_base (const struct ifconfig_pool* pool, ifconfig_pool_handle hand) argument
304 if (hand >= 0 && hand < pool->size)
310 ret = pool->base + (hand << 2);;
315 ret = pool->base + hand;
327 ifconfig_pool_handle_to_ipv6_base (const struct ifconfig_pool* pool, ifconfig_pool_handle hand) argument
[all...]
H A Dpool.h77 bool ifconfig_pool_release (struct ifconfig_pool* pool, ifconfig_pool_handle hand, const bool hard);
H A Dtun.h159 HANDLE hand; member in struct:tuntap
196 return tt && tt->hand != NULL;
381 status = tun_finalize (tt->hand, &tt->writes, NULL);
398 return tun_finalize (tt->hand, &tt->reads, buf);
H A Dwin32.c596 s->hand = NULL;
599 s->hand = CreateSemaphore(&sa.sa, 1, 1, name);
601 if (s->hand == NULL)
612 if (s->hand)
620 status = WaitForSingleObject (s->hand, timeout_milliseconds);
642 if (s->hand)
646 if (!ReleaseSemaphore(s->hand, 1, NULL))
656 if (s->hand)
661 CloseHandle (s->hand);
662 s->hand
[all...]
H A Dtun.c1235 tuntap->hand = NULL;
2536 tt->hand,
2598 tt->hand,
3796 tap_allow_nonadmin_access_handle (const char *device_path, HANDLE hand) argument
3804 status = SetKernelObjectSecurity (hand, DACL_SECURITY_INFORMATION, &sa.sd);
3822 HANDLE hand; local
3842 hand = CreateFile (
3852 if (hand == INVALID_HANDLE_VALUE)
3855 tap_allow_nonadmin_access_handle (device_path, hand);
3856 CloseHandle (hand);
[all...]
H A Dwin32.h228 HANDLE hand; member in struct:semaphore
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dlayout.tex13 \item {\bf left:} represents the left hand edge of the window
14 \item {\bf right:} represents the right hand edge of the window
88 Constraint for the left-hand edge.
94 Constraint for the right-hand edge.
H A Drendver.tex21 function is modified or removed. The age, on the other hand, is incremented
H A Dtconfig.tex25 On the other hand, the features provided make them very useful for storing all
H A Dcombopopup.tex126 efficient, but on the other hand it is often more convenient
H A Dtclipbrd.tex47 other hand, the object for drag and drop operation must only exist while
H A Dtexcept.tex68 On the other hand, if you do \emph{not} plan to use exceptions, setting this
H A Dtcommdlg.tex36 a right-hand panel containing controls to select a precise colour, and add
43 standard and 16 custom colours are presented, with the right-hand area
H A Dtconstr.tex15 \item {\bf left:} represents the left hand edge of the window
16 \item {\bf right:} represents the right hand edge of the window
H A Dkeyevent.tex23 is {\tt ASCII a} $== 97$. On the other hand, if you press both {\sc Shift} and
225 other hand, you can simply write
H A Dtabview.tex148 Returns the colour used for shadows on the right-hand side of `3D' surfaces. By default, this is dark grey.
287 Sets the colour to be used for shadows on the right-hand side of `3D' surfaces. By default, this is dark grey.
H A Dsymbolpickerdialog.tex14 The current font, on the other hand, is used by the dialog to determine what font
H A Dwizpage.tex117 the pages order is known statically - on the other hand, if this is not the
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/amiga/
H A Dfiledate.c334 BPTR hand, foot, spine; local
338 if (hand = Open((char *) var, MODE_OLDFILE)) {
339 z = Read(hand, space, ENVSIZE - 1);
340 Close(hand);
364 BPTR hand, foot, spine; local
369 if (hand = Open((char *) var, MODE_NEWFILE)) {
370 ret = Write(hand, (char *) value, len + 1) >= len;
371 Close(hand);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/amiga/
H A Dfiledate.c334 BPTR hand, foot, spine; local
338 if (hand = Open((char *) var, MODE_OLDFILE)) {
339 z = Read(hand, space, ENVSIZE - 1);
340 Close(hand);
364 BPTR hand, foot, spine; local
369 if (hand = Open((char *) var, MODE_NEWFILE)) {
370 ret = Write(hand, (char *) value, len + 1) >= len;
371 Close(hand);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/iio/
H A Dindustrialio-ring.c63 struct iio_handler *hand local
65 struct iio_ring_buffer *rb = hand->private;
67 filp->private_data = hand->private;
83 struct iio_handler *hand = iio_cdev_to_handler(cd); local
84 struct iio_ring_buffer *rb = hand->private;
H A Dindustrialio-core.c310 struct iio_handler *hand = iio_cdev_to_handler(inode->i_cdev); local
311 struct iio_event_interface *ev_int = hand->private;
332 struct iio_handler *hand = iio_cdev_to_handler(inode->i_cdev); local
333 struct iio_event_interface *ev_int = hand->private;
336 if (test_and_set_bit(IIO_BUSY_BIT_POS, &hand->flags)) {
341 filep->private_data = hand->private;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ocfs2/cluster/
H A Dtcp.c1218 struct o2net_handshake *hand = page_address(sc->sc_page); local
1221 if (hand->protocol_version != cpu_to_be64(O2NET_PROTOCOL_VERSION)) {
1225 (unsigned long long)be64_to_cpu(hand->protocol_version),
1238 if (be32_to_cpu(hand->o2net_idle_timeout_ms) !=
1243 be32_to_cpu(hand->o2net_idle_timeout_ms),
1249 if (be32_to_cpu(hand->o2net_keepalive_delay_ms) !=
1254 be32_to_cpu(hand->o2net_keepalive_delay_ms),
1260 if (be32_to_cpu(hand->o2hb_heartbeat_timeout_ms) !=
1265 be32_to_cpu(hand->o2hb_heartbeat_timeout_ms),
1286 memmove(hand, han
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/libvorbis-1.2.3/doc/
H A D01-introduction.tex303 \item overlap/add left-hand output of transform with right-hand output of previous frame
304 \item store right hand-data from transform of current frame for future lapping
310 MDCT to store the right-hand transform data of a partial MDCT for a
493 Windowed MDCT output is overlapped and added with the right hand data
501 \paragraph{cache right hand data}
502 The decoder must cache the right hand portion of the current frame to
503 be lapped with the left hand portion of the next frame.
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dcapability.h398 # error Fix up hand-coded capability macro initializers

Completed in 288 milliseconds

123