Searched refs:addition (Results 1 - 12 of 12) sorted by relevance

/illumos-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Task/
H A DTask.xs27 # avoid the overhead of using the DynaLoader package, and in addition constants
/illumos-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Project/
H A DProject.xs93 # avoid the overhead of using the DynaLoader package, and in addition constants
/illumos-gate/usr/src/uts/common/io/cardbus/
H A Dcardbus_cfg.c3348 pci_regspec_t addition; local
3391 addition.pci_phys_hi = hi_type |
3396 addition.pci_phys_mid = (uint32_t)((base>>32) & 0xffffffff);
3397 addition.pci_phys_low = (uint32_t)(base & 0xffffffff);
3398 addition.pci_size_hi = (uint32_t)((size>>32) & 0xffffffff);
3399 addition.pci_size_low = (uint32_t)(size & 0xffffffff);
3402 cardbus_dump_reg(dip, &addition, 1);
3407 bcopy(&addition, newreg + alen, sizeof (pci_regspec_t));
3425 cardbus_update_ranges_prop(dev_info_t *dip, cardbus_range_t *addition) argument
3452 dip, "ranges", (int *)addition,
3509 pci_regspec_t addition; local
[all...]
/illumos-gate/usr/src/uts/intel/io/hotplug/pcicfg/
H A Dpcicfg.c2948 pcicfg_update_ranges_prop(dev_info_t *dip, ppb_ranges_t *addition) argument
2968 dip, "ranges", (int *)addition,
2984 bcopy(addition, newreg + rlen, sizeof (ppb_ranges_t));
3009 pci_regspec_t addition; local
3061 addition.pci_phys_hi = hiword;
3062 addition.pci_phys_mid = 0;
3063 addition.pci_phys_low = 0;
3064 addition.pci_size_hi = 0;
3065 addition.pci_size_low = size;
3068 bcopy(&addition, newre
3090 pci_regspec_t addition; local
[all...]
/illumos-gate/usr/src/uts/sun4/io/
H A Dpcicfg.c3125 pcicfg_update_ranges_prop(dev_info_t *dip, pcicfg_range_t *addition) argument
3145 dip, "ranges", (int *)addition,
3161 bcopy(addition, newreg + rlen, sizeof (pcicfg_range_t));
3184 pci_regspec_t addition; local
3234 addition.pci_phys_hi = hiword;
3235 addition.pci_phys_mid = 0;
3236 addition.pci_phys_low = 0;
3237 addition.pci_size_hi = 0;
3238 addition.pci_size_low = size;
3241 bcopy(&addition, newre
3310 pci_regspec_t addition; local
[all...]
/illumos-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Lgrp/
H A DLgrp.xs157 # avoid the overhead of using the DynaLoader package, and in addition constants
/illumos-gate/usr/src/lib/libldap5/sources/pr/md/unix/
H A Dos_SunOS_amd64.s152 / and return the result of the addition.
/illumos-gate/usr/src/lib/krb5/plugins/preauth/pkinit/
H A Dpkinit_clnt.c1414 add_string_to_array(krb5_context context, char ***array, const char *addition) argument
1423 out[0] = strdup(addition);
1438 out[i++] = strdup(addition);
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/
H A Dpreauth2.c369 krb5_pa_data **addition, int num_addition)
374 if (out_pa_list == NULL || addition == NULL) {
384 pa_list[i] = addition[i];
400 pa_list[i++] = addition[j++];
368 grow_pa_list(krb5_pa_data ***out_pa_list, int *out_pa_list_size, krb5_pa_data **addition, int num_addition) argument
/illumos-gate/usr/src/cmd/fs.d/ufs/fsck/
H A Dutilities.c1889 #define Append_Error(full, full_len, addition, addition_len) \
1891 full = addition; \
1900 (void) strcpy(full + full_len, addition); \
1902 free(addition); \
/illumos-gate/usr/src/lib/libmvec/common/vis/
H A D__vlog.S489 ! tation is an inexact result in the final addition, and we break out
/illumos-gate/usr/src/grub/grub-0.97/docs/
H A Dtexinfo.tex1876 % arg as text to display instead of (rather than in addition to) the url

Completed in 131 milliseconds