Searched defs:psm (Results 1 - 2 of 2) sorted by relevance
/illumos-gate/usr/src/lib/print/libpapi-dynamic/common/ |
H A D | printer.c | 123 char *psm = NULL; local 126 /* get the psm and uri from the attributes */ 128 "print-service-module", &psm); 134 result = papiServiceCreate((papi_service_t *)&p_svc, psm, svc->user,
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/pppoe/ |
H A D | pppoec.c | 830 send_padr(poesm_t *psm, const poemsg_t *pado) argument 843 psm->poesm_sequence++; 846 (void) poe_two_longs(poep, POETT_UNIQ, psm->poesm_localid, 847 psm->poesm_sequence); 915 act_none(poesm_t *psm, poemsg_t *pmsg, int event, int nextst) argument 922 act_fail(poesm_t *psm, poemsg_t *pmsg, int event, int nextst) argument 931 act_spadi(poesm_t *psm, poemsg_t *pmsg, int event, int nextst) argument 933 if (send_padi(psm->poesm_localid) != 0) 939 if (psm->poesm_state == PCSMS_DEAD) { 940 psm 953 act_add(poesm_t *psm, poemsg_t *pmsg, int event, int nextst) argument 968 act_spadr(poesm_t *psm, poemsg_t *pmsg, int event, int nextst) argument 1000 act_spadrp(poesm_t *psm, poemsg_t *pmsg, int event, int nextst) argument 1029 act_spadrn(poesm_t *psm, poemsg_t *pmsg, int event, int nextst) argument 1068 act_open(poesm_t *psm, poemsg_t *pmsg, int event, int nextst) argument 1204 handle_event(poesm_t *psm, int event, poemsg_t *pmsg) argument 1400 poesm_t psm; local [all...] |
Completed in 82 milliseconds