Searched refs:disposition (Results 1 - 18 of 18) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/
H A Dscsi_priv.h33 void scsi_log_completion(struct scsi_cmnd *cmd, int disposition);
37 static inline void scsi_log_completion(struct scsi_cmnd *cmd, int disposition) argument
H A Dscsi.c380 void scsi_log_completion(struct scsi_cmnd *cmd, int disposition) argument
387 * 1: log disposition, result, opcode + command, and conditionally
399 if (((level > 0) && (cmd->result || disposition != SUCCESS)) ||
408 switch (disposition) {
H A Dscsi_lib.c1380 int disposition; local
1384 disposition = scsi_decide_disposition(cmd);
1385 if (disposition != SUCCESS &&
1390 disposition = SUCCESS;
1393 scsi_log_completion(cmd, disposition);
1395 switch (disposition) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/cifs/
H A Ddir.c142 int disposition = FILE_OVERWRITE_IF; local
169 disposition = FILE_CREATE;
171 disposition = FILE_OVERWRITE_IF;
173 disposition = FILE_OPEN_IF;
191 rc = CIFSSMBOpen(xid, pTcon, full_path, disposition,
200 rc = SMBLegacyOpen(xid, pTcon, full_path, disposition,
H A Dcifsproto.h233 const char *fileName, const int disposition,
238 const char *fileName, const int disposition,
H A Dfile.c170 int disposition; local
230 * Note that there is not a direct match between disposition
243 disposition = cifs_get_disposition(file->f_flags);
266 rc = CIFSSMBOpen(xid, pTcon, full_path, disposition,
275 rc = SMBLegacyOpen(xid, pTcon, full_path, disposition,
351 int disposition = FILE_OPEN; local
413 rc = CIFSSMBOpen(xid, pTcon, full_path, disposition, desiredAccess,
H A Dcifssmb.c1034 static __u16 convert_disposition(int disposition) argument
1038 switch (disposition) {
1058 cFYI(1,("unknown disposition %d",disposition));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/platforms/pseries/
H A Dras.c325 if (err->disposition == RTAS_DISP_FULLY_RECOVERED) {
331 err->disposition == RTAS_DISP_NOT_RECOVERED &&
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-powerpc/
H A Drtas.h81 /* RTAS event disposition */
142 unsigned long disposition:2; /* Degree of recovery */ member in struct:rtas_error_log
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/sctp/
H A Dsm_statefuns.c159 * The return value is the disposition of the chunk.
239 * The return value is the disposition of the chunk.
433 * The return value is the disposition of the chunk.
565 * The return value is the disposition of the chunk.
731 * The return value is the disposition of the chunk.
910 * The return value is the disposition of the chunk.
977 * The return value is the disposition of the chunk.
1450 * The return value is the disposition of the chunk.
1503 * The return value is the disposition of the chunk.
1556 sctp_disposition_t disposition; local
2382 sctp_disposition_t disposition; local
3942 int disposition; local
4915 int disposition; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/alpha/kernel/
H A Derr_marvel.c1036 int disposition = MCHK_DISPOSITION_UNKNOWN_ERROR; local
1106 disposition = process_frame(lf_subpackets, 0);
1108 switch(disposition) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavformat/
H A Davformat.h503 int disposition; /**< AV_DISPOSITION_* bit field */ member in struct:AVStream
H A Dmatroskaenc.c543 if (st->disposition)
544 put_ebml_uint(pb, MATROSKA_ID_TRACKFLAGDEFAULT, !!(st->disposition & AV_DISPOSITION_DEFAULT));
H A Dnutdec.c383 av_log(avf, AV_LOG_INFO, "unknown disposition type '%s'\n", value);
386 avf->streams[i]->disposition |= flag;
H A Dnutenc.c493 if (st->disposition & ff_nut_dispositions[i].flag)
H A Dmatroskadec.c1349 st->disposition |= AV_DISPOSITION_DEFAULT;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/include/libavformat/
H A Davformat.h503 int disposition; /**< AV_DISPOSITION_* bit field */ member in struct:AVStream
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/
H A Dffmpeg.c1736 ost->st->disposition = ist->st->disposition;

Completed in 153 milliseconds