Searched defs:last_off (Results 1 - 3 of 3) sorted by relevance
/illumos-gate/usr/src/lib/libbc/libc/sys/common/ |
H A D | getdents.c | 67 off_t last_off; local 101 last_off = ndir->d_off; 113 (void)lseek(fd, last_off, SEEK_SET);
|
/illumos-gate/usr/src/cmd/adbgen/common/ |
H A D | adbsub.c | 38 off_t last_off; variable 49 last_off = -1; 60 if (last_off == -1) { 61 last_off = off; 64 off_diff = off - last_off; 79 last_off = off; 193 last_off += fs;
|
/illumos-gate/usr/src/lib/lvm/libmeta/common/ |
H A D | meta_sp.c | 167 sp_ext_offset_t last_off, sp_ext_length_t alignment); 1255 * last_off - the last offset already allocated. 1266 * 1. If last_off is nonzero and there is free space following 1310 sp_ext_offset_t last_off, 1350 if (last_off != 0LL) { 1354 meta_sp_list_find(*head, last_off); 1602 if (last_off != 0LL) { 1604 meta_sp_list_find(*head, last_off); 1305 meta_sp_alloc_by_len( mdsetname_t *sp, mdname_t *np, sp_ext_node_t **head, sp_ext_length_t *lp, sp_ext_offset_t last_off, sp_ext_offset_t alignment ) argument
|
Completed in 85 milliseconds