Searched refs:mp (Results 176 - 200 of 641) sorted by relevance

1234567891011>>

/macosx-10.9.5/postfix-252/postfix/src/global/
H A Dheader_body_checks.c306 HBC_MAP_INFO *mp; local
317 mp = hbc->map_info + HBC_HEADER_INDEX(header_class);
319 if (mp->maps != 0 && (action = maps_find(mp->maps, STR(header), 0)) != 0) {
321 mp->map_class, HBC_CTXT_HEADER, action,
323 } else if (mp->maps && mp->maps->error) {
337 HBC_MAP_INFO *mp; local
342 mp = hbc->map_info;
344 if ((action = maps_find(mp
412 HBC_MAP_INFO *mp; local
[all...]
H A Dmkmap_db.c75 static void mkmap_db_after_close(MKMAP *mp) argument
77 MKMAP_DB *mkmap = (MKMAP_DB *) mp;
86 static void mkmap_db_after_open(MKMAP *mp) argument
88 MKMAP_DB *mkmap = (MKMAP_DB *) mp;
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/back-monitor/
H A Doperation.c67 monitor_entry_t *mp; local
92 mp = ( monitor_entry_t * )e_op->e_private;
93 mp->mp_children = NULL;
94 ep = &mp->mp_children;
124 mp = monitor_entrypriv_create();
125 if ( mp == NULL ) {
128 e->e_private = ( void * )mp;
129 mp->mp_info = ms;
130 mp->mp_flags = ms->mss_flags \
143 ep = &mp
[all...]
H A Dsent.c69 monitor_entry_t *mp; local
87 mp = ( monitor_entry_t * )e_sent->e_private;
88 mp->mp_children = NULL;
89 ep = &mp->mp_children;
115 mp = monitor_entrypriv_create();
116 if ( mp == NULL ) {
119 e->e_private = ( void * )mp;
120 mp->mp_info = ms;
121 mp->mp_flags = ms->mss_flags \
134 ep = &mp
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/wip/
H A Dwip.tcl145 method def {name {mp {}}} {
146 if {$mp eq {}} {
148 set mp [list $name]
156 set m [lindex $mp 0]
157 set n [expr {[llength $mp]-1}]
170 set cmd($name) [linsert $mp 0 $engine]
175 method def/ {name ay {mp {}}} {
181 if {$mp eq {}} {
183 set mp [list $name]
190 set m [lindex $mp
[all...]
H A Dwip2.tcl152 method def {name {mp {}}} {
153 if {$mp eq {}} {
155 set mp [list $name]
163 set m [lindex $mp 0]
164 set n [expr {[llength $mp]-1}]
177 set cmd($name) [linsert $mp 0 $engine]
182 method def/ {name ay {mp {}}} {
188 if {$mp eq {}} {
190 set mp [list $name]
197 set m [lindex $mp
[all...]
/macosx-10.9.5/smb-697.95.1/kernel/smbfs/
H A Dsmbfs_vfsops.c148 struct mount *mp; member in struct:smbmnt_carg
498 smbfs_remountInfo(struct mount *mp, struct smb_share *share, argument
509 info->mntOwner = VFSTOSMBFS(mp)->sm_args.uid;
510 info->mntGroup = VFSTOSMBFS(mp)->sm_args.gid;
522 strlcpy(info->mntURL, vfs_statfs(mp)->f_mntfromname, sizeof(info->mntURL));
535 smbfs_remount(int32_t dev, struct mount *mp, struct smbmount *smp, argument
587 throttle_info_mount_ref(mp, SSTOVC(new_share)->throttle_info);
593 throttle_info_mount_rel(mp);
647 smbfs_mount(struct mount *mp, vnode_t devvp, user_addr_t data, vfs_context_t context) argument
704 if (vfs_isupdate(mp)) {
1105 smbfs_unmount(struct mount *mp, int mntflags, vfs_context_t context) argument
1209 smbfs_root(struct mount *mp, vnode_t *vpp, vfs_context_t context) argument
1300 smbfs_start(struct mount *mp, int flags, vfs_context_t context) argument
1325 smbfs_vfs_getattr(struct mount *mp, struct vfs_attr *fsap, vfs_context_t context) argument
1862 smbfs_sync(struct mount *mp, int waitfor, vfs_context_t context) argument
1886 smbfs_vget(struct mount *mp, ino64_t ino, vnode_t *vpp, vfs_context_t context) argument
2068 smbfs_fhtovp(struct mount *mp, int fhlen, unsigned char *fhp, vnode_t *vpp, vfs_context_t context) argument
2096 struct mount *mp = NULL; local
[all...]
/macosx-10.9.5/ntfs-83/kext/
H A Dntfs_logfile.c92 ntfs_error(ni->vol->mp, "$LogFile uses unsupported page "
101 ntfs_error(ni->vol->mp, "Found restart area in incorrect "
108 ntfs_error(ni->vol->mp, "$LogFile version %d.%d is not "
125 ntfs_error(ni->vol->mp, "$LogFile restart page specifies "
134 ntfs_error(ni->vol->mp, "$LogFile restart page specifies "
149 ntfs_error(ni->vol->mp, "$LogFile restart page specifies "
158 ntfs_error(ni->vol->mp, "$LogFile restart page is not "
198 ntfs_error(ni->vol->mp, "$LogFile restart area specifies "
212 ntfs_error(ni->vol->mp, "$LogFile restart area specifies "
227 ntfs_error(ni->vol->mp, "
[all...]
H A Dntfs_secure.c230 ntfs_error(vol->mp, "Failed to get vnode for "
238 ntfs_error(vol->mp, "Failed to map mft record of $Secure "
254 ntfs_error(vol->mp, "$SII index root attribute "
323 ntfs_error(vol->mp, "No index allocation attribute but index "
346 ntfs_error(vol->mp, "Failed to map index page, error %d.",
356 ntfs_error(vol->mp, "Out of bounds check failed. $Secure is "
362 ntfs_error(vol->mp, "Index record with vcn 0x%llx is "
368 ntfs_error(vol->mp, "Actual VCN (0x%llx) of index buffer is "
379 ntfs_error(vol->mp, "Index buffer (VCN 0x%llx) of $Secure has "
390 ntfs_error(vol->mp, "Inde
[all...]
H A Dntfs.h69 * @mp: VFS mount
71 * NTFS_MP() returns the NTFS volume associated with the VFS mount @mp.
73 static inline ntfs_volume *NTFS_MP(mount_t mp) argument
75 return (ntfs_volume*)vfs_fsprivate(mp);
/macosx-10.9.5/ksh-20/ksh/src/cmd/ksh93/sh/
H A Darray.c206 Namval_t *mp; local
207 mp = (Namval_t*)((*arp->fun)(np,NIL(char*),NV_ACURRENT));
208 if(mp)
210 nofree = nv_isattr(mp,NV_NOFREE);
211 up = &mp->nvalue;
272 Namval_t *mp; local
313 mp = (Namval_t*)((*arp->fun)(np,NIL(char*),NV_ACURRENT));
314 if(!mp)
315 up = (union Value*)∓
316 else if(nv_isarray(mp))
436 array_clone(Namval_t *np, Namval_t *mp, int flags, Namfun_t *fp) argument
552 register Namval_t *mp; local
579 register Namval_t *mp; local
597 register Namval_t *mp; local
756 array_copytree(Namval_t *np, Namval_t *mp) argument
805 Namval_t *mp=0; local
973 Namval_t *mp = (Namval_t*)((*fun)(np,NIL(char*),NV_ACURRENT)); local
1104 Namval_t *mp = aq->val[dot].np; local
1145 Namval_t *mp = nv_namptr(ap->xp,0); local
1692 Namval_t *mp=0; local
[all...]
H A Dinit.c316 static Namfun_t *clone_optindex(Namval_t* np, Namval_t *mp, int flags, Namfun_t *fp) argument
320 mp->nvalue.lp = np->nvalue.lp;
360 Namval_t *mp = dtsearch(shp->var_tree,np); local
361 if(mp && (val=nv_getval(mp)))
362 nv_putval(mp,val,NV_RDONLY);
755 struct match *mp = (struct match*)(SH_MATCHNOD->nvfun->next); local
757 if(mp->nmatch = nmatch)
759 memcpy(mp->match,match,nmatch*2*sizeof(match[0]));
762 if(mp
793 struct match *mp = (struct match*)fp; local
945 Namval_t *mp,fake; local
966 Namval_t *mp,fake; local
1908 register Namval_t *np,*mp; local
2077 struct Mapchar *mp = (struct Mapchar*)fp; local
2116 struct Mapchar *mp=0; local
[all...]
/macosx-10.9.5/mail_cmds-29/mail/
H A Daux.c98 touch(mp)
99 struct message *mp;
102 mp->m_flag |= MTOUCH;
103 if ((mp->m_flag & MREAD) == 0)
104 mp->m_flag |= MREAD|MSTATUS;
141 hfield(field, mp)
143 struct message *mp;
151 ibuf = setinput(mp);
152 if ((lc = mp->m_lines - 1) < 0)
365 nameof(mp, reptyp
[all...]
/macosx-10.9.5/webdavfs-352.92.2/webdav_fs.kextproj/webdav_fs.kmodproj/
H A Dwebdav_vfsops.c80 static int webdav_vfs_statfs(struct mount *mp, register struct vfsstatfs *sbp, struct webdav_vfsstatfs in_statfs);
209 static int webdav_mount(struct mount *mp, vnode_t devvp, user_addr_t data, vfs_context_t context) argument
229 if (vfs_isupdate(mp))
236 vfs_setflags(mp, MNT_NOEXEC);
316 fmp->pm_mountp = mp;
354 vfs_setfsprivate(mp, (void *)fmp);
355 vfs_getnewfsid(mp);
357 (void)copyinstr(args.pa_mntfromname, vfs_statfs(mp)->f_mntfromname, MNAMELEN - 1, &size);
358 bzero(vfs_statfs(mp)->f_mntfromname + size, MNAMELEN - size);
369 error = webdav_get(mp, NULLV
427 webdav_start(struct mount *mp, int flags, vfs_context_t context) argument
441 webdav_unmount(struct mount *mp, int mntflags, vfs_context_t context) argument
505 webdav_root(struct mount *mp, struct vnode **vpp, vfs_context_t context) argument
534 webdav_vfs_statfs(struct mount *mp, register struct vfsstatfs *sbp, struct webdav_vfsstatfs in_statfs) argument
597 webdav_vfs_getattr(struct mount *mp, struct vfs_attr *sbp, vfs_context_t context) argument
887 struct mount *mp; local
[all...]
/macosx-10.9.5/BerkeleyDB-21/db/test/
H A Dmpoolscript.tcl71 set mp [$e mpool -create -mode 0644 -pagesize $psize file$nfiles]
72 error_check_good memp_fopen:$nfiles [is_valid_mpool $mp $e] TRUE
73 lappend mpools $mp
84 set mp [lindex $mpools 0]
85 set master_page [$mp get -create -dirty $id]
86 error_check_good mp_get:$master_page [is_valid_page $master_page $mp] TRUE
/macosx-10.9.5/network_cmds-433/netstat.tproj/
H A Dmbuf.c148 struct mbtypes *mp; local
226 for (mp = mbtypes; mp->mt_name; mp++)
227 totmbufs += mbstat.m_mtypes[mp->mt_type];
235 for (mp = mbtypes; mp->mt_name; mp++)
236 if (mbstat.m_mtypes[mp->mt_type]) {
237 seen[mp
[all...]
/macosx-10.9.5/xnu-2422.115.4/bsd/net/
H A Dppp_comp.h90 PACKETPTR mp, int orig_len, int max_len);
104 int (*decompress)(void *state, PACKETPTR mp, PACKETPTR *dmpp);
106 void (*incomp)(void *state, PACKETPTR mp);
/macosx-10.9.5/xnu-2422.115.4/bsd/vfs/
H A Dvfs_syscalls.c146 void enablequotas(struct mount *mp, vfs_context_t ctx);
147 static int getfsstat_callback(mount_t mp, void * arg);
151 static int munge_statfs(struct mount *mp, struct vfsstatfs *sfsp,
154 static int statfs64_common(struct mount *mp, struct vfsstatfs *sfsp,
166 static int authorize_devpath_and_update_mntfromname(mount_t mp, user_addr_t devpath, vnode_t *devvpp, vfs_context_t ctx);
167 static int place_mount_and_checkdirs(mount_t mp, vnode_t vp, vfs_context_t ctx);
168 static void undo_place_on_covered_vp(mount_t mp, vnode_t vp);
169 static int mount_begin_update(mount_t mp, vfs_context_t ctx, int flags);
170 static void mount_end_update(mount_t mp);
207 vfs_iskernelmount(mount_t mp) argument
473 struct mount *mp; local
1135 authorize_devpath_and_update_mntfromname(mount_t mp, user_addr_t devpath, vnode_t *devvpp, vfs_context_t ctx) argument
1209 place_mount_and_checkdirs(mount_t mp, vnode_t vp, vfs_context_t ctx) argument
1252 undo_place_on_covered_vp(mount_t mp, vnode_t vp) argument
1263 mount_begin_update(mount_t mp, vfs_context_t ctx, int flags) argument
1311 mount_end_update(mount_t mp) argument
1340 mount_t mp; local
1555 enablequotas(struct mount *mp, vfs_context_t ctx) argument
1698 struct mount *mp; local
1735 mount_t mp; local
1753 safedounmount(struct mount *mp, int flags, vfs_context_t ctx) argument
1807 dounmount(struct mount *mp, int flags, int withref, vfs_context_t ctx) argument
2041 mount_dropcrossref(mount_t mp, vnode_t dp, int need_put) argument
2079 sync_callback(mount_t mp, void * arg) argument
2132 struct mount *mp; local
2243 struct mount *mp; local
2279 struct mount *mp; local
2319 statfs64_common(struct mount *mp, struct vfsstatfs *sfsp, user_addr_t bufp) argument
2357 struct mount *mp; local
2393 struct mount *mp; local
2431 user_addr_t *mp; member in struct:getfsstat_struct
2440 getfsstat_callback(mount_t mp, void * arg) argument
2525 user_addr_t *mp; local
2609 getfsstat64_callback(mount_t mp, void * arg) argument
2690 struct mount *mp; local
6418 struct mount *mp; local
8654 mount_t mp = vp->v_mount; local
9466 struct mount *mp = NULL; local
9568 munge_statfs(struct mount *mp, struct vfsstatfs *sfsp, user_addr_t bufp, int *sizep, boolean_t is_64_bit, boolean_t partial_copy) argument
9856 vfs_purge_callback(mount_t mp, __unused void * arg) argument
[all...]
/macosx-10.9.5/ksh-20/ksh/src/lib/libast/disc/
H A Dsfdcdos.c91 register struct map *mp; local
98 if(!(mp=dp->maptable))
104 while((++mp)->logical && (whence==SEEK_CUR?mp->physical:mp->logical) <= offset);
105 return(mp-1);
286 struct map dummy, *mp=0; local
302 mp = getmapping(dp,offset,whence);
307 mp = getmapping(dp,offset,whence);
312 mp
[all...]
/macosx-10.9.5/xnu-2422.115.4/bsd/security/audit/
H A Daudit_bsd.c299 _audit_cv_wait(struct cv *cvp, lck_mtx_t *mp, const char *desc) argument
303 (void) msleep(cvp, mp, PZERO, desc, 0);
313 _audit_cv_wait_sig(struct cv *cvp, lck_mtx_t *mp, const char *desc) argument
317 return (msleep(cvp, mp, PSOCK | PCATCH, desc, 0));
325 _audit_mtx_init(struct mtx *mp, const char *lckname) argument
327 _audit_mtx_init(struct mtx *mp, __unused const char *lckname)
330 mp->mtx_lock = lck_mtx_alloc_init(audit_lck_grp, LCK_ATTR_NULL);
331 KASSERT(mp->mtx_lock != NULL,
334 strlcpy(mp->mtx_name, lckname, AU_MAX_LCK_NAME);
339 _audit_mtx_destroy(struct mtx *mp) argument
381 _audit_cv_wait_continuation(struct cv *cvp, lck_mtx_t *mp, thread_continue_t function) argument
[all...]
/macosx-10.9.5/CrackLib-37765/cracklib27/cracklib/
H A Dfascist.c434 char *mp; local
443 if (!(mp = Mangle(password, r_destructors[i])))
449 printf("%-16s = %-16s (destruct %s)\n", mp, rawtext, r_destructors[i]);
452 if (!strncmp(mp, rawtext, len))
458 printf("%-16s = %-16s (destruct %s reversed)\n", Reverse(mp), rawtext, r_destructors[i]);
461 if (!strncmp(Reverse(mp), rawtext, len))
469 if (!(mp = Mangle(rawtext, r_constructors[i])))
475 printf("%-16s = %-16s (construct %s)\n", mp, password, r_constructors[i]);
478 if (!strncmp(mp, password, len))
/macosx-10.9.5/man-16/man/src/
H A Dmanfile.c267 char **mp; local
270 for (mp = manpath; *mp; mp++) {
271 append(&res, manfile_from_sec_and_dir(*mp, section, name, flags));
282 for (mp = manpath; *mp; mp++) {
283 append(&res, manfile_from_sec_and_dir(*mp, sec, name, flags));
/macosx-10.9.5/xnu-2422.115.4/bsd/sys/
H A Dmount.h534 @param mp Mount structure for the newly mounted filesystem.
541 int (*vfs_mount)(struct mount *mp, vnode_t devvp, user_addr_t data, vfs_context_t context);
548 @param mp Mount structure being activated.
553 int (*vfs_start)(struct mount *mp, int flags, vfs_context_t context);
560 @param mp Mount structure to unmount.
565 int (*vfs_unmount)(struct mount *mp, int mntflags, vfs_context_t context);
572 @param mp Mount for which to get the root.
577 int (*vfs_root)(struct mount *mp, struct vnode **vpp, vfs_context_t context);
582 @param mp Mount for which to manipulate quotas.
589 int (*vfs_quotactl)(struct mount *mp, in
[all...]
/macosx-10.9.5/BerkeleyDB-21/db/mp/
H A Dmp_stat.c15 #include "dbinc/mp.h"
85 MPOOL *c_mp, *mp; local
92 mp = dbmp->reginfo[0].primary;
108 sp->st_gbytes = mp->stat.st_gbytes;
109 sp->st_bytes = mp->stat.st_bytes;
110 sp->st_ncache = mp->nreg;
111 sp->st_max_ncache = mp->max_nreg;
115 sp->st_mmapsize = mp->mp_mmapsize;
116 sp->st_maxopenfd = mp->mp_maxopenfd;
117 sp->st_maxwrite = mp
549 MPOOL *mp; local
[all...]
/macosx-10.9.5/cddafs-252/
H A DAppleCDDAFileSystemDefines.h436 #define VFSTOCDDA(mp) ((AppleCDDAMountPtr)(vfs_fsprivate(mp)))
440 #define VFSTONODEINFO(mp) ((AppleCDDANodeInfoPtr)((AppleCDDAMountPtr)(vfs_fsprivate(mp)))->nodeInfoArrayPtr)
441 #define VFSTONAMEINFO(mp) ((UInt8 *)((AppleCDDAMountPtr)(vfs_fsprivate(mp)))->nameData)
442 #define VFSTOXMLDATA(mp) ((UInt8 *)((AppleCDDAMountPtr)(vfs_fsprivate(mp)))->xmlData)

Completed in 505 milliseconds

1234567891011>>