Searched defs:opstr (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/lib/libinetutil/common/
H A Difaddrlist.c64 const char *opstr; local
73 opstr = "socket";
84 opstr = "SIOCGLIFNUM";
98 opstr = "realloc";
103 opstr = "SIOCGLIFCONF";
120 opstr = "calloc";
137 opstr = "SIOCGLIFFLAGS";
145 opstr = "SIOCGLIFINDEX";
153 opstr = "SIOCGLIFADDR";
180 (void) snprintf(errbuf, ERRBUFSIZE, "%s: %s", opstr,
[all...]
/illumos-gate/usr/src/cmd/mdb/common/modules/md/
H A Dmetastat.c129 * <opstr> Descriptive text for bitmap RLE count display
132 print_comp_bm(unsigned char *bm, uint_t size, ushort_t *comp_bm, char *opstr) argument
176 mdb_printf("\nTotal %s bits = %lu\n", opstr, tot_dirty);
177 mdb_printf("Total %s transactions = %lu\n", opstr, cur_idx);
178 mdb_printf("Maximum %s set count = %lu, reset count = %lu\n", opstr,
/illumos-gate/usr/src/cmd/cdrw/
H A Dmain.c97 check_invalid_option(options *specified, char *opstr) argument
102 set_options_mask(&c_op, opstr);
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_ppp.c1157 char *opstr; local
1162 opstr = "User Authentication";
1165 opstr = "Dialing String";
1168 opstr = "Location Identifier";
1171 opstr = "E.164 Number";
1174 opstr = "X.500 Distinguished Name";
1177 opstr = "CBCP Negotiation";
1180 opstr = unknown_string;
1184 (void) sprintf(get_line(0, 0), "Operation = %d (%s)", operation, opstr);
/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddt_parser.c123 opstr(int op) function
463 (void) snprintf(buf, len, "operator %s", opstr(dnp->dn_op));
3023 "of arithmetic type\n", opstr(dnp->dn_op));
3031 "integral type\n", opstr(dnp->dn_op));
3039 "of scalar type\n", opstr(dnp->dn_op));
3112 "scalar type\n", opstr(dnp->dn_op));
3117 "of known size\n", opstr(dnp->dn_op));
3122 "lvalue as an operand\n", opstr(dnp->dn_op));
3127 "to a writable variable\n", opstr(dnp->dn_op));
3134 xyerror(D_UNKNOWN, "invalid unary op %s\n", opstr(dn
[all...]

Completed in 75 milliseconds