Home
last modified time | relevance | path

Searched refs:st (Results 1 – 25 of 983) sorted by last modified time

12345678910>>...40

/illumos-gate/usr/src/data/hwdata/
H A Dpci.ids6736 104a 0500 BeWAN ADSL PCI st
13583 0314 Wildcard TE405P/TE410P (1st Gen)
27093 21c3 21st Century Computer Corp.
27318 0070 e807 WinTV PVR 500 (1st unit)
27323 10fc d038 GV-MVP/RX2W (1st unit)
30138 8086 0012 Ethernet 100G 2P E810-C-st Adapter
30158 8086 0010 Ethernet 25G 4P E810-XXV-st Adapter
33573 2d11 1st Generation Core i3/5/7 Processor QPI Physical 0
33574 2d12 1st Generation Core i3/5/7 Processor Reserved
33575 2d13 1st Generation Core i3/5/7 Processor Reserved
/illumos-gate/usr/src/uts/common/
H A DMakefile.files902 ST_OBJS += st.o st_conf.o
/illumos-gate/usr/src/lib/libzpool/common/
H A Dkernel.c93 struct stat64 st; in vn_open() local
110 if (fstat64(fd, &st) == -1) { in vn_open()
122 if (!(flags & FCREAT) && stat64(realpath, &st) == -1) in vn_open()
152 if (fstat64(fd, &st) == -1) { in vn_open()
162 vp->v_size = st.st_size; in vn_open()
241 struct stat64 st; in fop_getattr() local
243 if (fstat64(vp->v_fd, &st) == -1) { in fop_getattr()
248 vap->va_size = st.st_size; in fop_getattr()
413 struct stat64 st; in kobj_get_filesize() local
416 if (fstat64(vp->v_fd, &st) == -1) { in kobj_get_filesize()
[all …]
/illumos-gate/usr/src/uts/intel/
H A DMakefile.intel330 DRV_KMODS += st
/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dsocktpi.c6229 sotpi_sonode_t *st = (sotpi_sonode_t *)buf; in socktpi_constructor() local
6236 error = i_sotpi_info_constructor(&st->st_info); in socktpi_constructor()
6240 st->st_sonode.so_priv = &st->st_info; in socktpi_constructor()
6249 sotpi_sonode_t *st = (sotpi_sonode_t *)buf; in socktpi_destructor() local
6251 ASSERT(st->st_sonode.so_priv == &st->st_info); in socktpi_destructor()
6252 st->st_sonode.so_priv = NULL; in socktpi_destructor()
6254 i_sotpi_info_destructor(&st->st_info); in socktpi_destructor()
/illumos-gate/usr/src/man/man4d/
H A DMakefile129 st.4d \
/illumos-gate/usr/src/data/terminfo/
H A Dterminfo.src804 atari-old|atari st,
962 …p/fa.linux.kernel/browse_thread/thread/87f98338f0d636bb/aa96e8b86cee0d1e?lnk=st&q=#aa96e8b86cee0d1e
4654 # st.suckless.org
4655 # st-0.1.1
4658 # ncurses to use "st" as its name. Proper fix for that is to use "st" as an
4662 # - added st-16color
4673 simpleterm|st| simpleterm,
4693 st-16color|simpleterm with 16-colors,
4697 st-256color|simpleterm with 256 colors,
7222 # 3475-A North 1st Street
[all …]
H A Dtermcap.src745 atari-old|atari st:\
4065 # st.suckless.org
4066 # st-0.1.1
4069 # ncurses to use "st" as its name. Proper fix for that is to use "st" as an
4073 # - added st-16color
4084 simpleterm|st| simpleterm:\
6407 # 3475-A North 1st Street
8071 :ct=\E0:st=\E1:tc=wy99f:
12391 :st=^F:ta=^I:up=^K:
12577 :sf=^J:st=\E0:up=\EA:
[all …]
/illumos-gate/usr/src/cmd/zpool/
H A Dzpool_main.c943 struct stat st; in zpool_do_labelclear() local
982 if (vdev[0] != '/' && stat(vdev, &st) != 0) { in zpool_do_labelclear()
990 if (stat(vdev, &st) != 0) { in zpool_do_labelclear()
/illumos-gate/usr/src/cmd/zonestat/zonestatd/
H A Dzonestatd.c667 ct_stathdl_t st; in contract_latest() local
673 if ((r = ct_status_read(cfd, CTD_COMMON, &st)) != 0) { in contract_latest()
678 result = ct_status_get_id(st); in contract_latest()
679 ct_status_free(st); in contract_latest()
/illumos-gate/usr/src/cmd/zoneadmd/
H A Dzoneadmd.c441 struct stat st; in mkzonedir() local
452 if ((stat(ZONES_TMPDIR, &st) < 0) || !S_ISDIR(st.st_mode)) { in mkzonedir()
817 struct stat st; in zone_bootup() local
909 if (stat(initpath, &st) == -1) { in zone_bootup()
914 if ((st.st_mode & S_IXUSR) == 0) { in zone_bootup()
1715 struct stat st; in make_daemon_exclusive() local
1730 if (fstat(doorfd, &st) < 0) { in make_daemon_exclusive()
1750 if (strcmp(st.st_fstype, "namefs") == 0) { in make_daemon_exclusive()
/illumos-gate/usr/src/cmd/ps/
H A Dps.c2248 prtime(timestruc_t st, int width, int old) in prtime() argument
2253 starttime = st.tv_sec; in prtime()
2254 if (st.tv_nsec > 500000000) in prtime()
/illumos-gate/usr/src/cmd/mdb/common/modules/ip/
H A Dip.c3518 ilb_sticky_t *st = NULL; in ilb_sticky_walk_init() local
3557 st = list_object(&head, head.list_head.list_next); in ilb_sticky_walk_init()
3562 if (st == NULL) in ilb_sticky_walk_init()
3565 wsp->walk_addr = (uintptr_t)st; in ilb_sticky_walk_init()
3574 ilb_sticky_t st, *st_next; in ilb_sticky_walk_step() local
3581 if (mdb_vread(&st, sizeof (ilb_sticky_t), wsp->walk_addr) == -1) { in ilb_sticky_walk_step()
3586 status = wsp->walk_callback(wsp->walk_addr, &st, wsp->walk_cbdata); in ilb_sticky_walk_step()
3608 if ((char *)st.list.list_next != khead + offsetof(list_t, in ilb_sticky_walk_step()
3611 st.list.list_next); in ilb_sticky_walk_step()
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_proc.c5314 struct stat64 st; in mdb_proc_tgt_create() local
5401 (aout_path == NULL || (stat64(aout_path, &st) == 0 && in mdb_proc_tgt_create()
5402 strcmp(st.st_fstype, "proc") == 0))) { in mdb_proc_tgt_create()
H A Dmdb_fdio.c294 struct stat64 st; in mdb_fdio_create() local
318 if (fstat64(fd, &st) == 0 && S_ISCHR(st.st_mode) && in mdb_fdio_create()
/illumos-gate/usr/src/cmd/ldapcachemgr/
H A Dcachemgr_getldap.c173 static void create_buf_and_notify(char *input, ns_server_status_t st);
2823 create_buf_and_notify(char *input, ns_server_status_t st) in create_buf_and_notify() argument
2847 if (st == NS_SERVER_UP) in create_buf_and_notify()
2849 else if (st == NS_SERVER_DOWN) in create_buf_and_notify()
/illumos-gate/usr/src/cmd/fuser/
H A Dfuser.c108 struct stat st; in spec_to_mount() local
122 if ((stat(specname, &st) == 0) && S_ISBLK(st.st_mode)) in spec_to_mount()
/illumos-gate/usr/src/cmd/fs.d/nfs/lockd/
H A Dlockd.c470 struct stat st; in ncdev_to_rdev() local
472 if (stat(ncdev, &st) < 0) in ncdev_to_rdev()
474 return (st.st_rdev); in ncdev_to_rdev()
/illumos-gate/usr/src/cmd/dladm/
H A Ddladm.c10339 dladm_overlay_status_t *st = shof->shof_status; in print_overlay_fma_cb() local
10346 (void) snprintf(buf, bufsize, st->dos_degraded == B_TRUE ? in print_overlay_fma_cb()
10350 (void) snprintf(buf, bufsize, "%s", st->dos_degraded == B_TRUE ? in print_overlay_fma_cb()
10351 st->dos_fmamsg : "-"); in print_overlay_fma_cb()
/illumos-gate/usr/src/cmd/consadm/
H A Dconsadm.c865 struct stat st; in verifyarg() local
890 if (stat(dev, &st) || ! S_ISCHR(st.st_mode)) { in verifyarg()
/illumos-gate/usr/src/boot/efi/loader/
H A Dmain.c301 struct stat st; in sanity_check_currdev() local
303 return (stat("/boot/defaults/loader.conf", &st) == 0); in sanity_check_currdev()
1311 struct stat st; in command_chain() local
1329 if (fstat(fd, &st) < -1) { in command_chain()
1335 status = BS->AllocatePool(EfiLoaderCode, (UINTN)st.st_size, &buf); in command_chain()
1341 if (read(fd, buf, st.st_size) != st.st_size) { in command_chain()
1348 status = BS->LoadImage(FALSE, IH, NULL, buf, st.st_size, &loaderhandle); in command_chain()
H A Dcopy.c167 struct stat st; in efi_loadaddr() local
181 stat(data, &st); in efi_loadaddr()
182 size = st.st_size; in efi_loadaddr()
/illumos-gate/usr/src/boot/efi/libefi/
H A Defi_console.c314 EFI_STATUS st; in efi_text_cons_clear() local
324 st = conout->SetAttribute(conout, attr); in efi_text_cons_clear()
325 if (EFI_ERROR(st)) in efi_text_cons_clear()
327 st = conout->ClearScreen(conout); in efi_text_cons_clear()
328 if (EFI_ERROR(st)) in efi_text_cons_clear()
351 EFI_STATUS st; in efi_text_cons_display() local
372 st = conout->SetAttribute(conout, attr); in efi_text_cons_display()
373 if (EFI_ERROR(st)) in efi_text_cons_display()
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_fct.c1477 stmf_change_status_t st; in emlxs_fct_ctl() local
1480 st.st_completion_status = FCT_SUCCESS; in emlxs_fct_ctl()
1481 st.st_additional_info = NULL; in emlxs_fct_ctl()
1487 st.st_completion_status = FCT_FAILURE; in emlxs_fct_ctl()
1489 FCT_CMD_PORT_ONLINE_COMPLETE, &st); in emlxs_fct_ctl()
1494 st.st_completion_status = STMF_ALREADY; in emlxs_fct_ctl()
1516 FCT_CMD_PORT_ONLINE_COMPLETE, &st); in emlxs_fct_ctl()
1521 st.st_completion_status = STMF_ALREADY; in emlxs_fct_ctl()
1549 FCT_CMD_PORT_OFFLINE_COMPLETE, &st); in emlxs_fct_ctl()
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_state.c3765 check_state_seqid(stateid_t *st, stateid_t *in, bool_t has_session) in check_state_seqid() argument
3772 if (st->bits.chgseq < in->bits.chgseq) in check_state_seqid()
3776 if (st->bits.chgseq > in->bits.chgseq) in check_state_seqid()

12345678910>>...40