Searched defs:pst (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/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);
/illumos-gate/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: label
284 NL | ';' | pst NL | pst ';'
/illumos-gate/usr/src/cmd/lp/lib/papi/
H A Dprinter.c145 papi_status_t pst; local
184 pst = lpsched_printer_configuration_to_attributes(svc, p, dest);
185 if (pst != PAPI_OK)
186 return (pst);
202 pst = lpsched_class_configuration_to_attributes(svc, p, dest);
203 if (pst != PAPI_OK)
204 return (pst);
/illumos-gate/usr/src/cmd/ndmpd/tlm/
H A Dtlm_traverse.c336 struct stat64 pst, est; local
367 rv = fs_getstat(ftp->ft_lpath, &pfh, &pst);
375 if (!S_ISDIR(pst.st_mode)) {
378 pn.tn_st = &pst;
404 tsp->ts_st = pst;
755 struct stat64 pst, est; local
784 rv = fs_getstat(ftp->ft_lpath, &pfh, &pst);
794 if (!S_ISDIR(pst.st_mode)) {
797 pn.tn_st = &pst;
832 tsp->ts_st = pst;
[all...]
/illumos-gate/usr/src/uts/common/io/comstar/port/fct/
H A Dfct.c2183 stmf_change_status_t *pst; local
2193 pst = (stmf_change_status_t *)arg;
2218 if (pst->st_completion_status != FCT_SUCCESS) {
2248 if (pst->st_completion_status != FCT_SUCCESS) {
2252 pst);
/illumos-gate/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);

Completed in 1434 milliseconds