Searched refs:populate (Results 1 - 21 of 21) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/test/
H A Drecd003.tcl70 { {populate DB $omethod TXNID $n 1 0}
74 { {populate DB $omethod TXNID $n 1 0}
78 { {populate DB $omethod TXNID $dupn 1 0}
82 { {populate DB $omethod TXNID $n 1 1}
86 { {populate DB $omethod TXNID $n 1 1}
90 { {populate DB $omethod TXNID $bign 1 1}
H A Dtxn014.tcl43 # Open a database with parent txn and populate. We populate
53 populate $db $method $parent $nentries 0 0
60 populate $db2 $method $nonparent $nentries 0 0
114 populate $childdb $method $child $nentries 0 0
116 populate $db $method $child $nentries 0 0
124 populate $db $method $parent $nentries 0 0
H A Dbackup.tcl53 populate $db $omethod $txn $nentries 0 0
83 populate $db $omethod $txn $nentries 0 0
113 populate $db $omethod $txn [expr $nentries * 2] 0 0
157 populate $db $omethod $txn $nentries 0 0
179 populate $db $omethod $txn [expr $nentries * 2] 0 0
H A Drecd002.tcl69 { {populate DB $omethod TXNID $n 0 0} "Recd002.b: splits"}
H A Dsdb013.tcl73 error_check_good populate $ret 0
111 error_check_good populate $ret 0
H A Drecd005.tcl171 populate $db $method $txn $num 0 0
H A Dtestutils.tcl1766 proc populate { db method txn n dups bigdata } { procedure
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/examples_cxx/wce_tpcb/
H A DTpcbExample.h26 int populate();
H A DTpcbUI.cpp231 ret = tpcb->populate();
H A DTpcbExample.cpp78 TpcbExample::populate() function in class:TpcbExample
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/examples/LDAP/smbldap-tools-0.8.7/
H A Dsmbldap-populate5 # $Id: smbldap-populate,v 1.21 2005/02/13 14:10:39 jtournier Exp $
478 smbldap-populate - Populate your LDAP database
482 smbldap-populate [ldif-file]
486 The smbldap-populate command helps to populate an LDAP server by adding the necessary entries : base suffix (doesn't abort if already there), organizational units for users, groups and computers, builtin users : Administrator and guest, builtin groups (though posixAccount only, no SambaTNG support).
H A DMakefile51 @cp smbldap-populate $(DESTARCH)
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/mm/
H A Dfremap.c188 vma->vm_ops && vma->vm_ops->populate &&
211 err = vma->vm_ops->populate(vma, start, size,
217 * it after ->populate completes, and that would prevent
H A Dfilemap.c1692 .populate = filemap_populate,
H A Dmemory.c2499 /* We can then assume vm->vm_ops && vma->vm_ops->populate */
2502 err = vma->vm_ops->populate(vma, address & PAGE_MASK, PAGE_SIZE,
H A Dshmem.c2467 .populate = shmem_populate,
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/examples_c/
H A Dex_tpcb.c45 int populate __P((DB *, u_int32_t, u_int32_t, int, const char *));
59 * with which to populate the account, history, branch, and teller tables
321 populate(dbp, idnum, balance, accounts, "account");
350 populate(dbp, idnum, balance, branches, "branch");
379 populate(dbp, idnum, balance, tellers, "teller");
410 populate(dbp, start_id, balance, nrecs, msg) function
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/examples_cxx/
H A DTpcbExample.cpp36 void populate(int, int, int, int);
60 // with which to populate the account, history, branch, and teller tables
214 app.populate(accounts, branches, history, tellers);
272 TpcbExample::populate(int accounts, int branches, int history, int tellers) function in class:TpcbExample
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/xfs/linux-2.6/
H A Dxfs_file.c505 .populate = filemap_populate,
511 .populate = filemap_populate,
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/examples_java/src/db/
H A DTpcbExample.java24 // with which to populate the account, history, branch, and teller tables
119 public void populate() { method in class:TpcbExample
678 app.populate();
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/linux/
H A Dmm.h206 int (*populate)(struct vm_area_struct * area, unsigned long address, unsigned long len, pgprot_t prot, unsigned long pgoff, int nonblock); member in struct:vm_operations_struct

Completed in 283 milliseconds