Searched refs:pst (Results 1 – 8 of 8) sorted by relevance
/illumos-gate/usr/src/cmd/tic/ |
H A D | tic_read.c | 142 char *pst; /* pointer to string table */ in read_entry() local 216 pst = malloc((unsigned)header.str_size); in read_entry() 217 if (pst == NULL) { in read_entry() 222 pst = StringTable; in read_entry() 248 256*byte[i][1]) + pst; in read_entry() 263 US[i + cur_string] = number[i] + pst; in read_entry() 276 numread = read(fd, pst, header.str_size); in read_entry()
|
/illumos-gate/usr/src/cmd/lp/lib/papi/ |
H A D | printer.c | 145 papi_status_t pst; in papiPrinterQuery() local 184 pst = lpsched_printer_configuration_to_attributes(svc, p, dest); in papiPrinterQuery() 185 if (pst != PAPI_OK) in papiPrinterQuery() 186 return (pst); in papiPrinterQuery() 202 pst = lpsched_class_configuration_to_attributes(svc, p, dest); in papiPrinterQuery() 203 if (pst != PAPI_OK) in papiPrinterQuery() 204 return (pst); in papiPrinterQuery()
|
/illumos-gate/usr/src/cmd/ndmpd/tlm/ |
H A D | tlm_traverse.c | 336 struct stat64 pst, est; in traverse_post() local 367 rv = fs_getstat(ftp->ft_lpath, &pfh, &pst); in traverse_post() 375 if (!S_ISDIR(pst.st_mode)) { in traverse_post() 378 pn.tn_st = &pst; in traverse_post() 404 tsp->ts_st = pst; in traverse_post() 755 struct stat64 pst, est; in traverse_level() local 784 rv = fs_getstat(ftp->ft_lpath, &pfh, &pst); in traverse_level() 794 if (!S_ISDIR(pst.st_mode)) { in traverse_level() 797 pn.tn_st = &pst; in traverse_level() 832 tsp->ts_st = pst; in traverse_level()
|
/illumos-gate/usr/src/cmd/awk/ |
H A D | awk.g.y | 105 %type <i> pst opt_pst lbrace rbrace rparen comma nl opt_nl and bor 189 | pst 305 pst: 306 NL | ';' | pst NL | pst ';'
|
/illumos-gate/usr/src/test/zfs-tests/tests/functional/redundancy/ |
H A D | redundancy.cfg | 35 export PST_RECORD_FILE=$BASEDIR/pst-record-file.$$
|
/illumos-gate/usr/src/lib/lib9p/common/backend/ |
H A D | fs.c | 887 struct l9p_acl *pacl, struct stat *pst, in check_access() argument 903 args.aca_pstat = pst; in check_access() 1816 struct stat pst, cst; in fs_remove() local 1823 error = fs_pdir(sc, fid, dirname, sizeof(dirname), &pst); in fs_remove() 1835 parent_acl, &pst, file->ff_acl, &cst, file->ff_ai, (gid_t)-1); in fs_remove()
|
/illumos-gate/usr/src/uts/common/io/comstar/port/fct/ |
H A D | fct.c | 2198 stmf_change_status_t *pst; in fct_ctl() local 2208 pst = (stmf_change_status_t *)arg; in fct_ctl() 2233 if (pst->st_completion_status != FCT_SUCCESS) { in fct_ctl() 2263 if (pst->st_completion_status != FCT_SUCCESS) { in fct_ctl() 2267 pst); in fct_ctl()
|
/illumos-gate/usr/src/cmd/sendmail/src/ |
H A D | conf.c | 2512 union pstun pst; local 2538 pst.pst_command = buf; 2539 pstat(PSTAT_SETCMD, pst, i, 0, 0);
|