Searched refs:uu (Results 76 - 90 of 90) sorted by relevance

1234

/freebsd-10-stable/sys/libkern/arm/
H A Dmuldi3.c110 union uu u, v, low, prod;
196 union uu prod;
/freebsd-10-stable/sys/contrib/ngatm/netnatm/msg/
H A Duni_msg.c34 if(msg->uu.h.present & UNI_IE_PRESENT)
35 uni_print_ie_internal(UNI_IE_UU, (union uni_ieall *)&msg->uu, cx);
58 ret |= IE_ISPRESENT(m->uu);
60 ret |= uni_check_ie(UNI_IE_UU, (union uni_ieall *)&m->uu, cx);
92 if((p->uu.h.present & UNI_IE_PRESENT) &&
93 uni_encode_ie(UNI_IE_UU, msg, (union uni_ieall *)&p->uu, cx))
158 out->uu.h = *hdr;
161 if(uni_decode_ie_body(UNI_IE_UU, (union uni_ieall *)&out->uu, msg, ielen, cx))
334 if(msg->uu.h.present & UNI_IE_PRESENT)
335 uni_print_ie_internal(UNI_IE_UU, (union uni_ieall *)&msg->uu, c
[all...]
H A Die.def65 element uu 0x7e itu UNI_UU_MAXLEN+4 access !pnni
H A Duni_ie.c5524 DEF_IE_PRINT(itu, uu)
5528 if(uni_print_iehdr("uu", &ie->h, cx))
5533 uni_printf(cx, "%s0x%02x", i == 0 ? "" : " ", ie->uu[i]);
5538 DEF_IE_CHECK(itu, uu)
5548 DEF_IE_ENCODE(itu, uu)
5550 START_IE(uu, UNI_IE_UU, ie->len);
5552 APP_BUF(msg, ie->uu, ie->len);
5558 DEF_IE_DECODE(itu, uu)
5567 (void)memcpy(ie->uu, msg->b_rptr, ie->len);
H A Dunistruct.h997 u_char uu[UNI_UU_MAXLEN]; member in struct:uni_ie_uu
/freebsd-10-stable/sys/contrib/ngatm/netnatm/saal/
H A Dsaal_sscop.c1256 send_bgn(struct sscop *sscop, struct SSCOP_MBUF_T *uu) argument
1269 if(uu) {
1270 if ((m = MBUF_DUP(uu)) == NULL) {
1292 send_bgrej(struct sscop *sscop, struct SSCOP_MBUF_T *uu) argument
1302 if(uu) {
1303 if((m = MBUF_DUP(uu)) == NULL) {
1325 send_bgak(struct sscop *sscop, struct SSCOP_MBUF_T *uu) argument
1336 if(uu) {
1337 if((m = MBUF_DUP(uu)) == NULL) {
1420 send_end(struct sscop *sscop, int src, struct SSCOP_MBUF_T *uu) argument
1626 send_rs(struct sscop *sscop, int resend, struct SSCOP_MBUF_T *uu) argument
1693 sscop_idle_establish_req(struct sscop *sscop, struct sscop_msg *uu) argument
2006 sscop_outpend_release_req(struct sscop *sscop, struct sscop_msg *uu) argument
2057 sscop_inpend_establish_resp(struct sscop *sscop, struct sscop_msg *uu) argument
2078 sscop_inpend_release_req(struct sscop *sscop, struct sscop_msg *uu) argument
2301 sscop_outdis_establish_req(struct sscop *sscop, struct sscop_msg *uu) argument
2503 sscop_outsync_release_req(struct sscop *sscop, struct sscop_msg *uu) argument
2581 sscop_insync_release_req(struct sscop *sscop, struct sscop_msg *uu) argument
2915 sscop_outrec_release_req(struct sscop *sscop, struct sscop_msg *uu) argument
2933 sscop_outrec_sync_req(struct sscop *sscop, struct sscop_msg *uu) argument
3113 sscop_rec_release_req(struct sscop *sscop, struct sscop_msg *uu) argument
3181 sscop_rec_sync_req(struct sscop *sscop, struct sscop_msg *uu) argument
3313 sscop_inrec_release_req(struct sscop *sscop, struct sscop_msg *uu) argument
3348 sscop_inrec_sync_req(struct sscop *sscop, struct sscop_msg *uu) argument
3557 sscop_ready_sync_req(struct sscop *sscop, struct sscop_msg *uu) argument
3578 sscop_ready_release_req(struct sscop *sscop, struct sscop_msg *uu) argument
[all...]
/freebsd-10-stable/sys/kern/
H A Dkern_resource.c907 uint64_t ut, uu, st, su, it, tt, tu; local
931 uu = (tu * ut) / tt;
932 if (uu < ruxp->rux_uu)
933 uu = ruxp->rux_uu;
947 uu = ruxp->rux_uu;
963 uu = (tu * ut) / tt;
967 ruxp->rux_uu = uu;
971 up->tv_sec = uu / 1000000;
972 up->tv_usec = uu % 1000000;
/freebsd-10-stable/sys/boot/efi/boot1/
H A DMakefile99 uudecode ${.CURDIR}/fat-${MACHINE}.tmpl.bz2.uu
/freebsd-10-stable/share/examples/
H A DMakefile65 ibcs2/hello.uu \
86 kld/firmware/fwimage/firmware.img.uu \
/freebsd-10-stable/lib/libc/quad/
H A Dqdivrem.c86 union uu tmp;
/freebsd-10-stable/lib/libstand/
H A Dqdivrem.c84 union uu tmp;
/freebsd-10-stable/sys/libkern/
H A Dqdivrem.c83 union uu tmp;
/freebsd-10-stable/crypto/openssh/
H A Dsshkey.c1389 char *uu = NULL; local
1397 if ((uu = sshbuf_dtob64(b)) == NULL) {
1403 *b64p = uu;
1404 uu = NULL;
1409 free(uu);
1455 char *uu = NULL; local
1462 if ((r = sshkey_to_base64(key, &uu)) != 0)
1465 sshkey_ssh_name(key), uu)) != 0)
1470 free(uu);
/freebsd-10-stable/crypto/heimdal/kdc/
H A Dkrb5tgs.c1528 hdb_entry_ex *uu; local
1549 NULL, &uu);
1556 ret = hdb_enctype2key(context, &uu->entry,
1559 _kdc_free_ent(context, uu);
1564 _kdc_free_ent(context, uu);
/freebsd-10-stable/sys/contrib/ngatm/netnatm/sig/
H A Dsig_call.c1358 if (IE_ISGOOD(u->u.release_compl.uu))
1359 conf->release.uu = u->u.release_compl.uu;

Completed in 312 milliseconds

1234