| /onnv/onnv-gate/usr/src/cmd/iscsi/iscsitadm/ |
| cmdparse.h | 37 /* subcommands must have a single bit on and must have exclusive values */ 82 * optionProp.exclusive -> short options that are required to be exclusively 97 * MODIFY DISCOVERY has no exclusive options 108 char *exclusive; member in struct:_optionProp
|
| /onnv/onnv-gate/usr/src/cmd/iscsiadm/ |
| cmdparse.h | 36 /* subcommands must have a single bit on and must have exclusive values */ 81 * optionProp.exclusive -> short options that are required to be exclusively 96 * MODIFY DISCOVERY has no exclusive options 107 char *exclusive; member in struct:_optionProp
|
| /onnv/onnv-gate/usr/src/cmd/isns/isnsadm/ |
| cmdparse.h | 54 /* subcommands must have a single bit on and must have exclusive values */ 86 * exclusive -> short options that are required to be exclusively entered 109 * LIST_TARGET has no exclusive options 129 char *exclusive; member in struct:_subCommandProps
|
| /onnv/onnv-gate/usr/src/cmd/mpathadm/ |
| cmdparse.h | 35 /* subcommands must have a single bit on and must have exclusive values */ 80 * optionProp.exclusive -> short options that are required to be exclusively 95 * MODIFY DISCOVERY has no exclusive options 106 char *exclusive; member in struct:_optionProp
|
| /onnv/onnv-gate/usr/src/common/cmdparse/ |
| cmdparse.h | 54 /* subcommands must have a single bit on and must have exclusive values */ 85 * exclusive -> short options that are required to be exclusively entered 107 * "list-target" has no exclusive options 126 char *exclusive; member in struct:_subCommandProps
|
| /onnv/onnv-gate/usr/src/uts/common/fs/ufs/ |
| ufs_directio.c | 362 int exclusive, ncur, bmap_peek; local 592 exclusive = rw_write_held(&ip->i_contents); 594 if (!exclusive) { 606 if (!exclusive) 615 if (!exclusive) { 729 if (!exclusive) {
|
| ufs_vnops.c | 440 int exclusive; local 470 exclusive = rw_write_held(&ip->i_rwlock); 477 !exclusive && rewriteflg) { 519 if (!exclusive && !rw_tryupgrade(&ip->i_rwlock)) { [all...] |
| /onnv/onnv-gate/usr/src/cmd/sgs/lex/common/ |
| once.h | 119 /* XCU4: %x exclusive start */ 120 int *exclusive; variable
|
| /onnv/onnv-gate/usr/src/cmd/avs/sdbc/ |
| scmadm.c | 945 const char *exclusive = gettext( local 947 "are mutually exclusive\n"); 970 (void) fprintf(stderr, exclusive); 981 (void) fprintf(stderr, exclusive); 992 (void) fprintf(stderr, exclusive); 1042 exclusive); 1078 "mutually exclusive\n")); [all...] |
| /onnv/onnv-gate/usr/src/cmd/svr4pkg/pkgadm/ |
| lock.c | 99 * lock exclusive - is the lock exclusive (single locker only) 232 int eFlag = 0; /* exclusive lock */ 233 int exclusive = 1; /* exclusive vs shared lock */ local 255 case 'e': /* exclusive lock */ 542 /* set "exclusive" mode based on -e/-s flag used */ 545 exclusive = 0; 547 exclusive = 1; 553 qFlag, wFlag, WFlag, exclusive, RFlag, pFlag, zFlag) [all...] |