Searched refs:post (Results 101 - 125 of 152) sorted by relevance

1234567

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/
H A Dinitio.h384 void (*post) (u8 *, u8 *); /*4C POST routine */ member in struct:scsi_ctrl_blk
H A Dinitio.c985 (*tmp->post) ((u8 *) host, (u8 *) tmp);
1018 (*tmp->post) ((u8 *) host, (u8 *) tmp);
1155 (*scb->post) ((u8 *) host, (u8 *) scb);
2567 cblk->post = i91uSCBPost; /* i91u's callback routine */
2570 cblk->flags = SCF_POST; /* After SCSI done, call post routine */
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ocfs2/
H A Drefcounttree.c3625 struct ocfs2_post_refcount *post)
3664 context->post_refcount = post;
3688 struct ocfs2_post_refcount *post)
3717 if (post)
3718 credits += post->credits;
3743 if (post && post->func) {
3744 ret = post->func(inode, handle, post->para);
3619 ocfs2_refcount_cow_xattr(struct inode *inode, struct ocfs2_dinode *di, struct ocfs2_xattr_value_buf *vb, struct ocfs2_refcount_tree *ref_tree, struct buffer_head *ref_root_bh, u32 cpos, u32 write_len, struct ocfs2_post_refcount *post) argument
3682 ocfs2_add_refcount_flag(struct inode *inode, struct ocfs2_extent_tree *data_et, struct ocfs2_caching_info *ref_ci, struct buffer_head *ref_root_bh, u32 cpos, u32 p_cluster, u32 num_clusters, struct ocfs2_cached_dealloc_ctxt *dealloc, struct ocfs2_post_refcount *post) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/engines/
H A Dmakeengines.com24 $! TCPIP for TCPIP (post UCX)
817 $! Set the library to use TCPIP (post UCX).
853 $ WRITE SYS$OUTPUT " TCPIP : To link with TCPIP (post UCX) TCP/IP library."
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/apps/
H A Dmakeapps.com36 $! TCPIP for TCPIP (post UCX)
1010 $! Check to see if TCPIP (post UCX) was chosen
1055 $ WRITE SYS$OUTPUT " TCPIP : To link with TCPIP (post UCX) TCP/IP library."
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/
H A Dfileio.c2489 char *fzofft(__G__ val, pre, post)
2493 ZCONST char *post; variable
2521 if (post == NULL)
2524 strcat(fmt, post); /* Caller's radix. */
H A Dunzpriv.h2328 ZCONST char *pre, ZCONST char *post));
2720 #define FmZofft(val, pre, post) fzofft(__G__ val, pre, post)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/
H A Dopenssl.spec141 %post
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/matrox/
H A Dmatroxfb_Ti3026.c284 int *feed, int *post)
292 fvco >>= (*post = lpost);
282 Ti3026_calcclock(const struct matrox_fb_info *minfo, unsigned int freq, unsigned int fmax, int *in, int *feed, int *post) argument
H A Dmatroxfb_DAC1064.c39 unsigned int *post)
59 *post = p;
36 DAC1064_calcclock(const struct matrox_fb_info *minfo, unsigned int freq, unsigned int fmax, unsigned int *in, unsigned int *feed, unsigned int *post) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/
H A Dopenssl.spec141 %post
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/ssl/
H A Dssl-lib.com40 $! TCPIP for TCPIP (post UCX)
970 $! Set the library to use TCPIP (post UCX).
1006 $ WRITE SYS$OUTPUT " TCPIP : To link with TCPIP (post UCX) TCP/IP library."
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/
H A Dopenssl.spec141 %post
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/
H A Dcrypto-lib.com40 $! TCPIP for TCPIP (post UCX)
1221 $! Set the library to use TCPIP (post UCX).
1257 $ WRITE SYS$OUTPUT " TCPIP : To link with TCPIP (post UCX) TCP/IP library."
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/
H A Dffserver.c139 int post; member in struct:HTTPContext
947 if (c->stream && !c->post && c->stream->stream_type == STREAM_TYPE_LIVE)
1532 c->post = 0;
1534 c->post = 1;
1642 if (c->post == 0 && stream->stream_type == STREAM_TYPE_LIVE)
1652 if (c->post == 0 && max_bandwidth < current_bandwidth) {
1805 if (c->post) {
1806 /* if post, it means a feed is being sent */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iproute2/misc/
H A Dss.c721 return run_ssfilter(f->pred, s) && run_ssfilter(f->post, s);
723 return run_ssfilter(f->pred, s) || run_ssfilter(f->post, s);
831 l2 = ssfilter_bytecompile(f->post, &a2);
844 l2 = ssfilter_bytecompile(f->post, &a2);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/libvorbis-1.2.3/doc/
H A D08-residue.tex418 Format 2 is reducible to format 1. It may be implemented as an additional step prior to and an additional post-decode step after a normal format 1 decode.
429 \item If all vectors 0 through \emph{ch}-1 are marked 'do not decode', allocate and clear a single vector \varname{[v]}of length \emph{ch*n} and skip step 2 below; proceed directly to the post-decode step.
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/engines/
H A Dmakeengines.com24 $! TCPIP for TCPIP (post UCX)
1046 $! Set the library to use TCPIP (post UCX).
1082 $ WRITE SYS$OUTPUT " TCPIP : To link with TCPIP (post UCX) TCP/IP library."
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/jpeg/
H A Djpeglib.h622 struct jpeg_d_post_controller * post; member in struct:jpeg_decompress_struct
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/engines/
H A Dmakeengines.com24 $! TCPIP for TCPIP (post UCX)
1046 $! Set the library to use TCPIP (post UCX).
1082 $ WRITE SYS$OUTPUT " TCPIP : To link with TCPIP (post UCX) TCP/IP library."
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/jpeg-7/
H A Djpeglib.h648 struct jpeg_d_post_controller * post; member in struct:jpeg_decompress_struct
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/acpi/
H A Dvideo.c111 u8 post:1; /* can configure the head to */ member in struct:acpi_video_bus_flags
1096 video->flags.post = 1;
1420 video->flags.post ? "yes" : "no");
2497 printk(KERN_INFO PREFIX "%s [%s] (multi-head: %s rom: %s post: %s)\n",
2501 video->flags.post ? "yes" : "no");
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/modes/asm/
H A Dghash-armv4.pl447 veor $Xm,$Xm,$Xl @ Karatsuba post-processing
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/modes/asm/
H A Dghash-armv4.pl447 veor $Xm,$Xm,$Xl @ Karatsuba post-processing
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/test/
H A Dmaketests.com973 $! Set the library to use TCPIP (post UCX).
1009 $ WRITE SYS$OUTPUT " TCPIP : To link with TCPIP (post UCX) TCP/IP library."

Completed in 442 milliseconds

1234567