Searched refs:afs_uuid (Results 1 - 3 of 3) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/afs/
H A Dmain.c44 struct afs_uuid afs_uuid; variable in typeref:struct:afs_uuid
58 ret = afs_get_MAC_address(afs_uuid.node, sizeof(afs_uuid.node));
66 afs_uuid.time_low = uuidtime;
67 afs_uuid.time_mid = uuidtime >> 32;
68 afs_uuid.time_hi_and_version = (uuidtime >> 48) & AFS_UUID_TIMEHI_MASK;
69 afs_uuid.time_hi_and_version = AFS_UUID_VERSION_TIME;
72 afs_uuid.clock_seq_low = clockseq;
73 afs_uuid
[all...]
H A Dcmservice.c432 reply.ia.uuid[0] = htonl(afs_uuid.time_low);
433 reply.ia.uuid[1] = htonl(afs_uuid.time_mid);
434 reply.ia.uuid[2] = htonl(afs_uuid.time_hi_and_version);
435 reply.ia.uuid[3] = htonl((s8) afs_uuid.clock_seq_hi_and_reserved);
436 reply.ia.uuid[4] = htonl((s8) afs_uuid.clock_seq_low);
438 reply.ia.uuid[loop + 5] = htonl((s8) afs_uuid.node[loop]);
H A Dinternal.h405 struct afs_uuid { struct
532 extern struct afs_uuid afs_uuid;

Completed in 96 milliseconds