Home
last modified time | relevance | path

Searched refs:sgt (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/uts/common/io/aac/
H A Daac_ioctl.c585 acp->sgt = sge; in aac_send_raw_srb()
587 for (sge0 = usge->acp.sgt; in aac_send_raw_srb()
588 sge0 < &usge->acp.sgt[usge->acp.left_cookien]; in aac_send_raw_srb()
615 if (acp->sgt) in aac_send_raw_srb()
616 kmem_free(acp->sgt, sizeof (struct aac_sge) * \ in aac_send_raw_srb()
620 if (usge->acp.sgt) in aac_send_raw_srb()
621 kmem_free(usge->acp.sgt, in aac_send_raw_srb()
H A Daac.c5129 if (acp->sgt) { in aac_tran_destroy_pkt()
5130 kmem_free(acp->sgt, sizeof (struct aac_sge) * \ in aac_tran_destroy_pkt()
5296 kmem_free(acp->sgt, sizeof (struct aac_sge) * \ in aac_cmd_dma_alloc()
5298 acp->sgt = NULL; in aac_cmd_dma_alloc()
5300 if (acp->sgt == NULL) { in aac_cmd_dma_alloc()
5301 acp->sgt = kmem_alloc(sizeof (struct aac_sge) * \ in aac_cmd_dma_alloc()
5303 if (acp->sgt == NULL) { in aac_cmd_dma_alloc()
5311 sge = &acp->sgt[0]; in aac_cmd_dma_alloc()
5679 struct aac_sge *sge = &acp->sgt[0]; in aac_cmd_fib_brw()
5713 for (sge = &acp->sgt[0]; in aac_cmd_fib_brw()
[all …]
H A Daac.h286 struct aac_sge *sgt; /* sg table */ member
/illumos-gate/usr/src/tools/smatch/src/validation/optim/
H A Dext-trunc-greater.c1 short sgt(char x) in sgt() function
H A Dcanonical-cmp.c10 sint sgt(sint p, sint a) { return (123 < p) ? a : 0; } in sgt() function
H A Dbinops-same-args.c14 int sgt(int a) { return a > a; } in sgt() function
/illumos-gate/usr/src/tools/smatch/src/validation/
H A Dtautological-compare.c6 int sgt(int a) { return a > a; } in sgt() function