Home
last modified time | relevance | path

Searched defs:new (Results 1 – 25 of 487) sorted by relevance

12345678910>>...20

/illumos-gate/usr/src/lib/libipmi/common/
H A Dipmi_list.c41 ipmi_list_append(ipmi_list_t *lp, void *new) in ipmi_list_append()
60 ipmi_list_prepend(ipmi_list_t *lp, void *new) in ipmi_list_prepend()
79 ipmi_list_insert_before(ipmi_list_t *lp, void *before_me, void *new) in ipmi_list_insert_before()
96 ipmi_list_insert_after(ipmi_list_t *lp, void *after_me, void *new) in ipmi_list_insert_after()
/illumos-gate/usr/src/cmd/fm/fmd/common/
H A Dfmd_list.c48 fmd_list_append(fmd_list_t *lp, void *new) in fmd_list_append()
67 fmd_list_prepend(fmd_list_t *lp, void *new) in fmd_list_prepend()
86 fmd_list_insert_before(fmd_list_t *lp, void *before_me, void *new) in fmd_list_insert_before()
103 fmd_list_insert_after(fmd_list_t *lp, void *after_me, void *new) in fmd_list_insert_after()
H A Dfmd_eventq.c121 hrtime_t new, delta; in fmd_eventqstat_dispatch() local
239 hrtime_t new, delta; in fmd_eventq_delete() local
313 hrtime_t new, delta; in fmd_eventq_done() local
/illumos-gate/usr/src/lib/libbsm/
H A Dauditxml.pm34 sub new { subroutine
185 sub new { subroutine
247 sub new { subroutine
372 sub new { subroutine
401 sub new { subroutine
510 sub new { subroutine
/illumos-gate/usr/src/common/atomic/
H A Datomic.c360 atomic_cas_8(volatile uint8_t *target, uint8_t cmp, uint8_t new) in atomic_cas_8()
432 atomic_cas_ptr(volatile void *target, void *cmp, void *new) in atomic_cas_ptr()
441 atomic_swap_8(volatile uint8_t *target, uint8_t new) in atomic_swap_8()
449 atomic_swap_char(volatile uchar_t *target, uchar_t new) in atomic_swap_char()
457 atomic_swap_16(volatile uint16_t *target, uint16_t new) in atomic_swap_16()
465 atomic_swap_ushort(volatile ushort_t *target, ushort_t new) in atomic_swap_ushort()
473 atomic_swap_32(volatile uint32_t *target, uint32_t new) in atomic_swap_32()
481 atomic_swap_uint(volatile uint_t *target, uint_t new) in atomic_swap_uint()
489 atomic_swap_64(volatile uint64_t *target, uint64_t new) in atomic_swap_64()
497 atomic_swap_ptr(volatile void *target, void *new) in atomic_swap_ptr()
[all …]
/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddt_list.c41 dt_list_append(dt_list_t *dlp, void *new) in dt_list_append()
60 dt_list_prepend(dt_list_t *dlp, void *new) in dt_list_prepend()
79 dt_list_insert(dt_list_t *dlp, void *after_me, void *new) in dt_list_insert()
/illumos-gate/usr/src/uts/sun4v/cpu/
H A Dmach_cpu_module.c570 atomic_cas_8(volatile uint8_t *target, uint8_t cmp, uint8_t new) in atomic_cas_8()
610 atomic_cas_ptr(volatile void *target, void *cmp, void *new) in atomic_cas_ptr()
615 atomic_swap_8(volatile uint8_t *target, uint8_t new) in atomic_swap_8()
620 atomic_swap_char(volatile uchar_t *target, uchar_t new) in atomic_swap_char()
625 atomic_swap_16(volatile uint16_t *target, uint16_t new) in atomic_swap_16()
630 atomic_swap_ushort(volatile ushort_t *target, ushort_t new) in atomic_swap_ushort()
635 atomic_swap_32(volatile uint32_t *target, uint32_t new) in atomic_swap_32()
640 atomic_swap_uint(volatile uint_t *target, uint_t new) in atomic_swap_uint()
645 atomic_swap_64(volatile uint64_t *target, uint64_t new) in atomic_swap_64()
650 atomic_swap_ptr(volatile void *target, void *new) in atomic_swap_ptr()
[all …]
/illumos-gate/usr/src/uts/common/io/mr_sas/
H A Dmr_sas_list.c26 __list_add(struct mlist_head *new, struct mlist_head *prev, in __list_add()
44 mlist_add(struct mlist_head *new, struct mlist_head *head) in mlist_add()
58 mlist_add_tail(struct mlist_head *new, struct mlist_head *head) in mlist_add_tail()
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_list.c41 mdb_list_append(mdb_list_t *mlp, void *new) in mdb_list_append()
60 mdb_list_prepend(mdb_list_t *mlp, void *new) in mdb_list_prepend()
79 mdb_list_insert(mdb_list_t *mlp, void *after_me, void *new) in mdb_list_insert()
/illumos-gate/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_list.c57 topo_list_append(topo_list_t *lp, void *new) in topo_list_append()
76 topo_list_prepend(topo_list_t *lp, void *new) in topo_list_prepend()
95 topo_list_insert_before(topo_list_t *lp, void *before_me, void *new) in topo_list_insert_before()
112 topo_list_insert_after(topo_list_t *lp, void *after_me, void *new) in topo_list_insert_after()
/illumos-gate/usr/src/tools/smatch/src/
H A Dshow-parse.c788 int new = new_pseudo(); in show_binop() local
810 int new = new_pseudo(); in show_slice() local
818 int new = new_pseudo(); in show_regular_preop() local
844 int new = new_pseudo(); in show_load_gen() local
911 int retval, new; in show_inc_dec() local
945 int new = new_pseudo(); in show_symbol_expr() local
982 int new, is_signed; in show_cast_expr() local
1003 int new = new_pseudo(); in show_value() local
1012 int new = new_pseudo(); in show_fvalue() local
1021 int new = new_pseudo(); in show_string_expr() local
[all …]
/illumos-gate/usr/src/cmd/stat/common/
H A Dwalkers.c38 cpu_walk(struct snapshot *old, struct snapshot *new, in cpu_walk()
71 pset_walk(struct snapshot *old, struct snapshot *new, in pset_walk()
154 struct snapshot *new, snapshot_cb cb, void *data) in snapshot_walk()
330 snapshot_report_changes(struct snapshot *old, struct snapshot *new) in snapshot_report_changes()
371 snapshot_has_changed(struct snapshot *old, struct snapshot *new) in snapshot_has_changed()
/illumos-gate/usr/src/cmd/fm/fminject/common/
H A Dinj_list.c34 inj_list_append(inj_list_t *mlp, void *new) in inj_list_append()
53 inj_list_prepend(inj_list_t *mlp, void *new) in inj_list_prepend()
/illumos-gate/usr/src/lib/libnisdb/
H A Dldap_val.c47 __nis_mapping_format_t *new; in cloneMappingFormat() local
153 copyIndex(__nis_index_t *old, __nis_index_t *new, int *err) { in copyIndex()
182 __nis_index_t *new = am(myself, sizeof (*new)); in cloneIndex() local
216 char **new; in cloneName() local
1079 __nis_value_t *new = explodeValues(v, val); in getMappingFormatArray() local
1358 __nis_obj_spec_t *new = am(myself, sizeof (*new)); in cloneObjSpec() local
1426 __nis_search_triple_t *new = am(myself, sizeof (*new)); in cloneSearchTriple() local
1457 __nis_triple_or_obj_t *old, __nis_triple_or_obj_t *new, in copyTripleOrObj()
1478 __nis_triple_or_obj_t *new = am(myself, sizeof (*new)); in cloneTripleOrObj() local
1537 __nis_mapping_item_t *new; in cloneItem() local
[all …]
/illumos-gate/usr/src/lib/libresolv2/common/isc/
H A Dev_waits.c51 evWait *new; in evWaitFor() local
162 evWait *new; in evDefer() local
202 evWaitList *new; in evNewWaitList() local
H A Dev_connects.c61 evConn *new; in evListen() local
110 evConn *new; in evConnect() local
235 evAccept *new; in evTryAccept() local
284 int new; in listener() local
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzfs_rlock.c141 rangelock_enter_writer(rangelock_t *rl, locked_range_t *new) in rangelock_enter_writer()
288 rangelock_add_reader(avl_tree_t *tree, locked_range_t *new, in rangelock_add_reader()
378 rangelock_enter_reader(rangelock_t *rl, locked_range_t *new) in rangelock_enter_reader()
456 locked_range_t *new = kmem_alloc(sizeof (locked_range_t), KM_SLEEP); in rangelock_enter() local
/illumos-gate/usr/src/common/ctf/
H A Dctf_util.c41 ctf_list_append(ctf_list_t *lp, void *new) in ctf_list_append()
61 ctf_list_prepend(ctf_list_t *lp, void *new) in ctf_list_prepend()
80 ctf_list_t *new = nitem; in ctf_list_insert_before() local
/illumos-gate/usr/src/uts/common/io/mega_sas/
H A Dlist.h80 static void __list_add(struct mlist_head *new, in __list_add()
99 static void mlist_add(struct mlist_head *new, struct mlist_head *head) in mlist_add()
113 static void mlist_add_tail(struct mlist_head *new, struct mlist_head *head) in mlist_add_tail()
/illumos-gate/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dvid_puts.c198 attr_t new = attr; in turn_off() local
229 attr_t new = attr; in turn_on() local
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/rcache/
H A Drc_common.h40 #define cmp(old, new) \ argument
50 #define alive(context, new, t, time) \ argument
/illumos-gate/usr/src/lib/libm/common/C/
H A Drint.c42 #define SWAPRP(new, x) x = __swapRP(new); argument
46 #define SWAPRP(new, x) argument
/illumos-gate/usr/src/lib/libproc/common/
H A Dpr_rename.c36 pr_rename(struct ps_prochandle *Pr, const char *old, const char *new) in pr_rename()
87 pr_link(struct ps_prochandle *Pr, const char *existing, const char *new) in pr_link()
/illumos-gate/usr/src/uts/common/io/
H A Dhook.c884 hook_family_int_t *hfi, *new; in hook_family_add() local
1116 hook_family_int_t *new; in hook_family_copy() local
1312 hook_event_int_t *hei, *new; in hook_event_add() local
1648 hook_event_int_t *new; in hook_event_copy() local
1878 hook_int_t *hi, *new; in hook_register() local
1972 hook_insert(hook_int_head_t *head, hook_int_t *new) in hook_insert()
2066 hook_insert_plain(hook_int_head_t *head, hook_int_t *new) in hook_insert_plain()
2099 hook_insert_afterbefore(hook_int_head_t *head, hook_int_t *new) in hook_insert_afterbefore()
2292 hook_int_t *new; in hook_copy() local
/illumos-gate/usr/src/cmd/filesync/
H A Drename.c141 static struct file *find_oldname(struct file *dirp, struct file *new, in find_oldname()
218 note_rename(struct file *dirp, struct file *new, in note_rename()

12345678910>>...20