Home
last modified time | relevance | path

Searched refs:pst (Results 1 – 8 of 8) sorted by relevance

/titanic_44/usr/src/cmd/tic/
H A Dtic_read.c136 char *pst; /* pointer to string table */ local
210 pst = malloc((unsigned)header.str_size);
211 if (pst == NULL) {
216 pst = StringTable;
242 256*byte[i][1]) + pst;
257 US[i + cur_string] = number[i] + pst;
270 numread = read(fd, pst, header.str_size);
/titanic_44/usr/src/cmd/ssh/libopenbsd-compat/common/
H A Dsetproctitle.c81 union pstun pst; in setproctitle() local
96 pst.pst_command = buf; in setproctitle()
97 pstat(PSTAT_SETCMD, pst, used, 0, 0); in setproctitle()
/titanic_44/usr/src/cmd/lp/lib/papi/
H A Dprinter.c145 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()
/titanic_44/usr/src/cmd/ndmpd/tlm/
H A Dtlm_traverse.c336 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()
/titanic_44/usr/src/cmd/awk/
H A Dawk.g.y82 %type <i> pst opt_pst lbrace rparen comma nl opt_nl and bor
166 | pst
283 pst:
284 NL | ';' | pst NL | pst ';'
/titanic_44/usr/src/test/zfs-tests/tests/functional/redundancy/
H A Dredundancy.cfg35 export PST_RECORD_FILE=$BASEDIR/pst-record-file.$$
/titanic_44/usr/src/uts/common/io/comstar/port/fct/
H A Dfct.c2179 stmf_change_status_t *pst; in fct_ctl() local
2189 pst = (stmf_change_status_t *)arg; in fct_ctl()
2214 if (pst->st_completion_status != FCT_SUCCESS) { in fct_ctl()
2244 if (pst->st_completion_status != FCT_SUCCESS) { in fct_ctl()
2248 pst); in fct_ctl()
/titanic_44/usr/src/cmd/sendmail/src/
H A Dconf.c2511 union pstun pst; local
2537 pst.pst_command = buf;
2538 pstat(PSTAT_SETCMD, pst, i, 0, 0);