Searched refs:return (Results 1 - 7 of 7) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/router/rp-pppoe/
H A Dadsl-init-suse.in31 # The echo return value for success (defined in /etc/rc.config).
32 return=$rc_done
36 $START > /dev/null 2>&1 || return=$rc_failed
37 echo -e "$return"
42 $STOP > /dev/null 2>&1 || return=$rc_failed
43 echo -e "$return"
/asus-wl-520gu-7.0.1.45/src/router/jpeg-6b/
H A Djmemdosa.asm18 ; require SI,DI,DS to be preserved. Also, we use only 16-bit-wide return
57 jc open_err ; if failed, return error code
60 xor ax,ax ; return zero for OK
91 jc close_err ; if failed, return error code
92 xor ax,ax ; return zero for OK
125 jc seek_err ; if failed, return error code
126 xor ax,ax ; return zero for OK
159 jc read_err ; if failed, return error code
162 mov ax,1 ; else return 1 for not OK
164 read_ok: xor ax,ax ; return zer
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/Documentation/cdrom/
H A Dcdrom-standard.tex342 function call should return only after the command has completed, but of
357 return value is negative on error, and zero on success. The
415 action need be taken, and the return value should be 0.
428 action need be taken, and the return value should be 0.
452 current disc loaded and the return value should be positive. A negative
453 return value indicates an error.
458 will perform disc selection. It should return the number of the
472 return the requested information in $CDROM_MSF$ format if it wishes so
475 necessary. The return value is 0 upon success.
484 same format. The return argumen
[all...]
/asus-wl-520gu-7.0.1.45/src/router/iproute2/doc/
H A Dapi-ip6-flowlabels.tex203 return cc;
212 return cc;
361 return -1;
372 return -1;
374 return 0;
H A Dip-cref.tex1935 the action is performed. The action predicate may return with success.
1996 \item \verb|unicast| --- the rule prescribes to return the route found
2876 when a packet does not leave this network. Let us return to the
3115 return $fwd
3134 if [ $class -eq 0 -o $class -ge 224 ]; then return 0
3135 elif [ $class -ge 192 ]; then return 24
3136 elif [ $class -ge 128 ]; then return 16
3137 else return 8 ; fi
/asus-wl-520gu-7.0.1.45/src/router/rp-l2tp/libevent/Doc/
H A Dlibevent.tex89 return value and \name{name} is the name of the function.}
118 readability would return.
218 return value indicates a critical internal error.}
319 process-ID \param{pid} exits. \param{pid} must be the return
/asus-wl-520gu-7.0.1.45/src/linux/linux/Documentation/
H A Dsmp.tex68 but will always return to that process. A process in kernel mode may

Completed in 152 milliseconds