Searched refs:smp (Results 1 - 25 of 29) sorted by relevance

12

/macosx-10.10.1/smb-759.0/kernel/smbfs/
H A Dsmbfs_subr.c98 smb_fphelp(struct smbmount *smp, struct mbchain *mbp, struct smbnode *np, argument
109 if (smp->sm_args.path) {
110 if (!SSTOVC(smp->sm_share)->vc_flags & SMBV_SMB2) {
121 error = mb_put_mem(mbp, (const char *)smp->sm_args.path,
122 smp->sm_args.path_len, MB_MSYSTEM);
124 *lenp += smp->sm_args.path_len;
125 } else if (SSTOVC(smp->sm_share)->vc_flags & SMBV_SMB2) {
137 lck_mtx_lock(&smp->sm_reclaim_lock);
204 lck_mtx_unlock(&smp->sm_reclaim_lock);
225 struct smbmount *smp local
283 struct smbmount *smp = dnp->n_mount; local
343 smbfs_create_start_path(struct smbmount *smp, struct smb_mount_args *args, int usingUnicode) argument
429 smb_get_share_with_reference(struct smbmount *smp) argument
[all...]
H A Dsmbfs_vfsops.c315 isServerInSameDomian(struct smb_share *share, struct smbmount *smp) argument
318 if (smp->ntwrk_sids) {
319 SMB_FREE(smp->ntwrk_sids, M_TEMP);
322 smp->ntwrk_sids_cnt = 0;
325 if ((smp->sm_args.altflags & SMBFS_MNT_DEBUG_ACL_ON) ||
326 (smp->sm_args.altflags & SMBFS_MNT_TIME_MACHINE) ||
328 SMB_MALLOC(smp->ntwrk_sids, ntsid_t *, sizeof(ntsid_t), M_TEMP, M_WAITOK);
329 memcpy(smp->ntwrk_sids, &SSTOVC(share)->vc_ntwrk_sid, sizeof(ntsid_t));
330 smp->ntwrk_sids_cnt = 1;
335 vfs_statfs(smp
349 struct smbmount *smp; local
416 struct smbmount *smp; local
455 struct smbmount *smp; local
476 struct smbmount *smp; local
536 smbfs_remount(int32_t dev, struct mount *mp, struct smbmount *smp, vfs_context_t context) argument
652 struct smbmount *smp = NULL; local
1139 struct smbmount *smp = VFSTOSMBFS(mp); local
1254 struct smbmount *smp = VFSTOSMBFS(mp); local
1379 struct smbmount *smp = VFSTOSMBFS(mp); local
1985 struct smbmount *smp = VFSTOSMBFS(mp); local
2197 struct smbmount *smp = NULL; local
[all...]
H A Dsmbfs_node.c73 #define SMBFS_NOHASH(smp, hval) (&(smp)->sm_hash[(hval) & (smp)->sm_hashlen])
74 #define smbfs_hash_lock(smp) (lck_mtx_lock((smp)->sm_hashlock))
75 #define smbfs_hash_unlock(smp) (lck_mtx_unlock((smp)->sm_hashlock))
97 struct smbmount *smp = np->n_mount; local
112 lck_mtx_lock(&smp->sm_reclaim_lock);
153 lck_mtx_unlock(&smp
165 struct smbmount *smp = VTOSMB(vp)->n_mount; local
529 smb_hashget(struct smbmount *smp, struct smbnode *dnp, uint64_t hashval, const char *name, size_t nmlen, size_t maxfilenamelen, uint32_t node_flag, const char *sname) argument
722 struct smbmount *smp = VFSTOSMBFS(mp); local
1092 smbfs_find_vgetstrm(struct smbmount *smp, struct smbnode *np, const char *sname, size_t maxfilenamelen) argument
1119 smbfs_vgetstrm(struct smb_share *share, struct smbmount *smp, vnode_t vp, vnode_t *svpp, struct smbfattr *fap, const char *sname) argument
1407 struct smbmount *smp = VTOSMBFS(vp); local
1483 smb_gid_match(struct smbmount *smp, u_int64_t node_gid) argument
1525 smb_get_uid_gid_mode(struct smb_share *share, struct smbmount *smp, struct smbfattr *fap, uint32_t flags, uid_t *uid, gid_t *gid, mode_t *mode) argument
1763 struct smbmount *smp = VTOSMBFS(vp); local
1960 struct smbmount *smp = VTOSMBFS(vp); local
3079 smb1fs_reconnect(struct smbmount *smp) argument
3162 smb2fs_reconnect(struct smbmount *smp) argument
3524 smbfs_reconnect(struct smbmount *smp) argument
3548 smbfs_IObusy(struct smbmount *smp) argument
3592 smbfs_ClearChildren(struct smbmount *smp, struct smbnode *parent) argument
3664 smbfs_handle_lease_break(struct smbmount *smp, uint64_t lease_key_hi, uint64_t lease_key_low, uint32_t new_lease_state) argument
[all...]
H A Dsmbfs_notify_change.c396 rcvd_svrmsg_notify(struct smbmount *smp, struct watch_item *watchItem) argument
425 lck_mtx_lock(&smp->sm_svrmsg_lock);
428 smp->sm_svrmsg_pending &= SVRMSG_RCVD_SHUTDOWN_CANCEL;
431 smp->sm_svrmsg_pending |= SVRMSG_RCVD_GOING_DOWN;
432 smp->sm_svrmsg_shutdown_delay = delay;
436 smp->sm_svrmsg_pending &= ~SVRMSG_RCVD_GOING_DOWN;
439 smp->sm_svrmsg_pending |= SVRMSG_RCVD_SHUTDOWN_CANCEL;
441 lck_mtx_unlock(&smp->sm_svrmsg_lock);
563 send_svrmsg_notify(struct smbmount *smp, argument
571 share = smb_get_share_with_reference(smp);
598 VolumeMaxNotification(struct smbmount *smp, vfs_context_t context) argument
644 struct smbmount *smp = notify->smp; local
730 struct smbmount *smp = notify->smp; local
908 smbfs_notify_change_create_thread(struct smbmount *smp) argument
945 smbfs_notify_change_destroy_thread(struct smbmount *smp) argument
1130 struct smbmount *smp = np->n_mount; local
1177 smbfs_start_svrmsg_notify(struct smbmount *smp) argument
1208 struct smbmount *smp = np->n_mount; local
1252 smbfs_stop_svrmsg_notify(struct smbmount *smp) argument
1274 struct smbmount *smp = np->n_mount; local
[all...]
H A Dsmbfs_subr_2.c73 smb2fs_smb_file_id_get(struct smbmount *smp, uint64_t ino, char *name) argument
77 if (ino == smp->sm_root_ino) {
87 ret_ino = smp->sm_root_ino;
126 struct smbmount *smp = dnp->n_mount; local
128 error = smb_fphelp(smp, mbp, dnp, TRUE, &len);
H A Dsmbfs_security.h30 void smb_get_sid_list(struct smb_share *share, struct smbmount *smp, struct mdchain *mdp,
H A Dsmbfs_notify_change.h60 struct smbmount *smp; member in struct:smbfs_notify_change
H A Dsmbfs_attrlist.c49 struct smbmount *smp,
55 struct smbmount *smp,
64 struct smbmount *smp,
179 struct smbmount *smp,
577 packcommonattr(abp, smp, ctx, context);
585 packfileattr(abp, smp, ctx, context);
593 struct smbmount *smp,
598 struct mount *mp = smp->sm_mp;
628 smb_get_uid_gid_mode(ctx->f_share, smp,
692 ino = (uint32_t) smb2fs_smb_file_id_get(smp, ct
178 packattrblk(struct attrblock *abp, struct smbmount *smp, struct vnode *vp, struct smbfs_fctx *ctx, struct vfs_context *context) argument
592 packcommonattr(struct attrblock *abp, struct smbmount *smp, struct smbfs_fctx *ctx, struct vfs_context *context) argument
1027 packfileattr(struct attrblock *abp, struct smbmount *smp, struct smbfs_fctx *ctx, struct vfs_context *context) argument
1119 struct smbmount *smp; local
1208 struct smbmount *smp = NULL; local
[all...]
H A Dsmbfs_node.h307 vnode_t smbfs_find_vgetstrm(struct smbmount *smp, struct smbnode *np, const char *sname,
309 int smbfs_vgetstrm(struct smb_share *share, struct smbmount *smp, vnode_t vp,
343 void smb_get_uid_gid_mode(struct smb_share *share, struct smbmount *smp,
356 void smbfs_reconnect(struct smbmount *smp);
357 int32_t smbfs_IObusy(struct smbmount *smp);
358 void smbfs_ClearChildren(struct smbmount *smp, struct smbnode * parent);
359 int smbfs_handle_lease_break(struct smbmount *smp, uint64_t lease_key_hi,
H A Dsmbfs_security.c749 struct smbmount *smp = np->n_mount; local
773 if (owner && (smp->sm_flags & MNT_MAPS_NETWORK_LOCAL_USER) &&
774 (bcmp(&smp->ntwrk_sids[0], &sid, sizeof(sid)) == 0)) {
775 *unique_identifier = smp->sm_args.uuid;
776 *node_identifier = smp->sm_args.uid;
811 *node_identifier = (owner) ? smp->sm_args.uid : smp->sm_args.gid;
838 struct smbmount *smp = np->n_mount; local
961 if ((smp->sm_flags & MNT_MAPS_NETWORK_LOCAL_USER) &&
962 (bcmp(&smp
1108 struct smbmount *smp = np->n_mount; local
1399 smb_get_sid_list(struct smb_share *share, struct smbmount *smp, struct mdchain *mdp, uint32_t ntwrk_sids_cnt, uint32_t ntwrk_sid_size) argument
[all...]
H A Dsmbfs.h309 void smbfs_notify_change_create_thread(struct smbmount *smp);
310 void smbfs_notify_change_destroy_thread(struct smbmount *smp);
313 int smbfs_start_svrmsg_notify(struct smbmount *smp);
316 int smbfs_stop_svrmsg_notify(struct smbmount *smp);
H A Dsmbfs_subr_2.h28 int smb_fphelp(struct smbmount *smp, struct mbchain *mbp, struct smbnode *np,
36 uint64_t smb2fs_smb_file_id_get(struct smbmount *smp, uint64_t ino, char *name);
108 void smbfs_smb_qfsattr(struct smbmount *smp, vfs_context_t context);
170 int smbfs_smb_statfs(struct smbmount *smp, struct vfsstatfs *sbp,
H A Dsmbfs_vnops.c657 struct smbmount *smp = VTOSMBFS(dvp); local
867 smp->sm_statfstime = 0;
2066 struct smbmount *smp = NULL; local
2074 smp = VTOSMBFS(vp);
2133 lck_mtx_lock(&smp->sm_reclaim_lock);
2135 smbfs_ClearChildren(smp, np);
2152 lck_mtx_unlock(&smp->sm_reclaim_lock);
2159 if (smp->sm_rvp == vp) {
2161 smp->sm_rvp = NULL;
2295 struct smbmount *smp local
3696 struct smbmount *smp = np->n_mount; local
3906 struct smbmount *smp = VTOSMBFS(dvp); local
4060 struct smbmount *smp = VTOSMBFS(vp); local
4244 struct smbmount *smp = VTOSMBFS(vp); local
4379 struct smbmount *smp = VFSTOSMBFS(vnode_mount(fvp)); local
5077 struct smbmount *smp = NULL; local
5420 struct smbmount *smp; local
6521 struct smbmount *smp = VFSTOSMBFS(vnode_mount(fvp)); local
7980 struct smbmount *smp = VTOSMBFS(vp); local
8427 smbfs_pack_vap(struct smbmount *smp, struct smbfs_fctx *ctx, struct vnode_attr *vap, vfs_context_t context) argument
9272 struct smbmount *smp = NULL; local
[all...]
H A Dsmbfs_subr.h186 void smbfs_unix_whoami(struct smb_share *share, struct smbmount *smp,
292 void smbfs_create_start_path(struct smbmount *smp, struct smb_mount_args *args,
300 struct smb_share *smb_get_share_with_reference(struct smbmount *smp);
H A Dsmbfs_smb.c965 struct smbmount *smp = dnp->n_mount; local
969 fap->fa_data_alloc = roundup(fap->fa_size, smp->sm_statfsbuf.f_bsize);
1087 struct smbmount *smp = dnp->n_mount; local
1163 smp->sm_flags &= ~MNT_SUPPORTS_REPARSE_SYMLINKS;
1189 if ((error == EACCES) && !(smp->sm_flags & MNT_SUPPORTS_REPARSE_SYMLINKS)) {
1894 smbfs_unix_whoami(struct smb_share *share, struct smbmount *smp, vfs_context_t context) argument
1931 md_get_uint64le(mdp, &smp->ntwrk_uid); /* Primary user ID */
1932 md_get_uint64le(mdp, &smp->ntwrk_gid); /* Primary group ID */
1933 md_get_uint32le(mdp, &smp->ntwrk_cnt_gid); /* number of supplementary GIDs */
1940 smp
2469 struct smbmount *smp = np->n_mount; local
5611 struct smbmount *smp; local
[all...]
H A Dsmbfs_smb_2.c2389 struct smbmount *smp; local
2401 smp = np->n_mount;
2402 if ((np->n_ino == smp->sm_root_ino) && (query_namep == NULL)) {
2408 fap->fa_ino = smp->sm_root_ino; /* default value */
3196 struct smbmount *smp = create_np->n_mount; local
3633 smp->sm_flags &= ~MNT_SUPPORTS_REPARSE_SYMLINKS;
6131 smb2fs_smb_qfsattr(struct smbmount *smp, argument
6135 struct smb_share *share = smp->sm_share;
6152 (smp->sm_args.path_len == 0 ? NULL : smp
6173 smbfs_smb_qfsattr(struct smbmount *smp, vfs_context_t context) argument
7293 smb2fs_smb_statfs(struct smbmount *smp, struct FILE_FS_SIZE_INFORMATION *fs_size, vfs_context_t context) argument
7328 smbfs_smb_statfs(struct smbmount *smp, struct vfsstatfs *sbp, vfs_context_t context) argument
[all...]
/macosx-10.10.1/CPANInternal-159.1/Data-UUID-1.219/smp-test/
H A Dcollision.t8 my $foo = `$^X -l -Mblib smp-test/uuid-fork.pl`;
/macosx-10.10.1/dtrace-147/libdwarf/
H A Ddwarf_alloc.c1042 struct simple_malloc_record_s *smp = dbg->de_simple_malloc_base; local
1044 while (smp) {
1048 for (i = 0; i < smp->sr_used; ++i) {
1051 cur = &smp->sr_entry[i];
1057 prev_smp = smp;
1058 smp = smp->sr_next;
1198 struct simple_malloc_record_s *smp = dbg->de_simple_malloc_base; local
1200 while (smp) {
1203 for (i = 0; i < smp
[all...]
/macosx-10.10.1/files-662.1.1/private/etc/
H A Dprotocols131 smp 121 SMP # Simple Message Protocol
/macosx-10.10.1/vim-55/src/
H A Dspell.c2584 salitem_T *smp; local
2627 smp = &((salitem_T *)gap->ga_data)[--gap->ga_len];
2628 vim_free(smp->sm_lead);
2630 vim_free(smp->sm_to);
2632 vim_free(smp->sm_lead_w);
2633 vim_free(smp->sm_oneof_w);
2634 vim_free(smp->sm_to_w);
3191 salitem_T *smp; local
3218 smp = &((salitem_T *)gap->ga_data)[gap->ga_len];
3224 smp
3922 salitem_T *smp; local
14151 salitem_T *smp; local
14432 salitem_T *smp = (salitem_T *)slang->sl_sal.ga_data; local
[all...]
H A Dmessage.c2173 static msgchunk_T *disp_sb_line __ARGS((int row, msgchunk_T *smp));
2292 disp_sb_line(row, smp)
2294 msgchunk_T *smp;
2296 msgchunk_T *mp = smp;
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/libraries/liblunicode/ure/
H A Dure.c1372 _ure_symtab_t *smp; local
1514 for (j = syms = 0, smp = b->symtab; j < b->symtab_used; j++, smp++) {
1517 if (smp->states.slist_used > 0) {
1518 sp->trans[syms].lhs = smp->id;
1519 rhs = _ure_add_state(smp->states.slist_used,
1520 smp->states.slist, b);
1528 smp->states.slist_used = 0;
/macosx-10.10.1/tcl-105/tcl_ext/snack/snack/unix/
H A Dsnack.tcl217 set l [concat {{{MS Wav Files} {.wav}} {{Smp Files} {.smp}} {{Snd Files} {.snd}} {{AU Files} {.au}} {{AIFF Files} {.aif}} {{AIFF Files} {.aiff}} {{Waves Files} {.sd}} {{MP3 Files} {.mp3}} {{CSL Files} {.nsp}}} $loadTypes {{{All Files} * }}]
219 set l [concat {{{MS Wav Files} {.wav .WAV}} {{Smp Files} {.smp .SMP}} {{Snd Files} {.snd .SND}} {{AU Files} {.au .AU}} {{AIFF Files} {.aif .AIF}} {{AIFF Files} {.aiff .AIFF}} {{Waves Files} {.sd .SD}} {{MP3 Files} {.mp3 .MP3}} {{CSL Files} {.nsp .NSP}}} $loadTypes {{{All Files} * }}]
226 set filebox(SMP) .smp
332 set l [concat {{{MS Wav Files} {.wav}} {{Smp Files} {.smp}} {{Snd Files} {.snd}} {{AU Files} {.au}} {{AIFF Files} {.aif}} {{AIFF Files} {.aiff}} {{CSL Files} {.nsp}}} $saveTypes {{{All Files} * }}]
334 set l [concat {{{MS Wav Files} {.wav .WAV}} {{Smp Files} {.smp .SMP}} {{Snd Files} {.snd .SND}} {{AU Files} {.au .AU}} {{AIFF Files} {.aif .AIF}} {{AIFF Files} {.aiff .AIFF}} {{CSL Files} {.nsp .NSP}}} $saveTypes {{{All Files} * }}]
346 set filebox(.smp) SMP
/macosx-10.10.1/smb-759.0/kernel/netsmb/
H A Dsmb_smb_2.c950 smb2_smb_get_alloc_size(struct smbmount *smp, uint64_t logical_size) argument
958 alloc_size = ((logical_size / smp->sm_statfsbuf.f_bsize) * smp->sm_statfsbuf.f_bsize) + smp->sm_statfsbuf.f_bsize;
3422 struct smbmount *smp = stream_infop->share->ss_mount; local
3483 alloc_size = smb2_smb_get_alloc_size(smp, stream_size);
4360 struct smbmount *smp = NULL; local
4484 smp = share->ss_mount;
4487 error = smbfs_handle_lease_break(smp, lease_key_hi, lease_key_low,
4838 struct smbmount *smp local
[all...]
/macosx-10.10.1/ntp-92/ntpd/
H A Drefclock_oncore.c2315 u_char *smp; /* pointer to start of shared mem for Ba/Ea/Ha */ local
2318 case 6: smp = &instance->shmem[instance->shmem_Ba]; break;
2319 case 8: smp = &instance->shmem[instance->shmem_Ea]; break;
2320 case 12: smp = &instance->shmem[instance->shmem_Ha]; break;
2321 default: smp = (u_char *) NULL; break;
2331 if (i && smp != NULL) {
2333 smp[i + 2]++;
2334 memcpy(&smp[i+3], buf, (size_t) (len+3));

Completed in 720 milliseconds

12