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

/freebsd-9.3-release/sys/fs/fifofs/
H A Dfifo_vnops.c162 struct fifoinfo *fip = vp->v_fifoinfo; local
165 if (fip->fi_readers == 0 && fip->fi_writers == 0) {
167 (void)soclose(fip->fi_readsock);
168 (void)soclose(fip->fi_writesock);
169 free(fip, M_VNODE);
189 struct fifoinfo *fip; local
199 if ((fip = vp->v_fifoinfo) == NULL) {
200 fip = malloc(sizeof(*fip), M_VNOD
403 struct fifoinfo *fip = vp->v_fifoinfo; local
435 register struct fifoinfo *fip = vp->v_fifoinfo; local
652 struct fifoinfo *fip; local
680 struct fifoinfo *fip; local
708 struct fifoinfo *fip; local
[all...]
/freebsd-9.3-release/contrib/gcc/config/i386/
H A Dcrtfastmath.c90 long int fip; member in struct:__anon1077
/freebsd-9.3-release/cddl/contrib/opensolaris/common/ctf/
H A Dctf_lookup.c241 ctf_func_info(ctf_file_t *fp, ulong_t symidx, ctf_funcinfo_t *fip) argument
278 fip->ctc_return = *dp++;
279 fip->ctc_argc = n;
280 fip->ctc_flags = 0;
283 fip->ctc_flags |= CTF_FUNC_VARARG;
284 fip->ctc_argc--;
/freebsd-9.3-release/contrib/gdb/gdb/
H A Dstabsread.c2158 read_member_functions (struct field_info *fip, char **pp, struct type *type,
2560 destr_fnlist->next = fip->fnlist;
2561 fip->fnlist = destr_fnlist;
2609 new_fnlist->next = fip->fnlist;
2610 fip->fnlist = new_fnlist;
2636 read_cpp_abbrev (struct field_info *fip, char **pp, struct type *type,
2667 fip->list->field.name =
2680 fip->list->field.name =
2686 fip->list->field.name =
2701 fip
2152 read_member_functions(struct field_info *fip, char **pp, struct type *type, struct objfile *objfile) argument
2630 read_cpp_abbrev(struct field_info *fip, char **pp, struct type *type, struct objfile *objfile) argument
2723 read_one_struct_field(struct field_info *fip, char **pp, char *p, struct type *type, struct objfile *objfile) argument
2861 read_struct_fields(struct field_info *fip, char **pp, struct type *type, struct objfile *objfile) argument
2959 read_baseclasses(struct field_info *fip, char **pp, struct type *type, struct objfile *objfile) argument
3082 read_tilde_fields(struct field_info *fip, char **pp, struct type *type, struct objfile *objfile) argument
3164 attach_fn_fields_to_type(struct field_info *fip, struct type *type) argument
3183 attach_fields_to_type(struct field_info *fip, struct type *type, struct objfile *objfile) argument
[all...]
H A Ddwarf2read.c2564 dwarf2_add_field (struct field_info *fip, struct die_info *die, argument
2577 new_field->next = fip->fields;
2578 fip->fields = new_field;
2579 fip->nfields++;
2594 fip->non_public_fields = 1;
2686 fip->non_public_fields = 1;
2727 fip->nbaseclasses++;
2734 dwarf2_attach_fields_to_type (struct field_info *fip, struct type *type, argument
2737 int nfields = fip->nfields;
2746 if (fip
2821 dwarf2_add_member_fn(struct field_info *fip, struct die_info *die, struct type *type, struct dwarf2_cu *cu) argument
2961 dwarf2_attach_fn_fields_to_type(struct field_info *fip, struct type *type, struct dwarf2_cu *cu) argument
[all...]
/freebsd-9.3-release/sys/ufs/ufs/
H A Dufs_vnops.c1155 struct inode *fip, *tip, *tdp, *fdp; local
1280 fip = VTOI(fvp);
1301 ino = fip->i_number;
1302 if (fip->i_nlink >= LINK_MAX) {
1306 if ((fip->i_flags & (NOUNLINK | IMMUTABLE | APPEND))
1311 if ((fip->i_mode & IFMT) == IFDIR) {
1316 fdp == fip ||
1367 if (fip->i_effnlink == 0 || fdp->i_effnlink == 0 ||
1369 panic("Bad effnlink fip %p, fdp %p, tdp %p", fip, fd
[all...]
/freebsd-9.3-release/sys/i386/linux/
H A Dlinux_ptrace.c170 l_long fip; member in struct:linux_pt_fpreg
183 linux_r->fip = bsd_r->fpr_env[3];
196 bsd_r->fpr_env[3] = linux_r->fip;
208 l_long fip; member in struct:linux_pt_fpxreg
/freebsd-9.3-release/contrib/gcc/
H A Dprotoize.c287 #define fip _info._fip macro
916 p->fip = NULL;
1277 if (hash_entry_p->fip)
1278 return hash_entry_p->fip;
1301 hash_entry_p->fip = file_p;
2328 file_info *file_p = hp->fip;
3928 const file_info *file_p = hp->fip;
/freebsd-9.3-release/sys/dev/cxgbe/
H A Dt4_main.c7158 bcopy(f->fs.val.sip, fwr->fip, sizeof (fwr->fip));
/freebsd-9.3-release/sys/dev/cxgbe/firmware/
H A Dt4fw_interface.h315 __u8 fip[16]; member in struct:fw_filter_wr

Completed in 159 milliseconds