Searched refs:uc (Results 51 - 75 of 140) sorted by relevance

123456

/illumos-gate/usr/src/uts/common/io/ib/adapters/tavor/
H A Dtavor_qpmod.c856 ibt_qp_uc_attr_t *uc; local
963 uc = &info_p->qp_transport.uc;
972 portnum = uc->uc_path.cep_hca_port_num;
983 pkeyindx = uc->uc_path.cep_pkey_ix;
1040 ibt_qp_uc_attr_t *uc; local
1160 uc = &info_p->qp_transport.uc;
1168 portnum = uc->uc_path.cep_hca_port_num;
1187 pkeyindx = uc
1265 ibt_qp_uc_attr_t *uc; local
1688 ibt_qp_uc_attr_t *uc; local
2014 ibt_qp_uc_attr_t *uc; local
2338 ibt_qp_uc_attr_t *uc; local
2601 ibt_qp_uc_attr_t *uc; local
[all...]
/illumos-gate/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon_qpmod.c840 ibt_qp_uc_attr_t *uc; local
1046 uc = &info_p->qp_transport.uc;
1055 portnum = uc->uc_path.cep_hca_port_num;
1066 pkeyindx = uc->uc_path.cep_pkey_ix;
1117 ibt_qp_uc_attr_t *uc; local
1229 uc = &info_p->qp_transport.uc;
1237 portnum = uc->uc_path.cep_hca_port_num;
1255 pkeyindx = uc
1323 ibt_qp_uc_attr_t *uc; local
1697 ibt_qp_uc_attr_t *uc; local
1966 ibt_qp_uc_attr_t *uc; local
2255 ibt_qp_uc_attr_t *uc; local
2556 ibt_qp_uc_attr_t *uc; local
[all...]
/illumos-gate/usr/src/lib/libc/port/threads/
H A Dsigaction.c526 ucontext_t uc; local
534 (void) memcpy(&uc, ucp, sizeof (uc));
539 if (uc.uc_flags & UC_SIGMASK) {
541 delete_reserved_signals(&uc.uc_sigmask);
542 self->ul_sigmask = uc.uc_sigmask;
550 uc.uc_flags &= ~UC_SIGMASK;
553 self->ul_siglink = uc.uc_link;
564 uc.uc_mcontext.gregs[REG_G7] = (greg_t)self;
566 uc
[all...]
/illumos-gate/usr/src/lib/libproc/i386/
H A DPisadep.c205 ucontext_t uc; local
264 Pread(P, &uc, sizeof (uc), uc_addr) == sizeof (uc)) {
266 ucontext_n_to_prgregs(&uc, gregs);
/illumos-gate/usr/src/cmd/mandoc/
H A Dterm_ascii.c270 ascii_uc2str(int uc) argument
339 assert(uc >= 0);
340 if ((size_t)uc < sizeof(tab)/sizeof(tab[0]))
341 return tab[uc];
342 return mchars_uc2str(uc);
/illumos-gate/usr/src/cmd/nscd/
H A Dnscd_selfcred.c508 ucred_t *uc = NULL; local
518 if (door_ucred(&uc) != 0) {
527 uid = ucred_geteuid(uc);
569 if (ucred_getpid(uc) != forker_pid) {
572 ucred_getpid(uc), forker_pid);
677 ch->child_pid = ucred_getpid(uc);
701 ucred_free(uc);
702 uc = NULL;
948 ucred_t *uc = NULL; local
965 if (door_ucred(&uc) !
1261 ucred_t *uc = NULL; local
[all...]
/illumos-gate/usr/src/lib/libproc/amd64/
H A DPisadep.c210 ucontext_32_to_prgregs(const ucontext32_t *uc, prgregset_t dst) argument
212 const greg32_t *src = &uc->uc_mcontext.gregs[0];
268 ucontext32_t uc; local
330 Pread(P, &uc, sizeof (uc), uc_addr) == sizeof (uc)) {
331 ucontext_32_to_prgregs(&uc, gregs);
488 ucontext_t uc; local
548 if (Pread(P, &uc, sizeof (uc), uc_add
[all...]
/illumos-gate/usr/src/cmd/fm/fmd/common/
H A Dfmd_trace.c146 ucontext_t uc; local
154 (void) getcontext(&uc);
157 (void) walkcontext(&uc, (int (*)())fmd_trace_frame, trp);
/illumos-gate/usr/src/tools/ctf/dwarf/common/
H A Ddwarf_macro.c195 unsigned char uc = 0; local
268 uc = *pnext;
270 switch (uc) {
382 uc = *pnext;
384 pdmd->dmd_type = uc;
389 switch (uc) {
/illumos-gate/usr/src/uts/common/io/zyd/
H A Dzyd_hw.c376 struct zyd_usb *uc = &sc->usb; local
380 sc->mac_rev = zyd_usb_mac_rev(uc->cdata->dev_descr->idVendor,
381 uc->cdata->dev_descr->idProduct);
383 res = zyd_usb_loadfirmware(uc, zd1211_firmware,
386 res = zyd_usb_loadfirmware(uc, zd1211b_firmware,
395 ures = usb_set_cfg(uc->dip, 0, USB_FLAGS_SLEEP, NULL, NULL);
401 if (zyd_usb_open_pipes(uc) != ZYD_SUCCESS) {
406 if (zyd_usb_cmd_in_start_polling(uc) != ZYD_SUCCESS) {
465 zyd_usb_cmd_in_stop_polling(uc);
467 zyd_usb_close_pipes(uc);
475 struct zyd_usb *uc = &sc->usb; local
610 struct zyd_usb *uc = &sc->usb; local
681 struct zyd_usb *uc = &sc->usb; local
[all...]
/illumos-gate/usr/src/uts/common/os/
H A Dcred.c943 struct ucred_s *uc; local
949 uc = kmem_zalloc(realsz, KM_SLEEP);
952 uc = buf;
954 uc->uc_size = realsz;
955 uc->uc_pid = pid;
956 uc->uc_projid = cr->cr_projid;
957 uc->uc_zoneid = crgetzoneid(cr);
967 uc->uc_labeloff = tslp == NULL ? 0 : sizeof (struct ucred_s);
969 uc->uc_credoff = UCRED_CRED_OFF;
970 uc
1021 struct ucred_s *uc; local
[all...]
/illumos-gate/usr/src/tools/stabs/
H A Dstabs.h133 extern char *uc(const char *s);
H A Dgenassym.c68 char *upper = uc(np->format);
85 char *upper = uc(np->format);
111 format = uc(chp->format);
144 format = uc(mlp->name);
/illumos-gate/usr/src/cmd/ptools/pargs/
H A Dpargs.c172 uchar_t *uc, *ucp, c, ic; local
173 uc = ucp = safe_zalloc((strlen(src) * 4) + 1);
194 return ((char *)uc);
212 char *uc; local
281 uc = safe_zalloc(destlen);
282 if (wcstombs(uc, wide_dest, destlen) == (size_t)-1) {
293 tmp = safe_strdup(uc);
294 free(uc);
295 uc = tmp;
299 return (uc);
396 char *uc; local
[all...]
/illumos-gate/usr/src/lib/libproc/sparc/
H A DPisadep.c269 ucontext_t uc; local
293 Pread(P, &uc, sizeof (uc), sp +
294 SA(sizeof (struct frame))) == sizeof (uc)) {
295 ucontext_n_to_prgregs(&uc, gregs);
/illumos-gate/usr/src/cmd/ldapcachemgr/
H A Dcachemgr.c74 static int is_root(int free_uc, char *dc_str, ucred_t **uc);
693 ucred_t *uc = NULL; local
805 if (is_root(1, "KILLSERVER", &uc))
816 if (is_root(1, "SETADMIN", &uc))
839 if (is_root(0, "SETCACHE", &uc) &&
840 is_called_from_nscd(ucred_getpid(uc))) {
846 if (uc != NULL)
847 ucred_free(uc);
871 if (is_root(0, "GETSTATUSCHANGE", &uc) &&
872 is_called_from_nscd(ucred_getpid(uc))) {
1603 ucred_t *uc = NULL; local
[all...]
/illumos-gate/usr/src/cmd/svc/configd/
H A Dconfigd.c239 ucred_is_privileged(ucred_t *uc) argument
243 if ((ps = ucred_getprivset(uc, PRIV_EFFECTIVE)) != NULL) {
337 create_connection(ucred_t *uc, repository_door_request_t *rp, argument
351 if (ucred_getpid(uc) != privileged_pid ||
362 if (ucred_geteuid(uc) != privileged_user)
392 return (create_client(ucred_getpid(uc), debugflags, privileged,
/illumos-gate/usr/src/lib/fm/libfmd_snmp/common/
H A Dresource.c278 sunFmResource_update_ctx_t uc; local
280 uc.uc_host = NULL;
281 uc.uc_prog = FMD_ADM_PROGRAM;
282 uc.uc_version = FMD_ADM_VERSION;
284 uc.uc_all = 0;
285 uc.uc_index = 0;
286 uc.uc_type = UCT_ALL;
295 (void) rsrcinfo_update(&uc);
H A Dmodule.c283 sunFmModule_update_ctx_t uc; local
285 uc.uc_host = NULL;
286 uc.uc_prog = FMD_ADM_PROGRAM;
287 uc.uc_version = FMD_ADM_VERSION;
289 uc.uc_index = 0;
290 uc.uc_type = UCT_ALL;
299 (void) modinfo_update(&uc);
/illumos-gate/usr/src/lib/libsmbfs/smb/
H A Dntlmssp.c308 int err, uc; local
349 uc = hdr.h_flags & NTLMSSP_NEGOTIATE_UNICODE;
372 err = md_get_string(&tmp_mb, &ssp_st->ss_target_name, uc);
418 int err, uc; local
436 uc = ssp_st->ss_flags & NTLMSSP_NEGOTIATE_UNICODE;
524 err = mb_put_sb_string(&mb2, &hdr.h_domain, ctx->ct_domain, uc);
527 err = mb_put_sb_string(&mb2, &hdr.h_user, ctx->ct_user, uc);
530 err = mb_put_sb_string(&mb2, &hdr.h_wksta, ctx->ct_locname, uc);
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dklpdlib.c215 klpd_getucred(ucred_t **uc, void *context) argument
217 return (door_ucred(uc));
/illumos-gate/usr/src/lib/libm/common/m9x/
H A Dfex_log.c223 ucontext_t uc; local
237 getcontext(&uc);
239 fp = FRAMEP(uc.uc_mcontext.gregs[REG_SP]);
241 fp = FRAMEP(uc.uc_mcontext.gregs[EBP]);
/illumos-gate/usr/src/lib/libnsl/nsl/
H A Dt_alloc.c287 size_t uc = ucred_size(); local
288 if (uc < 1024/2)
291 infalloc = uc + 1024/2;
/illumos-gate/usr/src/cmd/zoneadmd/
H A Dzoneadmd.c1134 audit_put_record(zlog_t *zlogp, ucred_t *uc, int return_val, argument
1156 if (adt_set_from_ucred(ah, uc, ADT_NEW)) {
1187 ucred_t *uc = NULL; local
1245 if (door_ucred(&uc) != 0) {
1249 eset = ucred_getprivset(uc, PRIV_EFFECTIVE);
1250 if (ucred_getzoneid(uc) != GLOBAL_ZONEID ||
1252 ucred_geteuid(uc) != 0)) {
1257 kernelcall = ucred_getpid(uc) == 0;
1273 ucred_free(uc);
1362 audit_put_record(zlogp, uc, rva
[all...]
/illumos-gate/usr/src/uts/sparc/v9/os/
H A Dv9dep.c896 ucontext_t uc; member in struct:sigframe
1039 copyout_noerr(tuc, &fp->uc, sizeof (*tuc));
1092 sulword_noerr(&fp->uc.uc_mcontext.gwins, (ulong_t)sp);
1098 sulword_noerr(&fp->uc.uc_mcontext.gwins, (ulong_t)NULL);
1102 sulword_noerr(&fp->uc.uc_mcontext.fpregs.fpu_q, (ulong_t)fqp);
1121 sulword_noerr(&fp->uc.uc_mcontext.fpregs.fpu_q, (ulong_t)NULL);
1122 suword8_noerr(&fp->uc.uc_mcontext.fpregs.fpu_qcnt, 0);
1139 lwp->lwp_oldcontext = (uintptr_t)&fp->uc;
1169 rp->r_o2 = (uintptr_t)&fp->uc;
1227 ucontext32_t uc; member in struct:sigframe32
[all...]

Completed in 107 milliseconds

123456