Searched refs:shares (Results 1 - 17 of 17) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/minidlna-1.1.5/
H A Dminidlna.conf19 media_dir=/tmp/shares
33 db_dir=/tmp/shares/USB_Storage/.ReadyDLNA
/netgear-R7000-V1.0.7.12_1.2.5/src/router/arm-uclibc/target/usr/
H A Dminidlna.conf19 media_dir=/tmp/shares
33 db_dir=/tmp/shares/USB_Storage/.ReadyDLNA
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/libsmb/
H A Dsmb_share_modes.c180 struct share_mode_entry *shares = NULL; local
208 shares = (struct share_mode_entry *)(db_data.dptr + sizeof(struct locking_data));
212 struct share_mode_entry *share = &shares[i];
265 struct share_mode_entry *shares = NULL; local
285 shares = (struct share_mode_entry *)(db_data.dptr + sizeof(struct locking_data));
286 create_share_mode_entry(shares, new_entry);
322 shares = (struct share_mode_entry *)(new_data_p + sizeof(struct locking_data) +
325 create_share_mode_entry(shares, new_entry);
378 struct share_mode_entry *shares = NULL; local
391 shares
480 struct share_mode_entry *shares = NULL; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/minidlna/
H A Dminidlna.conf15 media_dir=/tmp/shares
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/utils/
H A Dsmbtree.c40 static struct name_list *workgroups, *servers, *shares; variable in typeref:struct:
69 display tree of smb workgroups, servers and shares
191 if (get_rpc_shares(cli, add_name, &shares))
194 if (!cli_RNetShareEnum(cli, add_name, &shares))
227 /* List shares */
229 free_name_list(shares);
230 shares = NULL;
236 for (sh = shares; sh; sh = sh->next) {
H A Dnet_rpc.c3019 uint32 type = STYPE_DISKTREE; /* only allow disk shares to be added */
3270 * List shares on a remote RPC server
3341 /* only support disk shares */
3347 /* skip builtin shares */
3362 * Migrate shares from a remote RPC server to the local RPC srever
3388 uint32 type = STYPE_DISKTREE; /* only allow disk shares to be added */
3457 * Migrate shares from a rpc-server to another
3902 * Migrate shares (including share-definitions, share-acls and files with acls/attrs)
3950 {"shares", rpc_share_migrate_shares},
4568 char **shares; member in struct:share_list
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/locking/
H A Dlocking.c473 struct share_mode_entry *shares = local
480 memcpy(&entry, &shares[i], sizeof(struct share_mode_entry));
1172 * Only allow delete on close for writable shares.
1356 struct share_mode_entry *shares; local
1366 shares = (struct share_mode_entry *)(dbuf.dptr + sizeof(*data));
1368 data->u.s.num_share_mode_entries*sizeof(*shares) +
1371 data->u.s.num_share_mode_entries*sizeof(*shares) +
1376 state->fn(&shares[i], sharepath, fname,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/
H A Dsched.c267 unsigned long shares; member in struct:task_group
288 * a task group's cpu shares.
307 * too large, so as the shares value of a task group.
375 * this cpu's part of tg->shares
377 unsigned long shares; member in struct:cfs_rq
380 * load.weight at the time we set shares
807 * ratelimit for updating the group shares.
814 * Inject some fuzzyness into changing the per-cpu group shares
1564 static void __set_se_shares(struct sched_entity *se, unsigned long shares);
1567 * Calculate and set the cpu's group shares
1574 unsigned long shares, rq_weight; local
1611 unsigned long weight, rq_weight = 0, sum_weight = 0, shares = 0; local
1830 cfs_rq_set_shares(struct cfs_rq *cfs_rq, unsigned long shares) argument
8478 __set_se_shares(struct sched_entity *se, unsigned long shares) argument
8494 set_se_shares(struct sched_entity *se, unsigned long shares) argument
8507 sched_group_set_shares(struct task_group *tg, unsigned long shares) argument
[all...]
H A Dsched_debug.c212 SEQ_printf(m, " .%-30s: %lu\n", "shares", cfs_rq->shares);
H A Dsched_fair.c1144 * of group shares between cpus. Assuming the shares were perfectly aligned one
1145 * can calculate the shift in shares.
1147 * The problem is that perfectly aligning the shares is rather expensive, hence
1152 * also considering the delta between when the shares were last adjusted and
1170 * By not taking the decrease of shares on the other cpu into
1182 * between when the shares were last updated and now.
1188 S = se->my_q->tg->shares;
1189 s = se->my_q->shares;
1204 * That is, moving shares betwee
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DExternalConn.cpp164 std::vector<CKnownFile*> shares; local
165 theApp->sharedfiles->CopyFileList(shares);
166 for (uint32 i = shares.size(); i--;) {
167 uint32 id = shares[i]->ECID();
170 if (shares[i]->IsCPartFile() && curr_files.count(id)) {
176 (*this)[id] = new CKnownFile_Encoder(shares[i]);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/librpc/gen_ndr/
H A Dsrvsvc.h414 uint32_t shares; member in struct:srvsvc_NetSrvInfo402
447 uint32_t shares; member in struct:srvsvc_NetSrvInfo403
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/packaging/RHEL/
H A Dsamba.spec60 shares and printing to SMB printers.
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/packaging/Mandrake/
H A Dsamba2.spec423 SMB filesystem in Linux. These allow the accessing of SMB shares, and
585 SMB shares.
602 the development of other software to access SMB shares.
619 allowing the development of other software to access SMB shares.
1296 near the additional entries. Any local shares should have been appended to
2359 requests. Otherwise the CUPS queues would not appear as Samba shares.
2389 patches, moved netlogon and profile shares to /var/lib/samba in the
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dsched.h2439 extern int sched_group_set_shares(struct task_group *tg, unsigned long shares);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dtdb.tex211 shares the same connection, and a commit or rollback is done on that
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/Documentation/cdrom/
H A Dcdrom-standard.tex184 Every active \cdrom\ device shares this $struct$. The routines

Completed in 128 milliseconds