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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/prebuilt/WW/usr/
H A Dminidlna.conf15 media_dir=/tmp/shares
21 db_dir=/tmp/shares/USB_Storage/.ReadyDLNA
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/minidlna.03.14/
H A Dminidlna.conf15 media_dir=/tmp/shares
21 db_dir=/tmp/shares/USB_Storage/.ReadyDLNA
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/locking/
H A Dlocking.c427 share_mode_entry *shares = (share_mode_entry *)(data + 1); local
431 share_mode_entry *entry_p = &shares[i];
447 share_mode_entry *shares = NULL; local
462 shares = (share_mode_entry *)memdup(dbuf.dptr + sizeof(*data),
465 if (!shares) {
478 share_mode_entry *entry_p = &shares[i];
485 memcpy( &shares[i], &shares[i+1],
498 memcpy(dbuf.dptr + sizeof(*data), shares,
509 SAFE_FREE(shares);
588 share_mode_entry *shares; local
756 share_mode_entry *shares; local
858 share_mode_entry *shares; local
1236 share_mode_entry *shares; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/minidlna/
H A Dminidlna.conf15 media_dir=/tmp/shares
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/minidlna.07.26/
H A Dminidlna.conf21 db_dir=/tmp/shares/USB_Storage/.ReadyDLNA
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/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
137 if (!cli_RNetShareEnum(cli, add_name, &shares))
170 /* List shares */
172 free_name_list(shares);
173 shares = NULL;
179 for (sh = shares; sh; sh = sh->next) {
H A Dnet_rpc.c2479 uint32 type=0; /* only allow disk shares to be added */
2577 * List shares on a remote RPC server
2625 * Migrate shares from a remote RPC server to the local RPC srever
2648 uint32 type = 0; /* only allow disk shares to be added */
2699 /* skip builtin shares */
2705 /* only work with file-shares */
2755 * Migrate shares from a rpc-server to another
2964 /* skip builtin and hidden shares
2979 /* only work with file-shares */
3052 * Migrate shares (includin
3701 char **shares; member in struct:share_list
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/kernel/
H A Duser.c124 /* return cpu shares held by the user */
132 /* modify cpu shares held by the user */
136 unsigned long shares; local
139 sscanf(buffer, "%lu", &shares);
141 rc = sched_group_set_shares(up->tg, shares);
H A Dsched.c171 unsigned long shares; member in struct:task_group
172 /* spinlock to serialize modification to shares */
6787 init_task_group.shares = init_task_group_load;
7034 tg->shares = NICE_0_LOAD;
7133 static void set_se_shares(struct sched_entity *se, unsigned long shares) argument
7145 se->load.weight = shares;
7146 se->load.inv_weight = div64_64((1ULL<<32), shares);
7154 int sched_group_set_shares(struct task_group *tg, unsigned long shares) argument
7159 if (tg->shares == shares)
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/packaging/Fedora/
H A Dsamba.spec61 shares and printing to SMB printers.
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/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-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dsched.h1879 extern int sched_group_set_shares(struct task_group *tg, unsigned long shares);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/Documentation/cdrom/
H A Dcdrom-standard.tex184 Every active \cdrom\ device shares this $struct$. The routines

Completed in 148 milliseconds