Lines Matching refs:fileglob

140 static LIST_HEAD(, fileglob) unp_msghead = LIST_HEAD_INITIALIZER(unp_msghead);
212 static void unp_scan(struct mbuf *, void (*)(struct fileglob *, void *arg), void *arg);
213 static void unp_mark(struct fileglob *, __unused void *);
214 static void unp_discard(struct fileglob *, void *);
2260 fg_insertuipc_mark(struct fileglob * fg) in fg_insertuipc_mark()
2297 fg_insertuipc(struct fileglob * fg) in fg_insertuipc()
2326 fg_removeuipc_mark(struct fileglob * fg) in fg_removeuipc_mark()
2361 fg_removeuipc(struct fileglob * fg) in fg_removeuipc()
2387 struct fileglob **rp = (struct fileglob **)(cm + 1); in unp_externalize()
2455 if (sizeof(struct fileglob *) != sizeof(int)) { in unp_externalize()
2457 newfds * (sizeof(struct fileglob *) - sizeof(int))); in unp_externalize()
2466 bzero(rp, newfds * sizeof(struct fileglob *)); in unp_externalize()
2495 struct fileglob **rp; in unp_internalize()
2527 rp = (struct fileglob **)(cm + 1); in unp_internalize()
2556 struct fileglob *fg; in unp_gc()
2558 static struct fileglob **__indexable extra_ref; in unp_gc()
2559 struct fileglob **fpp; in unp_gc()
2696 extra_ref = kalloc_type(struct fileglob *, extra_ref_size, Z_WAITOK); in unp_gc()
2735 struct fileglob *tfg; in unp_gc()
2753 kfree_type(struct fileglob *, extra_ref_size, extra_ref); in unp_gc()
2778 unp_scan(struct mbuf *m0, void (*op)(struct fileglob *, void *arg), void *arg) in unp_scan() argument
2781 struct fileglob **rp; in unp_scan()
2797 rp = (struct fileglob **)(cm + 1); in unp_scan()
2809 unp_mark(struct fileglob *fg, __unused void *arg) in unp_mark()
2824 unp_discard(struct fileglob *fg, void *p) in unp_discard()