Searched defs:sels (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/i86pc/i86hvm/io/xpv/
H A Devtchn.c229 ulong_t sels; local
250 GET_AND_CLEAR(&vci->evtchn_pending_sel, sels);
252 /* sels == 1 is by far the most common case. Make it fast */
253 if (sels == 1)
255 else if (sels == 0)
258 GET_BOUNDS(sels, low, high);
/illumos-gate/usr/src/cmd/ndmpd/ndmp/
H A Dndmpd_tar3.c3149 char **sels; local
3169 sels = setupsels(session, params, nlp, dar_index);
3170 if (!sels) {
3227 nlp->nlp_jstat, &rn, 1, 1, sels, &excl, flags,
3273 NDMP_FREE(sels);
3511 char **sels; local
3526 sels = setupsels(session, params, nlp, 0);
3527 if (!sels) {
3593 nlp->nlp_jstat, &rn, 1, 1, sels, &excl, flags, 0,
3656 NDMP_FREE(sels);
[all...]
/illumos-gate/usr/src/cmd/ndmpd/tlm/
H A Dtlm_restore_writer.c123 char **sels,
219 * in sels[] (ignore the name in the tar header) as restore target.
222 rs_darhl_new_name(struct rs_name_maker *rnp, char *name, char **sels, int *pos, argument
227 for (x = 0; sels[x] != NULL; x++) {
228 if (strcmp(sels[x], " ")) {
230 (void) strlcpy(longname, sels[x], TLM_MAX_PATH_NAME);
256 char **sels, /* what to get off the tape */
532 if (!is_file_wanted(file_name, sels, exls,
539 * name entry in sels[] (ignore the
545 name, sels,
250 tar_getdir(tlm_commands_t *commands, tlm_cmd_t *local_commands, tlm_job_stats_t *job_stats, struct rs_name_maker *rnp, int lib, int drv, char **sels, char **exls, int flags, int DAR, char *bk_path, struct hardlink_q *hardlink_q) argument
994 char **sels; /* list of files desired */ local
1587 is_file_wanted(char *name, char **sels, char **exls, int flags, int *mchtype, int *pos) argument
[all...]

Completed in 68 milliseconds