Searched refs:pst (Results 1 - 25 of 30) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/md/
H A Ddm-path-selector.c19 struct path_selector_type pst; member in struct:ps_internal
23 #define pst_to_psi(__pst) container_of((__pst), struct ps_internal, pst)
33 if (!strcmp(name, psi->pst.name))
46 if (psi && !try_module_get(psi->pst.module))
66 return psi ? &psi->pst : NULL;
69 void dm_put_path_selector(struct path_selector_type *pst) argument
73 if (!pst)
77 psi = __find_path_selector_type(pst->name);
81 module_put(psi->pst.module);
86 static struct ps_internal *_alloc_path_selector(struct path_selector_type *pst) argument
96 dm_register_path_selector(struct path_selector_type *pst) argument
117 dm_unregister_path_selector(struct path_selector_type *pst) argument
[all...]
H A Ddm-path-selector.h95 void dm_put_path_selector(struct path_selector_type *pst);
H A Ddm-mpath.c544 struct path_selector_type *pst; local
551 pst = dm_get_path_selector(shift(as));
552 if (!pst) {
559 dm_put_path_selector(pst);
564 dm_put_path_selector(pst);
569 r = pst->create(&pg->ps, ps_argc, as->argv);
571 dm_put_path_selector(pst);
576 pg->ps.type = pst;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/xz/src/common/
H A Dtuklib_cpucores.c56 struct pst_dynamic pst; local
57 if (pstat_getdynamic(&pst, sizeof(pst), 1, 0) != -1)
58 ret = pst.psd_proc_cnt;
H A Dtuklib_physmem.c170 struct pst_static pst; local
171 if (pstat_getstatic(&pst, sizeof(pst), 1, 0) != -1)
172 ret = (uint64_t)pst.physical_memory * (uint64_t)pst.page_size;
/netgear-R7000-V1.0.7.12_1.2.5/src/tools/misc/xz/src/common/
H A Dtuklib_cpucores.c56 struct pst_dynamic pst; local
57 if (pstat_getdynamic(&pst, sizeof(pst), 1, 0) != -1)
58 ret = pst.psd_proc_cnt;
H A Dtuklib_physmem.c170 struct pst_static pst; local
171 if (pstat_getstatic(&pst, sizeof(pst), 1, 0) != -1)
172 ret = (uint64_t)pst.physical_memory * (uint64_t)pst.page_size;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/wget-1.12/src/
H A Dptimer.c171 posix_measure (ptimer_system_time *pst) argument
173 clock_gettime (posix_clock_id, pst);
204 gettimeofday_measure (ptimer_system_time *pst) argument
206 gettimeofday (pst, NULL);
267 windows_measure (ptimer_system_time *pst) argument
270 QueryPerformanceCounter (&pst->hires);
277 pst->lores = GetTickCount ();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/smbd/
H A Ddir.c558 static const char *dptr_normal_ReadDirName(struct dptr_struct *dptr, long *poffset, SMB_STRUCT_STAT *pst) argument
563 if (is_visible_file(dptr->conn, dptr->path, name, pst, True)) {
574 const char *dptr_ReadDirName(struct dptr_struct *dptr, long *poffset, SMB_STRUCT_STAT *pst) argument
576 SET_STAT_INVALID(*pst);
579 return dptr_normal_ReadDirName(dptr, poffset, pst);
598 if (!is_visible_file(dptr->conn, dptr->path, dptr->wcard, pst, True)) {
606 if (VALID_STAT(*pst)) {
617 if (SMB_VFS_STAT(dptr->conn,pathreal,pst) == 0) {
643 return dptr_normal_ReadDirName(dptr, poffset, pst);
650 BOOL dptr_SearchDir(struct dptr_struct *dptr, const char *name, long *poffset, SMB_STRUCT_STAT *pst) argument
855 user_can_read_file(connection_struct *conn, char *name, SMB_STRUCT_STAT *pst) argument
918 user_can_write_file(connection_struct *conn, char *name, SMB_STRUCT_STAT *pst) argument
977 file_is_special(connection_struct *conn, char *name, SMB_STRUCT_STAT *pst) argument
1001 is_visible_file(connection_struct *conn, const char *dir_path, const char *name, SMB_STRUCT_STAT *pst, BOOL use_veto) argument
[all...]
H A Dfilename.c114 On exit from unix_convert, if *pst was not null, then the file stat
124 SMB_STRUCT_STAT *pst)
133 SET_STAT_INVALID(*pst);
174 *pst = st;
219 *pst = st;
242 *pst = st;
352 *pst = st;
458 *pst = st;
120 unix_convert(connection_struct *conn, pstring name, BOOL allow_wcard_last_component, char *saved_last_component, SMB_STRUCT_STAT *pst) argument
H A Dstatcache.c162 char **start, SMB_STRUCT_STAT *pst)
250 if(SMB_VFS_STAT(conn,translated_path, pst) != 0) {
161 stat_cache_lookup(connection_struct *conn, pstring name, pstring dirpath, char **start, SMB_STRUCT_STAT *pst) argument
H A Dfileio.c881 int fsp_stat(files_struct *fsp, SMB_STRUCT_STAT *pst) argument
884 return SMB_VFS_STAT(fsp->conn, fsp->fsp_name, pst);
886 return SMB_VFS_FSTAT(fsp,fsp->fh->fd, pst);
H A Dposix_acls.c1064 When using this call on get_acl, the pst struct is valid and contains
1065 the mode of the file. When using this call on set_acl, the pst struct has
1074 SMB_STRUCT_STAT *pst,
1122 pace->unix_ug.uid = pst->st_uid;
1152 pace->perms = unix_perms_to_acl_perms(pst->st_mode, S_IRUSR, S_IWUSR, S_IXUSR);
1167 pace->unix_ug.uid = pst->st_gid;
1178 pace->perms = unix_perms_to_acl_perms(pst->st_mode, S_IRGRP, S_IWGRP, S_IXGRP);
1200 pace->perms = unix_perms_to_acl_perms(pst->st_mode, S_IROTH, S_IWOTH, S_IXOTH);
1257 static BOOL create_canon_ace_lists(files_struct *fsp, SMB_STRUCT_STAT *pst, argument
1376 current_ace->unix_ug.uid = pst
1070 ensure_canon_entry_valid(canon_ace **pp_ace, files_struct *fsp, const DOM_SID *pfile_owner_sid, const DOM_SID *pfile_grp_sid, SMB_STRUCT_STAT *pst, BOOL setting_acl) argument
1932 unpack_canon_ace(files_struct *fsp, SMB_STRUCT_STAT *pst, DOM_SID *pfile_owner_sid, DOM_SID *pfile_grp_sid, canon_ace **ppfile_ace, canon_ace **ppdir_ace, uint32 security_info_sent, SEC_DESC *psd) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-tegra/include/mach/
H A Dio.h49 #define IO_TO_VIRT_XLATE(p, pst, vst) (((p) - (pst) + (vst)))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/kernel/cpu/cpufreq/
H A Dpowernow-k7.c178 static int get_ranges(unsigned char *pst) argument
190 fid = *pst++;
209 vid = *pst++;
454 static void print_pst_entry(struct pst_s *pst, unsigned int j) argument
456 dprintk("PST:%d (@%p)\n", j, pst);
458 pst->cpuid, pst->fsbspeed, pst->maxfid, pst->startvid);
464 struct pst_s *pst; local
[all...]
H A Dpowernow-k8.c561 static int check_pst_table(struct powernow_k8_data *data, struct pst_s *pst, argument
568 if (pst[j].vid > LEAST_VID) {
570 j, pst[j].vid);
573 if (pst[j].vid < data->rvo) {
579 if (pst[j].vid < maxvid + data->rvo) {
585 if (pst[j].fid > MAX_FID) {
590 if (j && (pst[j].fid < HI_FID_TABLE_BOTTOM)) {
593 "0x%x\n", j, pst[j].fid);
596 if (pst[j].fid < lastfid)
597 lastfid = pst[
656 fill_powernow_table(struct powernow_k8_data *data, struct pst_s *pst, u8 maxvid) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/lib/
H A Dtime.c864 struct timespec get_atimespec(const SMB_STRUCT_STAT *pst) argument
870 ret.tv_sec = pst->st_atime;
875 return pst->st_atim;
878 ret.tv_sec = pst->st_atime;
879 ret.tv_nsec = pst->st_atimensec;
887 void set_atimespec(SMB_STRUCT_STAT *pst, struct timespec ts) argument
891 pst->st_atime = ts.tv_sec;
894 pst->st_atim = ts;
896 pst->st_atime = ts.tv_sec;
897 pst
904 get_mtimespec(const SMB_STRUCT_STAT *pst) argument
927 set_mtimespec(SMB_STRUCT_STAT *pst, struct timespec ts) argument
944 get_ctimespec(const SMB_STRUCT_STAT *pst) argument
967 set_ctimespec(SMB_STRUCT_STAT *pst, struct timespec ts) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/wince/
H A Dwince.cpp624 SYSTEMTIME *pst = fStartDST ? &ptzi->DaylightDate : &ptzi->StandardDate; local
642 long yearDay = IS_LEAP_YEAR(year) ? M2LYD[pst->wMonth - 1] :
643 M2YD [pst->wMonth - 1];
646 if (pst->wYear == 0) {
652 if (monthDOW < pst->wDayOfWeek) {
653 yearDay += (pst->wDayOfWeek - monthDOW) + (pst->wDay - 1) * 7;
655 yearDay += (pst->wDayOfWeek - monthDOW) + pst->wDay * 7;
658 // It is possible that we overshot the month, especially if pst
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/power/
H A Dpower_supply_core.c31 struct power_supply *pst = dev_get_drvdata(dev); local
35 if (!strcmp(psy->supplied_to[i], pst->name)) {
36 if (pst->external_power_changed)
37 pst->external_power_changed(pst);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/plat-omap/
H A Dio.c24 #define XLATE(p,pst,vst) ((void __iomem *)((p) - (pst) + (vst)))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/docs/examples/
H A Dcurlx.c129 const char * pst ; member in struct:sslctxparm_st
313 p.pst = getenv(*(++args));
392 if (!(PKCS12_parse (p.p12, p.pst, &(p.pkey), &(p.usercert), &(p.ca) ) )) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/libatalk/adouble/
H A Dad_open.c1254 struct stat *pst = NULL; local
1438 pst = &st_meta;
1460 if (ad->ad_ops->ad_header_read( ad , pst) < 0
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/ehea/
H A Dehea_phyp.h311 u64 pst; /* 18 */ member in struct:hcp_ehea_port_cb5
/netgear-R7000-V1.0.7.12_1.2.5/src/shared/
H A Dbcmotp.c2927 uint32 pwait, init_pwait, otpc, otpp, pst, st; local
2965 pst = R_REG(osh, &cc->otpprog);
2966 for (k = 0; ((pst & OTPP_START_BUSY) == OTPP_START_BUSY) && (k < OTPP_TRIES); k++)
2967 pst = R_REG(osh, &cc->otpprog);
2973 OTP_ERR(("BUSY stuck: pst=0x%x, count=%d\n", pst, k));
3004 j, otpc | pwait, otpp, pst, st));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dmpegts.c1102 AVStream *pst = pes->stream->streams[p->stream_index[i]]; local
1103 if (pst->codec->codec_type == AVMEDIA_TYPE_VIDEO)
1104 st = pst;

Completed in 346 milliseconds

12