Searched refs:mtp (Results 1 - 18 of 18) sorted by relevance

/macosx-10.10/lsof-53/lsof/dialects/darwin/libproc/
H A Ddmnt.c71 struct mounts *mtp; local
166 if (!(mtp = (struct mounts *)malloc(sizeof(struct mounts))))
168 mtp->dir = dn;
170 mtp->next = Lmi;
171 mtp->dev = sb.st_dev;
172 mtp->rdev = sb.st_rdev;
173 mtp->inode = (INODETYPE)sb.st_ino;
174 mtp->mode = sb.st_mode;
175 mtp->is_nfs = strcasecmp(mb->f_fstypename, "nfs") ? 0 : 1;
181 mtp
[all...]
/macosx-10.10/lsof-53/lsof/lib/
H A Drmnt.c95 struct mounts *mtp; local
174 if (!(mtp = (struct mounts *)malloc(sizeof(struct mounts)))) {
185 mtp->dir = dn;
187 mtp->next = Lmi;
188 mtp->dev = RMNT_EXPDEV(sb.st_dev);
189 mtp->rdev = RMNT_EXPDEV(sb.st_rdev);
190 mtp->inode = (INODETYPE)sb.st_ino;
191 mtp->mode = sb.st_mode;
197 if (!(mtp->MOUNTS_FSTYPE = mkstrcpy(mp->RMNT_FSTYPE,
201 Pn, mtp
[all...]
H A Drnam.c201 struct mounts *mtp; local
237 for (mtp = readmnt(); mtp; mtp = mtp->next) {
238 if (!mtp->dir || !mtp->inode)
240 if (strcmp(Lf->fsdir, mtp->dir) == 0)
243 if (!mtp)
582 struct mounts *mtp; local
[all...]
H A Drnch.c242 struct mounts *mtp; local
278 for (mtp = readmnt(); mtp; mtp = mtp->next) {
279 if (!mtp->dir || !mtp->inode)
281 if (strcmp(Lf->fsdir, mtp->dir) == 0)
284 if (!mtp)
731 struct mounts *mtp; local
[all...]
H A Drnmh.c236 struct mounts *mtp; local
272 for (mtp = readmnt(); mtp; mtp = mtp->next) {
273 if (!mtp->dir || !mtp->inode)
275 if (strcmp(Lf->fsdir, mtp->dir) == 0)
278 if (!mtp)
660 struct mounts *mtp; local
[all...]
/macosx-10.10/lsof-53/lsof/dialects/darwin/kmem/
H A Ddmnt.c59 struct mounts *mtp; local
134 if (!(mtp = (struct mounts *)malloc(sizeof(struct mounts))))
136 mtp->dir = dn;
139 mtp->next = Lmi;
140 mtp->dev = sb.st_dev;
141 mtp->rdev = sb.st_rdev;
142 mtp->inode = (INODETYPE)sb.st_ino;
143 mtp->mode = sb.st_mode;
149 mtp->fsname = dn;
158 mtp
[all...]
/macosx-10.10/zsh-61/zsh/Src/Zle/
H A Dcomp.h205 #define PATMATCHRANGE(r, c, ip, mtp) mb_patmatchrange(r, c, ip, mtp)
206 #define PATMATCHINDEX(r, i, cp, mtp) mb_patmatchindex(r, i, cp, mtp)
210 #define PATMATCHRANGE(r, c, ip, mtp) patmatchrange(r, c, ip, mtp)
211 #define PATMATCHINDEX(r, i, cp, mtp) patmatchindex(r, i, cp, mtp)
H A Dcompmatch.c1156 pattern_match1(Cpattern p, convchar_t c, int *mtp) argument
1160 *mtp = 0;
1169 if (PATMATCHRANGE(p->u.str, CONVCAST(c), &ind, mtp))
/macosx-10.10/OpenLDAP-499.27/OpenLDAP/servers/slapd/overlays/
H A Dseqmod.c105 modtarget *mtp = av->avl_data; local
106 mtp->mt_tail->mt_next = mt;
107 mtp->mt_tail = mt;
109 while ( mtp != mt ) {
115 mtp = av->avl_data;
/macosx-10.10/xnu-2782.1.97/bsd/netinet6/
H A Dmld6.c447 struct mld_tparams mtp = { 0, 0, 0, 0 }; variable in typeref:struct:mld_tparams
474 mtp.qpt = 1;
481 mld_set_timeout(&mtp); variable
824 struct mld_tparams mtp = { 0, 0, 0, 0 }; local
881 mtp.qpt = mld_set_version(mli, MLD_VERSION_1);
902 mtp.cst += mld_v1_update_group(inm, timer);
923 mtp.cst = mld_v1_update_group(inm, timer);
931 mld_set_timeout(&mtp);
1011 struct mld_tparams mtp = { 0, 0, 0, 0 }; local
1110 mtp
1534 mld_set_timeout(struct mld_tparams *mtp) argument
2222 mld_change_state(struct in6_multi *inm, struct mld_tparams *mtp, const int delay) argument
2289 mld_initial_join(struct in6_multi *inm, struct mld_ifinfo *mli, struct mld_tparams *mtp, const int delay) argument
2447 mld_handle_state_change(struct in6_multi *inm, struct mld_ifinfo *mli, struct mld_tparams *mtp) argument
2520 mld_final_leave(struct in6_multi *inm, struct mld_ifinfo *mli, struct mld_tparams *mtp) argument
[all...]
H A Din6_mcast.c1250 struct mld_tparams mtp; local
1266 bzero(&mtp, sizeof (mtp));
1294 error = mld_change_state(inm, &mtp, delay);
1313 mld_set_timeout(&mtp);
1336 struct mld_tparams mtp; local
1338 bzero(&mtp, sizeof (mtp));
1373 error = mld_change_state(inm, &mtp, 0);
1388 mld_set_timeout(&mtp);
1415 struct mld_tparams mtp; local
1966 struct mld_tparams mtp; local
2318 struct mld_tparams mtp; local
2651 struct mld_tparams mtp; local
[all...]
/macosx-10.10/zsh-61/zsh/Src/
H A Dpattern.c3321 * mtp is used in the same circumstances. *mtp returns the match type:
3328 mb_patmatchrange(char *range, wchar_t ch, wint_t *indptr, int *mtp) argument
3342 if (mtp)
3343 *mtp = swtype;
3445 if (mtp)
3446 *mtp = 0;
3461 * return the type in mtp instead. Return 1 if successful, 0 if
3468 mb_patmatchindex(char *range, wint_t ind, wint_t *chr, int *mtp) argument
3474 *mtp
3555 patmatchrange(char *range, int ch, int *indptr, int *mtp) argument
3692 patmatchindex(char *range, int ind, int *chr, int *mtp) argument
[all...]
/macosx-10.10/files-662.1.1/private/etc/
H A Dprotocols102 mtp 92 MTP # Multicast Transport Protocol
H A Dservices4535 mtp 1911/udp # Starlight Networks Multimedia Transport Protocol
4536 mtp 1911/tcp # Starlight Networks Multimedia Transport Protocol
/macosx-10.10/hfs-285/fsck_hfs/dfalib/
H A DCatalogCheck.c1817 MissingThread *mtp; local
1828 mtp = (MissingThread *) AllocateClearMemory(sizeof(MissingThread));
1829 if (mtp == NULL)
1833 mtp->link = gScavGlobals->missingThreadList;
1834 gScavGlobals->missingThreadList = mtp;
1836 mtp->threadID = threadID;
1837 CopyMemory(nextKey, &mtp->nextKey, nextKey->keyLength + 2);
H A DSVerify1.c1829 struct MissingThread *mtp; local
1842 for (mtp = GPtr->missingThreadList; mtp != NULL; mtp = mtp->link) {
1843 if (mtp->threadID == dprP->directoryID) {
1844 mtp->thread.recordType = kHFSPlusFolderThreadRecord;
1845 mtp->thread.parentID = dprP->parentDirID;
1846 CopyCatalogName(&dprP->directoryName, (CatalogName *)&mtp->thread.nodeName, isHFSPlus);
1849 result = SearchBTreeRecord(GPtr->calculatedCatalogFCB, &mtp
[all...]
H A DSRepair.c5503 struct MissingThread * mtp; local
5513 for (mtp = GPtr->missingThreadList; mtp != NULL; mtp = mtp->link) {
5514 if ( mtp->threadID == 0 )
5521 if ( mtp->thread.parentID == 0 ) {
5532 fsckPrint(GPtr->context, E_NoDir, mtp->threadID);
5533 result = FixMissingDirectory( GPtr, mtp->threadID, lostAndFoundDirID );
5544 dataSize = 10 + (mtp
[all...]
/macosx-10.10/OpenLDAP-499.27/OpenLDAP/servers/slapd/back-meta/
H A Dconfig.c37 metatarget_t **mtp )
42 *mtp = NULL;
76 *mtp = mt;

Completed in 236 milliseconds