Searched refs:imp (Results 1 - 25 of 86) sorted by relevance

1234

/netbsd-current/sys/fs/cd9660/
H A Dcd9660_extern.h87 #define cd9660_blkoff(imp, loc) ((loc) & (imp)->im_bmask)
88 #define cd9660_lblktosize(imp, blk) ((blk) << (imp)->im_bshift)
89 #define cd9660_lblkno(imp, loc) ((loc) >> (imp)->im_bshift)
90 #define cd9660_blksize(imp, ip, lbn) ((imp)->logical_block_size)
H A Diso_rrip.h66 struct iso_mnt *imp; /* mount structure */ member in struct:__anon12361
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);
H A Dcd9660_lookup.c102 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...]
H A Dcd9660_rrip.c173 inbuf = ana->imp->im_mountp->mnt_stat.f_mntonname;
294 ana->imp->im_joliet_level);
317 *ana->inump = isonum_733(p->dir_loc) << ana->imp->im_bshift;
503 isochar(isodir->name, pwhead, ana->imp->im_joliet_level, &c);
506 if (c != 0 || isonum_733(isodir->extent) != ana->imp->root_extent)
507 pwhead += ana->imp->rr_skip;
509 pwhead += ana->imp->rr_skip0;
547 if (ana->iso_ce_blk >= ana->imp->volume_space_size
548 || ana->iso_ce_off + ana->iso_ce_len > ana->imp->logical_block_size
549 || bread(ana->imp
587 cd9660_rrip_analyze(struct iso_directory_record *isodir, struct iso_node *inop, struct iso_mnt *imp) argument
614 cd9660_rrip_getname(struct iso_directory_record *isodir, char *outbuf, u_short *outlen, ino_t *inump, struct iso_mnt *imp) argument
654 cd9660_rrip_getsymname(struct iso_directory_record *isodir, char *outbuf, u_short *outlen, struct iso_mnt *imp) argument
682 cd9660_rrip_offset(struct iso_directory_record *isodir, struct iso_mnt *imp) argument
[all...]
H A Dcd9660_vfsops.c185 iso_checkupdate(const struct vnode *devvp, const struct iso_mnt *imp, argument
189 if (devvp != imp->im_devvp && devvp->v_rdev != imp->im_devvp->v_rdev)
192 if (((imp->im_flags & ISOFSMNT_UID) && args->uid != imp->im_uid) ||
193 ((imp->im_flags & ISOFSMNT_GID) && args->gid != imp->im_gid) ||
194 args->fmask != imp->im_fmask || args->dmask != imp->im_dmask)
201 iso_copyidmask(struct iso_args *args, const struct iso_mnt *imp) argument
259 struct iso_mnt *imp = VFSTOISOFS(mp); local
646 struct iso_mnt *imp = VFSTOISOFS(mp); local
760 struct iso_mnt *imp; local
[all...]
H A Dcd9660_node.c151 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) argument
335 * ip->iso_start = ino >> imp->im_bshift;
340 isonum_711(isodir->ext_attr_length)) << imp->im_bshift;
H A Dcd9660_vnops.c232 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
598 ISOMNT *imp; local
[all...]
/netbsd-current/external/mpl/dhcp/bind/dist/lib/dns/
H A Ddyndb.c78 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
201 dyndb_implementation_t *imp; local
241 dyndb_implementation_t *imp = NULL; local
314 dyndb_implementation_t *imp; local
[all...]
H A Dsdlz.c168 #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
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...]
H A Dsdb.c211 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, mct
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...]
H A Ddb.c87 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 !
892 dns_dbimplementation_t *imp; local
[all...]
H A Ddlz.c95 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);
/netbsd-current/external/mpl/bind/dist/lib/dns/
H A Ddyndb.c73 dyndb_implementation_t *imp; local
75 for (imp = ISC_LIST_HEAD(dyndb_implementations); imp != NULL;
76 imp = ISC_LIST_NEXT(imp, link))
78 if (strcasecmp(name, imp->name) == 0) {
79 return (imp);
120 dyndb_implementation_t *imp = NULL; local
131 imp = isc_mem_get(mctx, sizeof(*imp));
190 dyndb_implementation_t *imp; local
[all...]
H A Dsdlz.c168 #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
1470 dns_sdlzimplementation_t *imp; local
1524 dns_sdlzimplementation_t *imp; local
1585 dns_sdlzimplementation_t *imp; local
1621 dns_sdlzimplementation_t *imp; local
1644 dns_sdlzimplementation_t *imp; local
1688 dns_sdlzimplementation_t *imp; local
1711 dns_sdlzimplementation_t *imp; local
1976 dns_sdlzimplementation_t *imp; local
2053 dns_sdlzimplementation_t *imp; local
[all...]
H A Dsdb.c211 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, mct
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
1319 dns_sdbimplementation_t *imp; local
[all...]
H A Ddb.c89 dns_dbimplementation_t *imp; local
91 for (imp = ISC_LIST_HEAD(implementations); imp != NULL;
92 imp = ISC_LIST_NEXT(imp, link))
94 if (strcasecmp(name, imp->name) == 0) {
95 return (imp);
843 dns_dbimplementation_t *imp; local
851 imp = impfind(name);
852 if (imp !
874 dns_dbimplementation_t *imp; local
[all...]
H A Ddlz.c95 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);
/netbsd-current/crypto/external/bsd/openssl/dist/crypto/
H A Darm_arch.h117 # define MIDR_CPU_MODEL(imp, partnum) \
118 (((imp) << MIDR_IMPLEMENTER_SHIFT) | \
122 # define MIDR_IS_CPU_MODEL(midr, imp, partnum) \
123 (((midr) & MIDR_CPU_MODEL_MASK) == MIDR_CPU_MODEL(imp, partnum))
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/aarch64/
H A Ddriver-aarch64.c266 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)
539 if (aarch64_cpu_data[i].implementer_id == imp
573 if (aarch64_cpu_data[i].implementer_id == imp
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/config/aarch64/
H A Ddriver-aarch64.cc266 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)
539 if (aarch64_cpu_data[i].implementer_id == imp
581 if (aarch64_cpu_data[i].implementer_id == imp
[all...]
/netbsd-current/usr.bin/config/
H A Dhash.c393 struct hashtab imp; \
402 ht_init(&tbl->imp, 8); \
409 return ht_insert(&tbl->imp, name, val); \
415 return ht_replace(&tbl->imp, name, val); \
421 return ht_remove(&tbl->imp, name); \
427 return ht_lookup(&tbl->imp, name); \
452 return ht_enumerate(&tbl->imp, HT##_enumerate_thunk, &ctx); \
/netbsd-current/external/gpl3/gcc.old/dist/libobjc/
H A Dsendmsg.c323 to get the imp using brute force. Only if that fails, we do what
326 not installed, and retrieve the imp from the table if it's
888 IMP imp; local
898 imp = get_implementation (object, object->class_pointer, frwd_sel);
899 return (*imp) (object, frwd_sel, sel, args);
907 imp = get_implementation (object, object->class_pointer, err_sel);
908 return (*imp) (object, err_sel, sel);
1132 IMP imp; local
1141 imp = sarray_get_safe (dtable, (size_t) sel->sel_id);
1143 /* imp ma
[all...]
H A Dthr.c98 id (*imp) (id, SEL, id);
120 if ((imp = (id (*) (id, SEL, id))objc_msg_lookup (object, selector)))
121 (*imp) (object, selector, argument);
/netbsd-current/external/gpl3/gcc/dist/libobjc/
H A Dsendmsg.c323 to get the imp using brute force. Only if that fails, we do what
326 not installed, and retrieve the imp from the table if it's
888 IMP imp; local
898 imp = get_implementation (object, object->class_pointer, frwd_sel);
899 return (*imp) (object, frwd_sel, sel, args);
907 imp = get_implementation (object, object->class_pointer, err_sel);
908 return (*imp) (object, err_sel, sel);
1132 IMP imp; local
1141 imp = sarray_get_safe (dtable, (size_t) sel->sel_id);
1143 /* imp ma
[all...]
H A Dthr.c98 id (*imp) (id, SEL, id);
120 if ((imp = (id (*) (id, SEL, id))objc_msg_lookup (object, selector)))
121 (*imp) (object, selector, argument);

Completed in 369 milliseconds

1234