代码搜索:until
找到约 4,232 项符合「until」的源代码
代码结果 4,232
www.eeworm.com/read/395150/2449470
cfg str912.cfg
# script for str9
# jtag speed. We need to stick to 16kHz until we've finished reset.
jtag_rclk 16
jtag_nsrst_delay 100
jtag_ntrst_delay 100
#use combined on interfaces or targets that can't set
www.eeworm.com/read/385891/2580415
h id.h
/* FIXME: this temporarely, until these are included in linux/i2c-id.h */
/* drivers */
#ifndef I2C_DRIVERID_TVMIXER
# define I2C_DRIVERID_TVMIXER I2C_DRIVERID_EXP0
#endif
#ifndef I2C_DRIVERID_TVAU
www.eeworm.com/read/385462/2588636
3 aio_suspend64.3
.TH aio_suspend64 3 2002-09-12 "Linux 2.4" Linux AIO"
.SH NAME
aio_suspend64 \- Wait until one or more requests of a specific set terminates
.SH SYNOPSYS
.nf
.B #include
.sp
.br
.B #include
www.eeworm.com/read/368386/2817139
h id.h
/* FIXME: this temporarely, until these are included in linux/i2c-id.h */
/* drivers */
#ifndef I2C_DRIVERID_TVMIXER
# define I2C_DRIVERID_TVMIXER I2C_DRIVERID_EXP0
#endif
#ifndef I2C_DRIVERID_TVAU
www.eeworm.com/read/350657/3121153
h id.h
/* FIXME: this temporarely, until these are included in linux/i2c-id.h */
/* drivers */
#ifndef I2C_DRIVERID_TVMIXER
# define I2C_DRIVERID_TVMIXER I2C_DRIVERID_EXP0
#endif
#ifndef I2C_DRIVERID_TVAU
www.eeworm.com/read/264095/4294880
h id.h
/* FIXME: this temporarely, until these are included in linux/i2c-id.h */
/* drivers */
#ifndef I2C_DRIVERID_TVMIXER
# define I2C_DRIVERID_TVMIXER I2C_DRIVERID_EXP0
#endif
#ifndef I2C_DRIVERID_TVAU
www.eeworm.com/read/161121/5558522
h id.h
/* FIXME: this temporarely, until these are included in linux/i2c-id.h */
/* drivers */
#ifndef I2C_DRIVERID_TVMIXER
# define I2C_DRIVERID_TVMIXER I2C_DRIVERID_EXP0
#endif
#ifndef I2C_DRIVERID_TVAU
www.eeworm.com/read/292919/8324800
17 figc.17
#include "apue.h"
#include
int
main(void)
{
int i, n;
int fd[2];
if (pipe(fd) < 0)
err_sys("pipe error");
set_fl(fd[1], O_NONBLOCK);
/*
* Write 1 byte at a time until pipe is ful
www.eeworm.com/read/292919/8325078
c sizepipe.c
#include "apue.h"
#include
int
main(void)
{
int i, n;
int fd[2];
if (pipe(fd) < 0)
err_sys("pipe error");
set_fl(fd[1], O_NONBLOCK);
/*
* Write 1 byte at a time until pipe is ful
www.eeworm.com/read/392544/8336309
17 figc.17
#include "apue.h"
#include
int
main(void)
{
int i, n;
int fd[2];
if (pipe(fd) < 0)
err_sys("pipe error");
set_fl(fd[1], O_NONBLOCK);
/*
* Write 1 byte at a time until pipe is ful