| /src/sys/arch/mips/ralink/ |
| ralink_mainbus.c | 93 } xid; local 101 xid.id[0] = bus_space_read_4(sc->sc_memt, ra_sysctl_bsh, RA_SYSCTL_ID0); 102 xid.id[1] = bus_space_read_4(sc->sc_memt, ra_sysctl_bsh, RA_SYSCTL_ID1); 103 xid.buf[8] = '\0'; 104 if (xid.buf[6] == ' ') { 105 xid.buf[6] = '\0'; 106 } else if (xid.buf[7] == ' ') { 107 xid.buf[7] = '\0'; 109 const char * const manuf = xid.buf[0] == 'M' ? "Mediatek" : "Ralink"; 111 aprint_naive(": %s %s System Bus\n", manuf, xid.buf) [all...] |
| /src/sys/lib/libsa/ |
| iodesc.h | 70 u_long xid; /* transaction identification */ member in struct:iodesc
|
| bootp.c | 157 bp->bp_xid = htonl(d->xid); 276 /* Bump xid so next request will be unique. */ 277 ++d->xid; 323 if (bp->bp_xid != htonl(d->xid)) { 326 printf("%s: expected xid 0x%lx, got 0x%x\n", __func__, 327 d->xid, ntohl(bp->bp_xid));
|
| tftp.c | 117 if (ntohs(t->th_block) != d->xid) { 123 if (d->xid == 1) { 178 h->iodesc->xid = 1; /* expected block */ 212 h->iodesc->xid = h->currblock + 1; /* expected block */
|
| /src/external/gpl2/lvm2/dist/daemons/clvmd/ |
| clvm.h | 30 uint16_t xid; /* Transaction ID */ member in struct:clvm_header
|
| clvmd.c | 94 unsigned short xid; member in struct:lvm_thread_cmd 133 unsigned short xid); 538 newfd->xid = 0; 1215 thisfd->xid = global_xid++; 1216 DEBUGLOG("distribute command: XID = %d\n", thisfd->xid); 1233 inheader->xid = thisfd->xid; 1256 inheader->xid = thisfd->xid; [all...] |
| clvmd.h | 92 unsigned short xid; member in struct:local_client
|
| /src/external/gpl2/lvm2/dist/include/ |
| clvm.h | 30 uint16_t xid; /* Transaction ID */ member in struct:clvm_header
|
| /src/external/mit/xorg/lib/libxcb/files/ |
| res.h | 234 uint32_t xid; member in struct:xcb_res_query_client_resources_request_t 266 uint32_t xid; member in struct:xcb_res_query_client_pixmap_bytes_request_t 648 uint32_t xid); 663 uint32_t xid); 703 uint32_t xid); 718 uint32_t xid);
|
| res.c | 469 uint32_t xid) 482 xcb_out.xid = xid; 495 uint32_t xid) 508 xcb_out.xid = xid; 551 uint32_t xid) 564 xcb_out.xid = xid; 577 uint32_t xid) [all...] |
| /src/usr.bin/rump_dhcpclient/ |
| dhcpcd.h | 73 uint32_t xid; member in struct:if_state
|
| main.c | 174 if (ifp->state->xid != dhcp->xid) { 254 ifp->state->xid = arc4random();
|
| /src/external/bsd/wpa/dist/src/common/ |
| dhcp.h | 29 be32 xid; member in struct:dhcp_data 48 be32 xid; member in struct:bootp_pkt
|
| /src/sys/fs/nfs/common/ |
| krpc_subr.c | 116 #define MIN_REPLY_HDR 16 /* xid, dir, astat, errno */ 201 static u_int32_t xid = ~0xFF; local 282 xid++; 283 call->rp_xid = txdr_unsigned(xid); 366 if (reply->rp_xid != txdr_unsigned(xid))
|
| /src/external/mpl/dhcp/dist/includes/ |
| dhcp.h | 54 u_int32_t xid; /* 4: Transaction ID */ member in struct:dhcp_packet
|
| /src/external/mpl/dhcp/bind/dist/lib/irs/ |
| getaddrinfo.c | 575 dns_clientrestrans_t *xid; member in struct:gai_restrans 652 state->trans4->xid = NULL; 660 state->trans6->xid = NULL; 887 dns_client_destroyrestrans(&trans->xid); 938 rest->trans4->xid != NULL) 941 rest->trans4->xid); 944 rest->trans6->xid != NULL) 947 rest->trans6->xid); 1020 resstate->trans4, &resstate->trans4->xid); 1032 resstate->trans6, &resstate->trans6->xid); [all...] |
| /src/sys/fs/nfs/nlm/ |
| nlm_advlock.c | 768 u_int xid; local 799 xid = atomic_fetchadd_int(&nlm_xid, 1); 800 args.cookie.n_len = sizeof(xid); 801 args.cookie.n_bytes = (char*) &xid; 865 xid = atomic_fetchadd_int(&nlm_xid, 1); 866 cancel.cookie.n_len = sizeof(xid); 867 cancel.cookie.n_bytes = (char*) &xid; 967 u_int xid; local 985 xid = atomic_fetchadd_int(&nlm_xid, 1); 986 args.cookie.n_len = sizeof(xid); 1042 u_int xid; local [all...] |
| /src/external/bsd/dhcpcd/dist/src/ |
| dhcp6.c | 84 uint8_t xid[3]; member in struct:dhcp6_message 555 uint32_t xid; local 558 ifp->hwlen >= sizeof(xid)) 560 memcpy(&xid, (ifp->hwaddr + ifp->hwlen) - sizeof(xid), 561 sizeof(xid)); 564 xid = arc4random(); 567 m->xid[0] = (xid >> 16) & 0xff; 568 m->xid[1] = (xid >> 8) & 0xff [all...] |
| /src/sys/nfs/ |
| nfs_bootdhcp.c | 293 int xid; member in struct:bootpcontext 381 if (bootp->bp_xid != bpc->xid) { 382 DPRINTF(("bootpcheck: xid %d != %d\n", bootp->bp_xid, 383 bpc->xid)); 487 static u_int32_t xid = ~0xFF; local 605 * Note: xid is host order! (opaque to server) 611 bootp->bp_xid = ++xid; 626 bpc.xid = xid;
|
| nfs_srvcache.c | 73 #define NFSRCHASH(xid) \ 74 (&nfsrvhashtbl[((xid) + ((xid) >> 24)) & nfsrvhash])
|
| krpc_subr.c | 125 #define MIN_REPLY_HDR 16 /* xid, dir, astat, errno */ 227 static u_int32_t xid = ~0xFF; local 289 xid++; 290 call->rp_xid = txdr_unsigned(xid); 316 &xid, l);
|
| /src/usr.sbin/bootp/bootptest/ |
| bootptest.c | 146 int32 xid; local 301 xid = (int32) getpid(); 302 bp->bp_xid = (u_int32) htonl(xid);
|
| /src/sys/fs/nfs/server/ |
| nfs_nfsdcache.c | 53 * the same xid are to be expected, especially for the case of the entry 59 * - key on <xid, NFS version> (as noted above, there can be several 127 * - key on <xid, NFS version, RPC#, Client host ip#> 239 #define nfsrc_hash(xid) (((xid) + ((xid) >> 24)) % NFSRVCACHE_HASHSIZE) 240 #define NFSRCUDPHASH(xid) \ 241 (&nfsrvudphashtbl[nfsrc_hash(xid)]) 242 #define NFSRCHASH(xid) \ 243 (&nfsrchash_table[nfsrc_hash(xid)].tbl [all...] |
| /src/external/apache2/mDNSResponder/dist/DSO/ |
| dso.h | 125 uint16_t xid; member in struct:dso_keepalive_context 263 bool unidirectional, bool response, uint16_t xid, int rcode, void *callback_state);
|
| /src/external/bsd/am-utils/dist/amd/ |
| rpc_fwd.c | 58 #define XID_ALLOC() (xid++) 85 static u_int xid; variable 259 dlog("UNKNOWN RPC XID %#x", type_id); 270 dlog("Allocating a new xid..."); 447 dlog("UNKNOWN RPC XID %#x", pkt_xid);
|