Searched refs:newstatus (Results 1 - 8 of 8) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DDownloadQueue.h242 void SetCatStatus(uint8 cat, int newstatus);
H A DGuiEvents.cpp708 void Download_Set_Cat_Status(uint8 cat, int newstatus) argument
710 theApp->downloadqueue->SetCatStatus(cat, newstatus);
H A DGuiEvents.h170 void Download_Set_Cat_Status(uint8 cat, int newstatus);
H A DDownloadQueue.cpp1168 void CDownloadQueue::SetCatStatus(uint8 cat, int newstatus) argument
1185 switch ( newstatus ) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/orinoco/
H A Dmain.c1470 u16 newstatus; local
1486 newstatus = le16_to_cpu(linkstatus.linkstatus);
1490 if (newstatus == HERMES_LINKSTATUS_AP_OUT_OF_RANGE &&
1497 connected = (newstatus == HERMES_LINKSTATUS_CONNECTED)
1498 || (newstatus == HERMES_LINKSTATUS_AP_CHANGE)
1499 || (newstatus == HERMES_LINKSTATUS_AP_IN_RANGE);
1506 if (newstatus != priv->last_linkstatus) {
1507 priv->last_linkstatus = newstatus;
1508 print_linkstatus(dev, newstatus);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/afs/
H A Dvnode.c416 struct afs_file_status *newstatus,
444 newstatus, newcb, &afs_sync_call);
598 struct afs_file_status *newstatus,
626 newfid, newstatus, &afs_sync_call);
414 afs_vnode_create(struct afs_vnode *vnode, struct key *key, const char *name, umode_t mode, struct afs_fid *newfid, struct afs_file_status *newstatus, struct afs_callback *newcb, struct afs_server **_server) argument
595 afs_vnode_symlink(struct afs_vnode *vnode, struct key *key, const char *name, const char *content, struct afs_fid *newfid, struct afs_file_status *newstatus, struct afs_server **_server) argument
H A Dfsclient.c659 struct afs_file_status *newstatus,
681 call->reply3 = newstatus;
928 struct afs_file_status *newstatus,
953 call->reply3 = newstatus;
653 afs_fs_create(struct afs_server *server, struct key *key, struct afs_vnode *vnode, const char *name, umode_t mode, struct afs_fid *newfid, struct afs_file_status *newstatus, struct afs_callback *newcb, const struct afs_wait_mode *wait_mode) argument
922 afs_fs_symlink(struct afs_server *server, struct key *key, struct afs_vnode *vnode, const char *name, const char *contents, struct afs_fid *newfid, struct afs_file_status *newstatus, const struct afs_wait_mode *wait_mode) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/platform/x86/
H A Dthinkpad_acpi.c4914 int newstatus = 0; local
4921 newstatus = 1;
4923 newstatus = 0;
4928 return light_set_status(newstatus);

Completed in 149 milliseconds