/illumos-gate/usr/src/cmd/sgs/libelf/misc/ |
H A D | demangle.c | 83 second(c) function 161 c = second(c+i); 188 * automatically calls second, since 195 c = second(c); 216 c = second(c); 242 c = second(c2);
|
/illumos-gate/usr/src/cmd/sgs/size/common/ |
H A D | process.c | 83 * size of first, second, third number and total size 87 GElf_Xword second; local 105 * not of type NOBITS; the second number shall be the size of all sections 132 first = second = third = totsize = 0; 166 second += shdr.sh_size; 189 totsize = first + second + third; 191 first, second, third, totsize); 208 * of type PT_LOAD; the second number is the file size of all writable
|
/illumos-gate/usr/src/lib/libbc/libc/sys/common/ |
H A D | cdioctl.h | 40 unsigned char cdmsf_sec0; /* starting second */ 43 unsigned char cdmsf_sec1; /* ending second */ 67 unsigned char second; member in struct:cdrom_tocentry::__anon2821::__anon2822 85 unsigned char second; member in struct:cdrom_subchnl::__anon2823::__anon2824 93 unsigned char second; member in struct:cdrom_subchnl::__anon2825::__anon2826
|
/illumos-gate/usr/src/lib/libc/amd64/unwind/ |
H A D | eh_frame.c | 219 unsigned char *second = data; local 229 second += 4; 231 fde = (void *)(uint64_t)(*((uint32_t *)second)); 240 second += 8; 242 fde = (void *)(uint64_t)(*((uint64_t *)second)); 251 second += 4; 253 fde = (void *)(uint64_t)(int64_t)(*((int32_t *)second)); 262 second += 8; 264 fde = (void *)(uint64_t)(*((int64_t *)second)); 277 fde = (void *)(((uint64_t)fde) + (uint64_t)second [all...] |
/illumos-gate/usr/src/cmd/touch/ |
H A D | touch.c | 276 char *second; local 313 second = strsep(&p, ".,"); 322 second == NULL || strlen(second) != 2 || !isnumber(second) || 333 tm.tm_sec = atoi(second);
|
/illumos-gate/usr/src/lib/krb5/kdb/ |
H A D | kdb_convert.c | 49 krb5_tl_data *first, *second; local 113 for (first = current->tl_data, second = new->tl_data; 115 second = second->tl_data_next) { 116 if ((first->tl_data_length == second->tl_data_length) && 117 (first->tl_data_type == second->tl_data_type)) { 119 (char *)second->tl_data_contents,
|
/illumos-gate/usr/src/uts/common/os/ |
H A D | kiconv.c | 199 boolean_t second; local 297 second = B_TRUE; 299 if (second) { 307 second = B_FALSE; 467 boolean_t second; local 538 second = B_TRUE; 540 if (second) { 553 second = B_FALSE;
|
H A D | kcpc.c | 1824 * "pcbe.first.second.third.fourth" and ending with the least specific, 1830 kcpc_pcbe_tryload(const char *prefix, uint_t first, uint_t second, uint_t third) argument 1835 s[1] = second;
|
/illumos-gate/usr/src/test/os-tests/tests/file-locking/ |
H A D | runtests.c | 430 /* Create second child, which shouldn't acquire & signal */ 561 lock_style_t first, second; local 566 for (second = (lock_style_t)0; second < LSTYLE_LAST; second++) { 567 flock_test_exclusive(first, second, 569 flock_test_exclusive(first, second, 576 for (second = (lock_style_t)0; second < LSTYLE_LAST; second [all...] |
/illumos-gate/usr/src/lib/libcurses/screen/ |
H A D | wrefresh.c | 358 * pen-up/pen-down model. The second is the HP26*-like model. 362 * clear ALL marks in the affected regions. The second case is 672 bool second = FALSE; local 704 second = TRUE; 706 (void) mvcur(wy, (second ? color_attrx :
|
/illumos-gate/usr/src/cmd/isns/isnsd/ |
H A D | dd.c | 366 uint32_t second = GET_SECOND(m_id); local 442 if (TEST_MEMBERSHIP(bmp, primary, second) == 0) { 443 SET_MEMBERSHIP(bmp, primary, second); 449 CLEAR_MEMBERSHIP(bmp, primary, second); 455 if (TEST_MEMBERSHIP(bmp, primary, second) != 0) { 456 CLEAR_MEMBERSHIP(bmp, primary, second); 465 primary, second) != 0) { 474 SET_MEMBERSHIP(bmp, primary, second); 531 uint32_t second; local 571 second 705 uint32_t second; local 751 uint32_t second; local 971 uint32_t second; local 1034 uint32_t second = GET_SECOND(m_id); local 1666 uint32_t second = GET_SECOND(m_id); local [all...] |
/illumos-gate/usr/src/uts/common/io/ |
H A D | vcons.c | 1330 vc_avl_compare(const void *first, const void *second) argument 1333 const vc_state_t *vcptr2 = second;
|
/illumos-gate/usr/src/uts/common/io/virtio/ |
H A D | virtio.c | 817 virtio_ventry_stick(struct vq_entry *first, struct vq_entry *second) argument 819 first->qe_next = second;
|
/illumos-gate/usr/src/common/unicode/ |
H A D | u8_textprep.c | 348 boolean_t second; local 405 second = B_TRUE; 407 if (second) { 413 second = B_FALSE; 1177 * (b0-bn F, B0-Bm F). The b0-bn are the bytes of the second
|
/illumos-gate/usr/src/cmd/fm/eversholt/common/ |
H A D | literals.h | 90 L_DECL(second); variable
|
/illumos-gate/usr/src/cmd/fwflash/plugins/hdrs/ |
H A D | hermon_ib.h | 125 uint8_t second; member in struct:cnx_fw_build_time_tag
|
/illumos-gate/usr/src/cmd/krb5/krb5kdc/ |
H A D | kdc_util.c | 93 concat_authorization_data(krb5_authdata **first, krb5_authdata **second, argument 104 if (second) 105 for (ptr = second; *ptr; ptr++) 112 for (i = 0, j = 0, ptr = first; j < 2 ; ptr = second, j++) 713 /* Note that the second test here is an unsigned comparison, 1176 /* ...and that the second component matches the server realm... */ 1186 /* XXX add check that second component must match locally 1321 * (1) Make sure the second ticket exists
|
/illumos-gate/usr/src/uts/common/io/ib/ibnex/ |
H A D | ibnex_ioctl.c | 1026 char *second; local 1028 second = first ? strchr(first + 1, ',') : NULL; 1029 if (first != NULL && second == NULL) { 1031 } else if (first != NULL && second != NULL) { 1774 char *second = NULL; local 1808 second = strchr(first+1, ','); 1811 if (first != NULL && second != NULL) { 1890 } else if (first != NULL && second == NULL) { 1909 } else if (first == NULL && second == NULL) {
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | cdio.h | 41 unsigned char cdmsf_sec0; /* starting second */ 44 unsigned char cdmsf_sec1; /* ending second */ 68 unsigned char second; member in struct:cdrom_tocentry::__anon7052::__anon7053 104 unsigned char second; member in struct:cdrom_subchnl::__anon7054::__anon7055 112 unsigned char second; member in struct:cdrom_subchnl::__anon7056::__anon7057
|
H A D | kbd.h | 316 * Define the compose sequence structure. First and second 321 unsigned char second; /* second ASCII char after COMPOSE key */ member in struct:compose_sequence_t
|
/illumos-gate/usr/src/lib/hal/libhal-storage/common/ |
H A D | libhal-storage.c | 250 char *second; local 259 second = ""; 261 second = "/DVD-ROM"; 263 second = "/DVD+R"; 265 second = "/DVD+RW"; 267 second = "/DVD-R"; 269 second = "/DVD-RW"; 271 second = "/DVD-RAM"; 275 second = "/DVD±R DL"; 277 second [all...] |
/illumos-gate/usr/src/uts/common/kiconv/kiconv_emea/ |
H A D | kiconv_emea.c | 617 boolean_t second; local 722 second = B_TRUE; 724 if (second) { 732 second = B_FALSE; 907 boolean_t second; local 987 second = B_TRUE; 989 if (second) { 1002 second = B_FALSE;
|
/illumos-gate/usr/src/lib/libslp/clib/ |
H A D | slp_ami.h | 168 short second; member in struct:__anon4022
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ipsecutils/ |
H A D | ikeadm.c | 398 /* stolen from ipseckey.c, with a second tier added */ 1007 boolean_t second = (input[i + 1] != '\0'); local 1010 (!isxdigit(input[i + 1]) && second)) { 1015 if (second) 1238 * in the second arg to the function (and are named dump_foo). 2250 * two ike_defaults_t's, the first contains the hard coded defaults, the second
|
H A D | ipseckey.c | 894 boolean_t second = (input[i + 1] != '\0'); local 897 (!isxdigit(input[i + 1]) && second)) { 905 if (second) 1363 * keep looking for a second one. If a second
|