Searched refs:ns_kvp_t (Results 1 – 9 of 9) sorted by relevance
/titanic_41/usr/src/lib/print/libprint/common/ |
H A D | ns_cmn_kvp.c | 57 ns_kvp_t * 60 ns_kvp_t *kvp; in ns_kvp_create() 70 ns_kvp_destroy(ns_kvp_t *kvp) in ns_kvp_destroy() 98 ns_kvp_match_key(const ns_kvp_t *kvp, char *key) in ns_kvp_match_key() 122 ns_kvp_t *kvp, **attrs; in ns_r_get_value() 245 ns_kvp_t *kvp; in ns_set_value_from_string() 252 printer->attributes = (ns_kvp_t **) in ns_set_value_from_string()
|
H A D | ns.h | 89 typedef struct ns_kvp ns_kvp_t; typedef 149 ns_kvp_t **attributes; /* key/value pairs. */ 156 extern ns_printer_t *ns_printer_create(char *, char **, char *, ns_kvp_t **); 180 extern ns_kvp_t *ns_kvp_create(const char *, const char *);
|
H A D | ns_cmn_printer.c | 41 extern void ns_kvp_destroy(ns_kvp_t *); 67 ns_kvp_t **attributes) in ns_printer_create() 75 printer->attributes = (ns_kvp_t **)attributes; in ns_printer_create()
|
H A D | llib-lprint | 77 typedef struct ns_kvp ns_kvp_t; 84 ns_kvp_t **attributes; /* key/value pairs. */ 89 ns_printer_t *ns_printer_create(char *, char **, char *, ns_kvp_t **); 101 ns_kvp_t *ns_kvp_create(const char *, const char *);
|
H A D | ns.c | 81 extern void ns_kvp_destroy(ns_kvp_t *); in ns_printer_destroy()
|
H A D | ns_bsd_addr.c | 283 ns_kvp_t **list, *kvp; in posix_name() 286 list = (ns_kvp_t **)list_append(NULL, kvp); in posix_name()
|
H A D | nss_convert.c | 110 ns_kvp_t *kvp = printer->attributes[i]; in _cvt_printer_to_entry()
|
/titanic_41/usr/src/cmd/print/lpget/ |
H A D | lpget.c | 88 ns_kvp_t **list = printer->attributes; in display_value()
|
/titanic_41/usr/src/cmd/print/printmgr/com/sun/admin/pm/server/ |
H A D | NS.c | 221 typedef struct ns_kvp ns_kvp_t; typedef 257 ns_kvp_t **attributes; /* key/value pairs. */
|