Home
last modified time | relevance | path

Searched refs:m_link_s (Results 1 – 1 of 1) sorted by relevance

/dragonfly/sys/dev/disk/sym/
HDsym_hipd.c381 } m_link_s; typedef
417 m_link_s *h = mp->h; in ___sym_malloc()
430 h[j].next = (m_link_s *) M_GETP(); in ___sym_malloc()
444 h[j].next = (m_link_s *) (a+s); in ___sym_malloc()
458 m_link_s *q; in ___sym_mfree()
460 m_link_s *h = mp->h; in ___sym_mfree()
485 while (q->next && q->next != (m_link_s *) b) { in ___sym_mfree()
489 ((m_link_s *) a)->next = h[i].next; in ___sym_mfree()
490 h[i].next = (m_link_s *) a; in ___sym_mfree()