Searched refs:store (Results 1 - 25 of 130) sorted by relevance

123456

/illumos-gate/usr/src/lib/libstmf/common/
H A Dllib-lstmf30 #include <store.h>
/illumos-gate/usr/src/cmd/hal/hald/
H A Ddevice_store.h47 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...]
H A Ddevice_store.c52 HalDeviceStore *store = HAL_DEVICE_STORE (obj); local
54 g_slist_foreach (store->devices, (GFunc) g_object_unref, NULL);
141 HalDeviceStore *store; local
143 store = g_object_new (HAL_TYPE_DEVICE_STORE, NULL, NULL);
145 return store;
155 HalDeviceStore *store = HAL_DEVICE_STORE (data); local
157 g_signal_emit (store, signals[DEVICE_PROPERTY_CHANGED], 0,
166 HalDeviceStore *store = HAL_DEVICE_STORE (data); local
168 g_signal_emit (store, signals[DEVICE_CAPABILITY_ADDED], 0,
173 hal_device_store_add (HalDeviceStore *store, HalDevic argument
198 hal_device_store_remove(HalDeviceStore *store, HalDevice *device) argument
220 hal_device_store_find(HalDeviceStore *store, const char *udi) argument
235 hal_device_store_foreach(HalDeviceStore *store, HalDeviceStoreForeachFn callback, gpointer user_data) argument
256 hal_device_store_print_foreach_fn(HalDeviceStore *store, HalDevice *device, gpointer user_data) argument
267 hal_device_store_print(HalDeviceStore *store) argument
280 hal_device_store_match_key_value_string(HalDeviceStore *store, const char *key, const char *value) argument
310 hal_device_store_match_key_value_int(HalDeviceStore *store, const char *key, int value) argument
338 hal_device_store_match_multiple_key_value_string(HalDeviceStore *store, const char *key, const char *value) argument
369 HalDeviceStore *store; member in struct:__anon616
396 match_device_async(HalDeviceStore *store, HalDevice *device, const char *key, gboolean removed, gboolean added, gpointer user_data) argument
421 store_changed(HalDeviceStore *store, HalDevice *device, gboolean added, gpointer user_data) argument
454 hal_device_store_match_key_value_string_async(HalDeviceStore *store, const char *key, const char *value, HalDeviceStoreAsyncCallback callback, gpointer user_data, int timeout) argument
[all...]
/illumos-gate/usr/src/cmd/spell/
H A Dmalloc.c60 #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 *
[all...]
/illumos-gate/usr/src/lib/libm/i386/
H A DMakefile23 CFLAGS += -_gcc=-ffloat-store
/illumos-gate/usr/src/cmd/ypcmd/revnetgroup/
H A Dtable.h52 void store();
/illumos-gate/usr/src/lib/libc/i386/sys/
H A Dgettimeofday.s46 / need to convert nsecs to usecs & store into area pointed
51 movl %eax, (%ecx) / store seconds into timeval ptr
55 movl %edx, 4(%ecx) / store usecs into timeval ptr + 4.
/illumos-gate/usr/src/lib/libc/sparcv9/gen/
H A Dstrcpy.s87 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 wor
[all...]
H A Dstrncpy.s99 be,pn %ncc, .storebyte1241 ! store 1, 2, 4, 1 bytes
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 i
[all...]
H A Dstrlcpy.s91 be,pn %ncc, .storebyte1241 ! store 1, 2, 4, 1 bytes
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 i
[all...]
/illumos-gate/usr/src/lib/libc/sparc/gen/
H A Dladd.s62 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 Dlsub.s61 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 Dstrcpy.s74 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 firs
[all...]
H A Dstrncpy.s110 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
162 stw %g0, [%l0] ! store first word
180 stb %g0, [%l0] ! store first byte
196 ! this is the last word. It may contain null bytes. store bytes
204 stb %g1, [%i2 + %i4] ! store it
211 stb %g1, [%i2 + %i4] ! store i
[all...]
/illumos-gate/usr/src/cmd/lp/cmd/
H A Dlpfilter.c264 *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[
587 *store, local
[all...]
/illumos-gate/usr/src/lib/libslp/javalib/com/sun/slp/
H A DSunServerDATable.java158 // have things in the internal form needed by the service store.
160 ServiceStore store = serviceTable.store;
170 store.findAttributes(adURL,
203 store.register(adURL,
255 // have things in the internal form needed by the service store.
257 ServiceStore store = serviceTable.store;
267 store.deregister(adURL, saOnlyScopes, null);
294 ServiceStore store
[all...]
H A DServiceTable.java62 // The service store.
64 protected ServiceStore store = null; field in class:ServiceTable
112 * Return an SA service store.
145 table.store = ServiceStoreFactory.createServiceStore();
179 * @param URL String giving the URL to which the store should be
196 // Serialize the store.
198 ServiceStoreFactory.serialize(di, store);
336 store.register(surl, attrs, scopes, locale, urlSig, attrSig);
450 * Age the service store.
461 synchronized (store) {
1586 reportNonfatalException(Exception ex, Vector args, ServiceStore store) argument
[all...]
/illumos-gate/usr/src/lib/libm/amd64/src/
H A Dfmodl.s39 fstsw %ax / store status word
H A Dremainderl.s39 fstsw %ax / store status word
/illumos-gate/usr/src/lib/libm/i386/src/
H A Dfmodf.s39 fstsw %ax / store status word
H A Dfmodl.s39 fstsw %ax / store status word
H A Dremainderf.s39 fstsw %ax / store status word
H A Dremainderl.s39 fstsw %ax / store status word
/illumos-gate/usr/src/lib/libstmf/
H A DMakefile.com29 OBJECTS= stmf.o store.o
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/snowbird/lib/fruaccess/
H A Dpiclsmc.c268 uint8_t *store; local
300 store = (uint8_t *)malloc(sizeof (uint8_t) * alloc_size);
301 if (store == NULL) {
304 convert_to_ascii(data, store, len, extra_bytes);
310 store = (uint8_t *)malloc(sizeof (uint8_t) * alloc_size);
311 if (store == NULL) {
315 bcdplus_to_ascii(data, store, len);
324 (void) memcpy(field, store, alloc_size);
325 free(store);
448 convert_to_ascii(uint8_t data [], uint8_t store[], argument
500 bcdplus_to_ascii(uint8_t data[], uint8_t store[], int len) argument
[all...]

Completed in 92 milliseconds

123456