/titanic_41/usr/src/cmd/hal/hald/ |
H A D | device_store.c | 52 HalDeviceStore *store = HAL_DEVICE_STORE (obj); in hal_device_store_finalize() local 54 g_slist_foreach (store->devices, (GFunc) g_object_unref, NULL); in hal_device_store_finalize() 141 HalDeviceStore *store; in hal_device_store_new() local 143 store = g_object_new (HAL_TYPE_DEVICE_STORE, NULL, NULL); in hal_device_store_new() 145 return store; in hal_device_store_new() 155 HalDeviceStore *store = HAL_DEVICE_STORE (data); in emit_device_property_changed() local 157 g_signal_emit (store, signals[DEVICE_PROPERTY_CHANGED], 0, in emit_device_property_changed() 166 HalDeviceStore *store = HAL_DEVICE_STORE (data); in emit_device_capability_added() local 168 g_signal_emit (store, signals[DEVICE_CAPABILITY_ADDED], 0, in emit_device_capability_added() 173 hal_device_store_add (HalDeviceStore *store, HalDevice *device) in hal_device_store_add() argument [all …]
|
H A D | device_store.h | 47 void (*store_changed) (HalDeviceStore *store, 51 void (*device_property_changed) (HalDeviceStore *store, 57 void (*device_capability_added) (HalDeviceStore *store, 75 typedef void (*HalDeviceStoreAsyncCallback) (HalDeviceStore *store, 80 typedef gboolean (*HalDeviceStoreForeachFn) (HalDeviceStore *store, 88 void hal_device_store_add (HalDeviceStore *store, 90 gboolean hal_device_store_remove (HalDeviceStore *store, 93 HalDevice *hal_device_store_find (HalDeviceStore *store, 96 void hal_device_store_foreach (HalDeviceStore *store, 100 HalDevice *hal_device_store_match_key_value_string (HalDeviceStore *store, [all …]
|
/titanic_41/usr/src/cmd/spell/ |
H A D | malloc.c | 60 #define WORD sizeof(union store) 65 #define setbusy(p) (union store *)((INT)(p)|BUSY) 66 #define clearbusy(p) (union store *)((INT)(p)&~BUSY) 68 union store { union 69 union store *ptr; 74 static union store alloca; /* initial arena */ 75 static union store *allocb = &alloca; /*arena base*/ 76 static union store *allocp = &alloca; /*search ptr*/ 77 static union store *allocx; /*for benefit of realloc*/ 84 register union store *p, *q; [all …]
|
/titanic_41/usr/src/cmd/printf/ |
H A D | printf.c | 447 char *save, *store, c; in escape() local 450 for (save = store = fmt; ((c = *fmt) != 0); ++fmt, ++store) { in escape() 452 *store = c; in escape() 457 *store = '\\'; in escape() 458 *++store = '\0'; in escape() 459 *len = PTRDIFF(store, save); in escape() 463 *store = *fmt; in escape() 466 *store = '\a'; in escape() 469 *store = '\b'; in escape() 473 *store = '\0'; in escape() [all …]
|
/titanic_41/usr/src/lib/libc/sparcv9/gen/ |
H A D | strcpy.s | 87 stb %o4, [%o2] ! store first byte 89 stb %o5, [%o2 + 1] ! store second byte 101 stb %o4, [%o2] ! store first byte 105 stb %o4, [%o2 + 1] ! store second byte 109 stb %o4, [%o2 + 2] ! store third byte 111 stb %o5, [%o2 + 3] ! store fourth byte 123 be,pn %ncc, .storebyte1241 ! store 1, 2, 4, 1 bytes 125 be,pn %ncc, .storebyte1421 ! store 1, 4, 2, 1 bytes 127 be,pn %ncc, .storehalfword ! yup, store half-word wise 129 bnz,pn %ncc, .storeword2 ! yup, store word wise [all …]
|
H A D | strncpy.s | 102 be,pn %ncc, .storebyte1421 ! store 1, 4, 2, 1 bytes 104 be,pn %ncc, .storehalfword ! yup, store half-word wise 106 bnz,pn %ncc, .storeword2 ! yup, store word wise 117 stx %o1, [%o2 + %g4] ! store word to dst (address pre-incremented) 125 stb %g1, [%o3] ! store it 129 stb %g1, [%o3 + 1] ! store it 133 stb %g1, [%o3 + 2] ! store it 137 stb %g1, [%o3 + 3] ! store it 141 stb %g1, [%o3 + 4] ! store it 145 stb %g1, [%o3 + 5] ! store it [all …]
|
H A D | strlcpy.s | 94 be,pn %ncc, .storebyte1421 ! store 1, 4, 2, 1 bytes 96 be,pn %ncc, .storehalfword ! yup, store half-word wise 98 bnz,pn %ncc, .storeword2 ! yup, store word wise 110 stx %l1, [%i2 + %g4] ! store word to dst (address pre-incremented) 122 stb %g1, [%i2] ! store it 127 stb %g1, [%i2] ! store it 132 stb %g1, [%i2] ! store it 137 stb %g1, [%i2] ! store it 142 stb %g1, [%i2] ! store it 147 stb %g1, [%i2] ! store it [all …]
|
/titanic_41/usr/src/cmd/lp/cmd/ |
H A D | lpfilter.c | 264 *store, local 400 store = (FILTER *)malloc((nfilters + 1) * sizeof(FILTER)); 401 if (!store) { 406 for (ps = store; (pf = getfilter(filter)); ) 412 if (ps - store != nfilters) { 428 store = (FILTER *)malloc(2 * sizeof(FILTER)); 429 if (!store) { 435 store[0] = *pf; 444 pf = store; 463 store[1].name = 0; [all …]
|
/titanic_41/usr/src/lib/libslp/javalib/com/sun/slp/ |
H A D | SunServerDATable.java | 160 ServiceStore store = serviceTable.store; in recordNewDA() local 170 store.findAttributes(adURL, in recordNewDA() 203 store.register(adURL, in recordNewDA() 257 ServiceStore store = serviceTable.store; in removeDA() local 267 store.deregister(adURL, saOnlyScopes, null); in removeDA() 294 ServiceStore store = ServiceTable.getServiceTable().store; in returnMatchingDAs() local 301 store.findServices(Defaults.SUN_DA_SERVICE_TYPE.toString(), in returnMatchingDAs() 370 ServiceStore store = serviceTable.store; in findDAScopes() local 373 store.findServices(Defaults.SUN_DA_SERVICE_TYPE.toString(), in findDAScopes() 396 store.findAttributes(url, in findDAScopes()
|
H A D | ServiceTable.java | 64 protected ServiceStore store = null; field in ServiceTable 145 table.store = ServiceStoreFactory.createServiceStore(); in createServiceTable() 198 ServiceStoreFactory.serialize(di, store); in serializeServiceStore() 336 store.register(surl, attrs, scopes, locale, urlSig, attrSig); in registerStore() 461 synchronized (store) { in ageStore() 464 sleepyTime = store.ageOut(deleted); in ageStore() 483 reportNonfatalException(ex, new Vector(), store); in ageStore() 487 reportNonfatalException(ex, new Vector(), store); in ageStore() 626 existing = store.register(surl, in register() 639 store.updateRegistration(surl, attrs, scopes, locale); in register() [all …]
|
H A D | ServiceStoreFactory.java | 115 ServiceStore store = null; in createServiceStoreFromProperty() local 119 store = (ServiceStore)storeClass.newInstance(); in createServiceStoreFromProperty() 150 return store; in createServiceStoreFromProperty() 185 private static void deserialize(BufferedReader in, ServiceStore store) in deserialize() argument 413 store.register(url, attrs, scopes, locale, null, null); in deserialize() 428 static void serialize(BufferedWriter out, ServiceStore store) in serialize() argument 431 Enumeration recs = store.getServiceRecordsByScope(null); in serialize()
|
/titanic_41/usr/src/lib/libc/sparc/gen/ |
H A D | strcpy.s | 74 stb %o1, [%o2] ! store first byte 85 stb %o4, [%o2] ! store first byte 88 stb %o1, [%o2 + 1] ! store second byte 107 st %o1, [%o2 - 4] ! store word to dst (address pre-incremented) 114 stb %o3, [%o2 - 4] ! store first byte 119 stb %o3, [%o2 - 3] ! store second byte 124 stb %o3, [%o2 - 2] ! store third byte 125 stb %o1, [%o2 - 1] ! store fourth byte 133 be,a .storehalfword2 ! yup, store half word at a time 144 stb %g1, [%o2 - 4] ! store first byte; half-word aligned now [all …]
|
H A D | strncpy.s | 110 stw %i1, [%i2 + %i4] ! store word to dst (address pre-incremented) 118 stb %g1, [%l0] ! store it 123 stb %g1, [%l0 + 1] ! store it 129 stb %g1, [%l0 + 2] ! store it 134 stb %i1, [%l0 + 3] ! store fourth byte 211 stb %g1, [%i2 + %i4] ! store it 227 stb %i1, [%i2 + %i4] ! store fourth byte 231 be .storehalfword2 ! yup, store half word at a time 243 stb %g1, [%l0] ! store first byte 245 sth %g1, [%l0 + 1] ! store bytes 2, 3 [all …]
|
H A D | lsub.s | 61 ld [%sp+(16*4)],%o0 ! address to store result into 62 st %o2,[%o0] ! store result.dl_hop 64 st %o3,[%o0+4] ! store result.dl_lop
|
H A D | ladd.s | 62 ld [%sp+(16*4)],%o0 ! address to store result into 63 st %o2,[%o0+0] ! store result, dl_hop 65 st %o3,[%o0+4] ! store result, dl_lop
|
H A D | strlcpy.s | 103 stb %g1, [%i2] ! store byte 108 stb %g1, [%i2] ! store byte 113 stb %g1, [%i2] ! store byte 114 stb %l1, [%i2 + 1] ! store last byte 130 stb %g1, [%i2] ! store byte 137 stb %g1, [%i2] ! store 144 stb %g1, [%i2] ! store 196 stb %l1, [%l0 + 3] ! store 4th byte 215 stb %g0, [%i2 - 1] ! store terminating null byte
|
/titanic_41/usr/src/cmd/picl/plugins/sun4u/snowbird/lib/fruaccess/ |
H A D | piclsmc.c | 268 uint8_t *store; in read_bd_fields() local 300 store = (uint8_t *)malloc(sizeof (uint8_t) * alloc_size); in read_bd_fields() 301 if (store == NULL) { in read_bd_fields() 304 convert_to_ascii(data, store, len, extra_bytes); in read_bd_fields() 310 store = (uint8_t *)malloc(sizeof (uint8_t) * alloc_size); in read_bd_fields() 311 if (store == NULL) { in read_bd_fields() 315 bcdplus_to_ascii(data, store, len); in read_bd_fields() 324 (void) memcpy(field, store, alloc_size); in read_bd_fields() 325 free(store); in read_bd_fields() 448 convert_to_ascii(uint8_t data [], uint8_t store[], in convert_to_ascii() argument [all …]
|
/titanic_41/usr/src/lib/libc/capabilities/sun4u-us3/common/ |
H A D | memcpy.s | 97 stb %o3, [%o0-1] ! store last byte 100 stb %o3, [%o0-2] ! store 2nd from last byte 103 stb %o3, [%o0+1] ! store 3rd from last byte 107 stb %o3, [%o0] ! store 4th from last byte 133 stb %o3, [%o0] ! store a byte 161 std %d4, [%o0-8] ! and store 190 stx %o4, [%o0-8] ! and store 204 ldx [%o1-8], %o4 ! load and store 16 bytes 220 stx %o4, [%o0-8] ! and store 8 bytes 262 std %d10, [%o0+56] ! store the current 8 bytes [all …]
|
/titanic_41/usr/src/lib/libc/capabilities/sun4u-opl/common/ |
H A D | memcpy.s | 102 stb %o3, [%o0-1] ! store last byte 105 stb %o3, [%o0-2] ! store 2nd from last byte 108 stb %o3, [%o0+1] ! store 3rd from last byte 112 stb %o3, [%o0] ! store 4th from last byte 140 stb %o3, [%o0] ! store a byte 165 stx %o4, [%o0-8] ! and store 180 ldx [%o1-8], %o4 ! load and store 16 bytes 196 stx %o4, [%o0-8] ! and store 8 bytes 238 std %d10, [%o0+56] ! store the current 8 bytes 241 std %d12, [%o0+48] ! store the current 8 bytes [all …]
|
/titanic_41/usr/src/cmd/sgs/rtld/sparc/ |
H A D | boot.s | 146 st %l0, [%o0] ! store it 148 st %l0, [%o0 + 4] ! store that 153 st %l0, [%o0 + 12] ! store it in the vector 155 st %l1, [%o0 + 8] ! store it 157 st %l1, [%o0 + 16] ! store it 163 st %l0, [%o0 + 20] ! store aux vector pointer 165 st %l0, [%o0 + 24] ! and store it
|
/titanic_41/usr/src/lib/libm/i386/src/ |
H A D | pow.s | 90 fnstsw %ax / store status in %ax 95 fnstsw %ax / store status in %ax 138 fnstsw %ax / store status in %ax 166 fnstsw %ax / store status in %ax 209 fnstsw %ax / store status in %ax 219 fnstsw %ax / store status in %ax 237 fnstsw %ax / store status in %ax 265 fnstsw %ax / store status in %ax 289 fnstsw %ax / store status in %ax 315 fnstsw %ax / store status in %ax [all …]
|
H A D | powf.s | 91 fnstsw %ax / store status in %ax 96 fnstsw %ax / store status in %ax 124 fnstsw %ax / store status in %ax 152 fnstsw %ax / store status in %ax 195 fnstsw %ax / store status in %ax 205 fnstsw %ax / store status in %ax 216 fnstsw %ax / store status in %ax 233 fnstsw %ax / store status in %ax 264 fnstsw %ax / store status in %ax 294 fnstsw %ax / store status in %ax [all …]
|
H A D | powl.s | 87 fnstsw %ax / store status in %ax 92 fnstsw %ax / store status in %ax 120 fnstsw %ax / store status in %ax 148 fnstsw %ax / store status in %ax 191 fnstsw %ax / store status in %ax 201 fnstsw %ax / store status in %ax 212 fnstsw %ax / store status in %ax 229 fnstsw %ax / store status in %ax 260 fnstsw %ax / store status in %ax 286 fnstsw %ax / store status in %ax [all …]
|
/titanic_41/usr/src/cmd/cmd-inet/usr.sbin/ilbadm/ |
H A D | ilbadm_subr.c | 198 i_store_serverID(void *store, char *val) in i_store_serverID() argument 200 ilbadm_servnode_t *s = (ilbadm_servnode_t *)store; in i_store_serverID() 378 i_match_hostorip(void *store, ilbadm_sgroup_t *sg, char *val, in i_match_hostorip() argument 405 ilb_rule_data_t *rd = (ilb_rule_data_t *)store; in i_match_hostorip() 410 ilbadm_servnode_t *sn = (ilbadm_servnode_t *)store; in i_match_hostorip() 664 i_new_storep(void *store, ilbadm_key_code_t key) in i_new_storep() argument 672 res = (void *) i_new_sg_elem(store); in i_new_storep() 832 i_store_val(char *val, void *store, ilbadm_key_code_t keyword) in i_store_val() argument 835 void *storep = store; in i_store_val() 849 sg = (ilbadm_sgroup_t *)store; in i_store_val() [all …]
|
/titanic_41/usr/src/lib/libc/sparc/crt/ |
H A D | _rtboot.s | 103 st %l0, [%o0] ! store it 105 st %l0, [%o0 + 4] ! store that 110 st %l0, [%o0 + 12] ! store it in the vector 112 st %l1, [%o0 + 8] ! store it 114 st %l1, [%o0 + 16] ! store it 120 st %l0, [%o0 + 20] ! store aux vector pointer 122 st %l0, [%o0 + 24] ! and store it
|