pol_hnd 120 source3/include/ntdomain.h struct policy_handle pol_hnd; pol_hnd 143 source3/rpc_server/srv_lsa_hnd.c SIVAL(&pol->pol_hnd.handle_type, 0 , 0); /* first bit must be null */ pol_hnd 144 source3/rpc_server/srv_lsa_hnd.c SIVAL(&pol->pol_hnd.uuid.time_low, 0 , pol_hnd_low ); /* second bit is incrementing */ pol_hnd 145 source3/rpc_server/srv_lsa_hnd.c SSVAL(&pol->pol_hnd.uuid.time_mid, 0 , pol_hnd_high); /* second bit is incrementing */ pol_hnd 146 source3/rpc_server/srv_lsa_hnd.c SSVAL(&pol->pol_hnd.uuid.time_hi_and_version, 0 , (pol_hnd_high>>16)); /* second bit is incrementing */ pol_hnd 150 source3/rpc_server/srv_lsa_hnd.c SSVAL(pol->pol_hnd.uuid.clock_seq, 0, (t>>16)); /* something random */ pol_hnd 151 source3/rpc_server/srv_lsa_hnd.c SSVAL(pol->pol_hnd.uuid.node, 0, t); /* something random */ pol_hnd 153 source3/rpc_server/srv_lsa_hnd.c SIVAL(pol->pol_hnd.uuid.node, 2, sys_getpid()); /* something more random */ pol_hnd 158 source3/rpc_server/srv_lsa_hnd.c *hnd = pol->pol_hnd; pol_hnd 179 source3/rpc_server/srv_lsa_hnd.c if (memcmp(&pol->pol_hnd, hnd, sizeof(*hnd)) == 0) { pol_hnd 242 source3/rpc_server/srv_lsa_hnd.c close_policy_hnd(p, &p->pipe_handles->Policy->pol_hnd);