Searched refs:OPT (Results 1 – 5 of 5) sorted by relevance
/linux-2.6.39/net/netfilter/ |
D | nf_conntrack_h323_types.c | 94 {FNAME("productId") OCTSTR, BYTE, 1, 0, SKIP | OPT, 0, NULL}, 95 {FNAME("versionId") OCTSTR, BYTE, 1, 0, SKIP | OPT, 0, NULL}, 99 {FNAME("nonStandardData") SEQ, 0, 2, 2, SKIP | OPT, 0, 104 {FNAME("nonStandardData") SEQ, 0, 2, 2, SKIP | OPT, 0, 106 {FNAME("dataRatesSupported") SEQOF, SEMI, 0, 0, SKIP | OPT, 0, NULL}, 111 {FNAME("nonStandardData") SEQ, 0, 2, 2, SKIP | OPT, 0, 113 {FNAME("dataRatesSupported") SEQOF, SEMI, 0, 0, SKIP | OPT, 0, NULL}, 118 {FNAME("nonStandardData") SEQ, 0, 2, 2, SKIP | OPT, 0, 120 {FNAME("dataRatesSupported") SEQOF, SEMI, 0, 0, SKIP | OPT, 0, NULL}, 125 {FNAME("nonStandardData") SEQ, 0, 2, 2, SKIP | OPT, 0, [all …]
|
D | nf_conntrack_h323_asn1.c | 76 #define OPT 16 macro 521 if (son->attr & OPT) { /* Optional component */ in decode_seq()
|
/linux-2.6.39/Documentation/filesystems/nfs/ |
D | nfs41-server.txt | 77 (OPT), and NFSv4.0 operations that are required not to implement (MNI) 97 | | OPT, or | (REQ, REC, | | 98 | | MNI | or OPT) | | 107 NS*| DELEGPURGE | OPT | FDELG (REQ) | Section 18.5 | 108 | DELEGRETURN | OPT | FDELG, | Section 18.6 | 116 P | GETDEVICEINFO | OPT | pNFS (REQ) | Section 18.40 | 117 P | GETDEVICELIST | OPT | pNFS (OPT) | Section 18.41 | 119 NS*| GET_DIR_DELEGATION | OPT | DDELG (REQ) | Section 18.39 | 120 P | LAYOUTCOMMIT | OPT | pNFS (REQ) | Section 18.42 | 121 P | LAYOUTGET | OPT | pNFS (REQ) | Section 18.43 | [all …]
|
/linux-2.6.39/scripts/ |
D | coccicheck | 48 OPT=`grep "Option" $COCCI | cut -d':' -f2` 59 echo "with option(s) \"$OPT\"" 90 $SPATCH -D patch $FLAGS -sp_file $COCCI $OPT $OPTIONS || \ 91 $SPATCH -D report $FLAGS -sp_file $COCCI $OPT $OPTIONS -no_show_diff || \ 92 $SPATCH -D context $FLAGS -sp_file $COCCI $OPT $OPTIONS || \ 93 $SPATCH -D org $FLAGS -sp_file $COCCI $OPT $OPTIONS -no_show_diff || exit 1 95 $SPATCH -D $MODE $FLAGS -sp_file $COCCI $OPT $OPTIONS || exit 1
|
/linux-2.6.39/Documentation/laptops/ |
D | laptop-mode.txt | 440 OPT="$1" 443 -e 's/,'"$OPT"'=[0-9]*,/,/g' \ 452 OPT="$1" 455 -e 's/,'"$OPT"',/,/g' \ 474 OPT="$2" 478 PARSEDOPTS1="$(parse_nonumber_mount_opts $OPT $L_OPTS)" 479 PARSEDOPTS1="$(parse_nonumber_mount_opts no$OPT $PARSEDOPTS1)" 482 if echo "$FSTAB_OPTS" | grep "$OPT" > /dev/null ; then 484 if echo "$FSTAB_OPTS" | grep "no$OPT" > /dev/null ; then 485 echo "$PARSEDOPTS1,no$OPT" [all …]
|