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

/illumos-gate/usr/src/cmd/abi/spectrans/spec2trace/
H A Dprintfuncs.c225 char *print_type, local
230 for (print_type = db_get_first_print_type();
231 print_type != NULL;
232 print_type = db_get_next_print_type()) {
233 c_type = strchr(print_type, ','); /* Safe by construction. */
235 errlog(TRACING, "print_type=%s\n", print_type);
237 pf_str_name = space_to_uscore(print_type);
241 pf_str_name, print_type);
259 char *print_type, local
[all...]
H A Ddb.c222 db_add_print_types(char *print_type, char *c_type) argument
228 (void) snprintf(buffer, sizeof (buffer), "%s, %s", print_type, c_type);
232 if (in_string_table(Database.Print_Types, print_type) == NO) {
H A Dsymtab.c538 symtab_add_print_types(char *print_type, char *c_type) argument
544 if (strcmp(print_type, "void") == 0 || *print_type == NULL) {
549 (void) snprintf(buffer, sizeof (buffer), "%s, %s", print_type, c_type);
553 if (in_string_table(Symtab.Print_Types, print_type) == NO) {
/illumos-gate/usr/src/cmd/sgs/elfedit/modules/common/
H A Dcap.c371 * print_type - Specifies which capabilities elements to display.
372 * ndx = If print_type is PRINT_CAP_T_NDX, displays the index specified.
384 PRINT_CAP_T print_type, Word arg)
404 if (print_type == PRINT_CAP_T_NDX) {
430 if ((print_type == PRINT_CAP_T_TAG) && (cap->c_tag != arg)) {
491 if (print_type == PRINT_CAP_T_TAG) {
549 if (!printed && (print_type == PRINT_CAP_T_TAG)) {
572 * print_type - Address of variable containing PRINT_CAP_T_
580 * it is added. Otherwise an error is issued. *print_type is set
584 * an integer value, *print_type i
383 print_cap(CAP_CMD_T cmd, int autoprint, ARGSTATE *argstate, PRINT_CAP_T print_type, Word arg) argument
589 arg_to_index(ARGSTATE *argstate, const char *arg, const char *argname, int print_request, PRINT_CAP_T *print_type) argument
773 PRINT_CAP_T print_type = PRINT_CAP_T_ALL; local
[all...]
H A Ddyn.c279 * print_type - Specifies which dynamic elements to display.
280 * arg - If print_type is PRINT_DYN_T_NDX, displays the index specified.
294 PRINT_DYN_T print_type, Word arg)
326 if (print_type == PRINT_DYN_T_NDX) {
354 ((print_type != PRINT_DYN_T_NDX) || ((ndx == arg) || one_shot));
372 switch (print_type) {
393 (print_type == PRINT_DYN_T_ALL) &&
451 * If this is dyn:posflag1, and the print_type
458 (print_type == PRINT_DYN_T_TAG) &&
514 switch (print_type) {
293 print_dyn(DYN_CMD_T cmd, int autoprint, ARGSTATE *argstate, PRINT_DYN_T print_type, Word arg) argument
623 arg_to_index(ARGSTATE *argstate, const char *arg, int print_request, PRINT_DYN_T *print_type) argument
1134 PRINT_DYN_T print_type = PRINT_DYN_T_ALL; local
[all...]
H A Dshdr.c209 * print_type - Specifies which items are shown
213 Word ndx, Word cnt, PRINT_SHDR_T print_type)
237 switch (print_type) {
366 PRINT_SHDR_T print_type; local
384 print_type = PRINT_SHDR_ALL;
388 print_type = PRINT_SHDR_TYPE;
391 print_type = PRINT_SHDR_NAME;
398 cnt = (print_type == PRINT_SHDR_ALL) ?
400 print_shdr(cmd, 0, &argstate, ndx, cnt, print_type);
212 print_shdr(SHDR_CMD_T cmd, int autoprint, ARGSTATE *argstate, Word ndx, Word cnt, PRINT_SHDR_T print_type) argument
/illumos-gate/usr/src/cmd/cfgadm/
H A Dcfgadm.c93 static void print_type(cfga_list_data_t *, int, char *);
140 {"type", "Type", SZ_EL(ap_type), compare_type, print_type, set_type_flt},
1489 * print_type - print type from cfga_list_data struct
1492 print_type( function
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_cmds.c663 print_type(const char *name, uintptr_t addr, uint_t flags) function
761 (rv = print_type(fname, addr, flags)) != DCMD_ERR)
812 (rv = print_type(fname, addr, flags)) != DCMD_ERR)

Completed in 83 milliseconds