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

12345678

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/dbus-1.6.8/bus/
H A Dconfig-parser.c1156 const char *own; local
1182 "own", &own,
1195 own || own_prefix || user || group))
1223 * user, group, own, own_prefix must occur alone
1234 own || own_prefix ||
1244 own || own_prefix ||
1253 own || own_prefix ||
1262 own || own_prefix ||
1271 own || own_prefi
1718 const char *own; local
[all...]
H A Dpolicy.h91 } own; member in union:BusPolicyRule::__anon1644
H A Dpolicy.c113 dbus_free (rule->d.own.service_name);
831 rule->d.own.service_name == NULL;
1271 if (!rule->d.own.prefix && rule->d.own.service_name != NULL)
1274 rule->d.own.service_name))
1277 else if (rule->d.own.prefix)
1282 rule->d.own.service_name))
1286 next_char = data[strlen (rule->d.own.service_name)];
H A Dsystem.conf50 <deny own="*"/>
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Ddialevt.tex46 process (i.e. does it result from our own attempt to establish the
H A Dipcclint.tex53 member to return your own derived connection object.
74 The advantage of deriving your own connection class is that it
H A Ddestroyevt.tex20 own wxWindowDestroyEvent, but it can be used to get notification of the
H A Deraseevt.tex13 If it is NULL, create your own temporary wxClientDC object.
H A Dfontlist.tex29 Constructor. The application should not construct its own font list:
H A Dhprovcnt.tex33 Note that the instance doesn't own the help controller. The help controller
H A Dobject.tex70 programmers may wish to use it for their own applications. Be sure to
144 It then sets its own m\_refData to point to that of {\it clone}, and increments the reference count
208 store your own data. When retrieving information from a {\bf wxObject}'s reference data,
209 you will need to cast to your own derived class.
H A Ddocument.tex76 Constructor. Define your own default constructor to initialize application-specific
188 You may need to override this if your document view maintains its own
199 Override this function and call it from your own LoadObject before
200 streaming your own data. LoadObject is called by the framework
211 You may need to override this if your document view maintains its own
310 Override this function and call it from your own SaveObject before
311 streaming your own data. SaveObject is called by the framework
H A Dfs.tex20 of virtual file systems mechanism. You can derive your own handler and pass it to
21 the VFS mechanism. You can derive your own handler and pass it to
H A Dfsfile.tex56 you are writing your own virtual FS. For example you may need something
60 can write your own class derived from wxFSFile:
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/vms/
H A Dmakesfx.com21 $! Use at your own risk, there is no guarantee here. If it doesn't work,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/i2c/busses/
H A Di2c-elektor.c53 static int own = 0x55; variable
97 return (own);
343 module_param(own, int, 0);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/batman-adv/
H A Dsend.c41 /* when do we schedule our own packet to be sent */
150 fwd_str = (packet_num > 0 ? "Forwarding" : (forw_packet->own ?
151 "Sending own" :
196 (forw_packet->own && (forw_packet->if_incoming->if_num > 0))) {
201 (forw_packet->own ? "Sending own" : "Forwarding"),
501 if (forw_packet->own)
505 /* don't count own packet */
506 if (!forw_packet->own)
H A Dtypes.h156 uint8_t own; member in struct:forw_packet
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/isdn/mISDN/
H A Dstack.c399 dev->teimgr->peer = &newst->own;
404 dev->D.peer = &newst->own;
405 newst->own.st = newst;
406 newst->own.ctrl = st_own_ctrl;
407 newst->own.send = mISDN_queue_message;
408 newst->own.recv = mISDN_queue_message;
446 ch->peer = &dev->D.st->own;
544 ch->peer = &dev->D.st->own;
561 rq.ch->peer = &dev->D.st->own;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openvpn-2.3.1/
H A Dmsvc-env.bat3 rem Put your own settings at msvc-env-local.bat
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/bzip2/
H A Dmakefile.msc37 @echo is too clever for its own good. Disable this option.
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/demos/engines/rsaref/
H A Dbuild.com56 ; Place entries in own program section.
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/boot/
H A Dpmjump.S58 # The 32-bit code sets up its own stack, but this way we do have
/netgear-R7000-V1.0.7.12_1.2.5/src/router/arm-uclibc/target/etc/
H A Dsystem.conf50 <deny own="*"/>
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/sbus/char/
H A Dbbc_i2c.c294 writeb(bp->own, bp->i2c_control_regs + 0x1);
341 bp->own = readb(bp->i2c_control_regs + 0x01);
345 printk(KERN_INFO "i2c-%d: Regs at %p, %d devices, own %02x, clock %02x.\n",
346 bp->index, bp->i2c_control_regs, entry, bp->own, bp->clock);

Completed in 293 milliseconds

12345678