Searched refs:aSYSTEM (Results 1 - 19 of 19) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/
H A Dncp_no.h7 #define aSYSTEM (__constant_ntohl(0x04000000)) macro
H A Dsmbno.h7 #define aSYSTEM (1L<<2) macro
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/
H A Dncp_no.h7 #define aSYSTEM (__constant_ntohl(0x04000000)) macro
H A Dsmbno.h7 #define aSYSTEM (1L<<2) macro
/asus-wl-520gu-7.0.1.45/src/router/samba/source/smbd/
H A Ddosmode.c131 result |= aSYSTEM;
174 if (result & aSYSTEM) DEBUG(8, ("s"));
H A Ddir.c564 if (((mode & ~dirtype) & (aHIDDEN | aSYSTEM | aDIR)) != 0)
570 mask = ((dirtype >> 8) & (aDIR|aARCH|aRONLY|aHIDDEN|aSYSTEM)); /* & 0x37 */
572 if((mask & (mode & (aDIR|aARCH|aRONLY|aHIDDEN|aSYSTEM))) == mask) /* check if matching attribute present */
H A Dreply.c1343 if ((fmode & ~dirtype) & (aHIDDEN | aSYSTEM))
/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/ncpfs/
H A Dinode.c91 switch (nwi->attributes & (aHIDDEN|aSYSTEM)) {
105 case aSYSTEM:
109 /* case aSYSTEM|aHIDDEN: */
151 switch (nwi->attributes & (aHIDDEN|aSYSTEM)) {
165 case aSYSTEM:
169 /* case aSYSTEM|aHIDDEN: */
626 info.attributes |= aSHARED | aSYSTEM;
H A Ddir.c849 attributes |= aSYSTEM | aSHARED;
/asus-wl-520gu-7.0.1.45/src/router/samba/source/include/
H A Dsmb_macros.h36 #define IS_DOS_SYSTEM(test_mode) (((test_mode) & aSYSTEM) != 0)
H A Dsmb.h91 #define aSYSTEM (1L<<2) /* 0x04 */ macro
/asus-wl-520gu-7.0.1.45/src/router/samba/source/libsmb/
H A Dclifile.c206 SSVAL(cli->outbuf,smb_vwv0,aSYSTEM | aHIDDEN | aDIR);
243 SSVAL(cli->outbuf,smb_vwv0,aSYSTEM | aHIDDEN);
493 SSVAL(cli->outbuf,smb_vwv4,aSYSTEM | aHIDDEN);
H A Dlibsmbclient.c1915 if (cli_list(&srv->cli, path, aDIR | aSYSTEM | aHIDDEN, dir_list_fn,
2280 if (cli_list(&srv->cli, lpath, aDIR | aSYSTEM | aHIDDEN, rmdir_list_fn,
2485 if ((newmode & S_IXGRP) && lp_map_system(-1)) mode |= aSYSTEM;
/asus-wl-520gu-7.0.1.45/src/router/samba/source/client/
H A Dclient.c573 uint16 attribute = aDIR | aSYSTEM | aHIDDEN;
609 uint16 attribute = aDIR | aSYSTEM | aHIDDEN;
854 do_list(mget_mask, aSYSTEM | aHIDDEN | aDIR,do_mget,False, True);
906 uint16 attribute = aSYSTEM | aHIDDEN;
1536 uint16 attribute = aSYSTEM | aHIDDEN;
2324 if (cli_list(cli, dirmask, aDIR | aSYSTEM | aHIDDEN, completion_remote_filter, &info) < 0)
H A Dclitar.c73 static uint16 attribute = aDIR | aSYSTEM | aHIDDEN;
678 } else if (!tar_system && (finfo.mode & aSYSTEM)) {
1318 attra[direct]|=aSYSTEM;
/asus-wl-520gu-7.0.1.45/src/router/samba/source/smbwrapper/
H A Dsmbw_dir.c241 if (cli_list(&srv->cli, mask, aHIDDEN|aSYSTEM|aDIR,
H A Dsmbw.c1205 if ((newmode & S_IXGRP) && lp_map_system(-1)) mode |= aSYSTEM;
/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/smbfs/
H A Dproc.c960 WSET(server->packet, smb_vwv1, aSYSTEM | aHIDDEN | aDIR);
1257 WSET(server->packet, smb_vwv0, aSYSTEM | aHIDDEN | aDIR);
1358 WSET(server->packet, smb_vwv0, aSYSTEM | aHIDDEN);
1847 WSET(param, 0, aSYSTEM | aHIDDEN | aDIR);
2038 WSET(param, 0, aSYSTEM | aHIDDEN | aDIR);
/asus-wl-520gu-7.0.1.45/src/router/samba/source/lib/
H A Dutil.c441 if (mode & aSYSTEM) fstrcat(attrstr,"S");

Completed in 209 milliseconds