Searched refs:xid (Results 26 - 50 of 64) sorted by relevance

123

/macosx-10.9.5/xnu-2422.115.4/bsd/nfs/
H A Dkrpc_subr.c128 #define MIN_REPLY_HDR 16 /* xid, dir, astat, errno */
220 static u_int32_t xid = ~0xFF; local
345 xid++;
346 call->rp_xid = htonl(xid);
473 if (reply->rp_xid != htonl(xid))
H A Dnfs_vnops.c478 u_int64_t xid; local
491 error = nfs_request(np, NULL, &nmreq, NFSPROC_ACCESS, ctx, NULL, &nmrep, &xid, &status);
494 nfsm_chain_postop_attr_update(error, &nmrep, np, &xid);
1345 u_int64_t xid; local
1439 error = nmp->nm_funcs->nf_getattr_rpc(np, NULL, np->n_fhp, np->n_fhsize, flags, ctx, nvap, &xid);
1442 error = nfs_loadattrcache(np, nvap, &xid, 0);
1446 if (!xid) { /* out-of-order rpc - attributes were dropped */
1923 u_int64_t xid, nextxid; local
2028 error = nfs_request(np, NULL, &nmreq, NFSPROC_SETATTR, ctx, NULL, &nmrep, &xid, &status);
2033 nfsm_chain_get_wcc_data(error, &nmrep, np, &premtime, &wccpostattr, &xid);
2098 u_int64_t xid; local
2351 u_int64_t xid; local
2517 uint64_t xid; local
3330 u_int64_t xid, wverf; local
3426 u_int64_t xid = 0, dxid; local
3575 u_int64_t xid, dxid; local
3935 u_int64_t xid; local
4168 u_int64_t xid, txid; local
4247 u_int64_t xid, txid; local
4346 u_int64_t xid = 0, dxid; local
4504 u_int64_t xid= 0, dxid; local
4650 u_int64_t xid; local
5302 u_int64_t xid; local
5443 uint64_t cookie, lastcookie, xid, savedxid, fileno; local
5846 u_int64_t xid; local
5907 u_int64_t xid; local
6061 u_int64_t xid; local
6109 u_int64_t xid, newwverf; local
6203 u_int64_t xid; local
[all...]
H A Dnfs_vfsops.c141 u_int32_t nfs_xidwrap = 0; /* to build a (non-wrapping) 64 bit xid */
358 u_int64_t xid; local
376 error = nfs_request(np, NULL, &nmreq, NFSPROC_FSSTAT, ctx, NULL, &nmrep, &xid, &status);
380 nfsm_chain_postop_attr_update(error, &nmrep, np, &xid);
431 u_int64_t xid; local
464 error = nfs_request(np, NULL, &nmreq, NFSPROC4_COMPOUND, ctx, &si, &nmrep, &xid, &status);
478 nfs_loadattrcache(np, &nvattr, &xid, 0);
769 u_int64_t xid; local
780 error = nfs_request(np, NULL, &nmreq, NFSPROC_FSINFO, ctx, NULL, &nmrep, &xid, &status);
783 nfsm_chain_postop_attr_update(error, &nmrep, np, &xid);
1889 u_int64_t xid; local
1956 u_int64_t xid; local
2105 u_int64_t xid; local
3954 uint64_t xid = 0; local
4038 uint64_t xid = 0; local
4469 uint64_t xid = 0; local
4578 u_int64_t xid; local
[all...]
H A Dnfs4_subs.c213 uint64_t verifier, xid; local
286 error = nfs_request2(NULL, nmp->nm_mountp, &nmreq, NFSPROC4_COMPOUND, thd, cred, NULL, R_SETUP, &nmrep, &xid, &status);
311 error = nfs_request2(NULL, nmp->nm_mountp, &nmreq, NFSPROC4_COMPOUND, thd, cred, NULL, R_SETUP, &nmrep, &xid, &status);
340 error = nfs_request2(NULL, nmp->nm_mountp, &nmreq, NFSPROC4_COMPOUND, thd, cred, NULL, R_SETUP, &nmrep, &xid, &status);
367 u_int64_t xid; local
388 current_thread(), cred, NULL, rpcflag, &nmrep, &xid, &status);
458 uint64_t xid; local
551 current_thread(), cred, NULL, 0, &nmrep, &xid, &status);
653 uint64_t xid; local
686 error = nfs_request_async_finish(req, &nmrep, &xid,
[all...]
H A Dnfs_socket.c836 uint64_t xid = nso->nso_pingxid; local
851 vfs_context_ucred(vfs_context_kernel()), NULL, NULL, &xid, &mreq);
855 nso->nso_pingxid = R_XID32(xid);
2433 uint32_t val, xid, procnum, taglen, cbid, numops, op, status; local
2439 xid = numops = op = status = procnum = taglen = cbid = 0;
2442 nfsm_chain_get_32(error, &nmreq, xid); // RPC XID
2681 nfsm_chain_add_32(error, &nmrep, xid);
3364 /* Get the xid and check that it is an rpc reply */
4739 NFS_SOCK_DBG("nfs timeout: proc %d %d xid %llx rtt %d to %d # %d, t %ld/%d\n",
4990 uint32_t xid,
4983 nfs_aux_request( struct nfsmount *nmp, thread_t thd, struct sockaddr *saddr, socket_t so, int sotype, mbuf_t mreq, uint32_t xid, int bindresv, int timeo, struct nfsm_chain *nmrep) argument
5173 uint64_t xid = 0; local
[all...]
/macosx-10.9.5/tcl-102/tk/tk/unix/
H A DtkUnixXId.c211 Display *display, /* Display for which xid was allocated. */
212 XID xid) /* Identifier that is no longer in use. */
240 stackPtr->ids[stackPtr->numUsed] = xid;
206 Tk_FreeXId( Display *display, XID xid) argument
/macosx-10.9.5/bootp-268.1/IPConfiguration.bproj/
H A Dbootp.c82 u_int32_t xid; member in struct:__anon6721
373 bootp->xid++;
400 bootp->request.bp_xid = htonl(bootp->xid);
434 || dhcp_packet_match(reply, bootp->xid,
514 bootp->xid = arc4random();
H A Ddhcp.c117 u_int32_t xid; member in struct:__anon6724
135 u_int32_t xid; member in struct:__anon6725
473 verify_packet(bootp_receive_data_t * pkt, u_int32_t xid, interface_t * if_p, argument
477 if (dhcp_packet_match((struct bootp *)pkt->data, xid,
729 inform->xid++;
753 inform->request->dp_xid = htonl(inform->xid);
789 if (verify_packet(pkt, inform->xid, if_p, &reply_msgtype,
1000 inform->xid = arc4random();
1607 dhcp->xid = arc4random();
1986 dhcp->xid
[all...]
/macosx-10.9.5/BerkeleyDB-21/db/txn/
H A Dtxn.c975 DBT list_dbt, xid; local
1005 * to fill in the td->xid.
1022 memset(&xid, 0, sizeof(xid));
1026 memcpy(td->xid, gid, sizeof(td->xid));
1028 xid.size = sizeof(td->xid);
1029 xid.data = td->xid;
[all...]
H A Dtxn_autop.c270 for (i = 0; i < argp->xid.size; i++) {
271 ch = ((u_int8_t *)argp->xid.data)[i];
/macosx-10.9.5/NFS-81/nfsd/
H A Dmountd.c1574 struct expidlist *xid; local
1593 LIST_FOREACH(xid, &ulp->ul_exportids, xid_list) {
1594 fprintf(ulfile, "XID 0x%08X %s\n", xid->xid_id,
1595 ((xid->xid_path[0] == '\0') ? "." : xid->xid_path));
1608 struct expidlist *xid; local
1641 xid = malloc(sizeof(*xid));
1642 if (xid == NULL) {
1648 if (sscanf(cp, "%i", &xid
1808 struct expidlist *xid; local
1821 struct expidlist *xid; local
1990 struct expidlist *xid; local
[all...]
/macosx-10.9.5/xnu-2422.115.4/bsd/netinet/
H A Din_dhcp.c132 uint32_t xid; member in struct:dhcp_context
422 if (ntohl(reply->dp_xid) != context->xid
538 request->dhcp.dp_xid = htonl(context->xid);
607 if (ntohl(reply->dp_xid) != context->xid
735 request->dhcp.dp_xid = htonl(context->xid);
760 context->xid++;
897 context->xid = random();
/macosx-10.9.5/autofs-234/automountd/
H A Dnfs_cast.c139 register uint32_t xid; /* xid - unique per addr */ local
282 xid = (uint32_t)(getpid() ^ t.tv_sec ^ t.tv_usec) & ~0xFF;
315 * A unique xid is assigned to each address in order to
335 * xid is the first thing in
340 htonl(xid + ts->ts_inx);
458 (msg.rm_xid & ~0xFF) == xid) {
/macosx-10.9.5/libresolv-54/
H A Ddns_util.h71 uint16_t xid; member in struct:__anon9571
H A Ddns_util.c809 h->xid = _dns_parse_uint16(&x);
1181 h->xid = htons(dnsr->header->xid);
1767 fprintf(f, "Xid: %u\n", h->xid);
/macosx-10.9.5/syslog-217.1.4/syslogd.tproj/
H A Dasl_action.c461 uint64_t xid; local
474 xid = 0;
512 /* StoreData exists: open and read last xid */
520 if (fread(&xid, sizeof(uint64_t), 1, sdata->storedata) != 1)
565 if (fread(&xid, sizeof(uint64_t), 1, sdata->storedata) != 1)
573 xid = asl_core_ntohq(xid);
574 xid++;
575 sdata->next_id = xid;
577 xid
[all...]
/macosx-10.9.5/xnu-2422.115.4/bsd/net/
H A Dlacp.h447 la_marker_transaction_id xid)
449 lacp_uint32_set(lmpdu->lm_requestor_transaction_id, xid);
446 la_marker_pdu_set_requestor_transaction_id(la_marker_pdu_ref lmpdu, la_marker_transaction_id xid) argument
/macosx-10.9.5/bootp-268.1/BSDPClient/
H A DBSDPClient.c154 u_int32_t xid; member in struct:BSDPClient_s
740 if (dhcp_packet_match((struct bootp *)receive_buf, client->xid,
927 client->xid = arc4random();
1235 request->dp_xid = htonl(client->xid);
1369 client->xid++;
1434 request->dp_xid = htonl(client->xid);
1566 client->xid++;
/macosx-10.9.5/syslog-217.1.4/libsystem_asl.tproj/src/
H A Dasl_store.c497 uint64_t xid, ftime; local
554 xid = asl_core_htonq(s->next_id);
555 if (fwrite(&xid, sizeof(uint64_t), 1, s->storedata) != 1) return ASL_STATUS_WRITE_FAILED;
560 xid = s->next_id;
601 status = asl_file_save(f, msg, &xid);
/macosx-10.9.5/Libinfo-449.1.3/rpc.subproj/
H A Dsvc_udp.c339 * Index into cache is xid, proc, vers, prog and address
399 #define CACHE_LOC(transp, xid) \
400 (xid % (SPARSENESS*((struct udp_cache *) su_data(transp)->su_cache)->uc_size))
/macosx-10.9.5/tcpdump-56/tcpdump/
H A Dprint-nfs.c907 u_int32_t xid; /* transaction ID (net order) */ member in struct:xid_map_entry
962 xmep->xid = rp->rm_xid;
990 u_int32_t xid = rp->rm_xid; local
1002 if (xmep->ipver != IP_V(ip) || xmep->xid != xid)
/macosx-10.9.5/NFS-81/rpc.lockd/
H A Dkern.c193 uint64_t xid,
224 msg.lm_xid = xid;
189 svc_lockd_request( mach_port_t mp __attribute__((unused)), uint32_t vers, uint32_t flags, uint64_t xid, int64_t flk_start, int64_t flk_len, int32_t flk_pid, int32_t flk_type, int32_t flk_whence, uint32_t *sock_address, uint32_t *cred, uint32_t fh_len, uint8_t *fh) argument
/macosx-10.9.5/remote_cmds-41.90.1/ypbind.tproj/
H A Dypbind.c1295 xid2ypdb(u_int32_t xid) argument
1301 if (ypdb->dom_xid == xid) break;
/macosx-10.9.5/tcl-102/tk84/tk/win/
H A DtkWinX.c1677 Tk_FreeXId(display, xid)
1679 XID xid;
/macosx-10.9.5/tcl-102/tk84/tk/macosx/
H A DtkMacOSXXStubs.c694 XID xid)
683 Tk_FreeXId( Display *display, XID xid) argument

Completed in 420 milliseconds

123