HomeSort by: relevance | last modified time | path
    Searched defs:pctx (Results 1 - 7 of 7) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/i915/gt/
intel_rc6_types.h 25 struct drm_i915_gem_object *pctx; member in struct:intel_rc6
intel_rc6.c 294 struct drm_i915_gem_object *pctx; local in function:vlv_rc6_init
305 pctx = i915_gem_object_create_stolen_for_preallocated(i915,
309 if (IS_ERR(pctx))
310 return PTR_ERR(pctx);
325 pctx = i915_gem_object_create_stolen(i915, pctx_size);
326 if (IS_ERR(pctx)) {
327 DRM_DEBUG("not enough stolen space for PCTX, disabling\n");
328 return PTR_ERR(pctx);
333 pctx->stolen->start,
335 pctx_paddr = i915->dsm.start + pctx->stolen->start
642 struct drm_i915_gem_object *pctx; local in function:intel_rc6_fini
    [all...]
  /src/usr.sbin/puffs/mount_psshfs/
fs.c 87 struct psshfs_ctx *pctx = puffs_getspecific(pu); local in function:psshfs_handshake
108 pctx->protover = psbuf_get_reqid(pb);
123 pctx->extensions |= extu->extflag;
129 psbuf_put_4(pb, NEXTREQ(pctx));
130 psbuf_put_str(pb, pctx->mountpath);
137 pctx->mountpath), EPROTO);
145 psbuf_req_str(pb, SSH_FXP_LSTAT, NEXTREQ(pctx), rootpath);
183 if ((pctx->extensions & SFTP_EXT_STATVFS) == 0)
187 psbuf_put_str(pb, pctx->mountpath);
188 GETRESPONSE(pb, pctx->sshfd)
222 struct psshfs_ctx *pctx = puffs_getspecific(pu); local in function:psshfs_fs_unmount
238 struct psshfs_ctx *pctx = puffs_getspecific(pu); local in function:psshfs_fs_nodetofh
255 struct psshfs_ctx *pctx = puffs_getspecific(pu); local in function:psshfs_fs_fhtonode
    [all...]
node.c 45 struct psshfs_ctx *pctx = puffs_getspecific(pu); local in function:psshfs_node_lookup
62 rv = sftp_readdir(pu, pctx, pn_dir);
137 struct psshfs_ctx *pctx = puffs_getspecific(pu); local in function:psshfs_node_setattr
153 if (!psn->attrread || REFRESHTIMEOUT(pctx, time(NULL)-psn->attrread))
165 ((pctx->DOMANGLE && (va->FIELD == pctx->MINE)) \
166 ? pctx->MANGLED \
185 reqid = NEXTREQ(pctx);
208 psbuf_put_vattr(pb, &kludgeva, pctx);
209 GETRESPONSE(pb, pctx->sshfd)
289 struct psshfs_ctx *pctx = puffs_getspecific(pu); local in function:psshfs_node_open
392 struct psshfs_ctx *pctx = puffs_getspecific(pu); local in function:psshfs_node_readdir
    [all...]
psshfs.c 142 struct psshfs_ctx pctx; local in function:main
145 struct psshfs_node *root = &pctx.psn_root;
166 memset(&pctx, 0, sizeof(pctx));
196 pctx.domanglegid = 1;
197 pctx.manglegid = atoi(optarg);
198 if (pctx.manglegid == (gid_t)-1)
200 pctx.mygid = getegid();
227 pctx.domangleuid = 1;
228 pctx.mangleuid = atoi(optarg)
376 struct psshfs_ctx *pctx = puffs_getspecific(pu); local in function:psshfs_notify
425 struct psshfs_ctx *pctx = puffs_getspecific(pu); local in function:pssh_connect
    [all...]
subr.c 73 struct psshfs_ctx *pctx = puffs_getspecific(pu); local in function:setpnva
88 if (pctx->domangleuid && modva.va_uid == pctx->mangleuid)
89 modva.va_uid = pctx->myuid;
90 if (pctx->domanglegid && modva.va_gid == pctx->manglegid)
91 modva.va_gid = pctx->mygid;
135 struct psshfs_ctx *pctx = puffs_getspecific(pu); local in function:closehandles
143 reqid = NEXTREQ(pctx);
146 puffs_framev_enqueue_justsend(pu, pctx->sshfd_data, pb1, 1, 0)
243 struct psshfs_ctx *pctx = puffs_getspecific(pu); local in function:getnodeattr
454 struct psshfs_ctx *pctx = puffs_getspecific(pu); local in function:allocnode
    [all...]
  /src/sys/arch/alpha/include/
logout.h 292 uint64_t pctx; member in struct:ev6_logout_proc

Completed in 14 milliseconds