lh 92 isofs/udf/udf_vnops.c struct udf_hash_lh *lh;
lh 100 isofs/udf/udf_vnops.c lh = &ump->um_hashtbl[id & ump->um_hashsz];
lh 101 isofs/udf/udf_vnops.c if (lh == NULL) {
lh 106 isofs/udf/udf_vnops.c LIST_FOREACH(up, lh, u_le) {
lh 128 isofs/udf/udf_vnops.c struct udf_hash_lh *lh;
lh 135 isofs/udf/udf_vnops.c lh = &ump->um_hashtbl[up->u_ino & ump->um_hashsz];
lh 136 isofs/udf/udf_vnops.c if (lh == NULL)
lh 137 isofs/udf/udf_vnops.c LIST_INIT(lh);
lh 138 isofs/udf/udf_vnops.c LIST_INSERT_HEAD(lh, up, u_le);
lh 148 isofs/udf/udf_vnops.c struct udf_hash_lh *lh;
lh 153 isofs/udf/udf_vnops.c lh = &ump->um_hashtbl[up->u_ino & ump->um_hashsz];
lh 154 isofs/udf/udf_vnops.c if (lh == NULL)
lh 1184 net/if_spppsubr.c struct lcp_header *lh;
lh 1200 net/if_spppsubr.c lh = (struct lcp_header *)(mtod(m, u_int8_t *) + 2);
lh 1206 net/if_spppsubr.c lh = (struct lcp_header*) (h + 1);
lh 1208 net/if_spppsubr.c lh->type = type;
lh 1209 net/if_spppsubr.c lh->ident = ident;
lh 1210 net/if_spppsubr.c lh->len = htons (LCP_HEADER_LEN + len);
lh 1212 net/if_spppsubr.c bcopy (data, lh+1, len);
lh 1218 net/if_spppsubr.c sppp_cp_type_name (lh->type), lh->ident,
lh 1219 net/if_spppsubr.c ntohs (lh->len));
lh 1221 net/if_spppsubr.c sppp_print_bytes ((u_char*) (lh+1), len);
lh 3790 net/if_spppsubr.c struct lcp_header *lh;
lh 3807 net/if_spppsubr.c lh = (struct lcp_header *)(mtod(m, u_int8_t *) + 2);
lh 3814 net/if_spppsubr.c lh = (struct lcp_header*)(h + 1);
lh 3817 net/if_spppsubr.c lh->type = type;
lh 3818 net/if_spppsubr.c lh->ident = id;
lh 3819 net/if_spppsubr.c p = (u_char*) (lh+1);
lh 3839 net/if_spppsubr.c lh->len = htons (LCP_HEADER_LEN + len);
lh 3844 net/if_spppsubr.c sppp_auth_type_name(cp->proto, lh->type),
lh 3845 net/if_spppsubr.c lh->ident, ntohs(lh->len));
lh 3847 net/if_spppsubr.c sppp_print_bytes((u_char*) (lh+1), len);