Searched refs:OPT (Results 1 – 5 of 5) sorted by relevance
/Linux-v4.19/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 551 if (son->attr & OPT) { /* Optional component */ in decode_seq()
|
/Linux-v4.19/Documentation/filesystems/nfs/ |
D | nfs41-server.txt | 29 (OPT), and NFSv4.0 operations that are required not to implement (MNI) 47 | | OPT, or | (REQ, REC, | | 48 | | MNI | or OPT) | | 57 NS*| DELEGPURGE | OPT | FDELG (REQ) | Section 18.5 | 58 | DELEGRETURN | OPT | FDELG, | Section 18.6 | 66 I | GETDEVICEINFO | OPT | pNFS (REQ) | Section 18.40 | 67 NS*| GETDEVICELIST | OPT | pNFS (OPT) | Section 18.41 | 69 NS*| GET_DIR_DELEGATION | OPT | DDELG (REQ) | Section 18.39 | 70 I | LAYOUTCOMMIT | OPT | pNFS (REQ) | Section 18.42 | 71 I | LAYOUTGET | OPT | pNFS (REQ) | Section 18.43 | [all …]
|
/Linux-v4.19/scripts/ |
D | coccicheck | 176 OPT=`grep "Options:" $COCCI | cut -d':' -f2` 197 echo "with option(s) \"$OPT\"" 229 $FLAGS --cocci-file $COCCI $OPT $OPTIONS || \ 231 $FLAGS --cocci-file $COCCI $OPT $OPTIONS --no-show-diff || \ 233 $FLAGS --cocci-file $COCCI $OPT $OPTIONS || \ 235 $FLAGS --cocci-file $COCCI $OPT $OPTIONS --no-show-diff || exit 1 238 $FLAGS --cocci-file $COCCI $OPT $OPTIONS --no-show-diff && \ 240 $FLAGS --cocci-file $COCCI $OPT $OPTIONS || exit 1 242 run_cmd $SPATCH -D $MODE $FLAGS --cocci-file $COCCI $OPT $OPTIONS || exit 1
|
/Linux-v4.19/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 …]
|