Home
last modified time | relevance | path

Searched refs:place (Results 1 – 25 of 219) sorted by relevance

123456789

/illumos-gate/usr/src/cmd/geniconvtbl/
H A Dassemble.c64 data.size, data.size, data.place.itm_64d, \
65 data.place.itm_ptr,\
68 *((char *)(((char *)itm_header) + data.place.itm_ptr)): \
323 info_header->str_sec.place.itm_ptr = in relocation_I()
326 info_header->direc_tbl_sec.place.itm_ptr = in relocation_I()
327 info_header->str_sec.place.itm_ptr + in relocation_I()
329 info_header->cond_tbl_sec.place.itm_ptr = in relocation_I()
330 info_header->direc_tbl_sec.place.itm_ptr + in relocation_I()
332 info_header->map_tbl_sec.place.itm_ptr = in relocation_I()
333 info_header->cond_tbl_sec.place.itm_ptr + in relocation_I()
[all …]
H A Ddisassemble.c72 #define ADDR(place) ((void *)(((char *)(itm_hdr)) + \ argument
73 ((itm_place2_t)((place).itm_ptr))))
74 #define DADDR(n) (((n)->size <= (sizeof ((n)->place))) ? \
75 ((char *)(&((n)->place))) :\
76 ((char *)(ADDR((n)->place))))
127 type_id.place.itm_ptr += (itm_place2_t)itm_hdr; in disassemble()
148 type_id.place.itm_ptr += (itm_place2_t)itm_header; in dump_itm_header()
156 interpreter.place.itm_ptr += (itm_place2_t)itm_header; in dump_itm_header()
270 info_header->str_sec.place.itm_ptr, in dump_itm_header()
273 info_header->str_plc_tbl.place.itm_ptr, in dump_itm_header()
[all …]
H A Ditm_comp.l347 if (size <= sizeof (data->place)) { in hexadecimal_data()
348 (void) memmove(&(data->place), binary, size); in hexadecimal_data()
351 data->place.itm_ptr = (itm_place2_t)binary; in hexadecimal_data()
371 if (size <= sizeof (data->place)) { in name_data()
372 (void) memmove(&(data->place), seq, size); in name_data()
374 data->place.itm_ptr = (itm_place2_t)malloc_vital(size); in name_data()
375 (void) memmove((char *)(data->place.itm_ptr), seq, size); in name_data()
H A Ditmcomp.h267 #define NSPTR(n) (((n)->size <= (sizeof ((n)->place))) ? \
268 ((void *)(&((n)->place.itm_64d))) : \
269 ((void *)((n)->place.itm_ptr)))
H A Ditmcomp.c789 if (size <= sizeof (data->place)) { in str_to_data()
790 (void) memmove(&(data->place), seq, size); in str_to_data()
792 data->place.itm_ptr = (itm_place2_t)malloc_vital(size); in str_to_data()
793 (void) memmove((char *)(data->place.itm_ptr), seq, size); in str_to_data()
824 } else if (name->size <= (sizeof (name->place))) { in name_to_str()
825 (void) memcpy(ptr, (char *)(&(name->place)), name->size); in name_to_str()
828 (void) memcpy(ptr, (char *)(name->place.itm_ptr), name->size); in name_to_str()
859 p = (char *)&(data->place); in data_to_hexadecimal()
861 p = (char *)(data->place.itm_ptr); in data_to_hexadecimal()
H A Diconv_tm.h130 itm_place_t place; /* place of data */ member
147 itm_place_t place; /* place of place table */ member
172 itm_place_t place; /* place of table section */ member
342 itm_place_t place; member
H A Ditm_util.c92 (void *)itm_hdr->interpreter.place.itm_ptr, in itm_def_process()
94 &(itm_hdr->interpreter.place), in itm_def_process()
101 (void *)itm_hdr->type_id.place.itm_ptr, in itm_def_process()
103 &(itm_hdr->type_id.place), in itm_def_process()
485 (void *)(ep->place.itm_ptr), ep->size, in escseq_table()
486 &(ep->place), OBJ_REG_TAIL); in escseq_table()
936 if (0 == strncmp(((char *)&(attr->type->place)), in check_map_type()
1065 (void *)(&(default_data->place.itm_64d)), in map_table_indexed_fixed()
1074 (void *)(default_data->place.itm_ptr), in map_table_indexed_fixed()
1688 (void *)(&(default_data->place.itm_64d)), in map_table_dense_encoding()
[all …]
/illumos-gate/usr/src/lib/libdwarf/common/
H A Ddwgetopt.c85 static const char *place = EMSG;/* option letter processing */ variable
164 place = EMSG; in dwgetopt_long()
167 if (*place) { in dwgetopt_long()
176 place = EMSG; in dwgetopt_long()
186 place = lplace+1; in dwgetopt_long()
187 if (!*place) { in dwgetopt_long()
190 place = EMSG; in dwgetopt_long()
209 place); in dwgetopt_long()
211 place = EMSG; in dwgetopt_long()
214 resmatch= dwoptnamematches(dwlopt,place, in dwgetopt_long()
[all …]
/illumos-gate/usr/src/boot/libsa/
H A Dgetopt.c57 static char *place = EMSG; /* option letter processing */ in getopt() local
60 if (optreset || !*place) { /* update scanning pointer */ in getopt()
62 if (optind >= nargc || *(place = nargv[optind]) != '-') { in getopt()
63 place = EMSG; in getopt()
66 if (place[1] && *++place == '-') { /* found "--" */ in getopt()
68 place = EMSG; in getopt()
72 if ((optopt = (int)*place++) == (int)':' || in getopt()
80 if (!*place) in getopt()
88 if (!*place) in getopt()
92 if (*place) /* no white space */ in getopt()
[all …]
/illumos-gate/usr/src/lib/libsmbfs/smb/
H A Dcfopt.c77 static const char *place = EMSG; /* option letter processing */ local
83 if (cf_optreset || !*place) { /* update scanning pointer */
88 place = EMSG;
91 if (*(place = nargv[tmpind]) != '-') {
95 if (place[1] && *++place == '-') { /* found "--" */
97 place = EMSG;
104 if ((cf_optopt = (int)*place++) == (int)':' ||
112 if (!*place)
122 if (!*place)
125 if (*place) /* no white space */
[all …]
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dgetopt_long.c115 static char *place = EMSG; /* option letter processing */ variable
318 current_argv = place; in parse_long_options()
531 if (optreset || !*place) { /* update scanning pointer */ in getopt_internal()
534 place = EMSG; in getopt_internal()
551 if ((*(place = nargv[optind]) != '-') || (place[1] == '\0')) { in getopt_internal()
552 place = EMSG; /* found non-option */ in getopt_internal()
589 if (place[1] != '\0' && *++place == '-' && in getopt_internal()
590 (place[1] == '\0' || long_options == NULL)) { in getopt_internal()
592 place = EMSG; in getopt_internal()
613 if (long_options != NULL && place != nargv[optind] && in getopt_internal()
[all …]
/illumos-gate/usr/src/cmd/svr4pkg/libinst/
H A Dlockinst.c174 lockinst(char *util_name, char *pkg_name, char *place) in lockinst() argument
180 if ((place == (char *)NULL) || (*place == '\0')) { in lockinst()
181 place = "initial"; in lockinst()
233 lock_pkg, place, ST_QUIT); in lockinst()
254 lockupd(char *place) in lockupd() argument
256 (void) wrlockdata(lock_fd, lock_pid, lock_name, lock_pkg, place, in lockupd()
/illumos-gate/usr/src/head/
H A Dmacros.h69 #define SAVE(name, place) { int place = name; argument
70 #define RSTR(name, place) name = place; } argument
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/usdt/
H A Dtst.argmap.d37 test_prov$1:::place
45 test_prov$1:::place
53 test_prov$1:::place
H A Dtst.args.d41 test_prov$1:::place
47 test_prov$1:::place
H A Dargs.d28 probe place(int i, int j);
H A Dtst.argmap.c33 DTRACE_PROBE2(test_prov, place, 10, 4); in main()
H A Dtst.args.c33 DTRACE_PROBE2(test_prov, place, 10, 4); in main()
H A Dargmap.d28 probe place(int i, int j) : (int j, int i, int i, int j);
/illumos-gate/usr/src/cmd/sgs/error/common/
H A Derrortouch.c39 static void errorprint(FILE *place, Eptr errorp, boolean print_all);
41 static void insert(int place);
544 insert(int place) in insert() argument
546 --place; /* always insert messages before the offending line */ in insert()
547 for (; o_lineno < place; o_lineno++, n_lineno++) { in insert()
715 errorprint(FILE *place, Eptr errorp, boolean print_all) in errorprint() argument
721 (void) fprintf(place, "[%s] ", in errorprint()
723 wordvprint(place, errorp->error_lgtext-offset, in errorprint()
725 (void) putc('\n', place); in errorprint()
/illumos-gate/usr/src/cmd/abi/spectrans/spec2trace/
H A Dprintfuncs.c106 prepare_printf_part(ENTRY *e, char *name, char *place, int size) in prepare_printf_part() argument
120 size = snprintf(place, size, in prepare_printf_part()
127 size = snprintf(place, size, ", \n\t%s", name); in prepare_printf_part()
130 errlog(TRACING, "place='%s'\n", place); in prepare_printf_part()
/illumos-gate/usr/src/lib/libbsm/
H A Daudit_event.txt70 3:AUE_OPEN:open(2) - place holder:no
131 63:AUE_SEMSYS:semsys(2) - place holder:no
133 64:AUE_MSGSYS:msgsys(2) - place holder:no
135 65:AUE_SHMSYS:shmsys(2) - place holder:no
136 66:AUE_BSMSYS:bsmsys(2) - place holder:no
137 67:AUE_RFSSYS:rfssys(2) - place holder:no
140 70:AUE_VPIXSYS:vpixsys(2) - place holder:no
197 136:AUE_AUDITSVC:auditsvc(2) - place holder:no
199 138:AUE_AUDITON:auditon(2) - place holder:no
264 220:AUE_AUDITSYS:audit system calls place holder:no
[all …]
/illumos-gate/usr/src/lib/libsasl/lib/
H A Dclient.c743 size_t pos=0,place; local
797 place=0;
801 name[place]=mechlist[pos];
803 place++;
804 if (SASL_MECHNAMEMAX < place) {
805 place--;
813 name[place]=0;
815 if (! place) continue;
/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Dtlan.c1003 u8 place; local
1010 for (place = 0x80; place != 0; place >>= 1) {
1011 if (place & data)
1063 u8 place; local
1072 for (place = 0x80; place; place >>= 1) {
1075 *data |= place;
/illumos-gate/usr/src/common/ficl/softcore/
H A Dclasses.fr90 \ increment the pointer in place
98 \ decrement the pointer in place
106 \ index the pointer in place

123456789