Searched refs:uid_max (Results 1 – 5 of 5) sorted by relevance
1216 comp->uid_max = 0;1243 comp -> uid_max = sizeof comp -> uid_buf;1247 comp -> uid_max = lease -> uid_max;1249 lease -> uid_max = 0;1257 comp -> uid_len = comp -> uid_max = 0;1699 lt -> uid_max = lease -> uid_max; in lease_copy()1703 } else if (!lease -> uid_max) { in lease_copy()1706 lt -> uid = dmalloc (lt -> uid_max, MDL); in lease_copy()1711 memcpy (lt -> uid, lease -> uid, lease -> uid_max); in lease_copy()1869 lt->uid_max = 0;[all …]
5299 lt->uid_len > lt->uid_max) { in dhcp_failover_process_bind_update()5304 lt->uid_max = lt->uid_len; in dhcp_failover_process_bind_update()5311 lt->uid_max = sizeof(lt->uid_buf); in dhcp_failover_process_bind_update()5324 lt->uid_max = lt->uid_len = 0; in dhcp_failover_process_bind_update()
3032 lt->uid_max = sizeof(lt->uid_buf);3036 lt->uid_max = d1.len;3038 tuid = (unsigned char *)dmalloc(lt->uid_max,
3243 lease -> uid_max = in parse_lease_declaration()3254 lease -> uid_max = buflen; in parse_lease_declaration()3269 lease -> uid_max = buflen; in parse_lease_declaration()
585 unsigned short uid_max; member