HomeSort by: relevance | last modified time | path
    Searched defs:fpn (Results 1 - 5 of 5) sorted by relevancy

  /src/dist/pf/usr.sbin/ftp-proxy/
ipf.c 129 struct ftp_proxy_nat *fpn; local in function:ftp_proxy_entry_remove
131 while ((fpn = LIST_FIRST(&fpe->nat_entries)) != NULL) {
132 LIST_REMOVE(fpn, link);
133 free(fpn);
156 struct ftp_proxy_nat *fpn; local in function:ftp_proxy_entry_add_nat
158 fpn = malloc(sizeof(*fpn));
159 if (fpn == NULL)
162 memcpy(&fpn->ipn, ipn, sizeof(fpn->ipn))
287 struct ftp_proxy_nat *fpn; local in function:ipf_do_commit
    [all...]
  /src/sys/arch/sparc/fpu/
fpu_emu.h 82 struct fpn { struct
115 * ORDER(x,y) `sorts' a pair of `fpn *'s so that the right operand (y) points
134 struct fpn *swap; \
149 struct fpn fe_f1; /* operand 1 */
150 struct fpn fe_f2; /* operand 2, if required */
151 struct fpn fe_f3; /* available storage for result */
159 struct fpn *fpu_add(struct fpemu *);
161 struct fpn *fpu_mul(struct fpemu *);
162 struct fpn *fpu_div(struct fpemu *);
163 struct fpn *fpu_sqrt(struct fpemu *)
    [all...]
  /src/sys/arch/powerpc/fpu/
fpu_emu.h 78 struct fpn { struct
113 * ORDER(x,y) `sorts' a pair of `fpn *'s so that the right operand (y) points
132 struct fpn *swap; \
154 struct fpn fe_f1; /* operand 1 */
155 struct fpn fe_f2; /* operand 2, if required */
156 struct fpn fe_f3; /* available storage for result */
165 struct fpn *fpu_add(struct fpemu *);
166 struct fpn *fpu_mul(struct fpemu *);
167 struct fpn *fpu_div(struct fpemu *);
168 struct fpn *fpu_sqrt(struct fpemu *)
    [all...]
  /src/sys/arch/m68k/fpe/
fpu_emulate.h 79 struct fpn { struct
94 static inline void CPYFPN(struct fpn *, const struct fpn *);
97 CPYFPN(struct fpn *dst, const struct fpn *src)
120 * ORDER(x,y) `sorts' a pair of `fpn *'s so that the right operand (y) points
139 struct fpn *swap; \
151 struct fpn fe_f1; /* operand 1 */
152 struct fpn fe_f2; /* operand 2, if required */
153 struct fpn fe_f3; /* available storage for result *
    [all...]
  /src/sys/fs/puffs/
puffs_vnops.c 2131 struct puffs_node *fpn = ap->a_fvp->v_data; local in function:puffs_vnop_rename
2165 puffs_updatenode(fpn, PUFFS_UPDATECTIME, 0);

Completed in 14 milliseconds