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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/md/
H A Ddm-path-selector.c18 struct path_selector_type pst; member in struct:ps_internal
24 #define pst_to_psi(__pst) container_of((__pst), struct ps_internal, pst)
34 if (!strcmp(name, psi->pst.name))
48 if ((psi->use == 0) && !try_module_get(psi->pst.module))
71 return psi ? &psi->pst : NULL;
74 void dm_put_path_selector(struct path_selector_type *pst) argument
78 if (!pst)
82 psi = __find_path_selector_type(pst->name);
87 module_put(psi->pst.module);
95 static struct ps_internal *_alloc_path_selector(struct path_selector_type *pst) argument
107 dm_register_path_selector(struct path_selector_type *pst) argument
128 dm_unregister_path_selector(struct path_selector_type *pst) argument
[all...]
H A Ddm-path-selector.h91 void dm_put_path_selector(struct path_selector_type *pst);
H A Ddm-mpath.c513 struct path_selector_type *pst; local
520 pst = dm_get_path_selector(shift(as));
521 if (!pst) {
530 r = pst->create(&pg->ps, ps_argc, as->argv);
532 dm_put_path_selector(pst);
537 pg->ps.type = pst;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/smbd/
H A Ddir.c507 static const char *dptr_normal_ReadDirName(struct dptr_struct *dptr, long *poffset, SMB_STRUCT_STAT *pst) argument
512 if (is_visible_file(dptr->conn, dptr->path, name, pst, True)) {
523 const char *dptr_ReadDirName(struct dptr_struct *dptr, long *poffset, SMB_STRUCT_STAT *pst) argument
527 ZERO_STRUCTP(pst);
530 return dptr_normal_ReadDirName(dptr, poffset, pst);
544 if (!is_visible_file(dptr->conn, dptr->path, dptr->wcard, pst, True)) {
546 return dptr_normal_ReadDirName(dptr, poffset, pst);
549 if (VALID_STAT(*pst)) {
560 if (SMB_VFS_STAT(dptr->conn,pathreal,pst) == 0) {
587 return dptr_normal_ReadDirName(dptr, poffset, pst);
595 dptr_SearchDir(struct dptr_struct *dptr, const char *name, long *poffset, SMB_STRUCT_STAT *pst) argument
794 user_can_read_file(connection_struct *conn, char *name, SMB_STRUCT_STAT *pst) argument
847 user_can_write_file(connection_struct *conn, char *name, SMB_STRUCT_STAT *pst) argument
899 file_is_special(connection_struct *conn, char *name, SMB_STRUCT_STAT *pst) argument
923 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.c79 On exit from unix_convert, if *pst was not null, then the file stat
86 BOOL *bad_path, SMB_STRUCT_STAT *pst)
95 ZERO_STRUCTP(pst);
135 *pst = st;
160 *pst = st;
171 *pst = st;
254 *pst = st;
347 *pst = st;
85 unix_convert(pstring name,connection_struct *conn,char *saved_last_component, BOOL *bad_path, SMB_STRUCT_STAT *pst) argument
H A Dstatcache.c157 char **start, SMB_STRUCT_STAT *pst)
245 if(SMB_VFS_STAT(conn,translated_path, pst) != 0) {
156 stat_cache_lookup(connection_struct *conn, pstring name, pstring dirpath, char **start, SMB_STRUCT_STAT *pst) argument
H A Dposix_acls.c1036 When using this call on get_acl, the pst struct is valid and contains
1037 the mode of the file. When using this call on set_acl, the pst struct has
1046 SMB_STRUCT_STAT *pst,
1097 pace->unix_ug.uid = pst->st_uid;
1112 pace->perms = unix_perms_to_acl_perms(pst->st_mode, S_IRUSR, S_IWUSR, S_IXUSR);
1127 pace->unix_ug.uid = pst->st_gid;
1138 pace->perms = unix_perms_to_acl_perms(pst->st_mode, S_IRGRP, S_IWGRP, S_IXGRP);
1160 pace->perms = unix_perms_to_acl_perms(pst->st_mode, S_IROTH, S_IWOTH, S_IXOTH);
1217 static BOOL create_canon_ace_lists(files_struct *fsp, SMB_STRUCT_STAT *pst, argument
1352 current_ace->unix_ug.uid = pst
1042 ensure_canon_entry_valid(canon_ace **pp_ace, files_struct *fsp, DOM_SID *pfile_owner_sid, DOM_SID *pfile_grp_sid, SMB_STRUCT_STAT *pst, BOOL setting_acl) argument
1896 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...]
H A Dfileio.c798 int fsp_stat(files_struct *fsp, SMB_STRUCT_STAT *pst) argument
801 return SMB_VFS_STAT(fsp->conn, fsp->fsp_name, pst);
803 return SMB_VFS_FSTAT(fsp,fsp->fd, pst);
H A Dtrans2.c790 static mode_t unix_perms_from_wire( connection_struct *conn, SMB_STRUCT_STAT *pst, uint32 perms) argument
795 return pst->st_mode;
816 if (VALID_STAT(*pst) && S_ISDIR(pst->st_mode)) {
2301 static BOOL marshall_posix_acl(connection_struct *conn, char *pdata, SMB_STRUCT_STAT *pst, SMB_ACL_T posix_acl) argument
2336 own_grp = (unsigned int)pst->st_uid;
2355 own_grp = (unsigned int)pst->st_gid;
H A Dreply.c1449 static NTSTATUS can_rename(connection_struct *conn, char *fname, uint16 dirtype, SMB_STRUCT_STAT *pst) argument
1459 fmode = dos_mode(conn,fname,pst);
1463 if (S_ISDIR(pst->st_mode))
1470 fsp = open_file_shared1(conn, fname, pst, DELETE_ACCESS, SET_DENY_MODE(DENY_ALL),
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/i386/kernel/cpu/cpufreq/
H A Dpowernow-k7.c167 static int get_ranges (unsigned char *pst) argument
178 fid = *pst++;
197 vid = *pst++;
433 struct pst_s *pst; local
472 pst = (struct pst_s *) p;
475 pst = (struct pst_s *) p;
476 number_scales = pst->numpstates;
478 if ((etuple == pst->cpuid) && check_fsb(pst->fsbspeed) &&
479 (maxfid==pst
[all...]
H A Dpowernow-k8.c556 static int check_pst_table(struct powernow_k8_data *data, struct pst_s *pst, u8 maxvid) argument
562 if (pst[j].vid > LEAST_VID) {
563 printk(KERN_ERR PFX "vid %d invalid : 0x%x\n", j, pst[j].vid);
566 if (pst[j].vid < data->rvo) { /* vid + rvo >= 0 */
570 if (pst[j].vid < maxvid + data->rvo) { /* vid + rvo >= maxvid */
574 if (pst[j].fid > MAX_FID) {
578 if (j && (pst[j].fid < HI_FID_TABLE_BOTTOM)) {
580 printk(KERN_ERR BFX "two low fids - %d : 0x%x\n", j, pst[j].fid);
583 if (pst[j].fid < lastfid)
584 lastfid = pst[
617 fill_powernow_table(struct powernow_k8_data *data, struct pst_s *pst, u8 maxvid) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/docs/examples/
H A Dcurlx.c129 const char * pst ; member in struct:sslctxparm_st
314 p.pst = getenv(*(++args));
393 if (!(PKCS12_parse (p.p12, p.pst, &(p.pkey), &(p.usercert), &(p.ca) ) )) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/libatalk/adouble/
H A Dad_open.c1254 struct stat *pst = NULL; local
1428 pst = &st_meta;
1450 if (ad->ad_ops->ad_header_read( ad , pst) < 0
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/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-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/ehea/
H A Dehea_phyp.h308 u64 pst; /* 18 */ member in struct:hcp_ehea_port_cb5
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/shared/
H A Dbcmotp.c2846 uint32 pwait, init_pwait, otpc, otpp, pst, st; local
2884 pst = R_REG(osh, &cc->otpprog);
2885 for (k = 0; ((pst & OTPP_START_BUSY) == OTPP_START_BUSY) && (k < OTPP_TRIES); k++)
2886 pst = R_REG(osh, &cc->otpprog);
2892 OTP_ERR(("BUSY stuck: pst=0x%x, count=%d\n", pst, k));
2923 j, otpc | pwait, otpp, pst, st));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/printing/
H A Dnt_printing.c397 char *saved_last_component, BOOL *bad_path, SMB_STRUCT_STAT *pst)
402 return unix_convert(name, conn, saved_last_component, bad_path, pst);
396 driver_unix_convert(char *name,connection_struct *conn, char *saved_last_component, BOOL *bad_path, SMB_STRUCT_STAT *pst) argument

Completed in 610 milliseconds