HomeSort by: relevance | last modified time | path
    Searched defs:imp (Results 1 - 25 of 30) sorted by relevancy

1 2

  /src/sys/fs/cd9660/
iso_rrip.h 66 struct iso_mnt *imp; /* mount structure */ member in struct:__anon6719
75 struct iso_node *inop, struct iso_mnt *imp);
78 ino_t *inump, struct iso_mnt *imp);
81 struct iso_mnt *imp);
83 struct iso_mnt *imp);
cd9660_lookup.c 102 struct iso_mnt *imp; /* file system that directory is in */ local
132 imp = dp->i_mnt;
164 assoc = (imp->iso_ftype != ISO_FTYPE_RRIP && *name == ASSOCCHAR);
181 bmask = imp->im_bmask;
225 (dp->i_offset & ~bmask) + imp->logical_block_size;
233 if (entryoffsetinblock + reclen > imp->logical_block_size)
246 switch (imp->iso_ftype) {
258 dp->i_ino = isodirino(ep, imp);
266 imp->im_joliet_level))) {
268 ino = isodirino(ep, imp);
385 struct iso_mnt *imp; local
    [all...]
cd9660_node.c 151 struct iso_mnt *imp; local
167 && ((imp = inop->i_mnt)->im_flags & ISOFSMNT_EXTATT)
169 cd9660_blkatoff(ITOV(inop), (off_t)-(off << imp->im_bshift),
212 struct iso_mnt *imp; local
217 && ((imp = inop->i_mnt)->im_flags & ISOFSMNT_EXTATT)
219 cd9660_blkatoff(ITOV(inop), (off_t)-(off << imp->im_bshift),
328 isodirino(struct iso_directory_record *isodir, struct iso_mnt *imp)
335 * ip->iso_start = ino >> imp->im_bshift;
340 isonum_711(isodir->ext_attr_length)) << imp->im_bshift;
cd9660_vfsops.c 181 iso_checkupdate(const struct vnode *devvp, const struct iso_mnt *imp,
185 if (devvp != imp->im_devvp && devvp->v_rdev != imp->im_devvp->v_rdev)
188 if (((imp->im_flags & ISOFSMNT_UID) && args->uid != imp->im_uid) ||
189 ((imp->im_flags & ISOFSMNT_GID) && args->gid != imp->im_gid) ||
190 args->fmask != imp->im_fmask || args->dmask != imp->im_dmask)
197 iso_copyidmask(struct iso_args *args, const struct iso_mnt *imp)
255 struct iso_mnt *imp = VFSTOISOFS(mp); local
643 struct iso_mnt *imp = VFSTOISOFS(mp); local
757 struct iso_mnt *imp; local
    [all...]
cd9660_vnops.c 232 struct iso_mnt *imp; local
246 imp = ip->i_mnt;
267 lbn = cd9660_lblkno(imp, uio->uio_offset);
268 on = cd9660_blkoff(imp, uio->uio_offset);
269 n = MIN(imp->logical_block_size - on, uio->uio_resid);
275 size = cd9660_blksize(imp, ip, lbn);
277 if (cd9660_lblktosize(imp, rablock) < ip->i_size) {
278 rasize = cd9660_blksize(imp, ip, rablock);
398 struct iso_mnt *imp; local
414 imp = dp->i_mnt
598 ISOMNT *imp; local
    [all...]
  /src/external/mpl/bind/dist/lib/dns/
dlz.c 97 dns_dlzimplementation_t *imp; local
99 for (imp = ISC_LIST_HEAD(dlz_implementations); imp != NULL;
100 imp = ISC_LIST_NEXT(imp, link))
102 if (strcasecmp(name, imp->name) == 0) {
103 return imp;
dyndb.c 65 dyndb_implementation_t *imp; local
67 for (imp = ISC_LIST_HEAD(dyndb_implementations); imp != NULL;
68 imp = ISC_LIST_NEXT(imp, link))
70 if (strcasecmp(name, imp->name) == 0) {
71 return imp;
112 dyndb_implementation_t *imp = NULL; local
123 imp = isc_mem_get(mctx, sizeof(*imp));
183 dyndb_implementation_t *imp; local
    [all...]
sdlz.c 163 #define MAYBE_LOCK(imp) LOCK(&imp->driverlock)
164 #define MAYBE_UNLOCK(imp) UNLOCK(&imp->driverlock)
166 #define MAYBE_LOCK(imp) \
168 unsigned int flags = imp->flags; \
170 LOCK(&imp->driverlock); \
173 #define MAYBE_UNLOCK(imp) \
175 unsigned int flags = imp->flags; \
177 UNLOCK(&imp->driverlock);
1373 dns_sdlzimplementation_t *imp; local
1420 dns_sdlzimplementation_t *imp; local
1481 dns_sdlzimplementation_t *imp; local
1517 dns_sdlzimplementation_t *imp; local
1540 dns_sdlzimplementation_t *imp; local
1584 dns_sdlzimplementation_t *imp; local
1607 dns_sdlzimplementation_t *imp; local
1869 dns_sdlzimplementation_t *imp; local
1942 dns_sdlzimplementation_t *imp; local
    [all...]
db.c 115 dns_dbimplementation_t *imp; local
117 for (imp = ISC_LIST_HEAD(implementations); imp != NULL;
118 imp = ISC_LIST_NEXT(imp, link))
120 if (strcasecmp(name, imp->name) == 0) {
121 return imp;
894 dns_dbimplementation_t *imp; local
902 imp = impfind(name);
903 if (imp != NULL)
925 dns_dbimplementation_t *imp; local
    [all...]
  /src/external/mpl/dhcp/bind/dist/lib/dns/
dlz.c 95 dns_dlzimplementation_t *imp; local
97 for (imp = ISC_LIST_HEAD(dlz_implementations); imp != NULL;
98 imp = ISC_LIST_NEXT(imp, link))
100 if (strcasecmp(name, imp->name) == 0) {
101 return (imp);
dyndb.c 78 dyndb_implementation_t *imp; local
80 for (imp = ISC_LIST_HEAD(dyndb_implementations); imp != NULL;
81 imp = ISC_LIST_NEXT(imp, link))
83 if (strcasecmp(name, imp->name) == 0) {
84 return (imp);
125 dyndb_implementation_t *imp = NULL; local
164 imp = isc_mem_get(mctx, sizeof(dyndb_implementation_t));
166 imp->mctx = NULL
201 dyndb_implementation_t *imp; local
241 dyndb_implementation_t *imp = NULL; local
314 dyndb_implementation_t *imp; local
    [all...]
db.c 87 dns_dbimplementation_t *imp; local
89 for (imp = ISC_LIST_HEAD(implementations); imp != NULL;
90 imp = ISC_LIST_NEXT(imp, link))
92 if (strcasecmp(name, imp->name) == 0) {
93 return (imp);
861 dns_dbimplementation_t *imp; local
869 imp = impfind(name);
870 if (imp != NULL)
892 dns_dbimplementation_t *imp; local
    [all...]
sdb.c 211 dns_sdbimplementation_t *imp; local
223 imp = isc_mem_get(mctx, sizeof(dns_sdbimplementation_t));
224 imp->methods = methods;
225 imp->driverdata = driverdata;
226 imp->flags = flags;
227 imp->mctx = NULL;
228 isc_mem_attach(mctx, &imp->mctx);
229 isc_mutex_init(&imp->driverlock);
231 imp->dbimp = NULL;
232 result = dns_db_register(drivername, dns_sdb_create, imp, mctx
249 dns_sdbimplementation_t *imp; local
331 dns_sdbimplementation_t *imp; local
417 dns_sdbimplementation_t *imp = sdb->implementation; local
525 dns_sdbimplementation_t *imp = sdb->implementation; local
689 dns_sdbimplementation_t *imp; local
766 dns_sdbimplementation_t *imp; local
1095 dns_sdbimplementation_t *imp = sdb->implementation; local
1334 dns_sdbimplementation_t *imp; local
    [all...]
sdlz.c 168 #define MAYBE_LOCK(imp) LOCK(&imp->driverlock)
169 #define MAYBE_UNLOCK(imp) UNLOCK(&imp->driverlock)
171 #define MAYBE_LOCK(imp) \
173 unsigned int flags = imp->flags; \
175 LOCK(&imp->driverlock); \
178 #define MAYBE_UNLOCK(imp) \
180 unsigned int flags = imp->flags; \
182 UNLOCK(&imp->driverlock);
1495 dns_sdlzimplementation_t *imp; local
1549 dns_sdlzimplementation_t *imp; local
1610 dns_sdlzimplementation_t *imp; local
1646 dns_sdlzimplementation_t *imp; local
1669 dns_sdlzimplementation_t *imp; local
1713 dns_sdlzimplementation_t *imp; local
1736 dns_sdlzimplementation_t *imp; local
2001 dns_sdlzimplementation_t *imp; local
2078 dns_sdlzimplementation_t *imp; local
    [all...]
  /src/external/gpl3/gcc/dist/gcc/config/aarch64/
driver-aarch64.cc 66 #define AARCH64_CORE(CORE_NAME, CORE_IDENT, SCHED, ARCH, FLAGS, COSTS, IMP, PART, VARIANT) \
67 { CORE_NAME, #ARCH, IMP, PART, VARIANT, feature_deps::cpu_##CORE_IDENT },
281 unsigned char imp = INVALID_IMP; local
330 if (imp == INVALID_IMP)
331 imp = cimp;
333 else if (imp != cimp)
432 if (imp == INVALID_IMP)
433 imp = cimp;
435 else if (imp != cimp)
550 || imp == INVALID_IM
    [all...]
  /src/external/gpl3/gcc/dist/libobjc/
sendmsg.c 60 IMP (*__objc_msg_forward) (SEL) = NULL;
61 IMP (*__objc_msg_forward2) (id, SEL) = NULL;
72 static IMP __objc_get_prepared_imp (Class cls,SEL sel);
95 extern IMP __objc_get_forward_imp (id, SEL);
98 IMP
107 IMP result;
113 IMP result;
128 return (IMP)__objc_block_forward;
130 return (IMP)__objc_double_forward;
132 return (IMP)__objc_word_forward
888 IMP imp; local
1132 IMP imp; local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/config/aarch64/
driver-aarch64.cc 65 #define AARCH64_CORE(CORE_NAME, CORE_IDENT, SCHED, ARCH, FLAGS, COSTS, IMP, PART, VARIANT) \
66 { CORE_NAME, #ARCH, IMP, PART, VARIANT, FLAGS },
266 unsigned char imp = INVALID_IMP; local
314 if (imp == INVALID_IMP)
315 imp = cimp;
317 else if (imp != cimp)
413 if (imp == INVALID_IMP)
414 imp = cimp;
416 else if (imp != cimp)
531 || imp == INVALID_IMP
    [all...]
  /src/external/gpl3/gcc.old/dist/libobjc/
sendmsg.c 60 IMP (*__objc_msg_forward) (SEL) = NULL;
61 IMP (*__objc_msg_forward2) (id, SEL) = NULL;
72 static IMP __objc_get_prepared_imp (Class cls,SEL sel);
95 extern IMP __objc_get_forward_imp (id, SEL);
98 IMP
107 IMP result;
113 IMP result;
128 return (IMP)__objc_block_forward;
130 return (IMP)__objc_double_forward;
132 return (IMP)__objc_word_forward
888 IMP imp; local
1132 IMP imp; local
    [all...]
  /src/external/gpl3/gcc/dist/gcc/
gimple-range-gori.cc 129 // Add either IMP or the import list B to the import set of DATA.
132 range_def_chain::set_import (struct rdc &data, tree imp, bitmap b)
135 if (imp == NULL_TREE && !b)
139 if (imp != NULL_TREE)
140 bitmap_set_bit (data.m_import, SSA_NAME_VERSION (imp));
440 bitmap imp = get_imports (name); local
442 if (imp)
443 bitmap_ior_into (m_incoming[bb->index], imp);
510 bitmap imp = imports (bb); local
511 if (!bitmap_empty_p (imp))
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
gimple-range-gori.cc 205 // Add either IMP or the import list B to the import set of DATA.
208 range_def_chain::set_import (struct rdc &data, tree imp, bitmap b)
211 if (imp == NULL_TREE && !b)
215 if (imp != NULL_TREE)
216 bitmap_set_bit (data.m_import, SSA_NAME_VERSION (imp));
529 bitmap imp = get_imports (name); local
531 if (imp)
532 bitmap_ior_into (m_incoming[bb->index], imp);
599 bitmap imp = imports (bb); local
600 if (!bitmap_empty_p (imp))
    [all...]
  /src/sys/arch/amiga/dev/
grf_cv3d.c 1762 u_char *imp, *mp;
1767 mp = mask, imp = image;
1779 *imp++ = (~bp10) & bp11;
1780 *imp++ = (~bp20) & bp21;
1889 u_char *imp, *mp; local
1948 for (row = 0, mp = mask, imp = image;
1953 im1 = *(unsigned short *)imp & *(unsigned short *)mp;
1955 imp += 2;
1958 im2 = *(unsigned short *)imp & *(unsigned short *)mp;
1960 imp += 2
    [all...]
grf_rh.c 1942 u_char *imp, *mp; local
1962 mp = mask, imp = image;
1974 *imp++ = (~bp10) & bp11;
1975 *imp++ = (~bp20) & bp21;
1984 mp = mask, imp = image;
1992 *imp++ = (~bp10) & bp11;
2021 u_char *imp, *mp; local
2053 for (row = 0, mp = mask, imp = image;
2058 im1 = *(unsigned long *)imp;
2059 imp += 4
    [all...]
grf_cv.c 1900 u_char *imp, *mp;
1905 mp = mask, imp = image;
1917 *imp++ = (~bp10) & bp11;
1918 *imp++ = (~bp20) & bp21;
2026 u_char *imp, *mp; local
2091 for (row = 0, mp = mask, imp = image;
2096 im1 = *(unsigned short *)imp & *(unsigned short *)mp;
2098 imp += 2;
2101 im2 = *(unsigned short *)imp & *(unsigned short *)mp;
2103 imp += 2
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/
objc-lang.c 77 CORE_ADDR imp; member in struct:objc_method
1352 method->imp = read_memory_unsigned_integer (addr + 8, 4, byte_order);
1447 return meth_str.imp;
  /src/external/gpl3/gdb/dist/gdb/
objc-lang.c 77 CORE_ADDR imp; member in struct:objc_method
1350 method->imp = read_memory_unsigned_integer (addr + 8, 4, byte_order);
1445 return meth_str.imp;

Completed in 50 milliseconds

1 2