Searched refs:vlen (Results 1 – 2 of 2) sorted by relevance
| /xnu-8792.41.9/bsd/net/ |
| H A D | radix.c | 285 int off = t->rn_offset, vlen = *(u_char *)cp, matched_off; in rn_match_args() local 311 vlen = *(u_char *)t->rn_mask; in rn_match_args() 313 cp += off; cp2 = t->rn_key + off; cplim = v + vlen; in rn_match_args() 442 int head_off = top->rn_offset, vlen = (int)*((u_char *)v); in rn_insert() local 453 caddr_t cplim = v + vlen; in rn_insert() 807 int b, head_off, vlen; in rn_delete() local 814 vlen = *(u_char *)v; in rn_delete() 818 Bcmp(v + head_off, tt->rn_key + head_off, vlen - head_off)) { in rn_delete()
|
| /xnu-8792.41.9/iokit/Kernel/ |
| H A D | IOPlatformExpert.cpp | 1176 unsigned int vlen; in PEReadNVRAMProperty() local 1186 vlen = *len; in PEReadNVRAMProperty() 1201 vlen = min(vlen, *len); in PEReadNVRAMProperty() 1202 if (value && vlen) { in PEReadNVRAMProperty() 1203 memcpy((void *) value, data->getBytesNoCopy(), vlen); in PEReadNVRAMProperty()
|