Searched defs:si (Results 1 - 25 of 206) sorted by relevance

123456789

/freebsd-10.2-release/sys/netpfil/ipfw/
H A Ddn_sched_fifo.c58 fifo_enqueue(struct dn_sch_inst *si, struct dn_queue *q, struct mbuf *m) argument
68 fifo_dequeue(struct dn_sch_inst *si) argument
74 fifo_new_sched(struct dn_sch_inst *si) argument
86 fifo_free_sched(struct dn_sch_inst *si) argument
[all...]
H A Ddn_sched_prio.c81 struct prio_si *si = (struct prio_si *)(_si + 1); local
110 struct prio_si *si = (struct prio_si *)(_si + 1); local
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-10.2-release/lib/msun/src/
H A Ds_nan.c53 int si; /* index into s */ local
/freebsd-10.2-release/tools/regression/sigqueue/sigqtest1/
H A Dsigqtest1.c11 handler(int sig, siginfo_t *si, void *ctx) argument
/freebsd-10.2-release/contrib/netbsd-tests/lib/libpthread/
H A Dt_sigalarm.c47 alarm_handler(int signo, siginfo_t *si, void *ctx) argument
/freebsd-10.2-release/crypto/openssl/crypto/pkcs7/
H A Dpk7_attr.c70 int PKCS7_add_attrib_smimecap(PKCS7_SIGNER_INFO *si, argument
130 int PKCS7_add_attrib_content_type(PKCS7_SIGNER_INFO *si, ASN1_OBJECT *coid) argument
140 int PKCS7_add0_attrib_signing_time(PKCS7_SIGNER_INFO *si, ASN1_TIME *t) argument
151 int PKCS7_add1_attrib_digest(PKCS7_SIGNER_INFO *si, argument
[all...]
/freebsd-10.2-release/lib/libc/rpc/
H A Dsvc_generic.c198 struct __rpc_sockinfo si; local
/freebsd-10.2-release/contrib/gdtoa/
H A Ddmisc.c115 ULong si, z, zs; local
/freebsd-10.2-release/sys/boot/ficl/
H A Dprefix.c73 int ficlParsePrefix(FICL_VM *pVM, STRINGINFO si) argument
120 STRINGINFO si = vmGetWord0(pVM); local
H A Dsearch.c138 STRINGINFO si; local
/freebsd-10.2-release/sys/boot/uboot/fdt/
H A Duboot_fdt.c95 struct sys_info *si; local
/freebsd-10.2-release/contrib/xz/src/common/
H A Dtuklib_physmem.c190 struct sysinfo si; local
/freebsd-10.2-release/contrib/gcc/
H A Dfp-test.c75 volatile signed int si; variable
[all...]
/freebsd-10.2-release/contrib/ipfilter/ipsend/
H A Dsnit.c64 struct strioctl si; local
[all...]
/freebsd-10.2-release/tools/regression/sigqueue/sigqtest2/
H A Dsigqtest2.c16 job_handler(int sig, siginfo_t *si, void *ctx) argument
74 rtsig_handler(int sig, siginfo_t *si, voi argument
[all...]
/freebsd-10.2-release/contrib/netbsd-tests/lib/libc/sys/
H A Dt_timer_create.c42 timer_signal_handler(int signo, siginfo_t *si, void *osi __unused) argument
/freebsd-10.2-release/contrib/sendmail/libsm/
H A Dexc.c246 int volatile si = 0; local
[all...]
/freebsd-10.2-release/lib/libprocstat/
H A Dcommon_kvm.c78 struct cdev si; local
/freebsd-10.2-release/sys/boot/uboot/lib/
H A Dcopy.c71 struct sys_info *si; local
/freebsd-10.2-release/sys/netipx/
H A Dspx_debug.c97 spx_trace(short act, u_char ostate, struct spxpcb *sp, struct spx *si, argument
[all...]
H A Dspx_reass.c129 spx_reass(struct spxpcb *cb, struct mbuf *msi, struct spx *si) argument
[all...]
/freebsd-10.2-release/sys/rpc/
H A Dsvc_generic.c215 struct __rpc_sockinfo si; local
/freebsd-10.2-release/usr.sbin/IPXrouted/
H A Dsap_tables.c152 sap_add(struct sap_info *si, struct sockaddr *from) argument
185 sap_change(struct sap_entry *sap, struct sap_info *si, struct sockaddr *from) argument
[all...]
/freebsd-10.2-release/contrib/gcclibs/libmudflap/
H A Dmf-hooks3.c277 struct mf_thread_start_info *si; local
/freebsd-10.2-release/crypto/openssl/crypto/cms/
H A Dcms_att.c64 int CMS_signed_get_attr_count(const CMS_SignerInfo *si) argument
69 int CMS_signed_get_attr_by_NID(const CMS_SignerInfo *si, int nid, int lastpos) argument
74 int CMS_signed_get_attr_by_OBJ(const CMS_SignerInfo *si, ASN1_OBJECT *obj, argument
80 X509_ATTRIBUTE *CMS_signed_get_attr(const CMS_SignerInfo *si, int loc) argument
85 X509_ATTRIBUTE *CMS_signed_delete_attr(CMS_SignerInfo *si, int loc) argument
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...]

Completed in 173 milliseconds

123456789