Searched refs:created (Results 1 - 25 of 358) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/flex/
H A Dmkskel.sh4 /* File created from flex.skl via mkskel.sh */
/netgear-R7000-V1.0.7.12_1.2.5/src/router/flex/
H A Dmkskel.sh4 /* File created from flex.skl via mkskel.sh */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ppp-2.4.4/scripts/chatchat/
H A Dchatchat.c210 int retval, created, pipefd, nread, nwritten; local
217 created = create_pipe(pipename);
219 if (-1 == created)
325 int created; local
332 created = mknod(pipename, S_IFIFO | S_IRWXU | S_IWGRP | S_IWOTH,
339 if (-1 == created)
344 return(created);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/ppp/scripts/chatchat/
H A Dchatchat.c210 int retval, created, pipefd, nread, nwritten; local
217 created = create_pipe(pipename);
219 if (-1 == created)
325 int created; local
332 created = mknod(pipename, S_IFIFO | S_IRWXU | S_IWGRP | S_IWOTH,
339 if (-1 == created)
344 return(created);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/iputils/racoon/
H A Dschedule.h47 time_t created; /* for debug */ member in struct:sched
66 time_t created; member in struct:scheddump
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/tools/perf/scripts/perl/
H A Dworkqueue-stats.pl42 $cpus[$common_cpu]{$thread_pid}{created}++;
86 printf("%3s %6s %6s\t%-20s\n", "cpu", "created", "destroyed", "name");
90 my $created = $$wqhash{'created'} || 0;
93 if ($created || $destroyed) {
94 printf("%3u %6u %6u\t%-20s\n", $cpu, $created, $destroyed,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/examples/LDAP/smbldap-tools-0.9.2/doc/
H A Dsmbldap-migrate-pwdump-accounts80 my %created = ( 'user' => 0, 'machine' => 0);
150 $created{$entry_type}++;
175 $sum = $created{'user'} + $created{'machine'};
176 print STDERR "created: all=$sum user=$created{'user'} machine=$created{'machine'}\n";
199 This command reads from stdin account entries as created by pwdump,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/kvm/
H A Dmmutrace.h148 TP_PROTO(struct kvm_mmu_page *sp, bool created),
149 TP_ARGS(sp, created),
153 __field(bool, created)
158 __entry->created = created;
162 __entry->created ? "new" : "existing")
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dtdialog.tex9 \item A surrounding frame is implicitly created.
19 created on receipt of a dialog initialization message. This is too
20 restrictive for wxWidgets, where any window may be created and displayed
21 before its contents are created.
H A Dtstyles.tex15 created. The symbols are defined in such a way that they can be combined in a `bit-list' using the
H A Dfontlist.tex3 A font list is a list containing all fonts which have been created. There
5 for a previously created font of the desired type and create it if not already found.
H A Dcreateevt.tex4 has been created. Since it is derived from wxCommandEvent, the event propagates up
H A Dgridwork.tex30 this class is ref counted: it is created with ref count of 1, so
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ceph/
H A Dcrypto.h12 struct ceph_timespec created; member in struct:ceph_crypto_key
H A Dcrypto.c14 if (*p + sizeof(u16) + sizeof(key->created) +
18 ceph_encode_copy(p, &key->created, sizeof(key->created));
26 ceph_decode_need(p, end, 2*sizeof(u16) + sizeof(key->created), bad);
28 ceph_decode_copy(p, &key->created, sizeof(key->created));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/xrc/
H A Dxh_split.cpp74 wxObject *created = CreateResFromNode(n, splitter, NULL); local
75 wxWindow *win = wxDynamicCast(created, wxWindow);
H A Dxh_toolb.cpp148 wxObject *created = CreateResFromNode(n, toolbar, NULL); local
149 wxControl *control = wxDynamicCast(created, wxControl);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/libbb/
H A Dupdate_passwd.c45 if (new_fd >= 0) goto created;
52 created:
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/autoconf-lib-link/tests/
H A Drpathcfg.sh104 echo "ok, running created a.out." 1>&2
130 echo "ok, running created a.out." 1>&2
148 echo "ok, running created a.out." 1>&2
173 echo "ok, running created a.out." 1>&2
187 echo "ok, running created a.out." 1>&2
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dhashset.h81 bool created; \
82 Node *node = GetOrCreateNode( key, created ); \
83 return Insert_Result( iterator( node, this ), created ); \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/tools/
H A Dbisect-create6 echo tools/ffbisect created
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/human68k/
H A Dflate.s9 ; flate.a created by Paul Kienitz, 20 June 94. Last modified 23 Mar 2002.
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/aoa/soundbus/i2sbus/
H A Di2sbus.h42 u32 created:1, /* has this direction been created with alsa? */ member in struct:pcm_info
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/lsync/source/examples/
H A Dlimagemagic.lua47 -- excludes files to be created, so no
72 -- excludes files to be created, so no
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/infiniband/ulp/ipoib/
H A Dipoib_fs.c101 unsigned long created; local
107 ipoib_mcast_iter_read(iter, &mgid, &created, &queuelen,
114 " created: %10ld\n"
119 gid_buf, created, queuelen,

Completed in 148 milliseconds

1234567891011>>