Home
last modified time | relevance | path

Searched defs:pos (Results 51 – 75 of 370) sorted by relevance

12345678910>>...15

/illumos-gate/usr/src/cmd/sgs/libelf/misc/
H A Dargs.c46 int pos; member
142 int cycles,pos; in demangle_doarg() local
/illumos-gate/usr/src/cmd/sendmail/libsm/
H A Dfpos.c74 register off_t pos; local
/illumos-gate/usr/src/boot/libsa/
H A Dtwiddle.c49 static uint_t callercnt, globalcnt, pos; in twiddle() local
/illumos-gate/usr/src/uts/common/fs/zfs/lua/
H A Dltablib.c43 int pos; /* where to insert new element */ in tinsert() local
70 int pos = luaL_optint(L, 2, size); in tremove() local
H A Dldebug.c114 static const char *findvararg (CallInfo *ci, int n, StkId *pos) { in findvararg()
126 StkId *pos) { in findlocal()
162 StkId pos = 0; /* to avoid warnings */ in lua_getlocal() local
176 StkId pos = 0; /* to avoid warnings */ in lua_setlocal() local
/illumos-gate/usr/src/contrib/ast/src/lib/libast/hash/
H A Dhashwalk.c41 Hash_position_t* pos; in hashwalk() local
/illumos-gate/usr/src/tools/smatch/src/
H A Dlib.h62 pos:10; member
95 #define FORMAT_ATTR(pos) __attribute__ ((__format__ (__printf__, pos, pos+1))) argument
99 #define FORMAT_ATTR(pos) argument
/illumos-gate/usr/src/cmd/mandoc/
H A Dtbl.h67 enum tbl_cellt pos; member
100 enum tbl_datt pos; member
120 enum tbl_spant pos; member
H A Ddba_array.c39 int32_t pos; /* Map position of this array. */ member
146 dba_array_setpos(struct dba_array *array, int32_t ie, int32_t pos) in dba_array_setpos()
H A Dmandoc_xr.h23 int pos; member
H A Dcompat_ohash.c172 ohash_first(struct ohash *h, unsigned int *pos) in ohash_first()
179 ohash_next(struct ohash *h, unsigned int *pos) in ohash_next()
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/nc/
H A Datomicio.c45 size_t pos = 0; in atomicio() local
/illumos-gate/usr/src/test/libc-tests/tests/stdio/
H A Dftell_ungetc.c26 check_pos(FILE *f, long pos) in check_pos()
/illumos-gate/usr/src/contrib/ast/src/lib/libast/port/
H A Dastcopy.c55 off_t pos; in astcopy() local
/illumos-gate/usr/src/lib/libsmbfs/smb/
H A Dsubr.c183 int ch, pos; in smb_simplecrypt() local
206 int len, ch, pos; in smb_simpledecrypt() local
/illumos-gate/usr/src/lib/scsi/plugins/ses/ses2/common/
H A Dses2_enclosure.c78 off_t pos; in enc_parse_help() local
135 off_t pos; in enc_parse_string_in() local
/illumos-gate/usr/src/cmd/sendmail/src/
H A Dconvtime.c48 bool pos = true; variable
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_mount.c332 int pos; in detail_mountfh() local
424 int pos; in detail_mountfh3() local
/illumos-gate/usr/src/uts/sun4u/os/
H A Dplat_ecc_dimm.c62 int board, pos, bank, dimm, jnumber; in plat_get_mem_sid() local
94 int board, pos, bank, dimm, jnumber; in plat_get_mem_addr() local
/illumos-gate/usr/src/cmd/idmap/idmap/
H A Didmap_engine.c111 run_command(int argc, char **argv, cmd_pos_t *pos) in run_command()
429 cmd_pos_t pos; in source_interp() local
/illumos-gate/usr/src/lib/libc/port/regex/
H A Dregcomp.c182 #define INSERT(op, pos) doinsert(p, (sop)(op), HERE()-(pos)+1, pos) argument
183 #define AHEAD(pos) dofwd(p, pos, HERE()-(pos)) argument
184 #define ASTERN(sop, pos) EMIT(sop, HERE()-pos) argument
357 sopno pos; in p_ere_exp() local
704 sopno pos; in p_simp_re() local
1462 doinsert(struct parse *p, sop op, size_t opnd, sopno pos) in doinsert()
1497 dofwd(struct parse *p, sopno pos, sop value) in dofwd()
/illumos-gate/usr/src/uts/common/io/ib/clients/rdsv3/
H A Dib_send.c479 ibt_send_wr_t *wr, unsigned int pos, in rdsv3_ib_xmit_populate_wr()
567 uint32_t pos; in rdsv3_ib_xmit() local
991 uint32_t pos; in rdsv3_ib_xmit_rdma() local
/illumos-gate/usr/src/cmd/boot/installgrub/
H A Dinstallgrub.c1343 #define START_BLOCK(pos) (*(ulong_t *)(pos)) argument
1344 #define NUM_BLOCK(pos) (*(ushort_t *)((pos) + 4)) argument
1345 #define START_SEG(pos) (*(ushort_t *)((pos) + 6)) argument
1392 uchar_t *pos; in prepare_stage2() local
/illumos-gate/usr/src/uts/common/os/
H A Dgrow.c579 offset_t pos) in zmap()
643 int prot, int flags, struct file *fp, offset_t pos) in smmap_common()
868 smmap64(caddr_t addr, size_t len, int prot, int flags, int fd, off_t pos) in smmap64()
893 smmap32(caddr32_t addr, size32_t len, int prot, int flags, int fd, off32_t pos) in smmap32()
/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb3_kdf.c110 int pos = 0; in smb3_kdf() local

12345678910>>...15