Searched defs:position (Results 26 - 37 of 37) sorted by relevance

12

/illumos-gate/usr/src/lib/libpkg/common/
H A Dpkgweb.c2552 * position - how far along in the job to report.
2558 progress_report(int nointeract, ulong_t position) argument
2566 if (position == 0) {
2570 if (position > increment && position < divider) {
2573 } else if (position > divider) {
/illumos-gate/usr/src/lib/libc/port/print/
H A Ddoprnt.c488 /* Bit position defined by PADZERO means extra space in the field */
770 ssize_t position; local
781 position = prec;
784 position = width;
787 if (position <= 0) {
788 /* illegal position */
792 if (position <= MAXARGS) {
793 targs = arglst[position - 1];
797 _wgetarg(sformat, &targs, position, prflag);
799 _getarg(sformat, &targs, position, prfla
[all...]
/illumos-gate/usr/src/cmd/geniconvtbl/
H A Ditm_util.c1777 long position,
1782 if (position < pos_max) {
1783 for (i = *(byte_seq_min + position);
1784 i <= *(byte_seq_max + position); i++) {
1785 *(byte_seq_def + position) = i;
1790 pos_max, position + 1,
1792 (*(byte_seq_max + position) -
1793 *(byte_seq_min + position) + 1)));
1798 for (i = *(byte_seq_min + position);
1799 i <= *(byte_seq_max + position);
1771 put_dense_encoding_default( char *table, unsigned char *byte_seq_min, unsigned char *byte_seq_max, unsigned char *byte_seq_def, long pos_max, long position, long dense_encoded_value) argument
[all...]
/illumos-gate/usr/src/tools/codereview/
H A Dlwlp.c149 #define START_X 0 /* position of start of each line */
266 static struct position { struct
/illumos-gate/usr/src/uts/sun4u/serengeti/os/
H A Dserengeti.c993 int position = SG_PORTID_TO_CPU_POSN(mcid); local
1007 SG_SET_FRU_NAME_MODULE(new_unum, position);
1013 SG_SET_FRU_NAME_MODULE(new_unum, position);
/illumos-gate/usr/src/uts/sun4u/io/
H A Dmc-us3.c956 * Check if the offset is within this bank. This depends on the position
1077 * pin table: each bit at a cache line needs one byte to present pin position,
1079 * the same as bit position at a cache line, i.e. pin_table[0] presents
1107 int quadword, pos_cacheline, position, index, idx4dimm; local
1175 position = 575 - pos_cacheline;
1176 index = position * 2 / 8;
1177 offset = position % 4;
1649 * The bank's position depends on which halves of the DIMMs it consists
/illumos-gate/usr/src/uts/sun4u/lw8/os/
H A Dlw8_platmod.c1003 int position = SG_PORTID_TO_CPU_POSN(mcid); local
1017 SG_SET_FRU_NAME_MODULE(new_unum, position);
1023 SG_SET_FRU_NAME_MODULE(new_unum, position);
/illumos-gate/usr/src/uts/common/vm/
H A Dvm_as.c2171 ulong_t *bitmap, size_t position, size_t npages)
2174 size_t pos1 = position;
2177 size_t end_pos = npages + position;
2182 ptob(pos1 - position));
2170 as_segunlock(struct seg *seg, caddr_t addr, int attr, ulong_t *bitmap, size_t position, size_t npages) argument
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/lw8/frutree/
H A Dpiclfrutree.c318 static int add_led_nodes(picl_nodehdl_t nodeh, char *name, int position,
3592 add_led_nodes(picl_nodehdl_t nodeh, char *name, int position, argument
3620 lom_get_led.position = LOM_LED_POSITION_FRU;
3627 if (position != lom_get_led.position)
3629 if (position == LOM_LED_POSITION_LOCATION) {
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs_dlinet.c2041 uint_t position; local
2052 position = XDR_GETPOS(xdrs);
2053 cap->arglen = (uint_t)position - (uint_t)argposition;
2057 XDR_SETPOS(xdrs, position);
/illumos-gate/usr/src/common/lzma/
H A DLzmaEnc.c949 static UInt32 GetOptimum(CLzmaEnc *p, UInt32 position, UInt32 *backRes) argument
1029 posState = (position & p->pbMask);
1032 const CLzmaProb *probs = LIT_PROBS(position, *(data - 1));
1135 if (position >= 0)
1138 printf("\n pos = %4X", position);
1140 printf("\nprice[%4X] = %d", position - cur + i, p->opt[i].price);
1165 position++;
1241 posState = (position & p->pbMask);
1245 const CLzmaProb *probs = LIT_PROBS(position, *(data - 1));
1302 UInt32 posStateNext = (position
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/wificonfig/
H A Dwificonfig.c1226 int i = 0, position = 0; local
1247 if (!position) {
1252 for (i = 0; i < position - 1; i++)
1263 position++;
1288 int i = 0, position = 0; local
1317 if (!position) {
1324 for (i = 0; i < position - 1; i++) {
1338 position++;
1355 int i = 0, position = 0; local
1388 if (!position) {
[all...]

Completed in 99 milliseconds

12