HomeSort by relevance Sort by last modified time
    Searched defs:xid (Results 1 - 25 of 62) sorted by null

1 2 3

  /onnv/onnv-gate/usr/src/cmd/rpcsvc/nis/rpc.nisd/
resolv_common.h 55 unsigned long xid; member in struct:ypfwdreq_key4
63 unsigned long xid; member in struct:ypfwdreq_key6
log.h 50 u_long xid; member in struct:old_stamp_item
125 * This macro defines the linear XID size of a transaction update
nis_log_svc.c 45 * xid = begin_transaction(who);
49 * end_transaction(xid);
116 u_long xid; local
126 xid = upd->lu_xid;
357 si->xid = uxid;
383 * timestamp with the xid specified. If this xid is less than or equal
384 * to the last xid appended to the new checkpointed data area, then
386 * new xid for the timestamp entry.
389 insert_chkpt_stamp(name, utime, xid, offset_xid, last_xid, addr_p
475 u_long xid; local
    [all...]
nis_ns_proc.c 270 u_long xid, ttime; local
343 * Start the transaction, if we can't get an XID abort
345 xid = begin_transaction(princp);
346 if (! xid) {
358 abort_transaction(xid);
361 end_transaction(xid); /* COMMIT */
384 u_long xid, ttime; local
452 * Start the transaction, if we can't get an XID abort
454 xid = begin_transaction(princp);
455 if (! xid) {
496 u_long xid, ttime; local
    [all...]
nis_log_common.c 424 * the client. Otherwise it returns the XID that should be used in
467 * to be stable, and to have the latest XID present. Further it updates
476 end_transaction_x(int xid, int addUpdateTime) {
483 if (__nis_log->lh_xid != xid) {
505 end_transaction(int xid) {
506 return (end_transaction_x(xid, 1));
695 ulong_t xid; local
707 if (xid = begin_transaction(le.le_princp)) {
710 end_transaction(xid);
713 "make_stamp: zero xid from begin_transaction\n")
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/rpc/
mt_rpcinit.c 46 kmutex_t xid_lock; /* XID allocation */
142 uint32_t xid; local
157 xid = clnt_xid++;
160 * Don't return a zero xid. This could happen if the initialization
163 if (xid == 0)
164 xid = clnt_xid++;
167 return (xid);
  /onnv/onnv-gate/usr/src/cmd/isns/isnsd/
server.c 106 combined_pdu->xid != pdu->xid ||
335 static uint16_t xid = 0; variable
344 tmp = ++ xid;
  /onnv/onnv-gate/usr/src/cmd/sendmail/db/include/
txn_auto.h 33 DBT xid; member in struct:_txn_xa_regop_args
txn.h 57 * XID (xid_t) structure: because these fields are logged, the
60 DB_XID xid; /* XA global transaction id */ member in struct:__txn_detail
61 u_int32_t bqual; /* bqual_length from XID */
62 u_int32_t gtrid; /* gtrid_length from XID */
  /onnv/onnv-gate/usr/src/cmd/ypcmd/
ypserv_resolv_common.h 73 unsigned long xid; member in struct:ypfwdreq_key4
81 unsigned long xid; member in struct:ypfwdreq_key6
  /onnv/onnv-gate/usr/src/lib/libpcp/common/
pcp_common.h 52 uint32_t xid; /* transaction id */ member in struct:pcp_req_msg_hdr
70 uint32_t xid; /* transaction id */ member in struct:pcp_resp_msg_hdr
  /onnv/onnv-gate/usr/src/cmd/iscsi/iscsitgtd/
isns_client.h 115 uint16_t xid; member in struct:isns_hdr
137 uint16_t xid; member in struct:isns_rsp
isns.c 54 static uint16_t xid = 0; variable
66 tmp = xid++;
243 queue_prt(mgmtq, Q_ISNS_DBG, "hdr->xid %d\n", hdr->xid);
254 hdr->xid = ntohs(hdr->xid);
356 (*pdu)->xid = htons(get_xid());
637 xid_x = hdr.xid;
645 /* verify seq, xid, func_id */
650 if (xid_x != hdr.xid || func_id_x != hdr.func_id)
    [all...]
  /onnv/onnv-gate/usr/src/lib/libnsl/rpc/
clnt_door.c 185 uint32_t xid; local
206 /* Increment XID (not really needed for RPC over doors...) */
208 xid = atomic_inc_uint_nv((uint32_t *)cu->cu_header);
211 *(uint32_t *)params.data_ptr = xid;
234 if (*(uint32_t *)params.rbuf != xid) {
362 * use the knowledge that xid is the
364 * This will get the xid of the PREVIOUS call
371 /* This will set the xid of the NEXT call */
  /onnv/onnv-gate/usr/src/stand/lib/fs/nfs/
rpc.c 164 rpc_hdr(XDR *xdrs, uint_t xid, rpcprog_t prog, rpcvers_t vers, rpcproc_t proc)
169 call_msg.rm_xid = xid;
213 static uint_t xid; /* current xid */ local
278 /* generate xid - increment */
279 if (xid == 0)
280 xid = (uint_t)(prom_gettime() / 1000) + 1;
282 xid++;
288 if (rpc_hdr(&xmit_xdrs, xid, prog, vers, proc) != TRUE) {
344 * be the xid. Check if it is correct
    [all...]
  /onnv/onnv-gate/usr/src/cmd/cmd-inet/sbin/dhcpagent/
request.c 981 uint_t xid; local
1004 xid = pkt_get_xid(plp->pkt, isv6);
1006 for (dsmp = lookup_smach_by_xid(xid, NULL, isv6); dsmp != NULL;
1007 dsmp = lookup_smach_by_xid(xid, dsmp, isv6)) {
1103 uint_t xid; local
1123 xid = pkt_get_xid(plp->pkt, B_FALSE);
1124 for (dsmp = lookup_smach_by_xid(xid, NULL, B_FALSE); dsmp != NULL;
1125 dsmp = lookup_smach_by_xid(xid, dsmp, B_FALSE)) {
1150 dhcpmsg(MSG_VERBOSE, "dhcp_packet_lif: ignored %s packet xid "
1151 "%x received via LIF %s; %s", pname, xid, lif->lif_name
    [all...]
  /onnv/onnv-gate/usr/src/cmd/sendmail/db/txn/
txn.c 457 DBT xid; local
466 memset(&xid, 0, sizeof(xid));
467 xid.data = td->xid;
470 * a valid size in the xid.size fiels. XA requires that the transaction
475 xid.size =
477 0 : sizeof(td->xid);
481 &xid, td->format, td->gtrid, td->bqual, &td->begin_lsn)) != 0) {
  /onnv/onnv-gate/usr/src/lib/libnisdb/
db_mindex3.cc 338 int i, na, nau, nq = 0, xid = 0; local
769 o.zo_oid.mtime, &xid);
812 t->obj, nowt, &xid);
841 if (xid != 0 && na > 0 && stat == LDAP_SUCCESS)
842 ret = endTransaction(xid, dirObj);
843 else if (xid != 0)
844 ret = abort_transaction(xid);
  /onnv/onnv-gate/usr/src/lib/libslp/clib/
slp_utils.c 272 unsigned short us, xid; local
288 xid = (unsigned short) (lrand48() % USHRT_MAX);
289 xid = xid ? xid : 1; /* 0 is for DAs only */
300 slp_set_xid(pcSendBuf, xid);
  /onnv/onnv-gate/usr/src/lib/libslp/javalib/com/sun/slp/
SLPV1Manager.java 68 * The SLPV1Advertiser implements the SLPv1 DAAdvert xid incrementing
69 * algorithm. In SLPv1, the xid of an unsolicited DAAdvert is only
71 * it sets the counter to 0x100. Also, when the xid counter wraps,
77 // For implementing the V1 xid algorithm.
79 private short xid = 0; field in class:SLPV1Manager.SLPV1Advertiser
115 // Initialize the xid for passive advertising. We need to determine
124 // Initialize the xid.
131 xid = STATEFUL_XID;
142 // the advert, rolling over the xid if necessary for the next one.
156 xid,
    [all...]
  /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
snoop_rpc.c 55 void print_rpcsec_gss_cred(int xid, int authlen);
70 ulong_t xid; local
95 xid = getxdr_u_long();
104 stash_xid(xid, pi_frame, prog, vers, proc);
106 protoprint(flags, CALL, xid, prog, vers, proc,
110 x = find_xid(xid);
117 "RPC C XID=%lu PROG=%d (%s) VERS=%d PROC=%d",
118 xid, local
122 extract_rpcsec_gss_cred_info(xid);
131 protoprint(flags, CALL, xid, prog, vers, proc
    [all...]
slp.h 49 unsigned short xid; member in struct:slpv1_hdr
59 unsigned short xid; member in struct:slpv2_hdr
  /onnv/onnv-gate/usr/src/cmd/fs.d/autofs/
nfs_cast.c 126 register ulong_t xid; /* xid - unique per addr */ local
287 xid = (getpid() ^ t.tv_sec ^ t.tv_usec) & ~0xFF;
324 * A unique xid is assigned to each address in order to
346 * xid is the first thing in
351 htonl(xid + ts->ts_inx);
460 (msg.rm_xid & ~0xFF) == xid) {
  /onnv/onnv-gate/usr/src/cmd/rpcsvc/nis/rpc.nisd/resolv_server/
ypresolv_proc.c 67 unsigned long xid; member in struct:cache_ent
104 /* Set the reply_xprt: xid and caller here, to fit yp_matchdns() */
146 (void) svc_setxid(transp, (af == AF_INET6) ? req6->xid : req4->xid);
175 req4.xid = 0;
200 req6.xid = 0;
374 svc_setxid(xprt, xid)
376 ulong_t xid;
384 su->su_xid = xid;
429 /* update xid */
    [all...]
  /onnv/onnv-gate/usr/src/lib/libnsl/nis/gen/
nis_cast.c 120 uint32_t xid; /* xid - unique per addr */ local
246 xid = (getpid() ^ (uint32_t)tv.tv_sec ^ (uint32_t)tv.tv_usec) & ~0xFF;
307 * A unique xid is assigned to each address in order to
332 * in the xid, so we have to stop before 256.
338 * Put endpoint number in xid.
339 * xid is the first thing in
347 *((uint32_t *)outbuf) = htonl(xid + curr);
352 *((uint32_t *)outbuf6) = htonl(xid + curr);

Completed in 2110 milliseconds

1 2 3