Searched refs:L_SET (Results 1 – 12 of 12) sorted by relevance
/illumos-gate/usr/src/lib/libc/port/gen/ |
H A D | ndbm.c | 131 if ((lseek64(db->dbm_pagf, where, L_SET) != where) || in dbm_flushpag() 148 if ((lseek64(db->dbm_dirf, where, L_SET) != where) || in dbm_flushdir() 294 if ((lseek64(db->dbm_pagf, where, L_SET) != where) || in dbm_delete() 337 if ((lseek64(db->dbm_pagf, where, L_SET) != where) || in dbm_store() 380 if ((lseek64(db->dbm_pagf, where, L_SET) != where) || in dbm_store() 387 if ((lseek64(db->dbm_pagf, where, L_SET) != where) || in dbm_store() 512 if ((lseek64(db->dbm_pagf, where, L_SET) != where) || in dbm_slow_nextkey() 585 if ((lseek64(db->dbm_pagf, where, L_SET) != where) || in dbm_do_nextkey() 743 if ((lseek64(db->dbm_dirf, where, L_SET) != where) || in dbm_access() 763 if ((lseek64(db->dbm_pagf, where, L_SET) != where) || in dbm_access() [all …]
|
/illumos-gate/usr/src/ucbhead/sys/ |
H A D | file.h | 129 #ifndef L_SET 130 #define L_SET 0 /* absolute offset */ macro
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | file.h | 172 #ifndef L_SET 173 #define L_SET 0 /* for lseek */ macro
|
/illumos-gate/usr/src/cmd/ypcmd/ |
H A D | ypxfrd_client.c | 108 (void) lseek64(db->dbm_pagf, where, L_SET); 153 (void) lseek64(db->dbm_dirf, where, L_SET);
|
/illumos-gate/usr/src/boot/sys/sys/ |
H A D | unistd.h | 118 #define L_SET SEEK_SET macro
|
/illumos-gate/usr/src/cmd/fs.d/hsfs/labelit/ |
H A D | labelit.c | 497 if (lseek(cdfd, daddr, L_SET) == -1) { in getdisk() 514 if (lseek(cdfd, daddr, L_SET) == -1) { in putdisk()
|
/illumos-gate/usr/src/cmd/fs.d/ufs/edquota/ |
H A D | edquota.c | 714 (void) llseek(fd, (offset_t)dqoff(uid), L_SET); in getdiscq() 755 (void) llseek(fd, (offset_t)dqoff(uid), L_SET); in putdiscq()
|
/illumos-gate/usr/src/cmd/backup/dump/ |
H A D | dumptraverse.c | 805 if (DEV_LSEEK(fi, da, L_SET) < 0) { in bread() 826 if (DEV_LSEEK(fi, da, L_SET) < 0) { in bread()
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ |
H A D | in.comsat.c | 410 fseek(fi, offset, L_SET); in jkfprintf()
|
/illumos-gate/usr/src/cmd/fs.d/hsfs/fstyp/ |
H A D | fstyp.c | 512 if (lseek(h->fd, daddr, L_SET) == -1) { in getdisk()
|
/illumos-gate/usr/src/cmd/fs.d/nfs/rquotad/ |
H A D | rpc.rquotad.c | 623 (void) llseek(fd, (offset_t)dqoff(uid), L_SET);
|
/illumos-gate/usr/src/cmd/fs.d/ufs/quota/ |
H A D | quota.c | 642 (void) llseek(fd, (offset_t)dqoff(uid), L_SET); in getdiskquota()
|