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

/freebsd-13-stable/sys/fs/fifofs/
H A Dfifo_vnops.c113 struct fifoinfo *fip; local
116 fip = vp->v_fifoinfo;
117 if (fip->fi_readers == 0 && fip->fi_writers == 0) {
119 pipe_dtor(fip->fi_pipe);
120 free(fip, M_VNODE);
142 struct fifoinfo *fip; local
153 if ((fip = vp->v_fifoinfo) == NULL) {
157 fip = malloc(sizeof(*fip), M_VNOD
281 struct fifoinfo *fip; local
326 struct fifoinfo *fip = vp->v_fifoinfo; local
[all...]
/freebsd-13-stable/lib/libsecureboot/
H A Dveopen.c74 struct fingerprint_info *fip, *nfip, *lfip; local
142 LIST_FOREACH(fip, &fi_list, entries) {
143 if (nfip->fi_prefix_len >= fip->fi_prefix_len) {
144 LIST_INSERT_BEFORE(fip, nfip, entries);
147 fip->fi_prefix_len, fip->fi_prefix));
150 lfip = fip;
165 maybe_skip(char *fp, struct fingerprint_info *fip, size_t *nplenp) argument
171 if (tp >= fip->fi_data) {
173 if ((tp == fip
190 struct fingerprint_info *fip; local
[all...]
/freebsd-13-stable/cddl/contrib/opensolaris/common/ctf/
H A Dctf_lookup.c244 ctf_func_info(ctf_file_t *fp, ulong_t symidx, ctf_funcinfo_t *fip) argument
281 fip->ctc_return = *dp++;
282 fip->ctc_argc = n;
283 fip->ctc_flags = 0;
286 fip->ctc_flags |= CTF_FUNC_VARARG;
287 fip->ctc_argc--;
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DRegisterContextNetBSD_i386.cpp42 uint64_t fip; // Instruction Pointer member in struct:FPR_i386::__anon2892::__anon2893
46 uint32_t fioff; // FPU IP Offset (fip)
H A DRegisterContextLinux_i386.cpp42 uint64_t fip; // Instruction Pointer member in struct:FPR_i386::__anon2889::__anon2890
46 uint32_t fioff; // FPU IP Offset (fip)
H A DRegisterContext_x86.h259 uint64_t fip; // Instruction Pointer member in struct:lldb_private::FXSAVE::__anon2911::__anon2912
263 uint32_t fioff; // FPU IP Offset (fip)
/freebsd-13-stable/sys/ufs/ufs/
H A Dufs_vnops.c1242 struct inode *fip, *tip, *tdp, *fdp; local
1377 fip = VTOI(fvp);
1398 ino = fip->i_number;
1399 if (fip->i_nlink >= UFS_LINK_MAX) {
1403 if ((fip->i_flags & (NOUNLINK | IMMUTABLE | APPEND))
1408 if ((fip->i_mode & IFMT) == IFDIR) {
1413 fdp == fip ||
1464 if (fip->i_effnlink == 0 || fdp->i_effnlink == 0 ||
1466 panic("Bad effnlink fip %p, fdp %p, tdp %p", fip, fd
[all...]
/freebsd-13-stable/sys/i386/linux/
H A Dlinux_ptrace.c166 l_long fip; member in struct:linux_pt_fpreg
179 linux_r->fip = bsd_r->fpr_env[3];
192 bsd_r->fpr_env[3] = linux_r->fip;
204 l_long fip; member in struct:linux_pt_fpxreg
/freebsd-13-stable/sys/dev/cxgbe/
H A Dt4_filter.c752 bcopy(f->fs.val.sip, fwr->fip, sizeof (fwr->fip));
/freebsd-13-stable/sys/dev/ocs_fc/
H A Dsli4.c4263 sli4->fip = func;
8323 if (!sli4->fip) {
8357 sli4->fip(sli4->fip_arg, &event);
H A Dsli4.h3224 int32_t (*fip)(void *, void *); member in struct:sli4_s
/freebsd-13-stable/contrib/llvm-project/openmp/runtime/src/
H A Dkmp.h1197 unsigned fip; member in struct:x87_fpu_state
/freebsd-13-stable/contrib/ofed/libcxgb4/
H A Dt4fw_api.h193 __u8 fip[16]; member in struct:fw_filter_wr
/freebsd-13-stable/sys/dev/cxgbe/firmware/
H A Dt4fw_interface.h344 __u8 fip[16]; member in struct:fw_filter_wr
376 __u8 fip[16]; member in struct:fw_filter2_wr

Completed in 545 milliseconds