Searched refs:set_it (Results 1 - 3 of 3) sorted by last modified time

/linux-master/drivers/scsi/
H A Dst.c889 int set_it = 0;
896 set_it = 1;
904 set_it = 1;
907 if (set_it &&
886 int set_it = 0; local
/linux-master/fs/nfsd/
H A Dnfs4xdr.c457 u32 set_it; local
459 if (xdr_stream_decode_u32(argp->xdr, &set_it) < 0)
461 switch (set_it) {
485 u32 set_it; local
487 if (xdr_stream_decode_u32(argp->xdr, &set_it) < 0)
489 switch (set_it) {
H A Dnfs3xdr.c213 u32 set_it; local
217 if (xdr_stream_decode_bool(xdr, &set_it) < 0)
219 if (set_it) {
227 if (xdr_stream_decode_bool(xdr, &set_it) < 0)
229 if (set_it) {
238 if (xdr_stream_decode_bool(xdr, &set_it) < 0)
240 if (set_it) {
249 if (xdr_stream_decode_bool(xdr, &set_it) < 0)
251 if (set_it) {
259 if (xdr_stream_decode_u32(xdr, &set_it) <
[all...]

Completed in 151 milliseconds