Searched refs:L_SET (Results 1 - 15 of 15) sorted by relevance

/illumos-gate/usr/src/ucbhead/sys/
H A Dfile.h131 #ifndef L_SET
132 #define L_SET 0 /* absolute offset */ macro
/illumos-gate/usr/src/lib/libbc/libc/gen/common/
H A Dexportent.c181 (void) fseek(f, pos, L_SET);
184 res = fseek(f, pos, L_SET);
186 res = fseek(f, pos - remlen, L_SET);
188 res = fseek(f, rempos, L_SET);
203 fseek(f, pos, L_SET) >= 0) {
H A Dndbm.c71 (void) lseek(db->dbm_pagf, (long)(db->dbm_pagbno*PBLKSIZ), L_SET);
86 (void) lseek(db->dbm_dirf, (long)(db->dbm_dirbno*DBLKSIZ), L_SET);
227 (void) lseek(db->dbm_pagf, (long)(db->dbm_blkno*PBLKSIZ), L_SET);
268 (void) lseek(db->dbm_pagf, (long)(db->dbm_blkno*PBLKSIZ), L_SET);
304 (void) lseek(db->dbm_pagf, (long)(db->dbm_blkno*PBLKSIZ), L_SET);
311 (long)((db->dbm_blkno+db->dbm_hmask+1)*PBLKSIZ), L_SET);
415 (void) lseek(db->dbm_pagf, (long)(db->dbm_blkptr*PBLKSIZ), L_SET);
484 (void) lseek(db->dbm_pagf, (long)(db->dbm_blkptr*PBLKSIZ), L_SET);
629 (void) lseek(db->dbm_dirf, (long)(b*DBLKSIZ), L_SET);
647 (void) lseek(db->dbm_pagf, (long)(db->dbm_pagbno*PBLKSIZ), L_SET);
[all...]
/illumos-gate/usr/src/lib/libbc/inc/include/sys/
H A Dfile.h84 #define L_SET 0 /* absolute offset */ macro
/illumos-gate/usr/src/uts/common/sys/
H A Dfile.h174 #ifndef L_SET
175 #define L_SET 0 /* for lseek */ macro
176 #endif /* L_SET */
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dndbm.c129 if ((lseek64(db->dbm_pagf, where, L_SET) != where) ||
146 if ((lseek64(db->dbm_dirf, where, L_SET) != where) ||
292 if ((lseek64(db->dbm_pagf, where, L_SET) != where) ||
335 if ((lseek64(db->dbm_pagf, where, L_SET) != where) ||
378 if ((lseek64(db->dbm_pagf, where, L_SET) != where) ||
385 if ((lseek64(db->dbm_pagf, where, L_SET) != where) ||
510 if ((lseek64(db->dbm_pagf, where, L_SET) != where) ||
583 if ((lseek64(db->dbm_pagf, where, L_SET) != where) ||
741 if ((lseek64(db->dbm_dirf, where, L_SET) != where) ||
761 if ((lseek64(db->dbm_pagf, where, L_SET) !
[all...]
/illumos-gate/usr/src/boot/sys/sys/
H A Dunistd.h118 #define L_SET SEEK_SET macro
/illumos-gate/usr/src/cmd/ypcmd/
H A Dypxfrd_client.c108 (void) lseek64(db->dbm_pagf, where, L_SET);
153 (void) lseek64(db->dbm_dirf, where, L_SET);
/illumos-gate/usr/src/cmd/fs.d/hsfs/labelit/
H A Dlabelit.c496 if (lseek(cdfd, daddr, L_SET) == -1) {
513 if (lseek(cdfd, daddr, L_SET) == -1) {
/illumos-gate/usr/src/cmd/fs.d/ufs/edquota/
H A Dedquota.c715 (void) llseek(fd, (offset_t)dqoff(uid), L_SET); local
756 (void) llseek(fd, (offset_t)dqoff(uid), L_SET); local
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/
H A Din.comsat.c422 fseek(fi, offset, L_SET);
/illumos-gate/usr/src/cmd/fs.d/hsfs/fstyp/
H A Dfstyp.c512 if (lseek(h->fd, daddr, L_SET) == -1) {
/illumos-gate/usr/src/cmd/backup/dump/
H A Ddumptraverse.c842 if (DEV_LSEEK(fi, da, L_SET) < 0) {
863 if (DEV_LSEEK(fi, da, L_SET) < 0) {
/illumos-gate/usr/src/cmd/fs.d/nfs/rquotad/
H A Drpc.rquotad.c624 (void) llseek(fd, (offset_t)dqoff(uid), L_SET); local
/illumos-gate/usr/src/cmd/fs.d/ufs/quota/
H A Dquota.c642 (void) llseek(fd, (offset_t)dqoff(uid), L_SET); local

Completed in 100 milliseconds