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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/sound/drivers/
H A Dserial-u16550.c126 int filemode; /* open status of file */ member in struct:snd_uart16550
235 } else if ((uart->filemode & SERIAL_MODE_INPUT_OPEN)
239 } else if ((uart->filemode & SERIAL_MODE_INPUT_OPEN) &&
301 if (uart->filemode == SERIAL_MODE_NOT_OPENED) {
522 if (uart->filemode == SERIAL_MODE_NOT_OPENED)
524 uart->filemode |= SERIAL_MODE_INPUT_OPEN;
536 uart->filemode &= ~SERIAL_MODE_INPUT_OPEN;
538 if (uart->filemode == SERIAL_MODE_NOT_OPENED)
552 uart->filemode |= SERIAL_MODE_INPUT_TRIGGERED;
554 uart->filemode
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/log/
H A Dlog_method.c115 *lg_modep = ((LOG *)dblp->reginfo.primary)->filemode;
150 lp->filemode = lg_mode;
H A Dlog_stat.c83 stats->st_mode = lp->filemode;
277 STAT_FMT("log file permissions mode", "%#lo", u_long, lp->filemode);
H A Dlog_put.c1410 if (lp->filemode == 0)
1414 mode = lp->filemode;
H A Dlog.c255 lp->filemode = dbenv->lg_filemode;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/dbinc/
H A Dlog.h322 int filemode; /* Log file permissions mode. */ member in struct:__log
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/curl-7.23.1/tests/
H A Druntests.pl3320 my $filemode=$hash{'mode'};
3321 if($filemode && ($filemode eq "text") && $has_textaware) {
3350 my $filemode=$hash{'mode'};
3351 if($filemode && ($filemode eq "text") && $has_textaware) {
3450 my $filemode=$hash{'mode'};
3451 if($filemode && ($filemode eq "text") && $has_textaware) {

Completed in 116 milliseconds