HomeSort by: relevance | last modified time | path
    Searched refs:psn (Results 1 - 11 of 11) sorted by relevancy

  /src/usr.sbin/puffs/mount_psshfs/
subr.c 59 allocdirs(struct psshfs_node *psn)
61 size_t oldtot = psn->denttot;
63 psn->denttot += ENTRYCHUNK;
64 psn->dir = erealloc(psn->dir,
65 psn->denttot * sizeof(struct psshfs_dir));
66 memset(psn->dir + oldtot, 0, ENTRYCHUNK * sizeof(struct psshfs_dir));
74 struct psshfs_node *psn = pn->pn_data; local in function:setpnva
94 psn->attrread = time(NULL);
133 closehandles(struct puffs_usermount *pu, struct psshfs_node *psn, int which
170 struct psshfs_node *psn = arg; local in function:lazyopen_rresp
197 struct psshfs_node *psn = arg; local in function:lazyopen_wresp
221 struct psshfs_node *psn; member in struct:readdirattr
244 struct psshfs_node *psn = pn->pn_data; local in function:getnodeattr
264 struct psshfs_node *psn = pn->pn_data; local in function:sftp_readdir
427 struct psshfs_node *psn; local in function:makenode
502 struct psshfs_node *psn = pn->pn_data; local in function:doreclaim
532 struct psshfs_node *psn, *psn_parent; local in function:nukenode
    [all...]
node.c 47 struct psshfs_node *psn, *psn_dir = pn_dir->pn_data; local in function:psshfs_node_lookup
54 psn = psn_dir->parent->pn_data;
55 psn->stat &= ~PSN_RECLAIMED;
82 psn = pn->pn_data;
83 psn->attrread = time(NULL);
104 psn = pn->pn_data;
107 psn->stat &= ~PSN_RECLAIMED;
142 struct psshfs_node *psn = pn->pn_data; local in function:psshfs_node_setattr
153 if (!psn->attrread || REFRESHTIMEOUT(pctx, time(NULL)-psn->attrread)
293 struct psshfs_node *psn = pn->pn_data; local in function:psshfs_node_open
394 struct psshfs_node *psn = pn->pn_data; local in function:psshfs_node_readdir
477 struct psshfs_node *psn = pn->pn_data; local in function:psshfs_node_read
593 struct psshfs_node *psn = pn->pn_data; local in function:psshfs_node_write
677 struct psshfs_node *psn = pn->pn_data; local in function:psshfs_node_readlink
928 struct psshfs_node *psn = pn->pn_data; local in function:psshfs_node_reclaim
    [all...]
fs.c 240 struct psshfs_node *psn = pn->pn_data; local in function:psshfs_fs_nodetofh
246 psn->stat |= PSN_HASFH;
258 struct psshfs_node *psn; local in function:psshfs_fs_fhtonode
265 psn = pn->pn_data;
266 if ((psn->stat & PSN_HASFH) == 0)
psshfs.c 484 struct psshfs_node *psn = pn->pn_data; local in function:invalone
486 psn->attrread = 0;
487 psn->dentread = 0;
488 psn->slread = 0;
  /src/sys/arch/evbarm/stand/boot2440/
dev_sdmmc.h 74 int psn; /* product serial number */ member in struct:sdmmc_cid
dev_sdmmc.c 1107 cid->psn = SD_CID_PSN(resp);
1116 cid->psn = MMC_CID_PSN_V1(resp);
1125 cid->psn = MMC_CID_PSN_V2(resp);
1140 printf("mid=0x%02x oid=0x%04x pnm=\"%s\" rev=0x%02x psn=0x%08x"
1141 " mdt=%03x\n", cid->mid, cid->oid, cid->pnm, cid->rev, cid->psn,
  /src/dist/pf/sbin/pfctl/
pfctl.c 956 struct pfioc_src_nodes psn; local in function:pfctl_show_src_nodes
962 memset(&psn, 0, sizeof(psn));
964 psn.psn_len = len;
969 psn.psn_buf = inbuf = newinbuf;
971 if (ioctl(dev, DIOCGETSRCNODES, &psn) < 0) {
976 if (psn.psn_len + sizeof(struct pfioc_src_nodes) < len)
978 if (len == 0 && psn.psn_len == 0)
980 if (len == 0 && psn.psn_len != 0)
981 len = psn.psn_len
    [all...]
  /src/sys/dev/sdmmc/
sdmmcvar.h 63 int psn; /* product serial number */ member in struct:sdmmc_cid
sdmmc_mem.c 526 cid->psn = SD_CID_PSN(resp);
535 cid->psn = MMC_CID_PSN_V1(resp);
544 cid->psn = MMC_CID_PSN_V2(resp);
559 printf("mid=0x%02x oid=0x%04x pnm=\"%s\" rev=0x%02x psn=0x%08x"
560 " mdt=%03x\n", cid->mid, cid->oid, cid->pnm, cid->rev, cid->psn,
ld_sdmmc.c 257 sa->sf->cid.rev, sa->sf->cid.psn, sa->sf->cid.mdt);
  /src/sys/dist/pf/net/
pf_ioctl.c 3104 struct pfioc_src_nodes *psn = (struct pfioc_src_nodes *)addr; local in function:pfioctl
3107 int space = psn->psn_len;
3112 psn->psn_len = sizeof(struct pf_src_node) * nr;
3118 p = psn->psn_src_nodes;
3122 if ((nr + 1) * sizeof(*p) > (unsigned)psn->psn_len)
3151 psn->psn_len = sizeof(struct pf_src_node) * nr;

Completed in 21 milliseconds