Searched defs:lstatus (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/libpctx/common/
H A Dlibpctx.c403 char lstatus[64]; local
421 (void) snprintf(lstatus, sizeof (lstatus),
422 "/proc/%d/lstatus", (int)pstatus->pr_pid);
424 if ((fd = open(lstatus, O_RDONLY)) < 0 ||
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dgcore.c1317 lwpstatus_t *lstatus = data; local
1330 return (gcore_prgetlwpstatus(p, t_addr, &kthrd, lstatus, NULL));
/illumos-gate/usr/src/uts/sun4v/io/
H A Dvds.c5234 ldc_status_t lstatus; local
5244 status = ldc_status(vd->ldc_handle, &lstatus);
5245 if (lstatus != LDC_UP) {
5247 lstatus);
/illumos-gate/usr/src/uts/common/io/cxgbe/firmware/
H A Dt4fw_interface.h6804 __u8 lstatus; member in struct:fw_fcoe_link_cmd

Completed in 105 milliseconds