Home
last modified time | relevance | path

Searched refs:orig (Results 1 – 25 of 129) sorted by last modified time

123456

/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dsockcommon_subr.c2204 VERIFY(cur->so_vnode == orig->so_vnode); in so_integrity_check()
2205 VERIFY(cur->so_ops == orig->so_ops); in so_integrity_check()
2215 (orig->so_state & CHECK_STATE)); in so_integrity_check()
2216 VERIFY(cur->so_mode == orig->so_mode); in so_integrity_check()
2217 VERIFY(cur->so_flag == orig->so_flag); in so_integrity_check()
2218 VERIFY(cur->so_count == orig->so_count); in so_integrity_check()
2223 VERIFY(cur->so_family == orig->so_family); in so_integrity_check()
2224 VERIFY(cur->so_type == orig->so_type); in so_integrity_check()
2230 list_head(&orig->so_acceptq_list)); in so_integrity_check()
2235 VERIFY(cur->so_pgrp == orig->so_pgrp); in so_integrity_check()
[all …]
/illumos-gate/usr/src/data/hwdata/
H A Dusb.ids16708 0100 Earthmate GPS (orig)
/illumos-gate/usr/src/cmd/ztest/
H A Dztest.c6036 uint64_t orig, load; in ztest_reguid() local
6042 orig = spa_guid(spa); in ztest_reguid()
6054 (u_longlong_t)orig, (u_longlong_t)spa_guid(spa)); in ztest_reguid()
6057 VERIFY3U(orig, !=, spa_guid(spa)); in ztest_reguid()
/illumos-gate/usr/src/lib/libsldap/common/
H A Dns_config.c2353 rmap->orig = strdup(*attr); in __ns_ldap_setParamValue()
2354 if (rmap->orig) { in __ns_ldap_setParamValue()
2426 if (rmap->orig) in __ns_ldap_setParamValue()
2427 free(rmap->orig); in __ns_ldap_setParamValue()
2456 map->orig = strdup( in __ns_ldap_setParamValue()
2458 if (map->orig) { in __ns_ldap_setParamValue()
2512 if (map->orig) in __ns_ldap_setParamValue()
2513 free(map->orig); in __ns_ldap_setParamValue()
2533 if (map->orig) in __ns_ldap_setParamValue()
2534 free(map->orig); in __ns_ldap_setParamValue()
[all …]
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_io.c923 uint64_t orig; in iob_bytes2str() local
949 orig = n; in iob_bytes2str()
963 } else if ((orig & ((1ULL << 10 * index) - 1)) == 0) { in iob_bytes2str()
991 double val = (double)orig / (1ULL << 10 * index); in iob_bytes2str()
/illumos-gate/usr/src/cmd/bhyve/
H A Duart_emul.c174 struct termios orig, new; in ttyopen() local
176 tcgetattr(tf->rfd, &orig); in ttyopen()
177 new = orig; in ttyopen()
182 tio_stdio_orig = orig; in ttyopen()
/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zfs_receive/
H A Dzfs_receive_011_pos.ksh59 orig=$TESTPOOL/$TESTFS1
62 log_must zfs create $orig
63 origdir=$(get_prop mountpoint $orig)
71 log_must zfs snapshot $orig@1
78 log_must zfs set refquota=8M $orig
81 log_must zfs snapshot $orig@2
84 log_must eval "zfs send -R $orig@2 > $streamfile"
/illumos-gate/usr/src/cmd/pcidb/
H A Dpcidb.c460 pcidb_parse_class_filter(pcidb_filter_t *filter, char *arg, const char *orig) in pcidb_parse_class_filter() argument
472 orig); in pcidb_parse_class_filter()
479 "parse hex string", orig); in pcidb_parse_class_filter()
500 pcidb_parse_device_filter(pcidb_filter_t *filter, char *arg, const char *orig) in pcidb_parse_device_filter() argument
515 "parse hex string", orig); in pcidb_parse_device_filter()
539 "parse hex string at %s", orig, arg); in pcidb_parse_device_filter()
570 orig, eptr); in pcidb_parse_device_filter()
581 "parse hex string at %s", orig, arg); in pcidb_parse_device_filter()
602 "parse hex string at %s", orig, arg); in pcidb_parse_device_filter()
/illumos-gate/usr/src/uts/i86pc/io/pci/
H A Dpci_prd_i86pc.c149 struct memlist *prev, *orig, *new; in acpi_trim_bus_ranges() local
151 if ((orig = acpi_bus_res[bus]) == NULL) in acpi_trim_bus_ranges()
159 new->ml_address = orig->ml_address; in acpi_trim_bus_ranges()
160 new->ml_size = orig->ml_size; in acpi_trim_bus_ranges()
161 new->ml_prev = orig; in acpi_trim_bus_ranges()
/illumos-gate/usr/src/lib/libshare/common/
H A Dparser.c45 static char *orig = NULL; in _sa_get_token() local
52 if (string != orig || string == NULL) { in _sa_get_token()
53 orig = string; in _sa_get_token()
/illumos-gate/usr/src/uts/sun4v/ml/
H A Dmach_locore.S1097 sub %g2, 1, %g2 ! restore back to orig window
/illumos-gate/usr/src/uts/sun4u/ml/
H A Dmach_locore.S973 sub %g2, 1, %g2 ! restore back to orig window
/illumos-gate/usr/src/uts/sun4u/cpu/
H A Dspitfire_copy.S679 st %o2, [%fp + STACK_BIAS - SAVED_FPRS_OFFSET] ! save orig %fprs
H A Dopl_olympus_copy.S1229 st %o2, [%fp + STACK_BIAS - SAVED_FPRS_OFFSET] ! save orig %fprs
2124 st %o2, [%fp + STACK_BIAS - SAVED_FPRS_OFFSET] ! save orig %fprs
2870 st %o2, [%fp + STACK_BIAS - SAVED_FPRS_OFFSET] ! save orig %fprs
/illumos-gate/usr/src/uts/sparc/dtrace/
H A Ddtrace_asm.S78 sub %g2, 1, %g2 ! restore back to orig window
/illumos-gate/usr/src/lib/libresolv2/common/nameser/
H A Dns_name.c717 ns_nname_ct orig = nname; in ns_name_length() local
732 return (nname - orig); in ns_name_length()
/illumos-gate/usr/src/lib/libc/sparcv9/gen/
H A Dstrlcpy.S157 sub %i2, %i0, %i0 ! len = dst - orig dst
253 sub %i3, %i1, %i0 ! len = src - orig src
354 sub %i3, %i1, %i0 ! len = src - orig src
/illumos-gate/usr/src/lib/libc/sparc/gen/
H A Dstrlcpy.S118 sub %i2, %i0, %i0 ! len = dst - orig dst
173 sub %i3, %i1, %i0 ! len = src - orig src
230 sub %i3, %i1, %i0 ! len = src - orig src
/illumos-gate/usr/src/cmd/sgs/rtld/common/
H A Daudit.c1379 audit_setup(Rt_map *clmp, Audit_desc *adp, uint_t orig, int *in_nfavl) in audit_setup() argument
1393 if (orig & PD_FLG_EXTLOAD) in audit_setup()
1427 FLG_RT_AUDIT, orig)) == NULL) { in audit_setup()
H A Delf.c135 uint_t orig) in elf_fix_name() argument
137 return (expand_paths(clmp, name, alpp, alni, orig, 0)); in elf_fix_name()
H A Ddlfcns.c642 Rt_map *clmp, uint_t flags, uint_t orig, int *in_nfavl) in dlmopen_core() argument
749 if (LM_FIX_NAME(clmp)(path, clmp, &palp, AL_CNT_NEEDED, orig) == 0) in dlmopen_core()
858 uint_t flags, uint_t orig) in dlmopen_intn() argument
910 ghp = dlmopen_core(lml, olml, path, mode, clmp, flags, orig, &in_nfavl); in dlmopen_intn()
922 ghp = dlmopen_core(lml, olml, path, mode, clmp, flags, orig, in dlmopen_intn()
H A Dpaths.c343 expand(char **name, size_t *len, char **list, uint_t orig, uint_t omit, in expand() argument
368 (orig & LA_SER_MASK) && (*optr == '/') && in expand()
1031 uint_t orig, uint_t omit) in expand_paths() argument
1060 if (!(orig & (LA_SER_LIBPATH | LA_SER_RUNPATH))) in expand_paths()
1090 if ((_tkns = expand(&str, &len, &elist, orig, omit, in expand_paths()
1101 (is_path_secure(str, clmp, orig, tkns) == 0)) in expand_paths()
1112 if (orig & PD_FLG_UNIQUE) { in expand_paths()
1140 pdp->pd_flags = (orig & LA_SER_MASK) | (tkns & PD_MSK_INHERIT); in expand_paths()
/illumos-gate/usr/src/uts/common/dtrace/
H A Ddtrace.c4473 char *limit = addr + len, *orig = addr; in dtrace_dif_subr() local
4506 limit = orig - 1; in dtrace_dif_subr()
4577 addr = orig + pos; in dtrace_dif_subr()
4593 regs[rd] = (uintptr_t)(addr - orig); in dtrace_dif_subr()
/illumos-gate/usr/src/lib/iconv_modules/euro/utils/
H A DMakefile.com39 maz%wi2.c maz%win2.c orig%646de%8859.c table.8859-1.IBM-500.c table.IBM-500.8859-1.c table.alt.iso.…
/illumos-gate/usr/src/uts/common/io/fibre-channel/ulp/
H A Dfcp.c5605 struct fcp_prli *orig; in fcp_unsol_prli() local
5611 orig = (struct fcp_prli *)from->service_params; in fcp_unsol_prli()
5649 fprli->orig_process_assoc_valid = orig->orig_process_assoc_valid; in fcp_unsol_prli()
5650 fprli->orig_process_associator = orig->orig_process_associator; in fcp_unsol_prli()

123456