Searched refs:set_owner (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/host/
H A Dehci-hub.c478 static void set_owner(struct ehci_hcd *ehci, int portnum, int new_owner) function
536 set_owner(ehci, portnum, new_owner);
1108 set_owner(ehci, --portnum, PORT_OWNER);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/smbd/
H A Dtrans2.c5164 uid_t set_owner = (uid_t)SMB_UID_NO_CHANGE; local
5189 set_owner = (uid_t)IVAL(pdata,40);
5210 fname, (double)size, (unsigned int)set_owner, (unsigned int)set_grp, (int)raw_unixmode));
5266 if ((set_owner != (uid_t)SMB_UID_NO_CHANGE) && (psbuf->st_uid != set_owner)) {
5268 (unsigned int)set_owner, fname ));
5269 if (SMB_VFS_CHOWN(conn, fname, set_owner, (gid_t)-1) != 0) {
5284 (unsigned int)set_owner, fname ));

Completed in 55 milliseconds