Searched refs:si (Results 151 - 175 of 971) sorted by relevance

1234567891011>>

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/fs/sysv/
H A Dinode.c195 struct sysv_inode_info * si; local
231 si = SYSV_I(inode);
234 (u8 *)&si->i_data[block]);
236 si->i_dir_start_lookup = 0;
239 old_decode_dev(fs32_to_cpu(sbi, si->i_data[0])));
256 struct sysv_inode_info * si; local
281 si = SYSV_I(inode);
283 si->i_data[0] = cpu_to_fs32(sbi, old_encode_dev(inode->i_rdev));
285 write3byte(sbi, (u8 *)&si->i_data[block],
327 struct sysv_inode_info *si; local
342 struct sysv_inode_info *si = (struct sysv_inode_info *)p; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/shared/
H A Dnvram_rw.c51 extern int _nvram_init(void *si, int idx);
179 BCMINITFN(nvram_resetgpio_init)(void *si) argument
187 sih = (si_t *)si;
208 BCMINITFN(nvram_reset)(void *si) argument
212 si_t * sih = (si_t *)si;
366 BCMATTACHFN(nvram_init)(void *si) argument
386 sih = (si_t *)si;
392 ret = _nvram_init(si, 0);
403 ret = _nvram_init(si, 0);
415 BCMINITFN(nvram_append)(void *si, cha argument
421 nvram_exit(void *si) argument
646 devinfo_nvram_init(void *si) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/netatalk-3.0.5/etc/afpd/
H A Ddesktop.c258 static struct savedt si = { { 0, 0, 0, 0 }, -1, 0, 0 }; variable in typeref:struct:savedt
269 if ( si.sdt_fd != -1 ) {
270 if ( memcmp( si.sdt_creator, creator, sizeof( CreatorType )) == 0 &&
271 si.sdt_vid == vol->v_vid ) {
274 close( si.sdt_fd );
275 si.sdt_fd = -1;
280 if (( si.sdt_fd = open( dtf, flags, ad_mode( dtf, mode ))) < 0 ) {
295 if (( si.sdt_fd = open( dtf, flags, ad_mode( dtf, mode ))) < 0 ) {
304 memcpy( si.sdt_creator, creator, sizeof( CreatorType ));
305 si
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/netatalk-3.0.5/etc/afpd/
H A Ddesktop.c258 static struct savedt si = { { 0, 0, 0, 0 }, -1, 0, 0 }; variable in typeref:struct:savedt
269 if ( si.sdt_fd != -1 ) {
270 if ( memcmp( si.sdt_creator, creator, sizeof( CreatorType )) == 0 &&
271 si.sdt_vid == vol->v_vid ) {
274 close( si.sdt_fd );
275 si.sdt_fd = -1;
280 if (( si.sdt_fd = open( dtf, flags, ad_mode( dtf, mode ))) < 0 ) {
295 if (( si.sdt_fd = open( dtf, flags, ad_mode( dtf, mode ))) < 0 ) {
304 memcpy( si.sdt_creator, creator, sizeof( CreatorType ));
305 si
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/netatalk-3.0.5/etc/afpd/
H A Ddesktop.c258 static struct savedt si = { { 0, 0, 0, 0 }, -1, 0, 0 }; variable in typeref:struct:savedt
269 if ( si.sdt_fd != -1 ) {
270 if ( memcmp( si.sdt_creator, creator, sizeof( CreatorType )) == 0 &&
271 si.sdt_vid == vol->v_vid ) {
274 close( si.sdt_fd );
275 si.sdt_fd = -1;
280 if (( si.sdt_fd = open( dtf, flags, ad_mode( dtf, mode ))) < 0 ) {
295 if (( si.sdt_fd = open( dtf, flags, ad_mode( dtf, mode ))) < 0 ) {
304 memcpy( si.sdt_creator, creator, sizeof( CreatorType ));
305 si
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl-1.0.0q/crypto/pkcs7/
H A Dpk7_doit.c708 static int do_pkcs7_signed_attrib(PKCS7_SIGNER_INFO *si, EVP_MD_CTX *mctx) argument
714 if (!PKCS7_get_signed_attribute(si, NID_pkcs9_signingTime))
716 if (!PKCS7_add0_attrib_signing_time(si, NULL))
726 if (!PKCS7_add1_attrib_digest(si, md_data, md_len))
733 if (!PKCS7_SIGNER_INFO_sign(si))
745 PKCS7_SIGNER_INFO *si; local
818 si=sk_PKCS7_SIGNER_INFO_value(si_sk,i);
819 if (si->pkey == NULL)
822 j = OBJ_obj2nid(si->digest_alg->algorithm);
835 sk=si
899 PKCS7_SIGNER_INFO_sign(PKCS7_SIGNER_INFO *si) argument
960 PKCS7_dataVerify(X509_STORE *cert_store, X509_STORE_CTX *ctx, BIO *bio, PKCS7 *p7, PKCS7_SIGNER_INFO *si) argument
1014 PKCS7_signatureVerify(BIO *bio, PKCS7 *p7, PKCS7_SIGNER_INFO *si, X509 *x509) argument
1159 PKCS7_get_signed_attribute(PKCS7_SIGNER_INFO *si, int nid) argument
1164 PKCS7_get_attribute(PKCS7_SIGNER_INFO *si, int nid) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl-1.0.0q/crypto/
H A Dsparcv9cap.c93 char *e,si[256];
105 if (sysinfo(SI_MACHINE,si,sizeof(si))>0)
107 if (strcmp(si,"sun4v"))
112 if (sysinfo(SI_ISALIST,si,sizeof(si))>0)
114 if (strstr(si,"+vis"))
116 if (strstr(si,"+vis2"))
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/x86/boot/
H A Dbioscall.S35 movw %dx, %si
71 movw %sp, %si
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/x86/boot/
H A Dbioscall.S35 movw %dx, %si
71 movw %sp, %si
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/ia64/mm/
H A Dfault.c81 struct siginfo si; local
222 si.si_signo = signal;
223 si.si_errno = 0;
224 si.si_code = code;
225 si.si_addr = (void __user *) address;
226 si.si_isr = isr;
227 si.si_flags = __ISR_VALID;
228 force_sig_info(signal, &si, current);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/ia64/mm/
H A Dfault.c81 struct siginfo si; local
222 si.si_signo = signal;
223 si.si_errno = 0;
224 si.si_code = code;
225 si.si_addr = (void __user *) address;
226 si.si_isr = isr;
227 si.si_flags = __ISR_VALID;
228 force_sig_info(signal, &si, current);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/ffmpeg/libavcodec/
H A Drv34.h95 SliceInfo si; ///< current slice information member in struct:RV34DecContext
116 int (*parse_slice_header)(struct RV34DecContext *r, GetBitContext *gb, SliceInfo *si);
H A Drv30.c36 static int rv30_parse_slice_header(RV34DecContext *r, GetBitContext *gb, SliceInfo *si) argument
43 memset(si, 0, sizeof(SliceInfo));
46 si->type = get_bits(gb, 2);
47 if(si->type == 1) si->type = 0;
50 si->quant = get_bits(gb, 5);
52 si->pts = get_bits(gb, 13);
58 si->width = w;
59 si->height = h;
62 si
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/ffmpeg/libavcodec/
H A Drv34.h95 SliceInfo si; ///< current slice information member in struct:RV34DecContext
116 int (*parse_slice_header)(struct RV34DecContext *r, GetBitContext *gb, SliceInfo *si);
H A Drv30.c36 static int rv30_parse_slice_header(RV34DecContext *r, GetBitContext *gb, SliceInfo *si) argument
43 memset(si, 0, sizeof(SliceInfo));
46 si->type = get_bits(gb, 2);
47 if(si->type == 1) si->type = 0;
50 si->quant = get_bits(gb, 5);
52 si->pts = get_bits(gb, 13);
58 si->width = w;
59 si->height = h;
62 si
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl-1.0.0q/crypto/pkcs7/
H A Dpk7_doit.c708 static int do_pkcs7_signed_attrib(PKCS7_SIGNER_INFO *si, EVP_MD_CTX *mctx) argument
714 if (!PKCS7_get_signed_attribute(si, NID_pkcs9_signingTime))
716 if (!PKCS7_add0_attrib_signing_time(si, NULL))
726 if (!PKCS7_add1_attrib_digest(si, md_data, md_len))
733 if (!PKCS7_SIGNER_INFO_sign(si))
745 PKCS7_SIGNER_INFO *si; local
818 si=sk_PKCS7_SIGNER_INFO_value(si_sk,i);
819 if (si->pkey == NULL)
822 j = OBJ_obj2nid(si->digest_alg->algorithm);
835 sk=si
899 PKCS7_SIGNER_INFO_sign(PKCS7_SIGNER_INFO *si) argument
960 PKCS7_dataVerify(X509_STORE *cert_store, X509_STORE_CTX *ctx, BIO *bio, PKCS7 *p7, PKCS7_SIGNER_INFO *si) argument
1014 PKCS7_signatureVerify(BIO *bio, PKCS7 *p7, PKCS7_SIGNER_INFO *si, X509 *x509) argument
1159 PKCS7_get_signed_attribute(PKCS7_SIGNER_INFO *si, int nid) argument
1164 PKCS7_get_attribute(PKCS7_SIGNER_INFO *si, int nid) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl-1.0.0q/crypto/
H A Dsparcv9cap.c93 char *e,si[256];
105 if (sysinfo(SI_MACHINE,si,sizeof(si))>0)
107 if (strcmp(si,"sun4v"))
112 if (sysinfo(SI_ISALIST,si,sizeof(si))>0)
114 if (strstr(si,"+vis"))
116 if (strstr(si,"+vis2"))
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/ffmpeg/libavcodec/
H A Drv34.h95 SliceInfo si; ///< current slice information member in struct:RV34DecContext
116 int (*parse_slice_header)(struct RV34DecContext *r, GetBitContext *gb, SliceInfo *si);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl-1.0.0q/crypto/pkcs7/
H A Dpk7_doit.c708 static int do_pkcs7_signed_attrib(PKCS7_SIGNER_INFO *si, EVP_MD_CTX *mctx) argument
714 if (!PKCS7_get_signed_attribute(si, NID_pkcs9_signingTime))
716 if (!PKCS7_add0_attrib_signing_time(si, NULL))
726 if (!PKCS7_add1_attrib_digest(si, md_data, md_len))
733 if (!PKCS7_SIGNER_INFO_sign(si))
745 PKCS7_SIGNER_INFO *si; local
818 si=sk_PKCS7_SIGNER_INFO_value(si_sk,i);
819 if (si->pkey == NULL)
822 j = OBJ_obj2nid(si->digest_alg->algorithm);
835 sk=si
899 PKCS7_SIGNER_INFO_sign(PKCS7_SIGNER_INFO *si) argument
960 PKCS7_dataVerify(X509_STORE *cert_store, X509_STORE_CTX *ctx, BIO *bio, PKCS7 *p7, PKCS7_SIGNER_INFO *si) argument
1014 PKCS7_signatureVerify(BIO *bio, PKCS7 *p7, PKCS7_SIGNER_INFO *si, X509 *x509) argument
1159 PKCS7_get_signed_attribute(PKCS7_SIGNER_INFO *si, int nid) argument
1164 PKCS7_get_attribute(PKCS7_SIGNER_INFO *si, int nid) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl-1.0.0q/crypto/
H A Dsparcv9cap.c93 char *e,si[256];
105 if (sysinfo(SI_MACHINE,si,sizeof(si))>0)
107 if (strcmp(si,"sun4v"))
112 if (sysinfo(SI_ISALIST,si,sizeof(si))>0)
114 if (strstr(si,"+vis"))
116 if (strstr(si,"+vis2"))
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/ffmpeg/libavformat/
H A Dgxf.c158 * \param si struct to store collected information into
160 static void gxf_material_tags(ByteIOContext *pb, int *len, struct gxf_stream_info *si) { argument
161 si->first_field = AV_NOPTS_VALUE;
162 si->last_field = AV_NOPTS_VALUE;
173 si->first_field = value;
175 si->last_field = value;
207 * \param si struct to store collected information into
209 static void gxf_track_tags(ByteIOContext *pb, int *len, struct gxf_stream_info *si) { argument
210 si->frames_per_second = (AVRational){0, 0};
211 si
263 struct gxf_stream_info si; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/ffmpeg/libavformat/
H A Dgxf.c158 * \param si struct to store collected information into
160 static void gxf_material_tags(ByteIOContext *pb, int *len, struct gxf_stream_info *si) { argument
161 si->first_field = AV_NOPTS_VALUE;
162 si->last_field = AV_NOPTS_VALUE;
173 si->first_field = value;
175 si->last_field = value;
207 * \param si struct to store collected information into
209 static void gxf_track_tags(ByteIOContext *pb, int *len, struct gxf_stream_info *si) { argument
210 si->frames_per_second = (AVRational){0, 0};
211 si
263 struct gxf_stream_info si; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/ffmpeg/libavformat/
H A Dgxf.c158 * \param si struct to store collected information into
160 static void gxf_material_tags(ByteIOContext *pb, int *len, struct gxf_stream_info *si) { argument
161 si->first_field = AV_NOPTS_VALUE;
162 si->last_field = AV_NOPTS_VALUE;
173 si->first_field = value;
175 si->last_field = value;
207 * \param si struct to store collected information into
209 static void gxf_track_tags(ByteIOContext *pb, int *len, struct gxf_stream_info *si) { argument
210 si->frames_per_second = (AVRational){0, 0};
211 si
263 struct gxf_stream_info si; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/lighttpd-1.4.39/src/
H A Dproc_open.c150 STARTUPINFO si; local
175 memset(&si, 0, sizeof(si));
176 si.cb = sizeof(si);
177 si.dwFlags = STARTF_USESTDHANDLES;
178 si.hStdInput = proc->in.child;
179 si.hStdOutput = proc->out.child;
180 si.hStdError = proc->err.child;
194 NORMAL_PRIORITY_CLASS, NULL, NULL, &si,
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/lighttpd-1.4.39/src/
H A Dproc_open.c150 STARTUPINFO si; local
175 memset(&si, 0, sizeof(si));
176 si.cb = sizeof(si);
177 si.dwFlags = STARTF_USESTDHANDLES;
178 si.hStdInput = proc->in.child;
179 si.hStdOutput = proc->out.child;
180 si.hStdError = proc->err.child;
194 NORMAL_PRIORITY_CLASS, NULL, NULL, &si,
[all...]

Completed in 311 milliseconds

1234567891011>>