Searched refs:si (Results 1 - 25 of 296) sorted by relevance

1234567891011>>

/freebsd-9.3-release/crypto/openssl/crypto/cms/
H A Dcms_att.c64 int CMS_signed_get_attr_count(const CMS_SignerInfo *si) argument
66 return X509at_get_attr_count(si->signedAttrs);
69 int CMS_signed_get_attr_by_NID(const CMS_SignerInfo *si, int nid, int lastpos) argument
71 return X509at_get_attr_by_NID(si->signedAttrs, nid, lastpos);
74 int CMS_signed_get_attr_by_OBJ(const CMS_SignerInfo *si, ASN1_OBJECT *obj, argument
77 return X509at_get_attr_by_OBJ(si->signedAttrs, obj, lastpos);
80 X509_ATTRIBUTE *CMS_signed_get_attr(const CMS_SignerInfo *si, int loc) argument
82 return X509at_get_attr(si->signedAttrs, loc);
85 X509_ATTRIBUTE *CMS_signed_delete_attr(CMS_SignerInfo *si, int loc) argument
87 return X509at_delete_attr(si
90 CMS_signed_add1_attr(CMS_SignerInfo *si, X509_ATTRIBUTE *attr) argument
97 CMS_signed_add1_attr_by_OBJ(CMS_SignerInfo *si, const ASN1_OBJECT *obj, int type, const void *bytes, int len) argument
106 CMS_signed_add1_attr_by_NID(CMS_SignerInfo *si, int nid, int type, const void *bytes, int len) argument
114 CMS_signed_add1_attr_by_txt(CMS_SignerInfo *si, const char *attrname, int type, const void *bytes, int len) argument
123 CMS_signed_get0_data_by_OBJ(CMS_SignerInfo *si, ASN1_OBJECT *oid, int lastpos, int type) argument
129 CMS_unsigned_get_attr_count(const CMS_SignerInfo *si) argument
134 CMS_unsigned_get_attr_by_NID(const CMS_SignerInfo *si, int nid, int lastpos) argument
140 CMS_unsigned_get_attr_by_OBJ(const CMS_SignerInfo *si, ASN1_OBJECT *obj, int lastpos) argument
146 CMS_unsigned_get_attr(const CMS_SignerInfo *si, int loc) argument
151 CMS_unsigned_delete_attr(CMS_SignerInfo *si, int loc) argument
156 CMS_unsigned_add1_attr(CMS_SignerInfo *si, X509_ATTRIBUTE *attr) argument
163 CMS_unsigned_add1_attr_by_OBJ(CMS_SignerInfo *si, const ASN1_OBJECT *obj, int type, const void *bytes, int len) argument
172 CMS_unsigned_add1_attr_by_NID(CMS_SignerInfo *si, int nid, int type, const void *bytes, int len) argument
181 CMS_unsigned_add1_attr_by_txt(CMS_SignerInfo *si, const char *attrname, int type, const void *bytes, int len) argument
191 CMS_unsigned_get0_data_by_OBJ(CMS_SignerInfo *si, ASN1_OBJECT *oid, int lastpos, int type) argument
[all...]
H A Dcms_sd.c112 CMS_SignerInfo *si; local
141 si = sk_CMS_SignerInfo_value(sd->signerInfos, i);
142 if (si->sid->type == CMS_SIGNERINFO_KEYIDENTIFIER) {
143 if (si->version < 3)
144 si->version = 3;
147 } else if (si->version < 1)
148 si->version = 1;
158 static int cms_copy_messageDigest(CMS_ContentInfo *cms, CMS_SignerInfo *si) argument
167 if (sitmp == si)
171 if (OBJ_cmp(si
281 CMS_SignerInfo *si = NULL; local
427 cms_add1_signingTime(CMS_SignerInfo *si, ASN1_TIME *t) argument
470 CMS_SignerInfo *si; local
490 CMS_SignerInfo_set1_signer_cert(CMS_SignerInfo *si, X509 *signer) argument
503 CMS_SignerInfo_get0_signer_id(CMS_SignerInfo *si, ASN1_OCTET_STRING **keyid, X509_NAME **issuer, ASN1_INTEGER **sno) argument
510 CMS_SignerInfo_cert_cmp(CMS_SignerInfo *si, X509 *cert) argument
519 CMS_SignerInfo *si; local
561 CMS_SignerInfo_get0_algs(CMS_SignerInfo *si, EVP_PKEY **pk, X509 **signer, X509_ALGOR **pdig, X509_ALGOR **psig) argument
595 cms_SignerInfo_content_sign(CMS_ContentInfo *cms, CMS_SignerInfo *si, BIO *chain) argument
657 CMS_SignerInfo *si; local
669 CMS_SignerInfo_sign(CMS_SignerInfo *si) argument
734 CMS_SignerInfo_verify(CMS_SignerInfo *si) argument
804 CMS_SignerInfo_verify_content(CMS_SignerInfo *si, BIO *chain) argument
864 CMS_add_smimecap(CMS_SignerInfo *si, STACK_OF(X509_ALGOR) *algs) argument
[all...]
H A Dcms.h139 CMS_ContentInfo *CMS_sign_receipt(CMS_SignerInfo *si,
241 void CMS_SignerInfo_set1_signer_cert(CMS_SignerInfo *si, X509 *signer);
242 int CMS_SignerInfo_get0_signer_id(CMS_SignerInfo *si,
245 int CMS_SignerInfo_cert_cmp(CMS_SignerInfo *si, X509 *cert);
248 void CMS_SignerInfo_get0_algs(CMS_SignerInfo *si, EVP_PKEY **pk,
251 int CMS_SignerInfo_sign(CMS_SignerInfo *si);
252 int CMS_SignerInfo_verify(CMS_SignerInfo *si);
253 int CMS_SignerInfo_verify_content(CMS_SignerInfo *si, BIO *chain);
255 int CMS_add_smimecap(CMS_SignerInfo *si, STACK_OF(X509_ALGOR) *algs);
260 int CMS_signed_get_attr_count(const CMS_SignerInfo *si);
[all...]
/freebsd-9.3-release/contrib/gcc/
H A Dfp-test.c75 volatile signed int si; variable
100 si = f1 == f2;
101 si = f1 != f2;
102 si = f1 > f2;
103 si = f1 < f2;
104 si = f1 >= f2;
105 si = f1 <= f2;
107 si = __builtin_isgreater (f1, f2);
108 si = __builtin_isgreaterequal (f1, f2);
109 si
[all...]
H A Dtree-stdarg.c117 va_list_counter_bump (struct stdarg_info *si, tree counter, tree rhs, argument
124 if (si->offsets == NULL)
128 si->offsets = XNEWVEC (int, num_ssa_names);
130 si->offsets[i] = -1;
138 if (si->offsets[SSA_NAME_VERSION (lhs)] != -1)
146 ret -= counter_val - si->offsets[SSA_NAME_VERSION (lhs)];
204 if (si->offsets[SSA_NAME_VERSION (lhs)] != -1)
208 si->offsets[SSA_NAME_VERSION (lhs)] = max_size;
210 si->offsets[SSA_NAME_VERSION (lhs)] = val;
276 va_list_counter_op (struct stdarg_info *si, tre argument
330 va_list_counter_struct_op(struct stdarg_info *si, tree ap, tree var, bool write_p) argument
361 va_list_ptr_read(struct stdarg_info *si, tree ap, tree tem) argument
411 va_list_ptr_write(struct stdarg_info *si, tree ap, tree tem2) argument
445 check_va_list_escapes(struct stdarg_info *si, tree lhs, tree rhs) argument
506 check_all_va_list_escapes(struct stdarg_info *si) argument
612 struct stdarg_info si; local
[all...]
/freebsd-9.3-release/sys/netpfil/ipfw/
H A Ddn_sched_wf2q.c109 idle_check(struct wf2qp_si *si, int n, int force) argument
111 struct dn_heap *h = &si->idle_heap;
113 (force || DN_KEY_LT(HEAP_TOP(h)->key, si->V))) {
122 si->wsum -= q->fs->fs.par[0]; /* adjust sum of weights */
123 if (si->wsum > 0)
124 si->inv_wsum = ONE_FP/si->wsum;
132 struct wf2qp_si *si = (struct wf2qp_si *)(_si + 1); local
148 alg_fq->S = si->V; /* init start time */
149 si
188 struct wf2qp_si *si = (struct wf2qp_si *)(_si + 1); local
260 struct wf2qp_si *si = (struct wf2qp_si *)(_si + 1); local
278 struct wf2qp_si *si = (struct wf2qp_si *)(_si + 1); local
320 struct wf2qp_si *si = (struct wf2qp_si *)(q->_si + 1); local
[all...]
H A Ddn_sched_rr.c76 rr_append(struct rr_queue *q, struct rr_si *si) argument
82 if (si->head == NULL)
83 si->head = q;
85 si->tail->qnext = q;
86 si->tail = q; /* advance the tail pointer */
87 q->qnext = si->head; /* make it circular */
92 rr_remove_head(struct rr_si *si) argument
94 if (si->head == NULL)
96 si->head->status = 0;
98 if (si
111 remove_queue_q(struct rr_queue *q, struct rr_si *si) argument
135 next_pointer(struct rr_si *si) argument
147 struct rr_si *si; local
174 struct rr_si *si = (struct rr_si *)(_si + 1); local
219 struct rr_si *si = (struct rr_si *)(_si + 1); local
273 struct rr_si *si = (struct rr_si *)(_q->_si + 1); local
[all...]
H A Ddn_sched_fifo.c58 fifo_enqueue(struct dn_sch_inst *si, struct dn_queue *q, struct mbuf *m) argument
64 return dn_enqueue((struct dn_queue *)(si+1), m, 0);
68 fifo_dequeue(struct dn_sch_inst *si) argument
70 return dn_dequeue((struct dn_queue *)(si + 1));
74 fifo_new_sched(struct dn_sch_inst *si) argument
77 struct dn_queue *q = (struct dn_queue *)(si + 1);
80 q->_si = si;
81 q->fs = si->sched->fs;
86 fifo_free_sched(struct dn_sch_inst *si) argument
88 struct dn_queue *q = (struct dn_queue *)(si
[all...]
H A Ddn_sched_prio.c81 struct prio_si *si = (struct prio_si *)(_si + 1); local
84 if (test_bit(prio, &si->bitmap) == 0) {
86 __set_bit(prio, &si->bitmap);
87 si->q_array[prio] = q;
89 q = si->q_array[prio];
110 struct prio_si *si = (struct prio_si *)(_si + 1); local
115 if (si->bitmap == 0) /* scheduler idle */
118 prio = ffs(si->bitmap) - 1;
121 q = si->q_array[prio];
129 si
138 struct prio_si *si = (struct prio_si *)(_si + 1); local
157 struct prio_si *si = (struct prio_si *)(q->_si + 1); local
193 struct prio_si *si = (struct prio_si *)(q->_si + 1); local
[all...]
/freebsd-9.3-release/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Dinput.c53 symit_data_t *si; local
55 if ((si = symit_new(elf, file)) == NULL)
58 while (symit_next(si, STT_FILE) != NULL) {
59 char *name = symit_name(si);
82 symit_free(si);
92 symit_data_t *si = NULL; local
110 if ((si = symit_new(elf, file)) == NULL) {
115 td = ctf_load(file, ctfdata->d_buf, ctfdata->d_size, si, label);
118 symit_free(si);
345 symit_data_t *si; local
369 symit_free(symit_data_t *si) argument
375 symit_reset(symit_data_t *si) argument
381 symit_curfile(symit_data_t *si) argument
387 symit_next(symit_data_t *si, int type) argument
419 symit_name(symit_data_t *si) argument
[all...]
/freebsd-9.3-release/tools/regression/sigqueue/sigqtest2/
H A Dsigqtest2.c16 job_handler(int sig, siginfo_t *si, void *ctx) argument
21 if (si->si_code == CLD_STOPPED) {
22 printf("%d: stop received\n", si->si_pid);
24 kill(si->si_pid, SIGCONT);
25 } else if (si->si_code == CLD_EXITED) {
26 printf("%d: exit received\n", si->si_pid);
27 ret = waitpid(si->si_pid, &status, 0);
33 } else if (si->si_code == CLD_CONTINUED) {
34 printf("%d: cont received\n", si->si_pid);
74 rtsig_handler(int sig, siginfo_t *si, voi argument
[all...]
/freebsd-9.3-release/crypto/heimdal/lib/roken/
H A Dsocket_wrapper.c342 static int convert_in_un_remote(struct socket_info *si, const struct sockaddr *inaddr, struct sockaddr_un *un, argument
352 switch (si->family) {
361 switch (si->type) {
400 switch (si->type) {
440 static int convert_in_un_alloc(struct socket_info *si, const struct sockaddr *inaddr, struct sockaddr_un *un, argument
451 switch (si->family) {
463 switch (si->type) {
507 switch (si->type) {
539 set_port(si->family, prt, si
559 sockaddr_convert_to_un(struct socket_info *si, const struct sockaddr *in_addr, socklen_t in_len, struct sockaddr_un *out_addr, int alloc_sock, int *bcast) argument
593 sockaddr_convert_from_un(const struct socket_info *si, const struct sockaddr_un *in_addr, socklen_t un_addrlen, int family, struct sockaddr *out_addr, socklen_t *out_addrlen) argument
932 swrap_dump_packet(struct socket_info *si, const struct sockaddr *addr, enum swrap_packet_type type, const void *buf, size_t len) argument
1214 struct socket_info *si; local
1379 swrap_auto_bind(struct socket_info *si) argument
1485 struct socket_info *si = find_socket_info(s); local
1531 struct socket_info *si = find_socket_info(s); local
1558 struct socket_info *si = find_socket_info(s); local
1571 struct socket_info *si = find_socket_info(s); local
1591 struct socket_info *si = find_socket_info(s); local
1605 struct socket_info *si = find_socket_info(s); local
1621 struct socket_info *si = find_socket_info(s); local
1645 struct socket_info *si = find_socket_info(s); local
1672 struct socket_info *si = find_socket_info(s); local
1740 struct socket_info *si = find_socket_info(s); local
1766 struct socket_info *si = find_socket_info(s); local
1788 struct socket_info *si = find_socket_info(s); local
1808 struct socket_info *si = find_socket_info(fd); local
1875 struct socket_info *si; local
[all...]
/freebsd-9.3-release/sys/sys/
H A Dselinfo.h51 #define SEL_WAITING(si) (!TAILQ_EMPTY(&(si)->si_tdlist))
/freebsd-9.3-release/lib/msun/src/
H A Ds_nan.c53 int si; /* index into s */ local
63 for (si = 0; isxdigit(s[si]); si++)
72 if (--si < 0)
74 words[bitpos / 32] |= digittoint(s[si]) << (bitpos % 32);
/freebsd-9.3-release/sys/netipx/
H A Dspx_reass.c129 spx_reass(struct spxpcb *cb, struct mbuf *msi, struct spx *si) argument
140 if (si == SI(0))
146 if (si->si_cc & SPX_SA)
148 if (SSEQ_GT(si->si_alo, cb->s_ralo))
150 if (SSEQ_LEQ(si->si_ack, cb->s_rack)) {
151 if ((si->si_cc & SPX_SP) && cb->s_rack != (cb->s_smax + 1)) {
160 if (si->si_ack != cb->s_rack ||
161 si->si_alo != cb->s_ralo)
167 cb->s_snxt = si->si_ack;
189 if (SSEQ_GT(si
[all...]
H A Dspx_debug.c97 spx_trace(short act, u_char ostate, struct spxpcb *sp, struct spx *si, argument
116 if (si != NULL)
117 sd->sd_si = *si;
119 bzero((caddr_t)&sd->sd_si, sizeof(*si));
138 if (si == NULL)
140 seq = si->si_seq;
141 ack = si->si_ack;
142 alo = si->si_alo;
143 len = si->si_len;
154 flags = si
[all...]
/freebsd-9.3-release/contrib/gdb/gdb/
H A Dmipsread.c195 struct alphacoff_dynsecinfo *si; local
197 si = (struct alphacoff_dynsecinfo *) sip;
201 si->sym_sect = sectp;
205 si->str_sect = sectp;
209 si->dyninfo_sect = sectp;
213 si->got_sect = sectp;
225 struct alphacoff_dynsecinfo si; local
251 memset ((char *) &si, 0, sizeof (si));
252 bfd_map_over_sections (abfd, alphacoff_locate_sections, (void *) & si);
[all...]
/freebsd-9.3-release/sys/boot/i386/gptboot/
H A Dgptldr.S75 mov 0xa(%bx),%si # Get BTX length and set
76 add %bx,%si # %si to start of boot2
77 mov %si,%ax # Align %ds:%si on a
79 and $0xf,%si # with the smallest
80 mov %ax,%ds # possible %si
81 add $(64 * 1024 - 16),%si
92 mov %bx,%si # %si t
[all...]
/freebsd-9.3-release/tools/regression/sigqueue/sigqtest1/
H A Dsigqtest1.c11 handler(int sig, siginfo_t *si, void *ctx) argument
13 if (si->si_code != SI_QUEUE)
15 if (si->si_value.sival_int != received)
/freebsd-9.3-release/contrib/libpcap/
H A Dpcap-snit.c233 struct strioctl si; local
236 si.ic_timout = INFTIM;
240 si.ic_cmd = NIOCSTIME;
241 si.ic_len = sizeof(timeout);
242 si.ic_dp = (char *)&timeout;
243 if (ioctl(fd, I_STR, (char *)&si) < 0) {
252 si.ic_cmd = NIOCSFLAGS;
253 si.ic_len = sizeof(flags);
254 si.ic_dp = (char *)&flags;
255 if (ioctl(fd, I_STR, (char *)&si) <
266 struct strioctl si; /* struct for ioctl() */ local
[all...]
/freebsd-9.3-release/contrib/ipfilter/ipsd/
H A Dsnit.c120 struct strioctl si; local
175 si.ic_timout = 1;
178 si.ic_cmd = NIOCSTIME;
179 si.ic_len = sizeof(to);
180 si.ic_dp = (char*)&to;
181 if (ioctl(fd, I_STR, (char*)&si) == -1)
189 si.ic_cmd = NIOCSCHUNK;
190 si.ic_len = sizeof(chunksize);
191 si.ic_dp = (char*)&chunksize;
192 if (ioctl(fd, I_STR, (char*)&si)
[all...]
/freebsd-9.3-release/sys/boot/pc98/boot0.5/
H A Dboot.s40 movw curdevice, %si
41 movb daua(%si), %al
43 shlw %si
44 movw secsize(%si), %ax
47 movw curpartition, %si
48 movb partnum(%si), %al # %al = real partition number
52 shlw %cl, %si # %si = offset to parttable
53 addw $4, %si
54 movb parttable(%si),
[all...]
/freebsd-9.3-release/sys/boot/uboot/common/
H A Dmain.c87 memsize(struct sys_info *si, int flags) argument
93 for (i = 0; i < si->mr_no; i++)
94 if (si->mr[i].flags == flags && si->mr[i].size)
95 size += (si->mr[i].size);
104 struct sys_info *si; local
108 if ((si = ub_get_sys_info()) == NULL)
112 size = memsize(si, t[i]);
267 struct sys_info *si; local
269 if ((si
[all...]
/freebsd-9.3-release/sys/boot/ficl/
H A Ddict.c70 static char *dictCopyName(FICL_DICT *pDict, STRINGINFO si);
221 STRINGINFO si; local
222 SI_SETLEN(si, strlen(name));
223 SI_SETPTR(si, name);
224 return dictAppendWord2(pDict, si, pCode, flags);
235 STRINGINFO si,
239 FICL_COUNT len = (FICL_COUNT)SI_COUNT(si);
249 pName = dictCopyName(pDict, si);
252 pFW->hash = hashHashCode(si);
338 ** Copy up to nFICLNAME characters of the name specified by si int
234 dictAppendWord2(FICL_DICT *pDict, STRINGINFO si, FICL_CODE pCode, UNS8 flags) argument
346 dictCopyName(FICL_DICT *pDict, STRINGINFO si) argument
559 dictLookup(FICL_DICT *pDict, STRINGINFO si) argument
587 ficlLookupLoc(FICL_SYSTEM *pSys, STRINGINFO si) argument
733 hashHashCode(STRINGINFO si) argument
797 hashLookup(FICL_HASH *pHash, STRINGINFO si, UNS16 hashCode) argument
[all...]
H A Dprefix.c73 int ficlParsePrefix(FICL_VM *pVM, STRINGINFO si) argument
101 if (!strincmp(SI_PTR(si), pFW->name, (FICL_UNS)n))
104 vmSetTibIndex(pVM, si.cp + n - pVM->tib.cp );
120 STRINGINFO si = vmGetWord0(pVM); local
123 if (!ficlParseNumber(pVM, si))
125 int i = SI_COUNT(si);
126 vmThrowErr(pVM, "%.*s not recognized", i, SI_PTR(si));

Completed in 306 milliseconds

1234567891011>>