Home
last modified time | relevance | path

Searched refs:lp (Results 1 – 25 of 602) sorted by relevance

12345678910>>...25

/titanic_51/usr/src/lib/libshell/common/sh/
H A Dlex.c116 #define pushlevel(lp,c,s) ((lp->lexd.level>=lp->lexd.lex_max?stack_grow(lp):1) &&\ argument
117 ((lp->lexd.lex_match[lp->lexd.level++]=lp->lexd.lastc),\
118 lp->lexd.lastc=(((s)<<CHAR_BIT)|(c))))
119 #define oldmode(lp) (lp->lexd.lastc>>CHAR_BIT) argument
120 #define endchar(lp) (lp->lexd.lastc&0xff) argument
121 #define setchar(lp,c) (lp->lexd.lastc = ((lp->lexd.lastc&~0xff)|(c))) argument
122 #define poplevel(lp) (lp->lexd.lastc=lp->lexd.lex_match[--lp->lexd.level]) argument
139 static void refvar(Lex_t *lp, int type) in refvar() argument
141 register Shell_t *shp = lp->sh; in refvar()
143 off_t off = (fcseek(0)-(type+1))-(lp->lexd.first?lp->lexd.first:fcfirst()); in refvar()
[all …]
/titanic_51/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Dlex.c121 #define pushlevel(lp,c,s) ((lp->lexd.level>=lp->lexd.lex_max?stack_grow(lp):1) &&\ argument
122 ((lp->lexd.lex_match[lp->lexd.level++]=lp->lexd.lastc),\
123 lp->lexd.lastc=(((s)<<CHAR_BIT)|(c))))
124 #define oldmode(lp) (lp argument
125 endchar(lp) global() argument
126 setchar(lp,c) global() argument
127 poplevel(lp) global() argument
144 refvar(Lex_t * lp,int type) refvar() argument
188 register Lex_t *lp = (Lex_t*)context; lex_advance() local
236 lexfill(Lex_t * lp) lexfill() argument
268 sh_lexopen(Lex_t * lp,Shell_t * sp,int mode) sh_lexopen() argument
295 sh_lex(Lex_t * lp) sh_lex() argument
324 sh_lex(Lex_t * lp) sh_lex() argument
1566 comsub(register Lex_t * lp,int endtok) comsub() argument
1706 nested_here(register Lex_t * lp) nested_here() argument
1747 sh_lexskip(Lex_t * lp,int close,register int copy,int state) sh_lexskip() argument
1801 here_copy(Lex_t * lp,register struct ionod * iop) here_copy() argument
2060 fmttoken(Lex_t * lp,register int sym,char * tok) fmttoken() argument
2120 sh_syntax(Lex_t * lp) sh_syntax() argument
2446 Lex_t *lp; global() member
2467 register Lex_t *lp; alias_exceptf() local
2502 setupalias(Lex_t * lp,const char * string,Namval_t * np) setupalias() argument
2538 stack_grow(Lex_t * lp) stack_grow() argument
[all...]
/titanic_51/usr/src/cmd/sgs/tools/common/
H A Dalist.c99 Alist *lp = *lpp; in alist_insert() local
106 if (lp == NULL) { in alist_insert()
117 if ((lp = malloc((size_t)bsize)) == NULL) in alist_insert()
119 lp->al_arritems = init_arritems; in alist_insert()
120 lp->al_nitems = 0; in alist_insert()
121 lp->al_next = ALIST_OFF_DATA; in alist_insert()
122 lp->al_size = size; in alist_insert()
123 *lpp = lp; in alist_insert()
126 ASSERT(size == lp->al_size); in alist_insert()
128 if (lp in alist_insert()
190 APlist *lp = *lpp; aplist_insert() local
300 alist_delete(Alist * lp,Aliste * idxp) alist_delete() argument
326 alist_delete_by_offset(Alist * lp,Aliste * offp) alist_delete_by_offset() argument
338 aplist_delete(APlist * lp,Aliste * idxp) aplist_delete() argument
375 aplist_delete_value(APlist * lp,const void * ptr) aplist_delete_value() argument
423 APlist *lp = *lpp; aplist_test() local
452 alist_reset(Alist * lp) alist_reset() argument
461 aplist_reset(APlist * lp) aplist_reset() argument
[all...]
/titanic_51/usr/src/uts/common/io/
H A Dwinlockio.c306 struct seglock *lp; /* associated lock context */ member
334 #define LOCK(lp) (*((lp)->lockptr)) argument
375 * All fields in list of SegProc (lp->clients)
385 * But before this pointer is used to access any fields (other than the 'lp')
386 * lp->mutex must be held.
405 #define seglock_findclient(lp) seglock_find_specific((lp), CURPROC_ID) argument
406 #define seglock_allocclient(lp) seglock_alloc_specific((lp), CURPROC_I argument
587 SegLock *lp; winlock_devmap() local
660 SegLock *lp = seglock_findlock((uint_t)off); /* returns w/ mutex held */ winlockmap_map() local
708 SegLock *lp = sdp->lp; winlockmap_dup() local
751 SegLock *lp = sdp->lp; winlockmap_unmap() local
788 SegLock *lp = sdp->lp; winlockmap_access() local
833 SegLock *lp; seglock_findlock() local
855 SegLock *lp; seglock_findkey() local
878 SegLock *lp; seglock_createlock() local
928 seglock_destroylock(SegLock * lp) seglock_destroylock() argument
998 seglock_find_specific(SegLock * lp,void * tag) seglock_find_specific() argument
1014 seglock_alloc_specific(SegLock * lp,void * tag) seglock_alloc_specific() argument
1043 seglock_deleteclient(SegLock * lp,SegProc * sdp) seglock_deleteclient() argument
1074 garbage_collect_lock(SegLock * lp,SegProc * sdp) garbage_collect_lock() argument
1106 struct seglock *lp; seglock_graballoc() local
1180 struct seglock *lp; seglock_grabfree() local
1216 SegLock *lp; seglock_settimeout() local
1256 SegLock *lp; seglock_gettimeout() local
1293 seglock_lockfault(devmap_cookie_t dhp,SegProc * sdp,SegLock * lp,uint_t rw) seglock_lockfault() argument
1443 give_mapping(SegLock * lp,SegProc * sdp,uint_t rw) give_mapping() argument
1506 lock_giveup(SegLock * lp,int trash) lock_giveup() argument
1581 SegLock *lp, *lpnext; lock_destroyall() local
1606 SegLock *lp; seglock_dump_all() local
[all...]
H A Diwscons.c136 srinterrupt(iwscn_list_t *lp, boolean_t wait) in srinterrupt() argument
140 while (lp->wl_ref_cnt != 0) { in srinterrupt()
141 strsetrerror(lp->wl_vp, EINTR, 0, NULL); in srinterrupt()
142 strsetwerror(lp->wl_vp, EINTR, 0, NULL); in srinterrupt()
156 iwscn_list_t *lp, **lpp; in srrm() local
165 for (lpp = &iwscn_list; (lp = *lpp) != NULL; lpp = &lp->wl_next) { in srrm()
166 if (lp->wl_vp == vp) in srrm()
169 if (lp != NULL) in srrm()
171 *lpp = lp in srrm()
183 iwscn_list_t *lp; srpush() local
216 iwscn_list_t *lp, **lpp; srpop() local
258 iwscn_list_t *lp; srhold() local
272 srrele(iwscn_list_t * lp) srrele() argument
285 iwscn_list_t *lp; iwscnread() local
300 iwscn_list_t *lp; iwscnwrite() local
316 iwscn_list_t *lp; iwscnpoll() local
332 iwscn_list_t *lp; iwscnioctl() local
468 iwscn_list_t *lp; iwscnopen() local
571 iwscn_list_t *lp; iwscnclose() local
[all...]
/titanic_51/usr/src/lib/libuutil/common/
H A Duu_list.c36 #define ELEM_TO_NODE(lp, e) \ argument
37 ((uu_list_node_impl_t *)((uintptr_t)(e) + (lp)->ul_offset))
39 #define NODE_TO_ELEM(lp, n) \ argument
40 ((void *)((uintptr_t)(n) - (lp)->ul_offset))
183 uu_list_t *lp, *next, *prev; in uu_list_create() local
199 lp = uu_zalloc(sizeof (*lp)); in uu_list_create()
200 if (lp == NULL) { in uu_list_create()
205 lp->ul_pool = pp; in uu_list_create()
206 lp in uu_list_create()
232 uu_list_destroy(uu_list_t * lp) uu_list_destroy() argument
264 list_insert(uu_list_t * lp,uu_list_node_impl_t * np,uu_list_node_impl_t * prev,uu_list_node_impl_t * next) list_insert() argument
293 uu_list_insert(uu_list_t * lp,void * elem,uu_list_index_t idx) uu_list_insert() argument
316 uu_list_find(uu_list_t * lp,void * elem,void * private,uu_list_index_t * out) uu_list_find() argument
351 uu_list_nearest_next(uu_list_t * lp,uu_list_index_t idx) uu_list_nearest_next() argument
376 uu_list_nearest_prev(uu_list_t * lp,uu_list_index_t idx) uu_list_nearest_prev() argument
400 list_walk_init(uu_list_walk_t * wp,uu_list_t * lp,uint32_t flags) list_walk_init() argument
430 list_walk_advance(uu_list_walk_t * wp,uu_list_t * lp) list_walk_advance() argument
459 uu_list_walk_start(uu_list_t * lp,uint32_t flags) uu_list_walk_start() argument
481 uu_list_t *lp = wp->ulw_list; uu_list_walk_next() local
498 uu_list_walk(uu_list_t * lp,uu_walk_fn_t * func,void * private,uint32_t flags) uu_list_walk() argument
543 uu_list_remove(uu_list_t * lp,void * elem) uu_list_remove() argument
583 uu_list_teardown(uu_list_t * lp,void ** cookie) uu_list_teardown() argument
601 uu_list_insert_before(uu_list_t * lp,void * target,void * elem) uu_list_insert_before() argument
627 uu_list_insert_after(uu_list_t * lp,void * target,void * elem) uu_list_insert_after() argument
653 uu_list_numnodes(uu_list_t * lp) uu_list_numnodes() argument
659 uu_list_first(uu_list_t * lp) uu_list_first() argument
668 uu_list_last(uu_list_t * lp) uu_list_last() argument
677 uu_list_next(uu_list_t * lp,void * elem) uu_list_next() argument
688 uu_list_prev(uu_list_t * lp,void * elem) uu_list_prev() argument
[all...]
/titanic_51/usr/src/cmd/fm/fmd/common/
H A Dfmd_log.c111 fmd_log_write(fmd_log_t *lp, const void *buf, size_t n) in fmd_log_write() argument
116 ASSERT(MUTEX_HELD(&lp->log_lock)); in fmd_log_write()
119 if ((len = write(lp->log_fd, buf, resid)) <= 0) in fmd_log_write()
133 fmd_log_write_hdr(fmd_log_t *lp, const char *tag) in fmd_log_write_hdr() argument
144 (void) fmd_conf_getprop(fmd.d_conf, "uuidlen", &lp->log_uuidlen); in fmd_log_write_hdr()
146 lp->log_uuid = fmd_zalloc(lp->log_uuidlen + 1, FMD_SLEEP); in fmd_log_write_hdr()
148 uuid_unparse(uuid, lp->log_uuid); in fmd_log_write_hdr()
158 err |= ea_set_item(&i5, CAT_FMA_UUID, lp->log_uuid, 0); in fmd_log_write_hdr()
179 if ((lp in fmd_log_write_hdr()
208 fmd_log_check_err(fmd_log_t * lp,int err,const char * msg) fmd_log_check_err() argument
222 fmd_log_check_hdr(fmd_log_t * lp,const char * tag) fmd_log_check_hdr() argument
333 fmd_log_open_exacct(fmd_log_t * lp,int aflags,int oflags) fmd_log_open_exacct() argument
354 fmd_log_t *lp = fmd_zalloc(sizeof (fmd_log_t), FMD_SLEEP); fmd_log_xopen() local
450 fmd_log_close(fmd_log_t * lp) fmd_log_close() argument
474 fmd_log_hold_pending(fmd_log_t * lp) fmd_log_hold_pending() argument
490 fmd_log_hold(fmd_log_t * lp) fmd_log_hold() argument
499 fmd_log_rele(fmd_log_t * lp) fmd_log_rele() argument
511 fmd_log_append(fmd_log_t * lp,fmd_event_t * e,fmd_case_t * cp) fmd_log_append() argument
725 fmd_log_commit(fmd_log_t * lp,fmd_event_t * e) fmd_log_commit() argument
773 fmd_log_decommit(fmd_log_t * lp,fmd_event_t * e) fmd_log_decommit() argument
796 fmd_log_unpack(fmd_log_t * lp,ea_object_t * grp,off64_t off) fmd_log_unpack() argument
852 fmd_log_replay(fmd_log_t * lp,fmd_log_f * func,void * data) fmd_log_replay() argument
965 fmd_log_update(fmd_log_t * lp) fmd_log_update() argument
1017 fmd_log_rotate(fmd_log_t * lp) fmd_log_rotate() argument
[all...]
/titanic_51/usr/src/uts/common/os/
H A Dmutex.c241 mutex_panic(char *msg, mutex_impl_t *lp) in mutex_panic() argument
246 if (atomic_cas_ptr(&panic_mutex_addr, NULL, lp) == NULL) in mutex_panic()
247 panic_mutex = *lp; in mutex_panic()
249 panic("%s, lp=%p owner=%p thread=%p", in mutex_panic()
250 msg, (void *)lp, (void *)MUTEX_OWNER(&panic_mutex), in mutex_panic()
342 mutex_vector_enter(mutex_impl_t *lp) in mutex_vector_enter() argument
350 volatile mutex_impl_t *vlp = (volatile mutex_impl_t *)lp; in mutex_vector_enter()
356 if (MUTEX_TYPE_SPIN(lp)) { in mutex_vector_enter()
357 lock_set_spl(&lp->m_spin.m_spinlock, lp in mutex_vector_enter()
481 mutex_vector_tryenter(mutex_impl_t * lp) mutex_vector_tryenter() argument
507 mutex_vector_exit(mutex_impl_t * lp) mutex_vector_exit() argument
533 const mutex_impl_t *lp = (const mutex_impl_t *)mp; mutex_owned() local
546 const mutex_impl_t *lp = (const mutex_impl_t *)mp; mutex_owner() local
568 mutex_impl_t *lp = (mutex_impl_t *)mp; mutex_init() local
620 mutex_impl_t *lp = (mutex_impl_t *)mp; mutex_destroy() local
647 lock_set_spin(lock_t * lp) lock_set_spin() argument
681 lock_set_spl_spin(lock_t * lp,int new_pil,ushort_t * old_pil_addr,int old_pil) lock_set_spl_spin() argument
[all...]
H A Drwlock.c215 rw_panic(char *msg, rwlock_impl_t *lp) in rw_panic() argument
220 if (atomic_cas_ptr(&panic_rwlock_addr, NULL, lp) == NULL) in rw_panic()
221 panic_rwlock = *lp; in rw_panic()
223 panic("%s, lp=%p wwwh=%lx thread=%p", in rw_panic()
224 msg, (void *)lp, panic_rwlock.rw_wwwh, (void *)curthread); in rw_panic()
237 rwlock_impl_t *lp = (rwlock_impl_t *)rwlp; in rw_destroy() local
239 if (lp->rw_wwwh != 0) { in rw_destroy()
240 if ((lp->rw_wwwh & RW_DOUBLE_LOCK) == RW_DOUBLE_LOCK) in rw_destroy()
241 rw_panic("rw_destroy: lock already destroyed", lp); in rw_destroy()
243 rw_panic("rw_destroy: lock still active", lp); in rw_destroy()
253 rw_locked(rwlock_impl_t * lp,krw_t rw) rw_locked() argument
274 rw_enter_sleep(rwlock_impl_t * lp,krw_t rw) rw_enter_sleep() argument
405 rw_exit_wakeup(rwlock_impl_t * lp) rw_exit_wakeup() argument
529 rwlock_impl_t *lp = (rwlock_impl_t *)rwlp; rw_tryenter() local
565 rwlock_impl_t *lp = (rwlock_impl_t *)rwlp; rw_downgrade() local
593 rwlock_impl_t *lp = (rwlock_impl_t *)rwlp; rw_tryupgrade() local
[all...]
H A Dmem_cage.c256 /* when we use lp for kmem we start the cage at a higher initial value */
291 struct kcage_glist *lp = kcage_current_glist; in kcage_current_pfn() local
295 ASSERT(lp != NULL); in kcage_current_pfn()
297 *pfncur = lp->curr; in kcage_current_pfn()
299 return (lp->decr); in kcage_current_pfn()
320 struct kcage_glist *lp; in kcage_next_range() local
334 for (lp = incage ? kcage_glist : kcage_current_glist; in kcage_next_range()
335 lp != NULL; lp = lp in kcage_next_range()
482 struct kcage_glist *lp; kcage_range_delete_internal() local
605 kcage_glist_free(struct kcage_glist * lp) kcage_glist_free() argument
614 struct kcage_glist *lp, *prev = *lpp; kcage_glist_delete() local
703 struct kcage_glist *lp; kcage_get_pfn() local
761 static struct kcage_glist *lp = NULL; kcage_walk_cage() local
1031 struct kcage_glist *lp; kcage_kstat_update() local
1061 struct kcage_glist *lp; kcage_kstat_snapshot() local
[all...]
/titanic_51/usr/src/lib/fm/libfmd_log/common/
H A Dfmd_log.c67 * sets both lp->log_errno and errno to the specified value. If the current
72 fmd_log_set_errno(fmd_log_t *lp, int err) in fmd_log_set_errno() argument
75 lp->log_errno = EFDL_EXACCT + ea_error(); in fmd_log_set_errno()
77 lp->log_errno = EFDL_BADTAG; in fmd_log_set_errno()
79 lp->log_errno = err; in fmd_log_set_errno()
81 errno = lp->log_errno; in fmd_log_set_errno()
87 fmd_log_dprintf(fmd_log_t *lp, const char *format, ...) in fmd_log_dprintf() argument
91 if (lp->log_flags & FMD_LF_DEBUG) { in fmd_log_dprintf()
105 fmd_log_load_record(fmd_log_t *lp, uint_t iflags, fmd_log_record_t *rp) in fmd_log_load_record() argument
112 ea_clear(&lp in fmd_log_load_record()
196 fmd_log_load_xref(fmd_log_t * lp,uint_t iflags,fmd_log_record_t * rp,ea_object_t * grp) fmd_log_load_xref() argument
280 fmd_log_load_xrdir(fmd_log_t * lp) fmd_log_load_xrdir() argument
321 fmd_log_load_xrefs(fmd_log_t * lp,uint_t iflags,fmd_log_record_t * rp) fmd_log_load_xrefs() argument
366 fmd_log_open_err(fmd_log_t * lp,int * errp,int err) fmd_log_open_err() argument
381 fmd_log_t *lp; fmd_log_open() local
499 fmd_log_close(fmd_log_t * lp) fmd_log_close() argument
529 fmd_log_label(fmd_log_t * lp) fmd_log_label() argument
535 fmd_log_header(fmd_log_t * lp,fmd_log_header_t * hp) fmd_log_header() argument
557 fmd_log_rewind(fmd_log_t * lp) fmd_log_rewind() argument
582 fmd_log_xiter_filter(fmd_log_t * lp,const fmd_log_record_t * rp,uint_t fac,const fmd_log_filtvec_t * fav) fmd_log_xiter_filter() argument
602 fmd_log_xiter_filtcmp(const void * lp,const void * rp) fmd_log_xiter_filtcmp() argument
609 fmd_log_filter(fmd_log_t * lp,uint_t fc,fmd_log_filter_t * fv,const fmd_log_record_t * rp) fmd_log_filter() argument
632 fmd_log_xiter(fmd_log_t * lp,uint_t flag,uint_t fc,fmd_log_filter_t * fv,fmd_log_rec_f * rfunc,fmd_log_err_f * efunc,void * private,ulong_t * rcntp) fmd_log_xiter() argument
693 fmd_log_iter(fmd_log_t * lp,fmd_log_rec_f * rfunc,void * private) fmd_log_iter() argument
699 fmd_log_seek(fmd_log_t * lp,off64_t off) fmd_log_seek() argument
733 fmd_log_errmsg(fmd_log_t * lp,int err) fmd_log_errmsg() argument
746 fmd_log_errno(fmd_log_t * lp) fmd_log_errno() argument
[all...]
/titanic_51/usr/src/cmd/krb5/kadmin/ktutil/
H A Dktutil_funcs.c54 krb5_kt_list lp, prev; local
57 for (lp = list; lp;) {
58 retval = krb5_kt_free_entry(context, lp->entry);
59 free((char *)lp->entry);
62 prev = lp;
63 lp = lp->next;
78 krb5_kt_list lp, prev; local
81 for (lp
110 krb5_kt_list lp = NULL, prev = NULL; global() local
252 krb5_kt_list lp = NULL, tail = NULL, back = NULL; global() local
327 krb5_kt_list lp; global() local
381 krb5_kt_list lp = NULL, tail = NULL, back = NULL; global() local
478 krb5_kt_list lp, lp1, prev, pruned = NULL; global() local
[all...]
/titanic_51/usr/src/lib/libgen/common/
H A Dreg_step.c216 advance(char *lp, char *ep) in advance() argument
222 start = lp; in advance()
223 ret = _advance(lp, ++ep); in advance()
229 _advance(char *lp, char *ep) in _advance() argument
245 if (*ep++ == *lp++) in _advance()
252 if ((n = Popwchar(lp, cl)) <= 0 || c != cl) in _advance()
254 lp += n; in _advance()
261 if ((n = Popwchar(lp, cl)) > 0) { in _advance()
262 lp += n; in _advance()
265 lp in _advance()
608 char *lp; cclass() local
[all...]
/titanic_51/usr/src/uts/common/io/1394/targets/av1394/
H A Dav1394_list.c47 av1394_list_init(av1394_list_t *lp) in av1394_list_init() argument
49 lp->l_head = lp->l_tail = NULL; in av1394_list_init()
50 lp->l_cnt = 0; in av1394_list_init()
58 av1394_list_head(av1394_list_t *lp) in av1394_list_head() argument
60 return (lp->l_head); in av1394_list_head()
69 av1394_list_put_tail(av1394_list_t *lp, void *item) in av1394_list_put_tail() argument
72 ITEM(item)->i_prev = lp->l_tail; in av1394_list_put_tail()
73 if (lp->l_tail == NULL) { in av1394_list_put_tail()
74 ASSERT(lp in av1394_list_put_tail()
89 av1394_list_put_head(av1394_list_t * lp,void * item) av1394_list_put_head() argument
109 av1394_list_get_head(av1394_list_t * lp) av1394_list_get_head() argument
[all...]
/titanic_51/usr/src/pkg/manifests/
H A Dprint-lp.mf27 set name=pkg.fmri value=pkg:/print/lp@$(PKGVERS)
35 dir path=etc/lp group=lp mode=0775 owner=lp
36 dir path=etc/lp/classes group=lp mode=0775 owner=lp
37 dir path=etc/lp/fd group=lp
38 dir path=etc/lp/form
[all...]
/titanic_51/usr/src/cmd/sendmail/db/log/
H A Dlog_put.c79 LOG *lp; local
83 lp = dblp->lp;
91 lsn->file = lp->lsn.file;
92 lsn->offset = lp->lsn.offset;
97 if (lp->lsn.offset + sizeof(HDR) + dbt->size > lp->persist.lg_max) {
99 sizeof(LOGP) + dbt->size > lp->persist.lg_max) {
113 lastoff = lp->lsn.offset;
116 ++lp
208 LOG *lp; global() local
264 LOG *lp; global() local
361 LOG *lp; global() local
420 LOG *lp; global() local
[all...]
/titanic_51/usr/src/uts/common/disp/
H A Ddisp_lock.c58 disp_lock_init(disp_lock_t *lp, char *name) in disp_lock_init() argument
60 DISP_LOCK_INIT(lp); in disp_lock_init()
65 disp_lock_destroy(disp_lock_t *lp) in disp_lock_destroy() argument
67 DISP_LOCK_DESTROY(lp); in disp_lock_destroy()
71 disp_lock_enter_high(disp_lock_t *lp) in disp_lock_enter_high() argument
73 lock_set(lp); in disp_lock_enter_high()
77 disp_lock_exit_high(disp_lock_t *lp) in disp_lock_exit_high() argument
81 ASSERT(DISP_LOCK_HELD(lp)); in disp_lock_exit_high()
82 lock_clear(lp); in disp_lock_exit_high()
86 disp_lock_enter(disp_lock_t *lp) in disp_lock_enter() argument
92 disp_lock_exit(disp_lock_t * lp) disp_lock_exit() argument
106 disp_lock_exit_nopreempt(disp_lock_t * lp) disp_lock_exit_nopreempt() argument
127 lock_t *lp = *tlpp; thread_lock() local
170 lock_t *lp = *tlpp; thread_lock_high() local
196 disp_lock_t *lp; thread_transition() local
215 disp_lock_t *lp; thread_stop() local
[all...]
/titanic_51/usr/src/cmd/filesync/
H A Dignore.c109 { struct list *lp; in ignore_check() local
128 for (lp = expr_list; lp; lp = lp->l_next) { in ignore_check()
129 if (gmatch(name, lp->l_value) == 0) in ignore_check()
134 lp->l_value, name); in ignore_check()
174 { struct list *lp; in ignore_expr() local
179 lp = malloc(sizeof (*lp)); in ignore_expr()
258 struct list *lp; ign_hash() local
339 struct list *lp; ignore_reset() local
[all...]
/titanic_51/usr/src/uts/common/io/scsi/adapters/mpt_sas/
H A Dmptsas_hash.c84 refhash_link_t *lp = obj_to_link(hp, op); in refhash_insert() local
87 list_link_init(&lp->rhl_chain_link); in refhash_insert()
88 list_link_init(&lp->rhl_global_link); in refhash_insert()
89 lp->rhl_flags = 0; in refhash_insert()
90 lp->rhl_refcnt = 0; in refhash_insert()
91 list_insert_tail(&hp->rh_buckets[bucket], lp); in refhash_insert()
92 list_insert_tail(&hp->rh_objs, lp); in refhash_insert()
98 refhash_link_t *lp = obj_to_link(hp, op); in refhash_delete() local
102 list_remove(&hp->rh_buckets[bucket], lp); in refhash_delete()
103 list_remove(&hp->rh_objs, lp); in refhash_delete()
110 refhash_link_t *lp = obj_to_link(hp, op); refhash_remove() local
123 refhash_link_t *lp; refhash_lookup() local
143 refhash_link_t *lp; refhash_linear_search() local
158 refhash_link_t *lp = obj_to_link(hp, op); refhash_hold() local
166 refhash_link_t *lp = obj_to_link(hp, op); refhash_rele() local
177 refhash_link_t *lp; refhash_first() local
191 refhash_link_t *lp; refhash_next() local
212 const refhash_link_t *lp = obj_to_link(hp, op); refhash_obj_valid() local
[all...]
/titanic_51/usr/src/uts/common/io/1394/targets/scsa1394/
H A Dsbp2_driver.c83 scsa1394_lun_t *lp; in scsa1394_sbp2_attach() local
103 lp = &sp->s_lun[i]; in scsa1394_sbp2_attach()
105 mutex_init(&lp->l_mutex, NULL, MUTEX_DRIVER, in scsa1394_sbp2_attach()
108 lp->l_rmb_orig = -1; in scsa1394_sbp2_attach()
109 lp->l_lun = &tp->t_lun[i]; in scsa1394_sbp2_attach()
110 lp->l_sp = sp; in scsa1394_sbp2_attach()
111 lp->l_lba_size = DEV_BSIZE; in scsa1394_sbp2_attach()
123 scsa1394_lun_t *lp; in scsa1394_sbp2_detach() local
126 lp = &sp->s_lun[i]; in scsa1394_sbp2_detach()
127 if (lp in scsa1394_sbp2_detach()
246 scsa1394_lun_t *lp; scsa1394_sbp2_threads_init() local
276 scsa1394_lun_t *lp; scsa1394_sbp2_threads_fini() local
296 scsa1394_sbp2_get_lun_type(scsa1394_lun_t * lp) scsa1394_sbp2_get_lun_type() argument
304 scsa1394_lun_t *lp = &sp->s_lun[lun]; scsa1394_sbp2_login() local
318 scsa1394_lun_t *lp = &sp->s_lun[lun]; scsa1394_sbp2_logout() local
329 scsa1394_lun_t *lp = &sp->s_lun[lun]; scsa1394_sbp2_req() local
339 scsa1394_sbp2_req_bus_reset(scsa1394_lun_t * lp) scsa1394_sbp2_req_bus_reset() argument
405 scsa1394_sbp2_req_reconnect(scsa1394_lun_t * lp) scsa1394_sbp2_req_reconnect() argument
440 scsa1394_lun_t *lp = &sp->s_lun[0]; scsa1394_sbp2_disconnect() local
454 scsa1394_sbp2_seg2pt(scsa1394_lun_t * lp,scsa1394_cmd_t * cmd) scsa1394_sbp2_seg2pt() argument
469 scsa1394_sbp2_seg2pt_default(scsa1394_lun_t * lp,scsa1394_cmd_t * cmd) scsa1394_sbp2_seg2pt_default() argument
495 scsa1394_sbp2_seg2pt_symbios(scsa1394_lun_t * lp,scsa1394_cmd_t * cmd) scsa1394_sbp2_seg2pt_symbios() argument
548 scsa1394_sbp2_cmd2orb(scsa1394_lun_t * lp,scsa1394_cmd_t * cmd) scsa1394_sbp2_cmd2orb() argument
613 scsa1394_sbp2_start(scsa1394_lun_t * lp,scsa1394_cmd_t * cmd) scsa1394_sbp2_start() argument
648 scsa1394_lun_t *lp = (scsa1394_lun_t *)arg; scsa1394_sbp2_status_cb() local
656 scsa1394_sbp2_nudge(scsa1394_lun_t * lp) scsa1394_sbp2_nudge() argument
670 scsa1394_lun_t *lp = thr->thr_lun; scsa1394_sbp2_worker_thread() local
720 scsa1394_sbp2_req_status(scsa1394_lun_t * lp) scsa1394_sbp2_req_status() argument
746 scsa1394_sbp2_status_proc(scsa1394_lun_t * lp,scsa1394_cmd_t * cmd,scsa1394_status_t * st) scsa1394_sbp2_status_proc() argument
904 scsa1394_sbp2_reset(scsa1394_lun_t * lp,int level,scsa1394_cmd_t * cmd) scsa1394_sbp2_reset() argument
940 scsa1394_sbp2_reset_proc(scsa1394_lun_t * lp,int level,scsa1394_cmd_t * cmd) scsa1394_sbp2_reset_proc() argument
969 scsa1394_sbp2_flush_cmds(scsa1394_lun_t * lp,int reason,int state,int statistics) scsa1394_sbp2_flush_cmds() argument
998 scsa1394_sbp2_logged_in(scsa1394_lun_t * lp) scsa1394_sbp2_logged_in() argument
[all...]
/titanic_51/usr/src/lib/libgrubmgmt/common/
H A Dlibgrub_menu.c48 append_line(grub_menu_t *mp, grub_line_t *lp) in append_line() argument
51 mp->gm_start = lp; in append_line()
53 mp->gm_end->gl_next = lp; in append_line()
54 lp->gl_prev = mp->gm_end; in append_line()
56 mp->gm_end = lp; in append_line()
57 lp->gl_line_num = ++mp->gm_line_num; in append_line()
58 lp->gl_entry_num = GRUB_ENTRY_DEFAULT; in append_line()
65 grub_line_t *lp; in process_line() local
67 lp = mp->gm_end; in process_line()
71 while (n-- != 0 && strcmp(lp in process_line()
89 grub_line_t *lp; check_entry() local
133 grub_line_t *lp; default_entry() local
154 free_line(grub_line_t * lp) free_line() argument
169 grub_line_t *lp; free_linelist() local
202 grub_line_t *lp; grub_menu_append_line() local
446 grub_menu_next_line(const grub_menu_t * mp,const grub_line_t * lp) grub_menu_next_line() argument
456 grub_menu_prev_line(const grub_menu_t * mp,const grub_line_t * lp) grub_menu_prev_line() argument
468 grub_line_t *lp; grub_menu_get_line() local
[all...]
/titanic_51/usr/src/grub/grub-0.97/netboot/
H A Dpcnet32.c278 static struct pcnet32_private *lp; variable
408 lp->tx_full = 0; in pcnet32_init_ring()
409 lp->cur_rx = lp->cur_tx = 0; in pcnet32_init_ring()
425 lp->init_block.tlen_rlen = in pcnet32_init_ring()
428 lp->init_block.phys_addr[i] = nic->node_addr[i]; in pcnet32_init_ring()
429 lp->init_block.rx_ring = (u32) virt_to_le32desc(&rx_ring[0]); in pcnet32_init_ring()
430 lp->init_block.tx_ring = (u32) virt_to_le32desc(&tx_ring[0]); in pcnet32_init_ring()
444 lp->a.reset(ioaddr); in pcnet32_reset()
447 lp in pcnet32_reset()
[all...]
/titanic_51/usr/src/lib/libeti/form/common/
H A Dregex.c152 char *lp, *ep, *curlp; in __advance() local
156 lp = alp; in __advance()
163 if (*ep++ == *lp++) in __advance()
168 return ((intptr_t)lp); in __advance()
178 return ((intptr_t)lp); in __advance()
181 if (*lp++) in __advance()
186 if (*lp == 0) in __advance()
188 lp++; in __advance()
193 return ((intptr_t)lp); in __advance()
207 if (!(lp in __advance()
[all...]
/titanic_51/usr/src/cmd/lp/
H A DMakefile29 include ./Makefile.lp
50 $(ROOTVAR)/lp \
51 $(ROOTVAR)/lp/logs \
52 $(ROOTVARSP)/lp \
53 $(ROOTVARSP)/lp/admins \
54 $(ROOTVARSP)/lp/requests \
55 $(ROOTVARSP)/lp/system
57 SYMDIR1 = $(ROOTVARSP)/lp/admins/lp
58 SYMDIR2 = $(ROOTVARSP)/lp/bi
[all...]
/titanic_51/usr/src/head/
H A Dregexp.h72 int advance(const char *lp, const char *ep);
339 advance(const char *lp, const char *ep) in advance() argument
352 if (*ep++ == *lp++) in advance()
358 if (*lp++) in advance()
364 if (*lp == 0) in advance()
370 loc2 = (char *)lp; in advance()
375 c = (unsigned char)*lp++; in advance()
388 c = *lp++; in advance()
397 braslist[*ep++] = (char *)lp; in advance()
402 braelist[*ep++] = (char *)lp; in advance()
[all...]

12345678910>>...25