/titanic_44/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/ |
H A D | gen_seqnum.c | 44 krb5_generate_seq_number(krb5_context context, const krb5_keyblock *key, krb5_ui_4 *seqno) in krb5_generate_seq_number() argument 61 seed.length = sizeof(*seqno); in krb5_generate_seq_number() 62 seed.data = (char *) seqno; in krb5_generate_seq_number() 75 *seqno &= 0x3fffffff; in krb5_generate_seq_number() 76 if (*seqno == 0) in krb5_generate_seq_number() 77 *seqno = 1; in krb5_generate_seq_number()
|
/titanic_44/usr/src/lib/gss_mechs/mech_dh/backend/mech/ |
H A D | seq.c | 68 OM_uint32 seqno = (OM_uint32)(intptr_t)argp; in __context_debug_set_next_seqno() local 81 ctx->next_seqno = seqno; in __context_debug_set_next_seqno() 111 OM_uint32 seqno = (OM_uint32)(intptr_t)argp; in __context_debug_set_last_seqno() local 125 ctx->hist.seqno = seqno; in __context_debug_set_last_seqno() 145 *(OM_uint32 *)argp = ctx->hist.seqno; in __context_debug_get_last_seqno() 177 fprintf(stderr, "%u: ", ctx->hist.seqno); in __context_debug_print_seq_hist() 356 __dh_seq_detection(dh_gss_context_t ctx, OM_uint32 seqno) in __dh_seq_detection() argument 377 n = seqno - ctx->hist.seqno; in __dh_seq_detection() 407 ctx->hist.seqno = seqno; in __dh_seq_detection() 454 ctx->hist.seqno = 0; in __dh_init_seq_hist()
|
H A D | dh_gssapi.h | 148 OM_uint32 seqno; /* Last seqno seen */ member
|
/titanic_44/usr/src/cmd/scadm/sparc/mpxu/common/ |
H A D | configlog.c | 51 rsci64 bytes_remaining, seqno; in ADM_Process_fru_log() local 87 seqno = (rscReply->remaining_log_bytes + in ADM_Process_fru_log() 91 seqno = rscReply->next_seq; in ADM_Process_fru_log() 109 rscCmd.start_seq = seqno; in ADM_Process_fru_log() 137 if (rscReply->next_seq > seqno + response_size) { in ADM_Process_fru_log() 139 rscReply->next_seq - (seqno + response_size)); in ADM_Process_fru_log() 141 seqno = rscReply->next_seq; in ADM_Process_fru_log()
|
H A D | consolelog.c | 51 rsci64 bytes_remaining, seqno; in ADM_Process_console_log() local 87 seqno = (rscReply->remaining_log_bytes + in ADM_Process_console_log() 91 seqno = rscReply->next_seq; in ADM_Process_console_log() 109 rscCmd.start_seq = seqno; in ADM_Process_console_log() 137 if (rscReply->next_seq > seqno + response_size) { in ADM_Process_console_log() 139 rscReply->next_seq - (seqno + response_size)); in ADM_Process_console_log() 141 seqno = rscReply->next_seq; in ADM_Process_console_log()
|
H A D | eventlog.c | 227 rsci64 events_remaining, seqno; in ADM_Process_new_event_log() local 268 seqno = (rscReply->remaining_log_events + in ADM_Process_new_event_log() 272 seqno = rscReply->next_seq; in ADM_Process_new_event_log() 284 rscCmd.start_seq = seqno; in ADM_Process_new_event_log() 309 if (seqno + returned_events < rscReply->next_seq) { in ADM_Process_new_event_log() 311 rscReply->next_seq - (seqno + returned_events)); in ADM_Process_new_event_log() 317 seqno = rscReply->next_seq; in ADM_Process_new_event_log()
|
/titanic_44/usr/src/uts/intel/io/drm/ |
H A D | i915_gem.c | 532 i915_gem_object_move_to_active(struct drm_gem_object *obj, uint32_t seqno) in i915_gem_object_move_to_active() argument 546 obj_priv->last_rendering_seqno = seqno; in i915_gem_object_move_to_active() 593 uint32_t seqno; in i915_add_request() local 605 seqno = dev_priv->mm.next_gem_seqno; in i915_add_request() 610 DRM_DEBUG("add_request seqno = %d dev 0x%lx", seqno, dev); in i915_add_request() 615 OUT_RING(seqno); in i915_add_request() 624 request->seqno = seqno; in i915_add_request() 645 i915_gem_object_move_to_active(obj, seqno); in i915_add_request() 657 return seqno; in i915_add_request() 710 if (obj_priv->last_rendering_seqno != request->seqno) in i915_gem_retire_request() [all …]
|
/titanic_44/usr/src/cmd/cmd-inet/usr.bin/pppdump/ |
H A D | deflate.c | 50 int seqno; member 189 state->seqno = 0; 206 state->seqno = 0; 245 if (seq != state->seqno) { 250 state->unit, seq, state->seqno); 253 ++state->seqno; 318 ++state->seqno;
|
H A D | bsd-comp.c | 89 u_short seqno; /* sequence number of next packet */ member 278 db->seqno = 0; 457 db->seqno++; 578 if (seq != db->seqno++) { 581 db->unit, seq, db->seqno - 1); 626 max_ent, dlen, db->seqno);
|
/titanic_44/usr/src/uts/common/io/ppp/spppcomp/ |
H A D | deflate.c | 60 int seqno; member 270 state->seqno = 0; in z_comp_init() 291 state->seqno = 0; in z_comp_reset() 410 wptr[0] = state->seqno >> 8; in z_compress() 411 wptr[1] = state->seqno; in z_compress() 419 if ((state->flags & DS_TESTOUT) && (state->seqno % 100) == 50) in z_compress() 430 ++state->seqno; in z_compress() 571 ++state->seqno; in z_incomp() 721 state->seqno = 0; in z_decomp_init() 743 state->seqno = 0; in z_decomp_reset() [all …]
|
H A D | bsd-comp.c | 105 ushort_t seqno; /* sequence number of next packet */ member 333 db->seqno = 0; in bsd_reset() 712 *wptr++ = db->seqno >> 8; in bsd_compress() 713 *wptr++ = db->seqno; in bsd_compress() 720 if ((db->flags & DS_TESTOUT) && (db->seqno % 100) == 50) in bsd_compress() 724 ++db->seqno; in bsd_compress() 948 db->seqno++; in bsd_incomp() 1176 if ((db->flags & DS_TESTIN) && (db->seqno % 300) == 101) in bsd_decompress() 1183 if (db->hsize == 0 || seq != db->seqno++) { in bsd_decompress() 1187 "expected %d\n", db->unit, seq, db->seqno - 1); in bsd_decompress()
|
/titanic_44/usr/src/uts/common/io/atge/ |
H A D | atge_l1e.c | 429 uint32_t seqno, len, flags; in atge_l1e_receive() local 479 seqno = ATGE_GET32(dma_rx_page, &(rs->seqno)); in atge_l1e_receive() 480 seqno = L1E_RX_SEQNO(seqno); in atge_l1e_receive() 487 if (seqno != l1e->atge_l1e_rx_seqno) { in atge_l1e_receive() 494 atgep->atge_name, __func__, seqno, in atge_l1e_receive() 570 atgep->atge_name, __func__, seqno, in atge_l1e_receive()
|
H A D | atge_l1e_reg.h | 42 uint32_t seqno; member
|
/titanic_44/usr/src/cmd/ssh/libssh/common/ |
H A D | mac.c | 108 mac_compute(Mac *mac, u_int32_t seqno, u_char *data, int datalen) in mac_compute() argument 119 put_u32(b, seqno); in mac_compute()
|
/titanic_44/usr/src/lib/libsmbfs/smb/ |
H A D | signing.c | 67 uint32_t seqno, uchar_t *signature) in smb_compute_MAC() argument 102 smbhdr.s.sig[0] = htolel(seqno); in smb_compute_MAC()
|
/titanic_44/usr/src/uts/common/fs/smbclnt/netsmb/ |
H A D | smb_sign.c | 84 uint32_t seqno, uchar_t *signature) in smb_compute_MAC() argument 121 smbhdr.s.sig[0] = htolel(seqno); in smb_compute_MAC()
|
/titanic_44/usr/src/lib/libsip/common/ |
H A D | sip_msg.c | 715 int seqno; in sip_create_nonOKack() local 786 seqno = sip_get_callseq_num(_request, &ret); in sip_create_nonOKack() 789 if ((ret = sip_add_cseq(_ack_msg, ACK, seqno)) != 0) in sip_create_nonOKack() 804 int seqno; in sip_create_OKack() local 882 seqno = sip_get_callseq_num(_response, &ret); in sip_create_OKack() 885 if ((ret = sip_add_cseq(_ack_msg, ACK, seqno)) != 0) in sip_create_OKack()
|
/titanic_44/usr/src/cmd/cmd-inet/common/ |
H A D | kcmd.h | 101 krb5_creds **cred, krb5_int32 *seqno, krb5_int32 *server_seqno,
|
/titanic_44/usr/src/cmd/cmd-inet/usr.sbin/in.routed/ |
H A D | table.c | 321 uint32_t seqno, in ag_check() argument 352 nc_ag.ag_seqno = seqno; in ag_check() 447 if (seqno > ag->ag_seqno) in ag_check() 448 ag->ag_seqno = seqno; in ag_check() 505 if (seqno < ag->ag_seqno) in ag_check() 506 seqno = ag->ag_seqno; in ag_check() 574 if (seqno <= ag->ag_seqno) in ag_check() 575 seqno = ag->ag_seqno; in ag_check() 577 ag->ag_seqno = seqno; in ag_check() 594 if (seqno < ag->ag_seqno) in ag_check() [all …]
|
H A D | input.c | 1384 uint32_t seqno; in ck_passwd() local 1426 seqno = ntohl(NA->au.a_md5.md5_seqno); in ck_passwd() 1428 (seqno == 0 || ((seqno - php->ph_seqno) & 0x80000000ul))) { in ck_passwd() 1431 (unsigned)seqno, (unsigned)php->ph_seqno); in ck_passwd() 1435 php->ph_seqno = seqno; in ck_passwd()
|
/titanic_44/usr/src/uts/common/io/ntxn/ |
H A D | nic_cmn.h | 635 U32 seqno; member 646 U32 seqno; member
|
/titanic_44/usr/src/cmd/dtrace/demo/ip/ |
H A D | tcprst.d | 59 seqno[self->conn_id, i], \ 133 seqno[self->conn_id, self->pcount] = ntohl(self->tcph->tha_seq);
|
/titanic_44/usr/src/uts/common/io/net80211/ |
H A D | net80211_ht.c | 302 ieee80211_seq seqno; in ampdu_rx_flush_upto() local 312 seqno = rap->rxa_start; in ampdu_rx_flush_upto() 322 if (!IEEE80211_SEQ_BA_BEFORE(seqno, winstart)) in ampdu_rx_flush_upto() 325 seqno = IEEE80211_SEQ_INC(seqno); in ampdu_rx_flush_upto() 357 rap->rxa_start = seqno; in ampdu_rx_flush_upto()
|
/titanic_44/usr/src/cmd/cmd-inet/usr.sbin/ |
H A D | route.c | 245 mib2_ipv6RouteEntry_t *rp6, int seqno); 560 int seqno; in flushroutes() local 626 seqno = 0; /* ??? */ in flushroutes() 658 delRouteEntry(rp, NULL, seqno); in flushroutes() 659 seqno++; in flushroutes() 695 delRouteEntry(NULL, rp6, seqno); in flushroutes() 696 seqno++; in flushroutes() 714 delRouteEntry(mib2_ipRouteEntry_t *rp, mib2_ipv6RouteEntry_t *rp6, int seqno) in delRouteEntry() argument 737 rtm->rtm_seq = seqno; in delRouteEntry()
|
/titanic_44/usr/src/uts/common/fs/sockfs/ |
H A D | sockstr.c | 1195 soflushconnind(struct sonode *so, t_scalar_t seqno) in soflushconnind() argument 1205 if (tci->SEQ_number == seqno) { in soflushconnind() 1207 ("t_discon_ind: found T_CONN_IND %d\n", seqno)); in soflushconnind() 1233 dprintso(so, 1, ("t_discon_ind: NOT found T_CONN_IND %d\n", seqno)); in soflushconnind()
|