Searched refs:own (Results 1 - 25 of 190) sorted by relevance

12345678

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/avahi-0.6.25/avahi-daemon/
H A Davahi-dbus.conf6 <!-- Only root or user root can own the Avahi service -->
8 <allow own="org.freedesktop.Avahi"/>
11 <allow own="org.freedesktop.Avahi"/>
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/avahi-0.6.25/avahi-daemon/
H A Davahi-dbus.conf6 <!-- Only root or user admin can own the Avahi service -->
8 <allow own="org.freedesktop.Avahi"/>
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/dbus-1.6.8/test/data/valid-config-files/
H A Dbasic.conf26 <associate own="org.freedesktop.FrobationaryMeasures"
28 <associate own="org.freedesktop.BlahBlahBlah"
H A Ddebug-allow-all-sha1.conf13 <allow own="*"/>
H A Dmany-rules.conf16 <deny own="org.freedesktop.System"/>
35 <deny own="org.freedesktop.System"/>
/netgear-R7000-V1.0.7.12_1.2.5/src/router/arm-uclibc/target/etc/
H A Davahi-dbus.conf6 <!-- Only root or user admin can own the Avahi service -->
8 <allow own="org.freedesktop.Avahi"/>
H A Dsession.conf24 <!-- Allow anyone to own anything -->
25 <allow own="*"/>
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/dbus-1.6.8/test/data/valid-config-files/system.d/
H A Dtest.conf5 policy so that a particular user can own a service, and other
8 <!-- Only root can own the FooService service, and
11 <allow own="org.foo.FooService"/>
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/libcryptoxx-5.6.0/
H A Dwinpipes.h18 WindowsHandle(HANDLE h = INVALID_HANDLE_VALUE, bool own=false);
23 void SetOwnership(bool own) {m_own = own;} argument
28 void AttachHandle(HANDLE h, bool own=false);
H A Dwinpipes.cpp12 WindowsHandle::WindowsHandle(HANDLE h, bool own) argument
13 : m_h(h), m_own(own)
36 void WindowsHandle::AttachHandle(HANDLE h, bool own) argument
42 m_own = own;
H A Dsocketft.h57 Socket(socket_t s = INVALID_SOCKET, bool own=false) : m_s(s), m_own(own) {} argument
62 void SetOwnership(bool own) {m_own = own;} argument
66 void AttachSocket(socket_t s, bool own=false);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/stmmac/
H A Ddescs.h46 u32 own:1; member in struct:dma_desc::__anon13422::__anon13423
76 u32 own:1; member in struct:dma_desc::__anon13422::__anon13424
102 u32 own:1; member in struct:dma_desc::__anon13422::__anon13425
144 u32 own:1; member in struct:dma_desc::__anon13422::__anon13426
H A Dnorm_desc.c127 p->des01.rx.own = 1;
141 p->des01.tx.own = 0;
150 return p->des01.tx.own;
155 return p->des01.rx.own;
160 p->des01.tx.own = 1;
165 p->des01.rx.own = 1;
H A Denh_desc.c234 p->des01.erx.own = 1;
251 p->des01.etx.own = 0;
260 return p->des01.etx.own;
265 return p->des01.erx.own;
270 p->des01.etx.own = 1;
275 p->des01.erx.own = 1;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/dbus-1.6.8/bus/
H A Dsession.conf24 <!-- Allow anyone to own anything -->
25 <allow own="*"/>
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/gtk1/
H A Dcolour.cpp155 GdkColor *own = &(((wxColourRefData*)m_refData)->m_color);
157 return own->red == other->red &&
158 own->blue == other->blue &&
159 own->green == other->green;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/boot/compressed/
H A Duart-16550.c22 #error please define the serial port address for your own machine
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/dbus-1.6.8/test/name-test/
H A Dtmp-session-like-system.conf28 <deny own="*"/>
51 <allow own="org.freedesktop.DBus.TestSuiteEchoService"/>
60 <allow own="org.freedesktop.DBus.TestSuiteEchoService"/>
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/batman-adv/
H A Daggregation.c74 /* own packets originating non-primary
76 ((!forw_packet->own) ||
87 * own secondary interface packets
90 (forw_packet->own &&
111 /* own packet should always be scheduled */
144 forw_packet_aggr->own = own_packet;
202 /* own packets are not to be aggregated */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dtcpclint.tex46 the \helpref{wxTCPClient::OnMakeConnection}{wxtcpclientonmakeconnection} member to return your own
55 own derived connection object. By default, a wxTCPConnection
58 The advantage of deriving your own connection class is that it will
H A Dtstyles.tex24 addition to their own styles.
H A Dwxhtml.tex13 class which allows you to use your own virtual file systems.
17 you can even use your own application-specific tags!
H A Dddeclint.tex48 the \helpref{wxDDEClient::OnMakeConnection}{wxddeclientonmakeconnection} member to return your own
57 own derived connection object. By default, a wxDDEConnection
60 The advantage of deriving your own connection class is that it will
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/x11/
H A Dcolour.cpp156 XColor *own = &(((wxColourRefData*)m_refData)->m_color);
159 return (own->red == other->red)
160 && (own->green == other->green)
161 && (own->blue == other->blue) ;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/sbus/char/
H A Dbbc_i2c.h59 unsigned char own, clock; member in struct:bbc_i2c_bus

Completed in 217 milliseconds

12345678