Searched refs:area (Results 1 - 25 of 69) sorted by relevance

123

/illumos-gate/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dtgetstr.c50 * Similar to tigetstr() except cap is a termcap code and area is
51 * the buffer area used to receive a copy of the string.
54 tgetstr(cap, area)
56 char **area;
61 __m_trace("tgetstr(%p = \"%.2s\", %p)", cap, cap, area);
67 if (*area != (char *) 0 && *area != (char *) 0)
68 *area += strlen(strcpy(*area, value));
/illumos-gate/usr/src/lib/pam_modules/authtok_check/
H A Drules.c66 static char area[PATH_MAX]; local
70 area[--i] = *str++;
72 area[j] = '\0';
73 return (area);
80 static char area[PATH_MAX]; local
82 ptr = area;
89 return (area);
96 static char area[PATH_MAX]; local
98 ptr = area;
105 return (area);
112 static char area[PATH_MAX]; local
130 static char area[PATH_MAX]; local
166 static char area[PATH_MAX]; local
182 static char area[PATH_MAX]; local
318 static char area[PATH_MAX]; local
334 static char area[PATH_MAX]; local
367 static char area[PATH_MAX]; local
[all...]
/illumos-gate/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dtgetstr.c55 * Similar to tigetstr() except cap is a termcap code and area is
56 * the buffer area used to receive a copy of the string.
59 tgetstr(char *cap, char **area) argument
68 if (area && *area != NULL)
69 *area += strlen(strcpy(*area, value));
/illumos-gate/usr/src/lib/libshell/common/tests/
H A Drecttype.sh43 area() function
52 [[ ${r.area} == 1 ]] || err_exit '${r.area} != 1'
60 (( s.area == 4 )) || err_exit 'area of s should be 4'
61 [[ ${s.area} == 4 ]] || err_exit '${s.area} != 4'
66 (( r[one].area == 16 )) || err_exit 'area of r[one] should be 16'
67 [[ ${r[one].area}
[all...]
/illumos-gate/usr/src/lib/libnsl/rpc/
H A Dsvc_auth_loopb.c51 struct area { struct
55 } *area; local
61 area = (struct area *)rqst->rq_clntcred;
62 aup = &area->area_aup;
63 aup->aup_machname = area->area_machname;
64 aup->aup_gids = area->area_gids;
H A Dsvc_auth_sys.c65 struct area { struct
69 } *area; local
75 area = (struct area *)rqst->rq_clntcred;
76 aup = &area->area_aup;
77 aup->aup_machname = area->area_machname;
78 aup->aup_gids = area->area_gids;
/illumos-gate/usr/src/uts/common/rpc/sec/
H A Dsvc_authu.c78 struct area { struct
82 } *area; local
88 area = (struct area *) rqst->rq_clntcred;
89 aup = &area->area_aup;
90 aup->aup_machname = area->area_machname;
91 aup->aup_gids = (gid_t *)area->area_gids;
/illumos-gate/usr/src/lib/libbc/libc/gen/common/sparc/
H A Dalloca.s39 ! o1: %sp-relative offset of tmp area
40 ! o2: %sp-relative offset of end of tmp area
43 ! then copy the tmp area to its new home
54 ld [%o3 + %o1], %o4 ! load from old temp area
55 st %o4, [%sp + %o1] ! store to new temp area
/illumos-gate/usr/src/lib/libc/sparc/gen/
H A Dalloca.s34 ! o1: %sp-relative offset of tmp area
35 ! o2: %sp-relative offset of end of tmp area
38 ! then copy the tmp area to its new home
49 ld [%o3 + %o1], %o4 ! load from old temp area
50 st %o4, [%sp + %o1] ! store to new temp area
/illumos-gate/usr/src/lib/libc/sparcv9/gen/
H A Dalloca.s33 ! o1: %sp-relative offset of tmp area
34 ! o2: %sp-relative offset of end of tmp area
37 ! then copy the tmp area to its new home
49 ldx [%g1 + %o1], %o4 ! load from old temp area
50 stx %o4, [%g5 + %o1] ! store to new temp area
/illumos-gate/usr/src/cmd/vgrind/
H A Dvgrindefs.c36 static char *tdecode(char *str, char **area);
261 * placed in area, which is a ref parameter which is updated.
262 * No checking on area overflow.
265 tgetstr(char *id, char **area) argument
280 return (tdecode(bp, area));
289 tdecode(char *str, char **area) argument
295 cp = *area;
302 str = *area;
303 *area = cp;
/illumos-gate/usr/src/tools/ctf/dwarf/common/
H A Ddwarf_sort_line.c150 original area left
213 area. orig_line_ptr is our modified copy of input area. */
248 /* The list of line area records is no longer needed.
265 remaining_bytes is the size of the area pointed to
287 This copies the entire array to a malloc area, then
605 struct a_line_area *area; local
617 area = malloc(sizeof(struct a_line_area));
618 area->ala_address = address;
619 area
[all...]
/illumos-gate/usr/src/uts/common/sys/nxge/
H A Dnxge_impl.h111 #define DMA_COMMON_CHANNEL(area) ((area.dma_channel))
112 #define DMA_COMMON_VPTR(area) ((area.kaddrp))
113 #define DMA_COMMON_VPTR_INDEX(area, index) \
114 (((char *)(area.kaddrp)) + \
116 #define DMA_COMMON_HANDLE(area) ((area.dma_handle))
117 #define DMA_COMMON_ACC_HANDLE(area) ((area
[all...]
/illumos-gate/usr/src/lib/libc/i386/sys/
H A Dgettimeofday.s46 / need to convert nsecs to usecs & store into area pointed
/illumos-gate/usr/src/uts/common/io/drm/
H A Ddrm_memory.c64 drm_alloc(size_t size, int area) argument
71 drm_calloc(size_t nmemb, size_t size, int area) argument
78 drm_realloc(void *oldpt, size_t oldsize, size_t size, int area) argument
96 drm_free(void *pt, size_t size, int area) argument
/illumos-gate/usr/src/uts/common/io/rwd/
H A Drt2661_var.h200 #define RT2661_DMA_SYNC(area, flag) ((void) ddi_dma_sync((area).dma_hdl,\
201 (area).offset, (area).alength, (flag)))
/illumos-gate/usr/src/uts/common/io/rwn/
H A Drt2860_var.h116 #define RT2860_DMA_SYNC(area, flag) ((void) ddi_dma_sync((area).dma_hdl,\
117 (area).offset, (area).alength, (flag)))
/illumos-gate/usr/src/uts/common/io/wpi/
H A Dwpivar.h64 #define WPI_DMA_SYNC(area, flag) \
65 (void) ddi_dma_sync((area).dma_hdl, (area).offset, \
66 (area).alength, (flag))
147 /* shared area */
/illumos-gate/usr/src/uts/common/io/iwh/
H A Diwh_var.h36 #define IWH_DMA_SYNC(area, flag) \
37 (void) ddi_dma_sync((area).dma_hdl, (area).offset, \
38 (area).alength, (flag))
148 /* shared area */
151 /* keep warm area */
/illumos-gate/usr/src/uts/common/io/iwk/
H A Diwk2_var.h36 #define IWK_DMA_SYNC(area, flag) \
37 (void) ddi_dma_sync((area).dma_hdl, (area).offset, \
38 (area).alength, (flag))
146 /* shared area */
149 /* keep warm area */
/illumos-gate/usr/src/uts/common/io/iwp/
H A Diwp_var.h36 #define IWP_DMA_SYNC(area, flag) \
37 (void) ddi_dma_sync((area).dma_hdl, (area).offset, \
38 (area).alength, (flag))
166 /* shared area */
169 /* keep warm area */
/illumos-gate/usr/src/lib/libm/i386/src/
H A Dilogbf.s78 subl $4,%esp / set up storage area
79 fstps (%esp) / store x*2**23 in storage area
/illumos-gate/usr/src/cmd/mdb/common/modules/nca/
H A Dnca.c310 namedmem_t area[3]; local
373 area[0].nm_name = "data";
374 area[0].nm_addr = addr + io2.data;
375 area[0].nm_len = io2.data_len;
377 area[1].nm_name = direct2name(io2.direct_type);
378 area[1].nm_addr = addr + io2.direct;
379 area[1].nm_len = io2.direct_len;
381 area[2].nm_name = "trailer";
382 area[2].nm_addr = addr + io2.trailer;
383 area[
[all...]
/illumos-gate/usr/src/cmd/captoinfo/
H A Dotermcap.c361 * placed in area, which is a ref parameter which is updated.
362 * No checking on area overflow.
365 otgetstr(char *id, char **area) argument
380 return (tdecode(bp, area));
389 tdecode(char *str, char **area) argument
396 cp = *area;
427 str = *area;
428 *area = cp;
/illumos-gate/usr/src/cmd/tip/
H A Dremcap.c376 * placed in area, which is a ref parameter which is updated.
377 * No checking on area overflow.
380 tgetstr(char *id, char **area) argument
395 return (tdecode(bp, area));
404 tdecode(char *str, char **area) argument
411 cp = *area;
442 str = *area;
443 *area = cp;

Completed in 142 milliseconds

123