/osnet-11/usr/src/lib/libplot/t300/common/ |
H A D | subr.c | 109 swap(int *pa, int *pb) function
|
/osnet-11/usr/src/lib/libplot/t450/common/ |
H A D | subr.c | 113 swap(int *pa, int *pb) function
|
/osnet-11/usr/src/lib/libxcurses/src/tic/ |
H A D | tic.h | 66 #define swap(x) (((x >> 8) & 0377) + 256 * (x & 0377)) macro
|
/osnet-11/usr/src/lib/libkvm/common/ |
H A D | test.c | 69 char *swap; variable 109 fprintf(stderr, "usage: %s [-w] [name] [core] [swap]\n", 126 swap = argv[optind++]; 127 if (*swap == '\0') 128 swap = NULL; 130 swap = NULL; 132 tst_open(name, core, swap, (wflag ? O_RDWR : O_RDONLY));
|
/osnet-11/usr/src/lib/libplot/t300s/common/ |
H A D | subr.c | 119 swap(int *pa, int *pb) function
|
/osnet-11/usr/src/grub/grub2/grub-core/lib/ |
H A D | priority_queue.c | 70 swap (struct grub_priority_queue *pq, grub_size_t m, grub_size_t n) function 161 swap (pq, p, parent (p)); 172 swap (pq, 0, pq->used - 1); 187 swap (pq, p, c);
|
/osnet-11/usr/src/lib/libast/common/misc/ |
H A D | findlib.h | 65 int swap; member in struct:__anon1154
|
H A D | magic.c | 43 #include <swap.h> 96 char swap; /* forced swap order */ member in struct:Entry 174 int swap; /* swap() operation */ \ 346 n = swapget(mp->swap, p, 2); 354 n = swapget(mp->swap, p, 8); 362 n = swapget(mp->swap, p, 4); 494 mp->swap = 0; 531 mp->swap [all...] |
/osnet-11/usr/src/lib/libc/port/gen/ |
H A D | getopt_long.c | 181 char *swap; local 199 swap = nargv[pos]; 201 ((char **)nargv)[cstart] = swap;
|
/osnet-11/usr/src/lib/libparted/common/libparted/labels/ |
H A D | dvh.c | 51 int swap; /* part num of swap, 0=none */ member in struct:_DVHDiskData 117 dvh_disk_data->swap = 0; 281 * If you remove a boot/root/swap partition, the disk->disk_specific 294 if (dvh_disk_data->swap 295 && !ped_disk_get_partition (disk, dvh_disk_data->swap)) 296 dvh_disk_data->swap = 0; 470 vh.vh_swappt = PED_CPU_TO_BE16 (dvh_disk_data->swap - 1); 646 _("Only primary partitions can be swap " 651 dvh_disk_data->swap [all...] |
/osnet-11/usr/src/lib/libcmd/common/ |
H A D | od.c | 69 "[B:swap?Swap input bytes according to the bit mask \aop\a, which is the " 72 "[+01?swap 8-bit bytes]" 73 "[+02?swap 16-bit words]" 74 "[+04?swap 32-bit longs]" 75 "[+0?swap for big endian testing]" 128 #include <swap.h> 258 int swap; member in struct:State_s 666 sfprintf(op, fp->form, (int16_t)swapget(state->swap, u, fp->size.external)); 672 sfprintf(op, fp->form, (int32_t)swapget(state->swap, u, fp->size.external)); 678 sfprintf(op, fp->form, (intmax_t)swapget(state->swap, [all...] |
/osnet-11/usr/src/lib/efcode/include/fcode/ |
H A D | proto.h | 93 FNPROTO(swap); variable
|
/osnet-11/usr/src/lib/storage/liba5k/common/hdrs/ |
H A D | a5k.h | 337 swap : 1, member in struct:ps_element_status 360 swap : 1, member in struct:device_element
|
/osnet-11/usr/src/lib/efcode/engine/ |
H A D | forth.c | 1223 swap(fcode_env_t *env) function 1227 CHECK_DEPTH(env, 2, "swap"); 1265 swap(env); 1273 swap(env); 1361 CHECK_DEPTH(env, 4, "2swap"); 2543 ANSI(0x049, 0, "swap", swap); 2555 ANSI(0x055, 0, "2swap", two_swap);
|