/illumos-gate/usr/src/uts/sun4/ml/ |
H A D | swtch.s | 46 * resume(kthread_id_t) 53 * are the same, resume() on one processor will spin on the incoming 54 * thread until resume() on the other processor has finished with 58 * process. Kernel threads are known by resume to reside in process 0. 63 * passivated by resume (e.g. was interrupted). This means that the 64 * resume lock is already held and that a restore context is not needed. 65 * Also, the MMU context is not changed on the resume in this case. 67 * resume_from_zombie() is the same as resume except the calling thread 76 resume(kthread_id_t t) 81 ENTRY(resume) function [all...] |
/illumos-gate/usr/src/uts/intel/ia32/ml/ |
H A D | swtch.s | 51 * resume(thread_id_t t); 58 * are the same, resume() on one processor will spin on the incoming 59 * thread until resume() on the other processor has finished with 63 * process. Kernel threads are known by resume to reside in process 0. 68 * passivated by resume (e.g. was interrupted). This means that the 69 * resume lock is already held and that a restore context is not needed. 70 * Also, the MMU context is not changed on the resume in this case. 72 * resume_from_zombie() is the same as resume except the calling thread 231 resume(kthread_t *t) 238 ENTRY(resume) function 449 ENTRY(resume) function [all...] |
/illumos-gate/usr/src/lib/cfgadm_plugins/sbd/common/ |
H A D | ap_seq.c | 223 int resume; local 230 resume = 0; 261 * succeed, resume any devices already 284 resume++; 288 if (resume) { 290 resume--; 349 if (resume)
|
/illumos-gate/usr/src/cmd/avs/sv/ |
H A D | svboot.c | 92 "\t%s [-C tag] -r resume all sv devices\n"), program); 193 int Cflag, resume, suspend, unload; local 201 Cflag = unload = resume = suspend = 0; 220 resume++; 249 if ((resume + suspend + unload) > 1) { 255 if (!resume && !suspend && !unload) { 279 if (resume) 352 gettext("%s: unable to resume %s"), 355 warn(&svc.svc_error, gettext("unable to resume %s"), 360 spcs_log("sv", NULL, gettext("%s: resume [all...] |
/illumos-gate/usr/src/uts/common/fs/smbsrv/ |
H A D | smb_odir.c | 238 * In order to be able to resume a directory search (find_next) the odir 239 * provides the capability for the caller to save one or more resume points 240 * (cookies) at the end of a request, and to specify which resume point 243 * smb_odir_resume_at(smb_odir_resume_t *resume) 244 * A search can be resumed at a specified resume point (cookie), the resume 765 * to be used as resume points for a 'find next' request. 819 smb_odir_resume_at(smb_odir_t *od, smb_odir_resume_t *resume) argument 825 ASSERT(resume); 828 if (resume [all...] |
H A D | smb_quota.c | 59 * Otherwise (type SMB_QUOTA_QUERY_ALL) find the resume sid 61 * resume sid to NULL if request->qq_restart. 289 * Sets the last encoded SID as the resume sid. 299 char *sidstr = NULL, *resume = NULL; local 345 resume = sidstr; 352 smb_ofile_set_quota_resume(ofile, resume);
|
H A D | smb_ofile.c | 1326 smb_ofile_set_quota_resume(smb_ofile_t *ofile, char *resume) argument 1330 if (resume == NULL) 1333 (void) strlcpy(ofile->f_quota_resume, resume, SMB_SID_STRSZ);
|
/illumos-gate/usr/src/lib/libc/amd64/unwind/ |
H A D | unwind.c | 365 struct _Unwind_Context *ctx, int resume) 373 finish_capture(ctx, resume); 374 if (resume && down_one(ctx, ctx)) 395 case _URC_INSTALL_CONTEXT: /* resume execution */ 363 _Unwind_ForcedUnwind_Body(struct _Unwind_Exception *exception_object, _Unwind_Stop_Fn stop, void *stop_parameter, struct _Unwind_Context *ctx, int resume) argument
|
/illumos-gate/usr/src/uts/common/fs/zfs/ |
H A D | dmu_traverse.c | 150 * resume point. This indicates that this block should be visited but not its 167 * If we found the block we're trying to resume from, zero 549 uint64_t txg_start, zbookmark_phys_t *resume, int flags, 564 td.td_resume = resume; 580 if (resume != NULL) 581 pd.pd_resume = *resume; 630 zbookmark_phys_t *resume, 634 &dsl_dataset_phys(ds)->ds_bp, txg_start, resume, flags, func, arg)); 646 uint64_t txg_start, zbookmark_phys_t *resume, int flags, 650 blkptr, txg_start, resume, flag 548 traverse_impl(spa_t *spa, dsl_dataset_t *ds, uint64_t objset, blkptr_t *rootbp, uint64_t txg_start, zbookmark_phys_t *resume, int flags, blkptr_cb_t func, void *arg) argument 629 traverse_dataset_resume(dsl_dataset_t *ds, uint64_t txg_start, zbookmark_phys_t *resume, int flags, blkptr_cb_t func, void *arg) argument 645 traverse_dataset_destroyed(spa_t *spa, blkptr_t *blkptr, uint64_t txg_start, zbookmark_phys_t *resume, int flags, blkptr_cb_t func, void *arg) argument [all...] |
H A D | dmu_send.c | 82 zbookmark_phys_t resume; member in struct:send_thread_arg 443 * block's worth of dnodes behind the resume point. 531 zb->zb_object >= sta->resume.zb_object); 570 st_arg->fromtxg, &st_arg->resume, 871 SET_BOOKMARK(&to_arg.resume, to_ds->ds_object, resumeobj, 0, 1665 * Note: resume point will be checked when we process the first WRITE 1720 spa_history_log_internal_ds(ds, "resume receive", tx, ""); 2025 * We only resume from write records, which have a valid 2223 * Note: If the receive fails, we want the resume stream to start 2406 /* wait for our resume stat [all...] |
/illumos-gate/usr/src/uts/sun4u/io/ |
H A D | sysiosbus.c | 277 sbus_resume_init(struct sbus_soft_state *softsp, int resume); 377 void *sbus_cprp; /* subs suspend/resume soft state hook */ 808 sbus_resume_init(struct sbus_soft_state *softsp, int resume) argument 864 if (!resume) { 2177 * Called by suspend/resume to save/restore the interrupt status (valid bit)
|