Home
last modified time | relevance | path

Searched refs:OPT (Results 1 – 25 of 66) sorted by relevance

123

/OK3568_Linux_fs/kernel/net/netfilter/
H A Dnf_conntrack_h323_types.c93 {FNAME("productId") OCTSTR, BYTE, 1, 0, SKIP | OPT, 0, NULL},
94 {FNAME("versionId") OCTSTR, BYTE, 1, 0, SKIP | OPT, 0, NULL},
98 {FNAME("nonStandardData") SEQ, 0, 2, 2, SKIP | OPT, 0,
103 {FNAME("nonStandardData") SEQ, 0, 2, 2, SKIP | OPT, 0,
105 {FNAME("dataRatesSupported") SEQOF, SEMI, 0, 0, SKIP | OPT, 0, NULL},
110 {FNAME("nonStandardData") SEQ, 0, 2, 2, SKIP | OPT, 0,
112 {FNAME("dataRatesSupported") SEQOF, SEMI, 0, 0, SKIP | OPT, 0, NULL},
117 {FNAME("nonStandardData") SEQ, 0, 2, 2, SKIP | OPT, 0,
119 {FNAME("dataRatesSupported") SEQOF, SEMI, 0, 0, SKIP | OPT, 0, NULL},
124 {FNAME("nonStandardData") SEQ, 0, 2, 2, SKIP | OPT, 0,
[all …]
/OK3568_Linux_fs/kernel/include/linux/
H A Dfs_parser.h106 #define __fsparam(TYPE, NAME, OPT, FLAGS, DATA) \ argument
109 .opt = OPT, \
115 #define fsparam_flag(NAME, OPT) __fsparam(NULL, NAME, OPT, 0, NULL) argument
116 #define fsparam_flag_no(NAME, OPT) \ argument
117 __fsparam(NULL, NAME, OPT, fs_param_neg_with_no, NULL)
118 #define fsparam_bool(NAME, OPT) __fsparam(fs_param_is_bool, NAME, OPT, 0, NULL) argument
119 #define fsparam_u32(NAME, OPT) __fsparam(fs_param_is_u32, NAME, OPT, 0, NULL) argument
120 #define fsparam_u32oct(NAME, OPT) \ argument
121 __fsparam(fs_param_is_u32, NAME, OPT, 0, (void *)8)
122 #define fsparam_u32hex(NAME, OPT) \ argument
[all …]
/OK3568_Linux_fs/kernel/Documentation/filesystems/nfs/
H A Dnfs41-server.rst31 (OPT), and NFSv4.0 operations that are required not to implement (MNI)
51 | Implementation status | Operation | REQ,REC, OPT or NMI | Feature (REQ, REC or OPT) | …
67 | NS* | DELEGPURGE | OPT | FDELG (REQ) | …
69 | | DELEGRETURN | OPT | FDELG, | …
85 | I | GETDEVICEINFO | OPT | pNFS (REQ) | …
87 | NS* | GETDEVICELIST | OPT | pNFS (OPT) | …
91 | NS* | GET_DIR_DELEGATION | OPT | DDELG (REQ) | …
93 | I | LAYOUTCOMMIT | OPT | pNFS (REQ) | …
95 | I | LAYOUTGET | OPT | pNFS (REQ) | …
97 | I | LAYOUTRETURN | OPT | pNFS (REQ) | …
[all …]
/OK3568_Linux_fs/kernel/scripts/
H A Dcoccicheck187 OPT=`grep "Options:" $COCCI | cut -d':' -f2`
208 echo "with option(s) \"$OPT\""
240 $FLAGS --cocci-file $COCCI $OPT $OPTIONS || \
242 $FLAGS --cocci-file $COCCI $OPT $OPTIONS --no-show-diff || \
244 $FLAGS --cocci-file $COCCI $OPT $OPTIONS || \
246 $FLAGS --cocci-file $COCCI $OPT $OPTIONS --no-show-diff || exit 1
249 $FLAGS --cocci-file $COCCI $OPT $OPTIONS --no-show-diff && \
251 $FLAGS --cocci-file $COCCI $OPT $OPTIONS || exit 1
253 run_cmd $SPATCH -D $MODE $FLAGS --cocci-file $COCCI $OPT $OPTIONS || exit 1
/OK3568_Linux_fs/yocto/poky/meta/classes/
H A Dupdate-rc.d.bbclass28 OPT="-r $D"
30 OPT="-s"
32 update-rc.d $OPT ${INITSCRIPT_NAME} ${INITSCRIPT_PARAMS}
45 OPT="-f -r $D"
47 OPT="-f"
49 update-rc.d $OPT ${INITSCRIPT_NAME} remove
/OK3568_Linux_fs/buildroot/support/download/
H A Dfile23 while getopts "${BR_BACKEND_DL_GETOPTS}" OPT; do
24 case "${OPT}" in
H A Dscp18 while getopts "${BR_BACKEND_DL_GETOPTS}" OPT; do
19 case "${OPT}" in
H A Dwget19 while getopts "${BR_BACKEND_DL_GETOPTS}" OPT; do
20 case "${OPT}" in
H A Dsvn26 while getopts "${BR_BACKEND_DL_GETOPTS}" OPT; do
27 case "${OPT}" in
H A Dhg19 while getopts "${BR_BACKEND_DL_GETOPTS}" OPT; do
20 case "${OPT}" in
H A Dbzr21 while getopts "${BR_BACKEND_DL_GETOPTS}" OPT; do
22 case "${OPT}" in
H A Ddl-wrapper43 local OPT OPTARG
48 while getopts ":c:d:D:o:n:N:H:rf:u:q" OPT; do
49 case "${OPT}" in
H A Dcvs20 while getopts "${BR_BACKEND_DL_GETOPTS}" OPT; do
21 case "${OPT}" in
H A Dcheck-hash22 while getopts :q OPT; do
23 case "${OPT}" in
H A Dgit55 while getopts "${BR_BACKEND_DL_GETOPTS}" OPT; do
56 case "${OPT}" in
/OK3568_Linux_fs/buildroot/support/scripts/
H A Dbr2-external16 local OPT OPTARG
19 while getopts :d: OPT; do
20 case "${OPT}" in
H A Dcheck-bin-arch33 while getopts p:l:r:a:i: OPT ; do
34 case "${OPT}" in
/OK3568_Linux_fs/buildroot/package/zip/
H A D0008-fix-musl-static-build.patch12 if [ ${OPT} ]; then
13 LFLAGS2="${LFLAGS2} ${OPT}"
/OK3568_Linux_fs/buildroot/package/python3/
H A D0003-Add-infrastructure-to-disable-the-build-of-certain-e.patch61 echo "$(RUNSHARED) CC='$(CC)' LDSHARED='$(BLDSHARED)' OPT='$(OPT)' \
65 $(RUNSHARED) CC='$(CC)' LDSHARED='$(BLDSHARED)' OPT='$(OPT)' \
H A D0027-python-config.sh-don-t-reassign-prefix.patch43 OPT="@OPT@"
/OK3568_Linux_fs/kernel/Documentation/admin-guide/laptops/
H A Dlaptop-mode.rst442 OPT="$1"
445 -e 's/,'"$OPT"'=[0-9]*,/,/g' \
454 OPT="$1"
457 -e 's/,'"$OPT"',/,/g' \
476 OPT="$2"
480 PARSEDOPTS1="$(parse_nonumber_mount_opts $OPT $L_OPTS)"
481 PARSEDOPTS1="$(parse_nonumber_mount_opts no$OPT $PARSEDOPTS1)"
484 if echo "$FSTAB_OPTS" | grep "$OPT" > /dev/null ; then
486 if echo "$FSTAB_OPTS" | grep "no$OPT" > /dev/null ; then
487 echo "$PARSEDOPTS1,no$OPT"
[all …]
/OK3568_Linux_fs/yocto/poky/scripts/contrib/bb-perf/
H A Dbuildstats.sh68 while getopts "b:r:t:s:aHh" OPT; do
69 case $OPT in
H A Dbb-matrix-plot.sh43 while getopts "d:f:hs:t:w" OPT; do
44 case $OPT in
H A Dbuildstats-plot.sh74 while getopts "b:n:r:t:s:o:aSh" OPT; do
75 case $OPT in
/OK3568_Linux_fs/yocto/poky/scripts/
H A Dsend-pull-request60 while getopts "acC:hp:t:" OPT; do
61 case $OPT in

123