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

/illumos-gate/usr/src/cmd/smbsrv/smbd/
H A Dsmbd_spool.c76 int (*cupsGetDests)(cups_dest_t **); member in struct:smb_cups_ops
351 smb_cups.cupsGetDests = (int (*)(cups_dest_t **))
352 dlsym(smb_cups.cups_hdl, "cupsGetDests");
373 smb_cups.cupsGetDests == NULL ||
462 num_dests = cups->cupsGetDests(&dests);

Completed in 59 milliseconds