/illumos-gate/usr/src/cmd/bnu/ |
H A D | Install | 36 MODE= 58 MODE=$1 62 -m*) MODE=`echo $1|sed "s/..//"` 111 if [ -n "$MODE" ]; then 112 echo chmod $MODE $DIR/$FILE 113 chmod $MODE $DIR/$FILE
|
/illumos-gate/usr/src/cmd/allocate/ |
H A D | audio_clean.sh | 67 MODE="allocate" 81 if [ $MODE = "allocate" ]; then 93 if [ "$MODE" = "allocate" ]; then 128 MODE="allocate" 130 MODE="deallocate" 132 if [ "$MODE" != "allocate" -a "$MODE" != "deallocate" ]; then
|
H A D | disk_clean.sh | 84 if [ "$MODE" = "allocate" ]; then 432 MODE="allocate" 465 MODE="deallocate" 467 MODE="allocate" 469 MODE="deallocate" 512 if [ "$MODE" = "allocate" ]; then 549 if [ "$MODE" = "allocate" ]; then
|
/illumos-gate/usr/src/uts/common/sys/fs/ |
H A D | ufs_acl.h | 168 #define CHECK_ACL_ALLOWED(MODE) (((MODE) == IFDIR) || ((MODE) == IFREG) || \ 169 ((MODE) == IFIFO) || ((MODE) == IFCHR) || \ 170 ((MODE) == IFBLK) || ((MODE) == IFATTRDIR)) 182 #define MODE2ACL(P, MODE, CRED) \ 185 (P)->acl_ic_perm &= ((MODE) & 7); \
|
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/ccache/ |
H A D | scc.h | 90 #define MAYBE_OPEN(context, ID, MODE) \ 93 krb5_error_code maybe_open_ret = krb5_scc_open_file (context, ID,MODE); \
|
/illumos-gate/usr/src/lib/sun_fc/common/ |
H A D | Handle.h | 52 enum MODE { INITIATOR, TARGET }; enum in class:Handle 54 // Handle(HBA *hba, MODE m); // Generate ID based on target or initiator mode 68 MODE getMode() { return (modeVal); }; 79 MODE modeVal;
|
H A D | Handle.cc | 118 Handle::Handle(HBA *myhba, MODE m) {
|
/illumos-gate/usr/src/cmd/install.d/ |
H A D | install.sh | 44 MODE=755 193 -m) MODE=$2 212 chmod $MODE $i 219 chmod $MODE $i 261 chmod $MODE $direct/$FILE 282 chmod $MODE $direct/$FILE 353 chmod $MODE $PUTHERE 378 chmod $MODE $FILE
|
/illumos-gate/usr/src/cmd/sendmail/lib/ |
H A D | smtp-sendmail | 49 MODE="-bd" 52 # * MODE should be "-bd" or null (MODE= or MODE="") or 69 MODE="-bl" 78 $SENDMAIL $MODE -q$QUEUEOPTION$QUEUEINTERVAL $OPTIONS &
|
/illumos-gate/usr/src/uts/common/smbsrv/ |
H A D | ndr.h | 274 #define NDR_MODE_TO_M_OP(MODE) ((MODE) & 0x0F) 275 #define NDR_MODE_TO_DIR(MODE) ((MODE) & 0xF0) 278 #define NDR_MODE_MATCH(NDS, MODE) \ 279 (NDR_M_OP_AND_DIR_TO_MODE((NDS)->m_op, (NDS)->dir) == (MODE))
|
/illumos-gate/usr/src/tools/depcheck/ |
H A D | make_pkg_db | 140 dbmopen(%MODE, "$DBDir/MODE", 0664) || die"Cannot open dbm db $DBDir/MODE\n"; 150 undef %MODE; 167 &yelp ("...making the FTYPE MODE and PKGS databases\n"); 280 $MODE{$Entity} = $Mode if $Mode ne ""; # update MODE database 302 dbmclose (MODE);
|
H A D | get_depend_info | 174 $mode = $MODE{$destfile}; 264 dbmclose(MODE); 275 dbmopen(%MODE, "$DBDir/MODE", 0664) || 276 die"Cannot open dbm db $DBDir/MODE\n";
|
/illumos-gate/usr/src/uts/intel/io/amd8111s/ |
H A D | amd8111s_hw.c | 102 pMdl->init_blk->MODE = 0x0000; 2035 unsigned long MODE[10]; local 2044 MODE[0] = (unsigned long)tmp2; 2045 MODE[1] = 1; 2047 MODE[2] = tmp1; 2048 MODE[3] = ENABLE_MULTICAST; 2049 MODE[4] = 0; 2050 mdlChangeFilter(pLayerPointers, (unsigned long *)MODE); 2068 unsigned long MODE[10]; local 2075 MODE[ [all...] |
/illumos-gate/usr/src/cmd/sgs/rtld/common/ |
H A D | setup.c | 140 MODE(mlmp), flags, 0, NULL); 444 MODE(rlmp) |= (RTLD_LAZY | RTLD_NODELETE | RTLD_GLOBAL | RTLD_WORLD); 867 MODE(mlmp) |= (RTLD_NODELETE | RTLD_GLOBAL | RTLD_WORLD); 870 MODE(mlmp) |= RTLD_CONFGEN; 871 MODE(mlmp) &= ~RTLD_NOW; 875 if ((MODE(mlmp) & RTLD_NOW) == 0) { 877 MODE(mlmp) |= RTLD_NOW; 879 MODE(mlmp) |= RTLD_LAZY;
|
H A D | object.c | 379 MODE(nlmp) |= MODE(olmp);
|
H A D | elf.c | 434 load_one(lml, lmco, palp, clmp, MODE(clmp), flags, hdl, in_nfavl); 725 ((nlmp = load_one(lml, lmco, palp, clmp, MODE(clmp), 745 if ((MODE(clmp) & RTLD_CONFGEN) || (lmflags & 906 mode = MODE(ilmp) | RTLD_GROUP; 1543 ((MODE(slp->sl_cmap) & (RTLD_GROUP | RTLD_WORLD)) == RTLD_GROUP) && 2004 MODE(lmp) |= RTLD_NOW; 2005 MODE(lmp) &= ~RTLD_LAZY; 2014 MODE(lmp) |= RTLD_NOW; 2015 MODE(lmp) &= ~RTLD_LAZY; 2023 MODE(lm [all...] |
H A D | analyze.c | 199 if (MODE(nlmp) & RTLD_CONFGEN) 511 ((MODE(nlmp) & (RTLD_NOW | RTLD_CONFGEN)) != RTLD_CONFGEN)) { 590 MODE(lmp) &= ~RTLD_NOW; 591 MODE(lmp) |= RTLD_LAZY; 922 MODE(lmp) |= nmode & ~(RTLD_PARENT | RTLD_NOLOAD | RTLD_FIRST); 934 MODE(lmp) &= ~RTLD_LAZY; 942 MODE(lmp) |= pmode; 949 * yet been relocated, setting its MODE() to RTLD_NOW will establish 2210 promote = update_mode(nlmp, MODE(nlmp), nmode); 2402 (void) update_mode(dlmp1, MODE(dlmp [all...] |
H A D | dlfcns.c | 426 (void) update_mode(dlmp, MODE(dlmp), mode); 505 ((MODE(lmp) & RTLD_CONFGEN) == 0) && 726 if (((MODE(nlmp) & RTLD_GLOBAL) == 0) || 730 if (update_mode(nlmp, MODE(nlmp), mode)) 1104 if (!(MODE(nlmp) & RTLD_GLOBAL)) 1135 if (!(MODE(nlmp) & RTLD_GLOBAL) || !LAZY(nlmp))
|
H A D | external.c | 500 MODE(lml->lm_lcs[CI_THRINIT].lc_lmp) |= RTLD_NODELETE;
|
H A D | remove.c | 563 (MODE(lmp) & RTLD_NODELETE) && (CNTL(lmp) == ALIST_OFF_DATA)) 663 ((MODE(lmp) & RTLD_NODELETE) == 0)) &&
|
/illumos-gate/usr/src/cmd/sgs/liblddbg/common/ |
H A D | files.c | 49 conv_dl_mode(MODE(lmp), 1, &dl_mode_buf)); 279 if ((MODE(lmp) & (RTLD_GLOBAL | RTLD_NODELETE)) == 282 else if (MODE(lmp) & RTLD_GLOBAL) 284 else if (MODE(lmp) & RTLD_NODELETE)
|
/illumos-gate/usr/src/cmd/sgs/rtld/amd64/ |
H A D | amd64_elf.c | 510 if (pltbgn && ((MODE(lmp) & RTLD_NOW) == 0) && 558 ((MODE(lmp) & RTLD_NOW) == 0)) {
|
/illumos-gate/usr/src/lib/cfgadm_plugins/shp/common/ |
H A D | shp.c | 191 #define MODE 5 macro 952 len = strlen(func_strs[MODE]); 953 if ((strncmp(str, func_strs[MODE], len) == 0) &&
|
/illumos-gate/usr/src/lib/cfgadm_plugins/pci/common/ |
H A D | cfga.c | 192 #define MODE 5 macro 1082 len = strlen(func_strs[MODE]); 1083 if ((strncmp(str, func_strs[MODE], len) == 0) &&
|
/illumos-gate/usr/src/cmd/sgs/rtld/i386/ |
H A D | i386_elf.c | 488 if (pltbgn && ((MODE(lmp) & RTLD_NOW) == 0) && 536 ((MODE(lmp) & RTLD_NOW) == 0)) {
|