| /src/usr.sbin/puffs/mount_9p/ |
| ninepuffs.h | 114 p9pfid_t fid; member in struct:dirfid
|
| /src/external/gpl2/lvm2/dist/lib/format_pool/ |
| format_pool.c | 104 *fid, struct dm_pool *mem, 107 struct dm_pool *smem = fid->fmt->cmd->mem; 117 vg->cmd = fid->fmt->cmd; 119 vg->fid = fid; 134 if (!import_pool_pvs(fid->fmt, vg, &vg->pvs, smem, pds)) 161 static struct volume_group *_pool_vg_read(struct format_instance *fid, 177 vg_name = strip_dir(vg_name, fid->fmt->cmd->dev_dir); 180 if (!read_pool_pds(fid->fmt, vg_name, mem, &pds)) 184 if (!(vg = _build_vg_from_pds(fid, mem, &pds)) 257 struct format_instance *fid; local [all...] |
| /src/sys/coda/ |
| coda_vfsops.c | 382 * with the new fid key. 492 CodaFid fid; local 497 memcpy(&fid, key, key_len); 501 cp->c_fid = fid; 516 * a type-specific fid. 519 coda_fhtovp(struct mount *vfsp, struct fid *fhp, struct mbuf *nam, 558 coda_vptofh(struct vnode *vnp, struct fid *fidp) 626 return coda_fhtovp(mi->mi_vfsp, (struct fid*)&cfid, NULL, vpp,
|
| /src/sys/fs/udf/ |
| udf_readwrite.c | 77 struct fileid_desc *fid; local 84 /* first resync with the FID stream !!! */ 88 fid = (struct fileid_desc *) fid_pos; 89 if (udf_rw16(fid->tag.id) == TAGID_FID) { 90 if (udf_check_tag((union dscrptr *) fid) == 0) 102 fid = (struct fileid_desc *) fid_pos; 103 if (udf_rw16(fid->tag.id) != TAGID_FID) { 104 /* end of FID stream; end of directory or currupted */ 109 fid->tag.tag_loc = udf_rw32(lb_num); 110 udf_validate_tag_sum((union dscrptr *) fid); [all...] |
| /src/usr.bin/at/ |
| at.c | 147 FILE *fid; local 149 if ((fid = fopen(_PATH_SEQFILE, "r+")) != NULL) { 150 if (fscanf(fid, "%5x", &jobno) == 1) { 151 (void)rewind(fid); 153 (void)fprintf(fid, "%05x\n", jobno); 156 (void)fclose(fid); 158 } else if ((fid = fopen(_PATH_SEQFILE, "w")) != NULL) { 159 (void)fprintf(fid, "%05x\n", jobno = 1); 160 (void)fclose(fid);
|
| /src/external/bsd/libbind/dist/isc/ |
| eventlib.c | 406 evFile *fid; local 432 fid = ctx->fdNext; 433 ctx->fdNext = fid->next; 435 fd = fid->fd; 443 eventmask &= fid->eventmask; 459 new->u.file.this = fid;
|
| /src/external/gpl2/lvm2/dist/lib/format1/ |
| format1.c | 115 static struct volume_group *_build_vg(struct format_instance *fid, 130 vg->cmd = fid->fmt->cmd; 132 vg->fid = fid; 147 if (!import_pvs(fid->fmt, mem, vg, pvs, &vg->pvs, &vg->pv_count)) 153 if (!import_extents(fid->fmt->cmd, vg, pvs)) 166 static struct volume_group *_format1_vg_read(struct format_instance *fid, 179 vg_name = strip_dir(vg_name, fid->fmt->cmd->dev_dir); 182 (fid->fmt, vg_name, fid->fmt->cmd->filter, mem, &pvs) 461 struct format_instance *fid; local [all...] |
| /src/external/gpl3/gdb.old/dist/gdb/mi/ |
| mi-cmd-stack.c | 717 frame_info_ptr fid; local 720 fid = find_relative_frame (get_current_frame (), &level); 723 return fid; 736 for (fid = get_current_frame (); 737 fid != NULL; 738 fid = get_prev_frame (fid)) 740 if (id == get_frame_id (fid)) 746 prev_frame = get_prev_frame (fid); 750 fid = prev_frame [all...] |
| /src/external/gpl3/gdb/dist/gdb/mi/ |
| mi-cmd-stack.c | 713 frame_info_ptr fid; local 716 fid = find_relative_frame (get_current_frame (), &level); 719 return fid; 732 for (fid = get_current_frame (); 733 fid != NULL; 734 fid = get_prev_frame (fid)) 736 if (id == get_frame_id (fid)) 742 prev_frame = get_prev_frame (fid); 746 fid = prev_frame [all...] |
| /src/sys/arch/x86/include/ |
| powernow.h | 111 #define FID_TO_VCO_FID(fid) \ 112 (((fid) < 8) ? (8 + ((fid) << 1)) : (fid)) 124 uint8_t fid; member in struct:powernow_state 153 uint8_t fid; member in struct:powernow_pst_s
|
| /src/sys/arch/x86/x86/ |
| powernow.c | 92 * in the PST tables, but they have correct FID/VID values. 137 static uint64_t powernow_k8_fidvid(u_int fid, uint64_t vid, uint64_t ctrl); 419 DPRINTF(("%s: fid=%d vid=%d\n", __func__, 420 sc->sc_state->state_table[i].fid, 445 powernow_k7_states(device_t self, unsigned int fid, unsigned int vid) 490 * and fid/vid match. 499 (fid == pst->fid && vid == pst->vid))) { 524 int cvid, cfid, vid = 0, fid = 0; local 535 fid = sc->sc_state->state_table[i].fid 787 int cfid, cvid, fid = 0, vid = 0; local [all...] |
| /src/sys/nfs/ |
| nfs_vfsops.c | 1055 nfs_fhtovp(struct mount *mp, struct fid *fid, int lktype, struct vnode **vpp) 1063 fidsize = fid->fid_len; 1064 if (fidsize < sizeof(*fid)) { 1067 fhsize = fidsize - sizeof(*fid); 1081 error = nfs_nget(mp, (void *)fid->fid_data, fhsize, &np); 1096 nfs_vptofh(struct vnode *vp, struct fid *buf, size_t *bufsize) 1099 struct fid *fid; local 1104 fidsize = sizeof(*fid) + np->n_fhsize [all...] |
| /src/sys/sys/ |
| fstypes.h | 44 struct fid { struct 55 struct fid fh_fid; /* File sys specific id */
|
| /src/crypto/external/apache2/openssl/dist/crypto/ec/ |
| ec_backend.c | 161 int ret = 0, fid; local 168 fid = EC_GROUP_get_field_type(group); 170 if (fid == NID_X9_62_prime_field) { 172 } else if (fid == NID_X9_62_characteristic_two_field) {
|
| /src/crypto/external/bsd/openssl/dist/crypto/ec/ |
| ec_backend.c | 160 int ret = 0, fid; local 167 fid = EC_GROUP_get_field_type(group); 169 if (fid == NID_X9_62_prime_field) { 171 } else if (fid == NID_X9_62_characteristic_two_field) {
|
| /src/external/gpl3/gdb.old/dist/gdb/python/ |
| py-frame.c | 82 const frame_id &fid = ((frame_object *) self)->frame_id; local 83 return PyUnicode_FromString (fid.to_string ().c_str ()); 96 const frame_id &fid = frame_obj->frame_id; local 100 fid.to_string ().c_str ());
|
| /src/external/gpl3/gdb/dist/gdb/python/ |
| py-frame.c | 82 const frame_id &fid = ((frame_object *) self)->frame_id; local 83 return PyUnicode_FromString (fid.to_string ().c_str ()); 96 const frame_id &fid = frame_obj->frame_id; local 100 fid.to_string ().c_str ());
|
| /src/sys/arch/x86/acpi/ |
| acpi_cpu_md.c | 104 #define FID_TO_VCO_FID(fidd) (((fid) < 8) ? (8 + ((fid) << 1)) : (fid)) 252 * Evaluate support for the "FID/VID 776 uint32_t fid, i, vid; local 797 fid = __SHIFTOUT(ps->ps_status, ACPI_0FH_STATUS_FID); 800 if (cfid == fid && cvid == vid) { 813 uint32_t cfid, cvid, fid, i, irt; local 823 fid = __SHIFTOUT(ctrl, ACPI_0FH_CONTROL_FID); 862 if (cfid != fid) { [all...] |
| /src/sys/dev/ic/ |
| an.c | 534 int i, error, fid; local 554 if ((error = an_alloc_fid(sc, AN_TX_MAX_LEN, &fid)) != 0) { 560 DPRINTF2(("an_init: txbuf %d allocated %x\n", i, fid)); 561 sc->sc_txd[i].d_fid = fid; 727 int cur, fid; local 829 fid = sc->sc_txd[cur].d_fid; 830 if (an_write_bap(sc, fid, 0, &frmhdr, sizeof(frmhdr)) != 0) 833 an_write_bap(sc, fid, -1, &frmhdr, AN_TXGAP_802_11); 834 an_mwrite_bap(sc, fid, -1, m, m->m_pkthdr.len); 839 fid, cur)) 1381 int fid, gaplen, len, off, s; local 1537 int cur, fid, s; local [all...] |
| /src/external/bsd/ntp/dist/ntpd/ |
| ntpd.c | 588 int fid; local 654 fid = open("/dev/tty", 2); 655 if (fid >= 0) { 656 ioctl(fid, (u_long)TIOCNOTTY, NULL); 657 close(fid);
|
| /src/external/gpl2/lvm2/dist/lib/cache/ |
| lvmcache.c | 558 struct format_instance *fid; local 582 if (!(fid = vginfo->fmt->ops->create_instance(vginfo->fmt, 587 if (!(vg = import_vg_from_buffer(vginfo->vgmetadata, fid)) ||
|
| /src/external/gpl3/binutils/dist/gprofng/src/ |
| LoadObject.cc | 382 int fid = get_index (func); local 383 if (fid == -1) 388 for (index = fid; index < nsize; index++) 393 fid = index;
|
| /src/external/gpl3/binutils.old/dist/gprofng/src/ |
| LoadObject.cc | 382 int fid = get_index (func); local 383 if (fid == -1) 388 for (index = fid; index < nsize; index++) 393 fid = index;
|
| /src/external/gpl3/gdb.old/dist/gdb/guile/ |
| scm-frame.c | 115 const struct frame_id *fid = &f_smob->frame_id; 118 if (fid->stack_status == FID_STACK_VALID) 119 hash = iterative_hash (&fid->stack_addr, sizeof (fid->stack_addr), hash); 120 if (fid->code_addr_p) 121 hash = iterative_hash (&fid->code_addr, sizeof (fid->code_addr), hash); 122 if (fid->special_addr_p) 123 hash = iterative_hash (&fid->special_addr, sizeof (fid->special_addr) 114 const struct frame_id *fid = &f_smob->frame_id; local [all...] |
| /src/external/gpl3/gdb/dist/gdb/guile/ |
| scm-frame.c | 115 const struct frame_id *fid = &f_smob->frame_id; 118 if (fid->stack_status == FID_STACK_VALID) 119 hash = iterative_hash (&fid->stack_addr, sizeof (fid->stack_addr), hash); 120 if (fid->code_addr_p) 121 hash = iterative_hash (&fid->code_addr, sizeof (fid->code_addr), hash); 122 if (fid->special_addr_p) 123 hash = iterative_hash (&fid->special_addr, sizeof (fid->special_addr) 114 const struct frame_id *fid = &f_smob->frame_id; local [all...] |