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

/illumos-gate/usr/src/cmd/lp/lib/papi/
H A Dlpsched-misc.c143 char *lp_type; member in struct:__anon812
171 return (type_map[i].lp_type);
177 lp_type_to_mime_type(char *lp_type) argument
181 if (lp_type == NULL)
184 for (i = 0; type_map[i].lp_type != NULL; i++)
185 if (strcasecmp(type_map[i].lp_type, lp_type) == 0)
188 return (lp_type);
H A Dpapi_impl.h137 extern char *lp_type_to_mime_type(char *lp_type);
/illumos-gate/usr/src/cmd/print/bsd-sysv-commands/
H A Dcommon.h58 extern char *lp_type_to_mime_type(char *lp_type);
H A Dcommon.c100 char *lp_type; member in struct:__anon1276
119 lp_type_to_mime_type(char *lp_type) argument
123 if (lp_type == NULL)
126 for (i = 0; type_map[i].lp_type != NULL; i++)
127 if (strcasecmp(type_map[i].lp_type, lp_type) == 0)
130 return (lp_type);
/illumos-gate/usr/src/cmd/dlmgmtd/
H A Ddlmgmt_impl.h49 dladm_datatype_t lp_type; member in struct:dlmgmt_linkattr_s
H A Ddlmgmt_util.c265 attrp->lp_type = type;
296 *typep = attrp->lp_type;
H A Ddlmgmt_db.c1244 ptr += translators[cur_p->lp_type].write_func(ptr,
1303 if (attrp->lp_type == DLADM_TYPE_UINT64) {
1349 attrp->lp_type = DLADM_TYPE_STR;
H A Ddlmgmt_door.c900 attrp->lp_val, attrp->lp_sz, attrp->lp_type)) != 0) {
1035 attrp->lp_val, attrp->lp_sz, attrp->lp_type)) != 0) {
/illumos-gate/usr/src/lib/libdladm/common/
H A Dlibdladm.c86 uint32_t lp_type; member in struct:__anon3136
909 *ptype = lp->lp_type;
928 if (lp->lp_type == ptype) {

Completed in 64 milliseconds