Searched refs:encp (Results 1 - 1 of 1) sorted by relevance

/darwin-on-arm/xnu/bsd/hfs/
H A Dhfs_encodings.c101 struct hfs_encoding *encp; local
103 MALLOC(encp, struct hfs_encoding *, sizeof(struct hfs_encoding), M_TEMP, M_WAITOK);
107 encp->link.sle_next = NULL;
108 encp->refcount = 0;
109 encp->encoding = encoding;
110 encp->get_unicode_func = get_unicode;
111 encp->get_hfsname_func = get_hfsname;
112 encp->kmod_id = id;
113 SLIST_INSERT_HEAD(&hfs_encoding_list, encp, link);
134 struct hfs_encoding *encp; local
168 struct hfs_encoding *encp; local
201 struct hfs_encoding *encp; local
[all...]

Completed in 67 milliseconds